.w-nav.priceinform-nav {
    display: none;
    z-index: 9998;
}
.priceinform-nav .priceinform-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9998;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 54, 54, .63);
    opacity: 1;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.priceinform-wrapper {
    background-color: white;
    border: 1px dotted #c4c4c4;
    z-index: 9999;
    position: absolute;
    width: 100%;
    display: none;
}
.w-nav.priceinform-nav h2.head2 {
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 5px 20px 5px 20px;
    border: none;
}

.priceinform {
    margin: 0px auto;
    max-width: 1024px;
    padding-top: 20px;
    padding: 0px 0px 20px 0px;
}

.priceinform:after {
    content: '';
    display: block;
    clear: both;
}
.w-col.priceinform-form.center {
    margin: 0px auto;
    float: none;
}
.priceinform-table {
    display: none;
}
    .priceinform-table table {
        border-collapse: collapse;
    }
    .priceinform-table td, .priceinform-table th {
        font-size: 12px;
        color: #444;
        border: 1px solid #DDD;
    }
    .priceinform-table th {
        background-color: #F8F8F8;
        line-height: 14px;
        padding: 5px;
    }
    .priceinform-table td {
        padding: 3px 5px 3px 5px;
    }
    .priceinform-table td.number {
        text-align: center;   
    }
.priceinform-form, .priceinform-table {
    float: left;
}


.priceinform-close {
    display: block;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 50%;
    margin-top: -18px;
    color: #c21c1c;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.priceinform-form-group {
    margin-bottom: 5px;
}

.select2-results .ico {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    height: 30px;
    width: 50px;
    margin: 0 6px 0 0;
    background: url(../images/brands.png) no-repeat;
}

.select2-results .ico-canon { background-position: 0 0; }
.select2-results .ico-brother { background-position: -50px 0; }
.select2-results .ico-hp { background-position: -100px 0; }
.select2-results .ico-samsung { background-position: -150px 0; }
.select2-results .ico-xerox { background-position: -200px 0; }
.select2-results .ico-kyocera_mita { background-position: -250px 0; }
.select2-results .ico-panasonic { background-position: -300px 0; }
.select2-results .ico-sharp { background-position: -350px 0; }

.select2-container .select2-selection--single {
    height: 40px;
    border-bottom: 2px solid #C4C4C4;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.selectric-priceinform-list .selectric {
    border-radius: 4px;

}