.pd_form_payment .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.pd_form_payment a {
    background-color: transparent;
}

.pd_form_payment a:active,
.pd_form_payment a:hover {
    outline: 0;
}

.pd_form_payment b,
.pd_form_payment strong {
    font-weight: 700;
}

.pd_form_payment small {
    font-size: 80%;
}

.pd_form_payment img {
    border: 0;
}

.pd_form_payment button,
.pd_form_payment input,
.pd_form_payment select,
.pd_form_payment textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.pd_form_payment button {
    overflow: visible;
}

.pd_form_payment button,
.pd_form_payment select {
    text-transform: none;
}

.pd_form_payment button {
    -webkit-appearance: button;
    cursor: pointer;
}

.pd_form_payment button[disabled],
.pd_form_payment html input[disabled] {
    cursor: default;
}

.pd_form_payment button::-moz-focus-inner,
.pd_form_payment input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pd_form_payment input {
    line-height: normal;
}

.pd_form_payment input[type=checkbox],
.pd_form_payment input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.pd_form_payment textarea {
    overflow: auto;
}

.pd_form_payment table {
    border-spacing: 0;
    border-collapse: collapse;
}

.pd_form_payment td,
.pd_form_payment th {
    padding: 0;
}

@media print {

    .pd_form_payment *,
    .pd_form_payment :after,
    .pd_form_payment :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .pd_form_payment a,
    .pd_form_payment a:visited {
        text-decoration: underline;
    }

    .pd_form_payment a[href]:after {
        content: " ("attr(href) ")";
    }

    .pd_form_payment a[href^="javascript:"]:after,
    .pd_form_payment a[href^="#"]:after {
        content: "";
    }

    .pd_form_payment thead {
        display: table-header-group;
    }

    .pd_form_payment img,
    .pd_form_payment tr {
        page-break-inside: avoid;
    }

    .pd_form_payment img {
        max-width: 100% !important;
    }

    .pd_form_payment h3,
    .pd_form_payment p {
        orphans: 3;
        widows: 3;
    }

    .pd_form_payment h3 {
        page-break-after: avoid;
    }

    .pd_form_payment .table {
        border-collapse: collapse !important;
    }

    .pd_form_payment .table td,
    .pd_form_payment .table th {
        background-color: #fff !important;
    }
}

.pd_form_payment * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pd_form_payment :after,
.pd_form_payment :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pd_form_payment button,
.pd_form_payment input,
.pd_form_payment select,
.pd_form_payment textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.pd_form_payment a {
    color: #337ab7;
    text-decoration: none;
}

.pd_form_payment a:focus,
.pd_form_payment a:hover {
    color: #23527c;
    text-decoration: underline;
}

.pd_form_payment a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.pd_form_payment img {
    vertical-align: middle;
}

.pd_form_payment h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.pd_form_payment h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.pd_form_payment h3 {
    font-size: 24px;
}

.pd_form_payment p {
    margin: 0 0 10px;
}

.pd_form_payment small {
    font-size: 85%;
}

.pd_form_payment .text-left {
    text-align: left;
}

.pd_form_payment .text-right {
    text-align: right;
}

.pd_form_payment .text-success {
    color: #00a65a;
}

.pd_form_payment ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.pd_form_payment .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.pd_form_payment .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.pd_form_payment .row {
    margin-right: -15px;
    margin-left: -15px;
}

.pd_form_payment .col-md-12,
.pd_form_payment .col-md-6,
.pd_form_payment .col-md-9,
.pd_form_payment .col-sm-3,
.pd_form_payment .col-sm-4,
.pd_form_payment .col-sm-5,
.pd_form_payment .col-sm-7,
.pd_form_payment .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {

    .pd_form_payment .col-sm-3,
    .pd_form_payment .col-sm-4,
    .pd_form_payment .col-sm-5,
    .pd_form_payment .col-sm-7,
    .pd_form_payment .col-sm-9 {
        float: left;
    }

    .pd_form_payment .col-sm-9 {
        width: 75%;
    }

    .pd_form_payment .col-sm-7 {
        width: 58.33333%;
    }

    .pd_form_payment .col-sm-5 {
        width: 41.66667%;
    }

    .pd_form_payment .col-sm-4 {
        width: 33.33333%;
    }

    .pd_form_payment .col-sm-3 {
        width: 25%;
    }
}

