.options-wrap .help1{
    background: none;
    width: auto;
    color: #00c2df;
}

@media (min-width: 768px){

    div.form label{
        color: inherit;
    }

    .tap-step{
        color: #d2d3d5;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .tap-step.active,
    .tap-step.done{
        color: #4d4e56;
        cursor: pointer;
    }

    .tap-step label.error{
        color: red;
    }

    .tap-step label[for^=Form]{
        padding-top: 4px;
    }

    .tap-step .tap-value{
        position: relative; left: 0; top: 0;
        overflow: hidden;
        border: 1px solid #d8d8d8;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        padding: 0 30px 0 14px;
        font-weight: bold;
        border-radius: 2px;
        background: white url('/resources/images/selector/se2.png') no-repeat right top;
        white-space: nowrap;
    }

    .tap-step.input .tap-value{
        background-image: none;
    }

    .tap-step .tap-value.active{
        border: 1px solid #00c2df;
        background: white url('/resources/images/selector/se2.png') no-repeat right -28px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .tap-step .tap-value.error{
        background: white url('/resources/images/selector/se2.png') no-repeat right -56px;
        border-color: red;
        color: red;
    }

    .tap-step .tap-value.error.active{
        background: white url('/resources/images/selector/se2.png') no-repeat right -84px;
    }

    .tap-step.input .tap-value.active,
    .tap-step.input .tap-value.error,
    .tap-step.input .tap-value.active.error,
    .tap-step.input .tap-value.active.error.active{
        background-image: none;
    }

    .tap-step.loading .tap-value{
        background: white url('/resources/images/loader-input.gif') no-repeat right center;
    }

    .tap-step .tap-value .selected{
        position: relative;
        overflow: hidden;
    }

    .tap-step.open .tap-value{
        display: none;
    }

    .tap-step .cost{
        float: right;
    }

    .tap-step .fa{
        display: none;
    }

    .tap-step .step-wrap {
        display: none;
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        z-index: 1;
    }

    .tap-step .step-wrap.expand {
        display: block;
    }

    .tap-step.open .step-wrap {
        display: block;
        position: relative;
        top: 0;
    }

    .tap-step.input .step-wrap{
        top: 1px;
        margin: 0 15px;
    }

    .tap-step .step-wrap .input-wrap{
        margin: 0 14px;
    }

    .tap-step.input .step-wrap input{
        height: 28px;
        line-height: 28px;
        border: none;
        width: calc(100% - 40px);
    }

    .step-wrap .options-wrap{
        background-color: white;
        border-left: 1px solid #00c2df;
        border-right: 1px solid #00c2df;
        border-bottom: 1px solid #00c2df;
        height: 212px;
        overflow-x: hidden;
        position: relative; left: 0; top: 0;
        margin: 0 12px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .tap-step.open .options-wrap{
        border: 1px solid #d8d8d8;
        margin: 0;
        height: auto;
        max-height: 212px;
    }

    .step-wrap .options-wrap .option-row{
        padding: 0;
        position: relative; left: 0; top: 0;
        font-size: 14px;
        color: #4d4e56;
    }

    .step-wrap .options-wrap .option-row.loading{
        background-image: url('/resources/images/ajax-loader-grey.gif');
        background-repeat: no-repeat;
        background-position: 6px 50%;
    }

    .step-wrap .options-wrap .option-row:hover,
    .step-wrap .options-wrap .option-row.active{
        background-color: #aff5ff;
    }

    .step-wrap .options-wrap .option-row input[type=radio]{
        position: absolute; left: -100000px;
    }

    .tap-step.open .step-wrap .options-wrap .option-row input[type=radio]{
        position: absolute;
        left: 8px; top: 50%;
        margin-top: -7px;
    }

    .step-wrap .options-wrap .option-row label{
        position: relative;
        font-weight: bold;
        color: #4d4e56;
        display: block;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 8px 0 9px 10px;
        line-height: normal;
    }

    .tap-step.open .options-wrap .option-row label{
        padding-left: 28px;
    }


    .step-wrap  .options-wrap .option-row label .additional{
        font-weight: normal;
        font-size: 12px;
        padding: 5px 10px 0 0;
        color: #4d4e56;
    }

    .options-wrap .option-row label span.details{
        position: absolute; right: 10px; top: 50%;
        margin-top: -15px;
        color: #00c2df;
        display: block;
        height: 30px;
        line-height: 30px;
        font-weight: normal;
        font-size: 12px;
    }

    .options-wrap .option-row label span.details:hover{
        text-decoration: underline;
        color: #00addf;
    }

    /* Shapes */

    .options-wrap.shapes .option-row label{
        padding-left: 35px;
        font-weight: normal;
    }

    .options-wrap.shapes .option-row img{
        line-height: inherit;
        display: block;
        position: absolute; left: 10px; top: 50%; margin-top: -8px;
        height: 16px;
    }

    /* Labels */
    .options-wrap.labels .option-row img{
        display: none;
    }

    /* Materials */

    .options-wrap.materials .option-row label{
        padding-left: 37px;
        padding-right: 60px;
    }

    .options-wrap.materials .option-row img,
    .options-wrap.materials .option-row object{
        line-height: inherit;
        display: block;
        position: absolute; left: 8px; top: 50%; margin-top: -10px;
        border: 1px solid #cccccc;
        width: 20px; height: 20px;
    }

    .tap-step.open .options-wrap.materials .option-row img{
        left: 28px;
    }

    .tap-step.open .options-wrap.materials .option-row  label{
        padding-left: 55px;
    }

    /* Directions */
    .options-wrap.directions .option-row label {
        padding-left: 45px;
        font-weight: normal;
        background-position: 7px center;
        background-repeat: no-repeat;
        background-size: 28px;
    }

    .options-wrap.directions .option-row label div {
        display: none;
    }

    .options-wrap.directions .option-row img {
        line-height: inherit;
        display: block;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -14px;
        height: 30px;
    }


    /* Quantity */

    .options-wrap.quantity .option-row label{
        padding-right: 150px;
    }

    .options-wrap.quantity .option-row label.half{
        padding-right: 75px;
    }

    .options-wrap.quantity .option-row label.nopad{
        padding-right: 0;
    }

    .options-wrap.quantity .option-row .cost{
        display: block;
        position: absolute; right: 12px; top: 50%;
        margin-top: -10px;
        line-height: 20px;
    }

    .options-wrap.quantity .option-row.custom label{
        padding-left: 100px;
    }

    .options-wrap.quantity .option-row.custom input[type=tel]{
        position: absolute; left: 30px; top: 50%; margin-top: -12px;
        width: 64px;
        font-size: 14px;
        line-height: 20px;
        height: 24px;
    }

    .options-wrap.quantity .option-row.custom input[type=tel].loading{
        background-image: url('/resources/images/ajax-loader-grey.gif');
        background-repeat: no-repeat;
        background-position: 95% 50%;
        border: 1px solid #ccc;
        color: #ccc;
    }

    /* Size */
    .step-wrap .options-wrap.size .option-row.custom input[type=tel]{
        margin: 5px 10px;
    }

    .step-wrap .options-wrap.size .option-row.custom div.col-4:last-child input[type=tel]{
        margin: 5px 0;
    }

    .step-wrap .options-wrap.size .option-row.custom .col-1{
        line-height: 40px;
    }

    /* Custom switch in bottom */

    .step-wrap .options-wrap .option-row.custom-switch-bottom{
        padding: 5px 10px 15px 10px;
    }

    .step-wrap .options-wrap .option-row.custom-switch-bottom:hover{
        background-color: white;
    }

    .step-wrap .options-wrap .option-row.custom-switch-bottom label{
        text-decoration: underline;
        font-weight: normal;
        color: #00c2df;
        padding: 0;
    }

    /* Rushes */
    .options-wrap.rushes .option-row label span.details{
        margin: 0; top: 0;
    }

    /* Other option */
    .step-wrap .options-wrap .option-row.other div{
        padding: 0 5px 5px 5px;
    }

    .step-wrap .options-wrap .option-row.other div input {
        width: calc(100% - 63px);
        outline: none;
        border: 1px solid gray;
    }

    .step-wrap .options-wrap .option-row.other div input.error {
        border: 1px solid red;
    }

    .step-wrap .options-wrap .option-row.other div button {
        border: 1px solid gray;
        border-radius: 2px;
        width: 58px;
    }

}