div.form input.in1{
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    width: 100px;
}

div.form input.bu1{
    border-radius: 2px;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 50px;
    line-height: 50px;
}

div.form input[type=file]{
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 2px;
}

.pro-up-wrap{
    padding: 0 0 0 0;
}

.pro-up-wrap h1{
    padding: 0;
    margin: 0 0 0 0;
    font-size: 42px;
    text-align: center;
}

.pro-up-wrap .wr01{
    width: 730px;
    border-radius: 1px;
    padding: 25px 40px 25px 40px;
    margin: auto;
}

.pro-up-wrap .wr01 .total-wr{
    font-weight: normal;
    margin-bottom: 20px;
    color: #4D4E56;
}

.pro-up-wrap .wr01 .total-wr label{
    text-align: right;
    color: #4D4E56;
}

.pro-up-wrap .wr01 .total-wr div{
    height: 44px;
    line-height: 44px;
    margin-bottom: 30px;
}

.pro-up-wrap .wr01 .total-wr div:first-child{
    padding-left: 0;
}



.version-wrap{
    position: relative; left: 0; top: 0;
    margin-bottom: 40px;
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
.version-wrap div.errorMessage{
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 2px;
    position: absolute; left: 100px; top: -15px;
    background: red;
    color: white;
}
*/

.version-wrap > div[class^='col']{
}

.pro-up-wrap .ver-num{
    position: absolute; left: -60px; top: 50%; z-index: 10;
    background: #102c52;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: -15px;
    z-index: 0;
}

.delete-wrap{
    position: relative; left: 0; top: 0;
    width: 24px; height: 24px;
    margin: 8px auto 0 auto;
}

.delete-wrap input{
    position: absolute; left: -10000px; top: 0;
}

.delete-wrap label{
    width: 24px; height: 24px;
    padding: 0; margin: 0;
    position: relative; left: 0; top: 0;
    z-index: 10;
    background: url("/resources/images/products/del.svg") no-repeat center center;
    z-index: 0;
}

.delete-wrap label.loading{
    background: url("/resources/images/ajax-loader-grey.gif") no-repeat center center;
}

.filename-wrap{
    overflow: hidden;
    line-height: 40px;
}

.filename-wrap a{
    display: block;
    color: black;
    margin-left: 35px;
    white-space: nowrap;
}

.qty-wrap{
    position: relative;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    padding-left: 80px;
}

.qty-wrap label{
    position: absolute;
    left: 0; top: 0;
}

.qty-wrap label:last-child{
    left: 190px;
}

.form .qty-wrap .in1{
    width: 100px;
}

.errorMessage{
    margin-bottom: 20px;
}

.button-wrap div[class^='col']{
    position: relative; left: 0; top: 0;
    margin-top: 40px;
    padding: 0;
}

.button-wrap.add-artwork div[class^='col']{
    margin-top: 0;
}

.add-artwork input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: none;
    border: 1px dotted #bebebe;
    color: #bebebe;
    border-radius: 2px;
    text-transform: uppercase;
    background: url("/resources/images/products/add.gif") no-repeat right center;
}

.add-artwork input.loading{
    background: url("/resources/images/loader-input.gif") no-repeat right center;
}

.pro-up-wrap .a01{
    color: #0cc2dd;
    font-size: 16px;
    display: block;
    width: 200px;
    margin: 0 auto 0 auto;
}

.pro-up-wrap .wr02{
    position: relative; left: 0; top: 0;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    padding: 30px;
    margin: 0 auto 20px auto;
    background-color: #ffffff;
}

.pro-up-wrap .wr02 h2{
    text-align: center;
    color: #143255;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.pro-up-wrap .wr02 h3{
    text-align: left;
    color: #707070;
    margin: 30px 0 8px 0;
    padding: 0;
}

.pro-up-wrap .a02{
    display: block;
    position: absolute; left: 9px; top: 9px;
}

.pro-up-wrap .wr03{
    line-height: normal;
    text-align: left;
    color: #ff0000;
    padding-bottom: 30px;
}

.pro-up-wrap .t01{
    font-size: 36px;
    font-weight: bold;
    margin-top: 45px;
}

.pro-up-wrap .t02{
    font-size: 24px;
    margin-top: 7px;
}

.pro-up-wrap .t03{
    font-size: 16px;
    margin-top: 30px;
}

.choose-button,
.choose-value{
    display: block;
    background: #1a426e;
    font-weight: bold;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 2px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    margin-left: 10px;
}

.choose-button{
    margin-left: 28px;
}

.choose-value{
    width: 420px;
    color: #cccccc;
    background-color: white;
    border: 1px solid #9e9e9e;
    text-align: center;
    font-weight: normal;
}


.pro-up-wrap .progress-bar-wrap{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 40px;
}

.pro-up-wrap .progress-bar{
    width: 100%;
    height: 40px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #00c2df;
    font-size: 24px;
    margin: 0;
}

.pro-up-wrap .progress-bar-bg{
    width: 100%;
    height: 40px;
    border-radius: 2px;
    background: none;
}

.progress-bar-alt{
    position: absolute; left: 0; top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #eee;
    font-size: 18px;
}

.progress-bar-cancel {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}

.up-filename{
    margin-top: 10px;
    padding: 10px 0;
}

.cosi label{
    display: block;
    margin: 0px 0 5px 0;
    color: #4d4e56;
    font-size: 16px;
}

.cosi textarea{
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
    padding: 6px 10px;
}

.no-art-to-cart{
    text-align: center;
    padding: 20px 0;
}

.no-art-to-cart input{
    border: none;
    background: none;
    color: #00c2df;
    white-space: normal;
}

.no-art-to-cart input.loading{
    padding-right: 25px;
    background: url('/resources/images/ajax-loader-grey.gif') no-repeat right center;
}


@media (max-width: 991px){

    .pro-up-wrap .ver-num {
        left: -45px;
    }
}

@media (max-width: 767px){

    div.form input.bu1,
    .add-artwork input{
        height: 70px;
        line-height: 70px;
    }

    .pro-up-wrap .wr01{
        width: auto;
        padding: 25px 10px;
    }

    .pro-up-wrap .wr01 .total-wr div:first-child{
        padding-left: 15px;
    }

    .pro-up-wrap .wr01 .total-wr div:first-child,
    .pro-up-wrap .wr01 .total-wr div:nth-child(3) label{
        text-align: right;
    }

    .pro-up-wrap .wr01 .total-wr input{
        width: 90%;
    }

    .pro-up-wrap .ver-num {
        left: 20px;
    }

    .filename-wrap a{
        margin-left: 45px;
    }

    .choose-button{
        margin-left: 0;
        width: 100%;
    }

    .button-wrap div[class^='col']{
        padding: 0 15px;
    }

    .pro-up-wrap .wr01 .total-wr div:nth-child(1),
    .pro-up-wrap .wr01 .total-wr div:nth-child(2){
        line-height: normal;
        height: auto;
    }
}

@media (max-width: 475px){

    .qty-wrap{
        padding-left: 0;
    }

    .qty-wrap label{
        display: none!important;
        border: 1px solid red;
    }
}

@media (max-width: 400px) {

    .pro-up-wrap .wr01 .total-wr div {
        line-height: normal;
        height: auto;
    }
}