    .tab{
        display: none;
    }
    .tab.shown{
        display: block;
    }
    .tab_name{
        font-size: 1.2em;
        padding: 15px;
        display: inline-block;
        border: 1px solid #B5B5B5;
        margin-top: 25px;
        position: relative;
        top: 1px;
        background: #CCC;
        padding-top: 14px;
    }

    .tab_name.active{
        border-bottom: none;
        background: #FFF;
        top: 2px;
        padding: 15px;
        
    }

    a.tab_name{
        color: #666;
    }

    .tabs{
        border-bottom: 1px solid #B5B5B5;
        margin-left: 20px;
    }

    #delivery_address{
        display: none;
    }
    #delivery_address.shown{
        display: block;
    }

    .clearfix{clear:both;}
    input[type=text], select, textarea{
        width: 100%;
        border: 1px solid #b5b5b5;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        padding: 10px;
        background: #FFF;
    }
    label{
        display: block;
    }
    select, textarea{
        width: 100%;
        margin: auto;
    }
    textarea{
        min-height: 125px;
    }
    input.required_error, textarea.required_error, select.required_error{
        
        border-color: red;
    }
    .btn{
        display: inline-block;
        width: 158px;
        float: right;
        background: url('../_images/button1.png') center center no-repeat;
        height: 34px;
        line-height: 34px;
        border: none;
        padding: 0;
        font-weight: bold;
        color: #FFF;
        text-align: center;
    }
    .form-control{
        margin-top: 25px;
    }
    .col{
        float: left;

        min-height: 1px;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    .col-12{
        width: 93%;
    }
    .col-6{
        width: 45%;
    }
    .col-4{
        width: 28.255%;
    }
    form{

        margin-top: 30px;
        margin-bottom: 45px;

    }
    label{
        font-size: 1.2em;
        font-weight: bold;
    }
    .hidden{
        display: none;
    }
    input[type=file] {
      cursor: pointer;
    }
    .uploadifive-queue-item {
      padding: 15px;
    }
    .uploadifive-queue-item .close {
      display: block;
      position: absolute;
      right: 6px;
      top: 6px;
      width: 40px;
      height: 40px;
      text-indent: -9999px;
    }
    .uploadifive-queue-item .close:hover,
    .upload_delete:hover {
      background-position: bottom;
    }
    .uploadifive-queue-item .progress {
      border: 1px solid #a6cc08;
      height: 3px;
      margin-top: 5px;
      width: 100%;
    }
    .uploadifive-queue-item .progress-bar {
      background-color: #a6cc08;
      height: 3px;
      width: 0;
    }

    .message{
        color: red;
        font-weight: bold;
        display: none;
    }