@media (min-width: 992px) {

    .pd_form_payment .col-md-12,
    .pd_form_payment .col-md-6,
    .pd_form_payment .col-md-9 {
        float: left;
    }

    .pd_form_payment .col-md-12 {
        width: 100%;
    }

    .pd_form_payment .col-md-9 {
        width: 75%;
    }

    .pd_form_payment .col-md-6 {
        width: 50%;
    }

    .pd_form_payment .col-md-offset-6 {
        margin-left: 50%;
    }

    .pd_form_payment .col-md-offset-4 {
        margin-left: 33.33333%;
    }
}

.pd_form_payment table {
    background-color: transparent;
}

.pd_form_payment th {
    text-align: left;
}

.pd_form_payment .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.pd_form_payment .table>tbody>tr>td,
.pd_form_payment .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.pd_form_payment .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.pd_form_payment .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.pd_form_payment .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .pd_form_payment .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .pd_form_payment .table-responsive>.table {
        margin-bottom: 0;
    }

    .pd_form_payment .table-responsive>.table>tbody>tr>td,
    .pd_form_payment .table-responsive>.table>thead>tr>th {
        white-space: nowrap;
    }
}

.pd_form_payment label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.pd_form_payment input[type=checkbox],
.pd_form_payment input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.pd_form_payment input[type=checkbox]:focus,
.pd_form_payment input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.pd_form_payment .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.pd_form_payment .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.pd_form_payment .form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.pd_form_payment .form-control:-ms-input-placeholder {
    color: #999;
}

.pd_form_payment .form-control::-webkit-input-placeholder {
    color: #999;
}

.pd_form_payment .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.pd_form_payment .form-control[disabled] {
    background-color: #eee;
    opacity: 1;
}

.pd_form_payment .form-control[disabled] {
    cursor: not-allowed;
}

.pd_form_payment textarea.form-control {
    height: auto;
}

.pd_form_payment .form-group {
    margin-bottom: 15px;
}

.pd_form_payment .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pd_form_payment .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.pd_form_payment .radio input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.pd_form_payment .radio+.radio {
    margin-top: -5px;
}

.pd_form_payment .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pd_form_payment .btn:active:focus,
.pd_form_payment .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.pd_form_payment .btn:focus,
.pd_form_payment .btn:hover {
    color: #333;
    text-decoration: none;
}

.pd_form_payment .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.pd_form_payment .btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.pd_form_payment .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.pd_form_payment .btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.pd_form_payment .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.pd_form_payment .btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.pd_form_payment .btn-primary:active:focus,
.pd_form_payment .btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.pd_form_payment .btn-primary:active {
    background-image: none;
}

.pd_form_payment .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.pd_form_payment .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.pd_form_payment .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.pd_form_payment .btn-danger:active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.pd_form_payment .btn-danger:active:focus,
.pd_form_payment .btn-danger:active:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.pd_form_payment .btn-danger:active {
    background-image: none;
}

.pd_form_payment .btn-danger[disabled]:focus,
.pd_form_payment .btn-danger[disabled]:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.pd_form_payment .btn-block {
    display: block;
    width: 100%;
}

.pd_form_payment .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.pd_form_payment .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.pd_form_payment .input-group .form-control:focus {
    z-index: 3;
}

.pd_form_payment .input-group .form-control,
.pd_form_payment .input-group-btn {
    display: table-cell;
}

.pd_form_payment .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.pd_form_payment .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pd_form_payment .input-group-btn:last-child>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pd_form_payment .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.pd_form_payment .input-group-btn>.btn {
    position: relative;
}

.pd_form_payment .input-group-btn>.btn:active,
.pd_form_payment .input-group-btn>.btn:focus,
.pd_form_payment .input-group-btn>.btn:hover {
    z-index: 2;
}

.pd_form_payment .input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -1px;
}

.pd_form_payment .clearfix:after,
.pd_form_payment .clearfix:before,
.pd_form_payment .row:after,
.pd_form_payment .row:before {
    display: table;
    content: " ";
}

.pd_form_payment .clearfix:after,
.pd_form_payment .row:after {
    clear: both;
}

.pd_form_payment .pull-right {
    float: right !important;
}

.pd_form_payment .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pd_form_payment .pull-right {
    float: right;
}

.pd_form_payment .fa-th-list:before {
    content: "\f00b";
}

