.cpo_form_outer{
    margin:1em 0 2em 0;
}
.cpo_form_outer label{
    display: inline-block;
    padding-right: 1em;
}
.cpo_form_item{
     margin:1em 0 1em 0;
}

.cpo_form_outer{
    margin:1em 0 2em 0;
}
.cpo_form_outer label{
    display: inline-block;
    padding-right: 1em;
}
.cpo_form_item{
     margin:1em 0 1em 0;
}
.cpo_form_outer .cpo_form_item input[type="text"],
.cpo_form_outer .cpo_form_item input[type="date"],
.cpo_form_outer .cpo_form_item input[type="number"],
.cpo_form_outer .cpo_form_item textarea{
    width:100%;
    resize:none;
    line-height: 25px;
    padding: 5px 15px;
    border: 1px solid #aaa;
    background:#fff;
    box-shadow: none;
    outline: 0;
}
.cpo_form_outer .cpo_form_item input[type="date"]{
    padding-right: 7px;
}
.cpo_form_outer .cpo_form_item select{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    line-height: 25px;
    padding: 5px 15px;
    outline: 0;
    border-radius: 0;
    border: 1px solid #aaa;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.cpo_form_outer .cpo_form_item .select{
    position:relative;
}
.cpo_form_outer .cpo_form_item .select_arrow {
    content:'';
    display:block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #aaa transparent transparent transparent;
}
.cpo_form_outer .cpo_form_item input[type="radio"]{
    position: absolute;
    visibility: hidden;
}
.cpo_form_outer .cpo_form_item .radio{
    position:relative;
}
.cpo_form_outer .cpo_form_item .radio label{
    position: relative;
    padding-left: 20px;
    z-index: 9;
    line-height: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.cpo_form_outer .cpo_form_item .radiocheck{
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.cpo_form_outer .cpo_form_item .radiocheck::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 7px;
    width: 7px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.cpo_form_outer .cpo_form_item input[type="radio"]:checked ~ .radiocheck::before {
    background: #36b97e;
}
.cpo_form_outer .cpo_form_item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.cpo_form_outer .cpo_form_item .checkbox label {
    position: relative;
    cursor: pointer;
    padding: 0;
    line-height: 25px;
}
.cpo_form_outer .cpo_form_item .checkbox label:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 11px;
    height: 11px;
    top: 4px;
    position: relative;
    border: 2px solid #AAAAAA;
}
.cpo_form_outer .cpo_form_item input[type="checkbox"]:checked ~ label:before{
    border: 2px solid #36b97e;
    background: #36b97e; 
}
.cpo_form_outer .cpo_form_item input[type="checkbox"]:checked ~ label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.cpo_form_outer .cpo_form_item .cpo_price{
    line-height: 30px;
    text-align: right;
    display: block;
}
.cpo_form_outer .cpo_form_item .required_ast{
    color:#ff0000;
}
.cpo_form_outer .cpo_form_item ::-webkit-inner-spin-button { 
    display: none; 
}
.cpo_form_outer .cpo_form_item ::-webkit-calendar-picker-indicator { 
    color:#aaa; 
}
.cpo_form_outer .cpo_form_item ::-webkit-calendar-picker-indicator:hover {
    background: none;
}
.wc-item-meta-label{
    vertical-align: top;
    min-width: 30%;
}
