#onepagecheckout_orderform .col-md-12
{
    clear:both;
    width:calc(100% - 30px);
    display:block;
     padding:15px;
     /*background:#eee;*/
}
#onepagecheckout_orderform .col-md-6
{
    width:calc(50% - 31px);
    display:block;
    padding:15px;
    float:left;
}
a.pick{display:none !important;}
.validation-passed{display:block !important;}
.sp-methods{margin:10px !important;}
.sp-methods dt {
        display: inline-block;
    margin: 0 10px;
}
#onepagecheckout_orderform .clr
{
    clear:both;
}

#onepagecheckout_orderform .col-fileds-6
{
    width:calc(50% - 12px);
    display:block;
    float:left;
     margin:6px;
}
.op_block_title
{
        padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #797979;
}
#onepagecheckout_orderform .col-fields-12
{
    width:calc(100% - 12px);
    display:block;
    float:left;
     margin:6px;
}
#onepagecheckout_orderform .col-fileds-6 input, #onepagecheckout_orderform .col-fields-12 input
{
    width: calc(100% - 12px);
    padding: 6px;
}    
#onepagecheckout_orderform .col-fields-12select
{
        border: 1px solid #aaa;
    padding: 1px;
}
#onepagecheckout_orderform .col-fields-12select select
{
    width: 100%;
    display: block;
    border: 0;
     padding: 5px;
    box-shadow: none;
    height: auto;
}

@media only screen and (max-width: 800px){
    
    #onepagecheckout_orderform .col-md-12,#onepagecheckout_orderform .col-md-6
    {
         width:calc(100% - 30px);
         float:none;
    }
}