.pd_form_payment .fa-check:before {
    content: "\f00c";
}

.pd_form_payment .fa-home:before {
    content: "\f015";
}

.pd_form_payment .fa-refresh:before {
    content: "\f021";
}

.pd_form_payment .fa-map-marker:before {
    content: "\f041";
}

.pd_form_payment .fa-edit:before {
    content: "\f044";
}

.pd_form_payment .fa-info-circle:before {
    content: "\f05a";
}

.pd_form_payment .fa-exclamation-triangle:before {
    content: "\f071";
}

.pd_form_payment .fa-trash:before {
    content: "\f1f8";
}

.pd_form_payment .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.pd_form_payment .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.pd_form_payment .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pd_form_payment .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.pd_form_payment .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.pd_form_payment .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.pd_form_payment .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.pd_form_payment .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.pd_form_payment .icheckbox_minimal-blue,
.pd_form_payment .iradio_minimal-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(https://chipo.vn/static/skins/lib/iCheck/minimal/blue.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-top: -2px;
}

.pd_form_payment .icheckbox_minimal-blue {
    background-position: 0 0;
}

.pd_form_payment .icheckbox_minimal-blue.checked {
    background-position: -40px 0;
}

.pd_form_payment .iradio_minimal-blue {
    background-position: -100px 0;
}

.pd_form_payment .iradio_minimal-blue.checked {
    background-position: -140px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    .pd_form_payment .icheckbox_minimal-blue,
    .pd_form_payment .iradio_minimal-blue {
        background-image: url(https://chipo.vn/static/skins/lib/iCheck/minimal/blue@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

.pd_form_payment h3 {
    font-family: 'Roboto', sans-serif;
}

.pd_form_payment a {
    color: #3c8dbc;
}

.pd_form_payment a:hover,
.pd_form_payment a:active,
.pd_form_payment a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

.pd_form_payment .form-control {
    box-shadow: none;
    border-color: #d2d6de;
}

.pd_form_payment .form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.pd_form_payment .form-control::-moz-placeholder,
.pd_form_payment .form-control:-ms-input-placeholder,
.pd_form_payment .form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

.pd_form_payment .form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pd_form_payment .box-header:before,
.pd_form_payment .box-body:before,
.pd_form_payment .box-header:after,
.pd_form_payment .box-body:after {
    content: " ";
    display: table;
}

.pd_form_payment .box-header:after,
.pd_form_payment .box-body:after {
    clear: both;
}

.pd_form_payment .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.pd_form_payment .box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.pd_form_payment .box-header>.fa,
.pd_form_payment .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.pd_form_payment .box-header>.fa {
    margin-right: 5px;
}

.pd_form_payment .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-bottom: 15px;
}

.pd_form_payment .btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.pd_form_payment .btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.pd_form_payment .btn:focus {
    outline: none;
}

.pd_form_payment .btn-primary {
    min-width: 150px;
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.pd_form_payment .btn-primary:hover,
.pd_form_payment .btn-primary:active {
    background-color: #367fa9;
}

.pd_form_payment .btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

.pd_form_payment .btn-danger:hover,
.pd_form_payment .btn-danger:active {
    background-color: #d73925;
}

.pd_form_payment .table>thead>tr>th,
.pd_form_payment .table>tbody>tr>td {
    border-top: none;
    vertical-align: middle;
}

.pd_form_payment .table>thead>tr>th {
    border-bottom: 2px solid #f4f4f4;
}

.pd_form_payment .select2-container--default:focus,
.pd_form_payment .select2-selection:focus,
.pd_form_payment .select2-container--default:active,
.pd_form_payment .select2-selection:active {
    outline: none;
}

.pd_form_payment .select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.pd_form_payment .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.pd_form_payment .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.pd_form_payment .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.pd_form_payment .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

.pd_form_payment .margin {
    margin: 10px;
}

.pd_form_payment .text-red {
    color: #dd4b39 !important;
}

@media print {
    .pd_form_payment .table-responsive {
        overflow: auto;
    }

    .pd_form_payment .table-responsive>.table tr th,
    .pd_form_payment .table-responsive>.table tr td {
        white-space: normal !important;
    }
}

.pd_form_payment p {
    margin-bottom: 0;
}

.pd_form_payment .padding {
    padding: 10px;
}

.pd_form_payment .text-right {
    text-align: right !important;
}

.pd_form_payment .text-left {
    text-align: left !important;
    font-size: 13px;
}

.pd_form_payment .text-red {
    color: #518ca3 !important;
}

.pd_form_payment .box-body-content {
    border: 1px solid #dadada;
    border-top: none;
    background: #fff;
}

.pd_form_payment .box-ls {
    border: 1px solid #dadada !important;
    background: #fafafa;
    padding: 10px;
}

.pd_form_payment #table-shops {
    background: #fff;
}

.pd_form_payment .img-order-product {
    width: 69px !important;
    height: 69px !important;
    float: left;
}

.pd_form_payment .box-total-amount-order {
    background: #f2f2f2;
    padding: 15px;
}

.pd_form_payment .ls-total {
    margin-bottom: 10px;
}

.pd_form_payment .ls-total .tt-price {
    display: inline-block;
    min-width: 75px;
}

.pd_form_payment .ls-total .margin {
    margin-right: 15px;
}

.pd_form_payment .description .addressbox>.adr-oms {
    padding: 10px;
    margin: 0;
    font-size: 13px;
    font-weight: normal !important;
}

.pd_form_payment .description .addressbox>.adr-oms>label {
    padding-left: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.pd_form_payment .description .iradio_minimal-blue {
    position: absolute;
    top: 20px;
    left: 10px;
}

.pd_form_payment .add_new_address .iradio_minimal-blue {
    position: absolute;
    top: 10px;
    left: 10px;
}

.pd_form_payment .add_address {
    display: none;
}

.pd_form_payment .add_address .select2 {
    width: 100% !important;
}

.pd_form_payment .icon-edit {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.pd_form_payment .adr-oms:hover {
    background: #f2f2f2;
}

.pd_form_payment .adr-oms:hover .icon-edit {
    display: block;
}

.pd_form_payment form label {
    font-weight: 600 !important;
}

.pd_form_payment .text-nomal {
    font-weight: normal;
}

@media (max-width: 767px) {
    .pd_form_payment .ls-form:first-child {
        margin-bottom: 15px;
    }
}

.pd_form_payment .table input[type="checkbox"] {
    cursor: pointer;
}

.pd_form_payment a:hover,
.pd_form_payment a:active {
    color: #ff7300;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/v1/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/v1/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('/v1/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/v1/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/v1/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/v1/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
    unicode-range: U460-52F, U1C 79C 88, U20B 4, U2DE -2DFF, UA640-A69F, UFE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
    unicode-range: U400-45F, U490-491, U4B -4B 1, U2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
    unicode-range: U1F -1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
    unicode-range: U370-3FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
    unicode-range: U102-103, U110-111, U1EA -1EF 9, U20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
    unicode-range: U100-24F, U259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
    unicode-range: U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
    unicode-range: U460-52F, U1C 79C 88, U20B 4, U2DE -2DFF, UA640-A69F, UFE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
    unicode-range: U400-45F, U490-491, U4B -4B 1, U2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
    unicode-range: U1F -1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
    unicode-range: U370-3FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
    unicode-range: U102-103, U110-111, U1EA -1EF 9, U20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
    unicode-range: U100-24F, U259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
    unicode-range: U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U460-52F, U1C 79C 88, U20B 4, U2DE -2DFF, UA640-A69F, UFE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U400-45F, U490-491, U4B -4B 1, U2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U1F -1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U370-3FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U102-103, U110-111, U1EA -1EF 9, U20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U100-24F, U259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U460-52F, U1C 79C 88, U20B 4, U2DE -2DFF, UA640-A69F, UFE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U400-45F, U490-491, U4B -4B 1, U2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U1F -1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U370-3FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U102-103, U110-111, U1EA -1EF 9, U20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U100-24F, U259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U460-52F, U1C 79C 88, U20B 4, U2DE -2DFF, UA640-A69F, UFE2E-FE2F;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U400-45F, U490-491, U4B -4B 1, U2116;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U1F -1FFF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U370-3FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U102-103, U110-111, U1EA -1EF 9, U20AB;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U100-24F, U259, U1E -1EFF, U2020, U20A -20AB, U20AD-20CF, U2113, U2C 58C 7F, UA720-A7FF;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD;
}



#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.label-pink{
    background-color: #ce5b6f;
    color: azure;
}
.label-orange{
  background-color: #f24d23;
}