/* BEGIN Reset Style */
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #737373;
    background: white;
    font-size: 14px;
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.42857143em;
    overflow-wrap: break-word;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
}

hr {
    border-color: #e1e1e1;
}

hr.divider {
    margin-top: 10px;
    margin-bottom: 15px;
}

ol, ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

h2 {
    color: #333;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

h1 {
    line-height: 1.16em;
}

pre {
    white-space: pre-line;
    overflow-y: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    font-size: 1.12em;
    line-height: 1.5em;
    color: #777;
}

label {
    margin-bottom: 0;
}

a {
    color: #1f9cd0;
}

a:hover, a:focus {
    color: #2486ae;
    outline: 0;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: none;
    background: transparent;
    line-height: normal;
}

button {
    overflow: visible;
}

button {
    -moz-appearance: none;
    text-transform: none;
}

td, th {
    padding-left: 20px;
}

td:first-child, th:first-child {
    padding-left: 0;
    text-align: left;
}
/* END Reset Style */

/* BEGIN Global Style */
.m0 {
    margin: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-top: 20px !important;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.aqua {
    color: #1f9cd0;
}

.section {
    position: relative;
    padding-top: 28px;
}

.section__header {
    position: relative;
    margin-bottom: 12px;
}

.section__content {
    zoom: 1;
}

.section__content:after, .section__content:before {
    content: "";
    display: table;
}

.section__title--icon {
    margin: 0 3px;
    vertical-align: top;
}

.section__title--link {
    font-size: 14px;
}

.section__title--link:hover, .section__title--link:focus {
    text-decoration: none;
}

.section__title--link i {
    padding-right: 2px;
}

.section__title--link.pull-right {
    position: relative;
    top: 1px;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.help-block {
    margin-top: 0;
}

.underline-none, .underline-none:focus, .underline-none:active, .underline-none:hover {
    text-decoration: none;
}

.btn-delete {
    background-color: #bbbbbb;
    background-image: url(clear.svg), none;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    float: left;
    height: 16px;
    margin: 2px 7px;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    width: 16px;
}

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

.text-center {
    text-align: center;
}

.previous-link:hover, .previous-link:focus {
    text-decoration: none;
}

.previous-link i {
    transition: all 0.2s cubic-bezier(0.3, 0, 0, 1);
    vertical-align: -10%;
    margin-right: 1px;
}

.previous-link:hover i {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.layout-flex {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.layout-flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-flex__item--stretch {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.visible-small-device {
    display: none;
}

@media (min-width: 1000px) {
    .section:not(.hide):first-child {
        padding-top: 0;
    }

    .p0--desktop {
        padding-top: 0;
    }
}

@media (max-width: 360px) {
    .hidden-small-device {
        display: none !important;
    }

    .visible-small-device {
        display: block !important;
    }

    .visible-small-device.inline {
        display: inline-block !important;
    }

    .section__title--link {
        padding-top: 10px;
        padding-left: 3px;
    }
}
/* END Global Style */

/* BEGIN Form Style */
.stateful-form .checkout-input-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.stateful-form .has-error .checkout-input-wrapper {
    border-color: #a94442;
}

.form-control {
    height: 32px;
}

.form-control:focus {
    box-shadow: 0 0 0 2px rgba(102, 175, 233, 0.6);
}

.has-error .form-control, .has-error .form-control:focus {
    box-shadow: 0 0 0 2px #f45b4f;
}

.field__input-wrapper {
    position: relative;
    background: #fff;
    display: block;
    margin-bottom: 7px;
}

.stateful-form .field__input-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.stateful-form .has-error .field__input-wrapper {
    border-color: #a94442;
}

.field__input-wrapper .field__input {
    margin-bottom: 0;
}

.field__input-wrapper--select::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.stateful-form .field__label {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
    position: absolute;
    font-size: 1em;
    font-weight: 400;
    left: 12px;
    top: 22px;
    color: #999999;
    text-transform: none;
    z-index: 1;
    cursor: text;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 46.875em) {
    .stateful-form .field__label {
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }
}

.stateful-form .js-is-focused .field__label, .stateful-form .js-is-filled .field__label {
    font-size: 0.84em;
    -webkit-transform: translateY(-19px);
    -ms-transform: translateY(-19px);
    transform: translateY(-19px);
}

.field__label .required {
    background: url('data:image/gif;base64,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') no-repeat;
    background-position: 0 2px;
    padding: 0 5px;
}

.stateful-form .js-is-focused .field__label .required, .stateful-form .js-is-filled .field__label .required {
    background-position: 0 0;
}

.field__input-wrapper--select .field__label {
    font-size: 0.84em;
    position: absolute;
    top: 0;
    margin-top: 0.3em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.field__input-wrapper--select .field__label {
    transition: all 0.2s ease-out;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.field__input {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: block;
    height: 2.5em;
    width: 100%;
    margin: 0 0 15px;
    color: #30373b;
    font-size: 15px;
    line-height: normal;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0.94em 0.8em;
    word-break: normal;
    border: none;
    -webkit-transition: border-color 150ms;
    transition: border-color 150ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.field__input {
    transition: all 0.2s ease-out;
    box-shadow: 0 0 0 1px #d9d9d9;
    padding-bottom: 0.38em;
}

@media screen and (min-width: 61.875em) {
    .field__input {
        font-size: 1em;
    }
}

.checkbox label {
    padding-left: 0;
}


.content-box {
    border-radius: 4px;
    background: #fff;
    color: #737373;
}

.content-box, .content-box-spacing {
    margin-top: 1em;
}

.boxshadow .content-box {
   
}

.content-box:first-child, .content-box-spacing:first-child {
    margin-top: 0;
}

.content-box__row {
    padding: 1.3em;
    position: relative;
    border-top: 1px solid #d9d9d9;
    zoom: 1;
}

.content-box__row:first-child, .content-box__row.content-box__row--secondary {
    border-top: none;
}

.display-table .content-box__row {
    display: table;
    box-sizing: border-box;
    width: 100%;
}

.content-box__row:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.content-box__row:after, .content-box__row:before {
    content: "";
    display: table;
}

.content-box__row:after, .content-box__row:before {
    content: "";
    display: table;
}

.content-box__row:after {
    clear: both;
}

.content-box__row--secondary {
    background-color: #f8f8f8;
}

.radio-wrapper, .checkbox-wrapper {
    zoom: 1;
}

.radio-wrapper label, .checkbox-wrapper label {
    font-weight: normal;
}

.display-table .radio-wrapper, .display-table .checkbox-wrapper {
    display: table;
    box-sizing: border-box;
    width: 100%;
}

.radio-wrapper:after, .radio-wrapper:before, .checkbox-wrapper:after, .checkbox-wrapper:before {
    content: "";
    display: table;
}

.radio-wrapper:after, .radio-wrapper:before, .checkbox-wrapper:after, .checkbox-wrapper:before {
    content: "";
    display: table;
}

.radio-wrapper:after, .checkbox-wrapper:after {
    clear: both;
}

.radio__input, .checkbox__input {
    padding-right: 0.75em;
    white-space: nowrap;
}

.display-table .radio__input, .display-table .checkbox__input {
    display: table-cell;
}

.input-checkbox, .input-radio {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: none;
    background: transparent;
    line-height: normal;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 0 #bbbbbb inset;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    border: 1px solid;
}

.input-radio {
    border-radius: 50%;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.content-box .input-radio {
    border-color: #d9d9d9;
}

.content-box .input-checkbox {
    border-color: #6bb4ea;
}

.input-checkbox:focus, .input-radio:focus {
    border: 2px solid #bbbbbb;
    outline: none !important;
}

.input-radio:checked, .input-checkbox:checked {
    border: none;
    box-shadow: 0 0 0 10px #337ab7 inset;
}

.input-checkbox:checked:after, .input-radio:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.input-checkbox:checked:focus, .input-radio:checked:focus {
    border-color: #bbbbbb;
    outline: none;
}

.input-checkbox:after, .input-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

.radio__label, .checkbox__label {
    cursor: pointer;
    font-weight: 400;
    vertical-align: middle;
}

.display-table .radio__label, .display-table .checkbox__label {
    display: table-cell;
    width: 100%;
}

.radio__label__primary {
    vertical-align: top;
}

.display-table .radio__label__primary {
    display: table-cell;
    width: 100%;
}

.radio__label__accessory {
    padding-left: 1em;
    white-space: nowrap;
    text-align: right;
}

.display-table .radio__label__accessory {
    display: table-cell;
}

.content-box__emphasis {
    font-weight: 700;
    color: #4d4d4d;
}

.input-checkbox {
    border-radius: 4px;
}

.input-checkbox:after {
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
    background-image: url(checkbox-tick-0.png);
    background-image: url(checkbox-tick-0.svg),none;
}

.error {
    border: 1px dashed #f88d81;
    color: #f06455;
    display: block;
    padding: 5px 7px;
}

.field__input-btn-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.field__input-btn-wrapper .btn {
    margin-left: 13px;
}
/* END Form Style */

/* BEGIN Wrap Container */
.content {
    overflow: hidden;
}

.wrap {
    margin: 0 auto;
    max-width: 40em;
    zoom: 1;
}

.wrap:after, .wrap:before {
    content: "";
    display: table;
}

.wrap:after {
    clear: both;
}

.anyflexbox body, .anyflexbox .content, .anyflexbox .content .wrap, .anyflexbox .main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.banner {
    padding: 20px 0;
    background: transparent;
    background-size: cover;
    display: none;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 999px) {
    .banner {
        display: block;
    }

    .wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
}
/* END Wrap Container */

/* BEGIN Sidebar Container */
.sidebar {
    position: relative;
    color: #717171;
}

.sidebar:after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
    box-shadow: 0 -1px 0 #e1e1e1 inset;
}

.sidebar hr.full_width {
    margin: 0 0 0 -30px;
    width: 300%;
}

.sidebar .sidebar_header h2 {
    margin: 21px 0 19px 0;
}

.sidebar_header {
    display: none;
}

@media (min-width: 1000px) {
    .wrap {
        padding: 0 25px;
        width: 98%;
        max-width: 95em;
    }

    .anyflexbox .content .wrap {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .sidebar {
        width: 32%;
        padding-left: 30px;
        background-position: left top;
        float: right;
    }

    .sidebar:after {
        left: 0;
        background-position: left top;
        box-shadow: 1px 0 0 #e1e1e1 inset;
    }

    .sidebar_header {
        display: block;
    }
}

.sidebar__content .summary-section {
    padding: 12px 0;
}

.product-info-name, .product-info-description {
    display: block;
}

.product-info-description {
    color: #969696;
    font-size: 0.85714em;
}

.product-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.product-thumbnail::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
    z-index: 2;
}

.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.product-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product-thumbnail__quantity {
    font-size: 0.78em;
    white-space: nowrap;
    padding: 0 0.62em;
    border-radius: 2em;
    background-color: #5a96c8;
    color: #fff;
    position: absolute;
    right: -0.9em;
    top: -0.55em;
    z-index: 3;
}

.summary-product .product-list .product {
    padding: 11px 0;
}

.total-line {
    margin-bottom: 12px;
}

.total-line:first-of-type {
    margin-bottom: 0;
}

.total-line-subtotal {
    padding-bottom: 8px;
}

.total-line-total {
    border-top: 1px solid #e7e7e7;
    padding-top: 12px;
    margin-bottom: 0;
}

.total-line-price {
    font-size: 20px;
}

.btn-checkout {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.field__input-btn-wrapper .btn-checkout {
    padding: 8px 40px;
    width: auto;
}

.field__input-btn-wrapper .field__input-wrapper {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
}

.summary-product {
    overflow-y: auto;
    overflow-x: hidden;
}

.order-summary-toggle {
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.25em 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
    width: 100%;
}

.order-summary-toggle .wrap {
    position: relative;
}

.order-summary--transition {
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
}

.expandable:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    text-shadow: none;
    position: relative;
    top: 2px;
    left: 3px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.order-summary-toggle--hide .expandable:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expandable.pull-right {
    position: absolute;
    top: 0;
    right: 15px;
}

.success .applied-discount-code {
    color: #369ad6;
}

.warning .applied-discount-code {
    color: #ff6d6d;
}

.applied-discount-status-success, .applied-discount-status-warning {
    font-size: 15px;
    margin-right: 5px
}

.applied-discount-status-success {
    color: #369ad6;
}

.applied-discount-status-warning {
    color: #ff6d6d
}

.success .applied-discount-status-warning {
    display: none;
}

.warning .applied-discount-status-success {
    display: none;
}

.product-table {
    margin: 7px 0;
    width: 100%;
}

.product {
    color: #4b4b4b;
}

.product td {
    padding-top: 1em;
}

.product:first-child td {
    padding-top: 0;
}

.product td:first-child {
    width: 54px;
}

.product-price {
    white-space: nowrap;
}

.order-summary__scroll-indicator {
    background-color: rgba(50,50,50,0.85);
    border-radius: 2em;
    bottom: 1.5em;
    color: #fafafa;
    font-size: 0.85714em;
    left: 50%;
    opacity: 0;
    padding: 0.6em 1.2em;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(100%) rotateZ(360deg);
    transform: translateX(-50%) translateY(100%) rotateZ(360deg);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
    white-space: nowrap;
}

.order-summary__scroll-indicator i {
    margin-left: 0.21429em;
    vertical-align: middle;
}

.discount_code {
    box-shadow: 0 0 0 1px #d9d9d9;
    border: none;
}

.summary-section .field__input-wrapper {
    background-color: #fff;
}

@media (min-width: 1000px) {
    .summary-product {
        min-width: 100%;
        -webkit-overflow-scrolling: touch;
        max-height: 295px;
        overflow: hidden;
    }

    .summary-product:hover {
        overflow: auto;
    }

    .order-summary-toggle {
        display: none;
    }

    .order-summary--is-scrollable .order-summary__scroll-indicator {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0) rotateZ(360deg);
        transform: translateX(-50%) translateY(0) rotateZ(360deg);
    }

    .order-summary--product-list {
        position: relative;
    }
}

@media (max-width: 1000px) {
    .order-summary--transition, .order-summary--is-collapsed {
        overflow: hidden;
    }

    .order-summary--is-collapsed {
        height: 0;
    }
}
/* END Sidebar Container */

/* BEGIN Main Container */
.main .field__input-wrapper--select::before {
    background-image: url(//bizweb.dktcdn.net/assets/themes_support/dropdown-arrow-down-dark.png);
    background-image: url(//bizweb.dktcdn.net/assets/themes_support/dropdown-arrow-down-dark.svg),none;
}

.main .field__input {
    background-color: white;
    color: #333333;
}

.main .field__input[readonly], .main .field__input[disabled] {
    background-color: #eee;
}

.main .input-radio {
    border-color: #d9d9d9;
    margin: 0;
}

.main .input-checkbox {
    border-color: #bbbbbb;
    margin: 0;
}

.main .logo {
    display: none;
    padding: 20px 0;
}

.blank-slate p {
    margin: 0 0 5px 0;
}

.blank-slate p:last-child {
    margin-bottom: 0;
}

.payment-icon {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_manual.png) no-repeat center center;
    display: inline-block;
    width: 52px;
    height: 28px;
    transition: opacity 0.5s cubic-bezier(0.3, 0, 0, 1);
    -webkit-backface-visibility: hidden;
}

.payment-icon-fa {
    font-size: 22px;
    color: #1990c6;
    margin-right: 15px;
}

.payment-icon-v2 {
    display: inline-block;
    width: 52px;
    height: 28px;
    transition: opacity 0.5s cubic-bezier(0.3, 0, 0, 1);
    -webkit-backface-visibility: hidden;
}

.payment-icon--1, .payment-icon--2 {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_onepay.png) no-repeat center center;
}

.payment-icon--6 {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_ngan_luong.png) no-repeat center center;
}

.payment-icon--7 {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_bao_kim.png?18) no-repeat center center;
}

.payment-icon--10 {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_paypal.png) no-repeat center center;
}

.payment-icon--11 {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_moca.png) no-repeat center center;
}

.payment-icon--12 {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_webmoney.png?18) no-repeat center center;
}

.payment-icon--13, .payment-icon--14 {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_napas.png) no-repeat center center;
}

.payment-icon--15 {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_vtc_pay.png) no-repeat center center;
}

.payment-icon--16 {
    background: url(//bizweb.dktcdn.net/assets/themes_support/payment_icon_vnpay.png) no-repeat center center;
}

.payment-icon--17 {
    background: url(//bizweb.dktcdn.net/assets/images/payment_icon_zalopay_alt.png) no-repeat center center;
}

.zalopay-qr-payment-icon {
    width: 32px;
}

.full-page-overlay{
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    width:100%;
    height:100%;
    text-align:center;
    overflow:auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    background:white;
    color:#545454;
    overflow: hidden;
}
.full-page-overlay__wrap {
    margin:auto;
    width:100%;
    padding:10% 0
}
.full-page-overlay__title{
    color:#333333
}
.full-page-overlay__content{
    margin:0 auto;
    max-width:36em;
    zoom:1;
    padding-left:1em;
    padding-right:1em
}
.full-page-overlay__content:after,.full-page-overlay__content:before{
    content:"";
    display:table
}
.full-page-overlay__content:after{
    clear:both
}
.full-page-overlay__content form{
    margin:1.5em 0
}
.full-page-overlay__content:focus{
    outline:0
}
.full-page-overlay__icon{
    margin-bottom:1.5em
}
.full-page-overlay__title{
    margin-bottom:0.5em
}

.icon-svg{
    display:inline-block;
    vertical-align:middle;
    fill:currentColor;
    -webkit-transition:color 0.2s ease-in-out;
    transition:color 0.2s ease-in-out
}

.icon-svg--size-64{
    width:64px;
    height:64px
}

.icon-svg--color-accent{
    color:#197bbd;
    fill:currentColor
}

.icon-svg--spinner {
    -webkit-animation:fade-in 0.5s ease-in-out, rotate 0.5s linear infinite;
    animation:fade-in 0.5s ease-in-out, rotate 0.5s linear infinite
}

@-webkit-keyframes rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@keyframes rotate{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}

.radio__label__accessory .payment-icon {
    margin: -2px 0 -6px;
}

@media (min-width: 1000px) {
    .main {
        padding-right: 30px;
        float: left;
        width: 52%;
    }

    .main .logo {
        display: block;
    }

    .main_content {
        padding-bottom: 35px;
    }

    .main_content .section {
        padding-right: 5px;
    }
}

@media (max-width: 1000px) {
    .logo {
        text-align: center !important;
    }

    .logo a {
        display: block;
    }

    .main_content {
        padding-bottom: 20px;
    }
}
/* END Main Container */

/* BEGIN Footer */
.footer {
    color: #777;
    border-top: 1px solid #e1e1e1;
    text-align: right;
    padding: 20px 10px;
}

.footer > a {
    padding-left: 20px;
}

.modal-title {
    font-size: 24px;
}

.modal-header {
    padding: 2em;
}

.modal-header .close {
    font-weight: bold;
    font-size: 22px;
    margin-top: 6px;
}

.modal-body {
    padding: 1.5em 2em 2em 2em;
}

@media (max-width: 1000px) {
    .footer {
        text-align: center;
    }

    .footer > a {
        display: block;
        margin-bottom: 15px;
        padding-left: 0;
    }
}
/* END Footer */

/*BEGIN MocaPayment + ZPQR*/
.moca-modal .modal-dialog, .moca-modal .modal-dialog .modal-content {
    min-width: 750px;
}

.moca-modal .modal-dialog .modal-content > div {
    width: 750px;
    height: 410px;
    margin: 0 auto;
}

#moca-error-modal .modal-body, .qr_error_modal .modal-body {
    position: relative;
    padding: 40px 0;
}

#moca-error-modal .modal-body .close, .qr_error_modal .modal-body .close {
    position: absolute;
    top: 10px;
    right: 15px;
}

#moca-error-modal .modal-body > div, .qr_error_modal .modal-body > div {
    text-align: center;
    font-family: inherit;
    font-size: 1.12em;
    line-height: 1.5em;
}

#moca-error-modal .modal-body p, .qr_error_modal .modal-body p {
    margin: 5px 0;
}

.qr-guide-content {
    margin-top: 20px;
}
/*END MocaPayment*/
/*BEGIN Onepay Visa*/
.cart-icon {
    background-image: url("//bizweb.dktcdn.net/assets/images/banner_banks.png");
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    margin: 4px 2px;
}

.cart-icon.onepay {
    background-position: -753px 0;
    width: 59px;
}

.cart-icon.guide.en-US {
    background-position: -995px 0;
    width: 188px;
}

.cart-icon.guide.vi-VN {
    background-position: -812px 0;
    width: 181px;
}

.cart-icon.visa {
    background-position: 0 0;
    width: 54px;
}

.cart-icon.master-card {
    background-position: -59px 0;
    width: 55px;
}

.cart-icon.american-express {
    background-position: -126px 0;
    width: 39px;
}

.cart-icon.jcb {
    background-position: -181px 0;
    width: 42px;
}

.cart-icon.union-pay {
    background-position: -232px 0;
    width: 53px;
}

.cart-icon.verified-by-visa {
    background-position: -288px 0;
    width: 57px;
}

.cart-icon.master-card.securecode {
    background-position: -346px 0;
    width: 57px;
}

.cart-icon.american-express.safekey {
    background-position: -404px 0;
    width: 56px;
}

.cart-icon.jcb.jsecure {
    background-position: -461px 0;
    width: 59px;
}

.cart-icon.atm {
    background-position: -636px 0;
    width: 53px;
}
/*END Onepay Visa*/

/*BEGIN checkout_not_found*/
.checkout_not_found {
}

.checkout_not_found .main {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2.5em;
}

@media (min-width: 1000px) {
    .checkout_not_found .main {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.checkout_not_found .logo {
    display: block;
    padding-bottom: 2.5em;
}

.checkout_not_found .main__content {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-bottom: 2.5em;
}

.checkout_not_found .section__title {
    line-height: 1.3em;
    font-size: 20px
}

.checkout_not_found .btn {
    margin-top: 1.5em;
}

.checkout_not_found .step__footer__info {
    padding-bottom: 2.5em;
}

@media (max-width:1000px) {
    .checkout_not_found .logo {
        text-align: left !important;
    }
}

.btn-back-index {
    font-weight: 500;
    padding: 1.4em 1.7em;
    background: #1990c6;
    color: white;
}

.btn-back-index:hover, .btn-back-index:focus {
    color: #fff;
    background-color: #136f99
}

.step-footer i {
    font-size: 18px;
    vertical-align: -1px;
    color: #b5b5b5;
}
/*END*/

/*BEGIN checkout_not_found*/
.checkout_not_found {
}

    .checkout_not_found .main {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 2.5em;
    }

@media (min-width: 1000px) {
    .checkout_not_found .main {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.checkout_not_found .logo {
    display: block;
    padding-bottom: 2.5em;
}

.checkout_not_found .main__content {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-bottom: 2.5em;
}

.checkout_not_found .section__title {
    line-height: 1.3em;
    font-size: 20px;
}

.checkout_not_found .btn {
    margin-top: 1.5em;
}

.checkout_not_found .step__footer__info {
    padding-bottom: 2.5em;
}

@media (max-width:1000px) {
    .checkout_not_found .logo {
        text-align: left !important;
    }
}

.btn-back-index {
    font-weight: 500;
    padding: 1.4em 1.7em;
    background: #1990c6;
    color: white;
}

    .btn-back-index:hover, .btn-back-index:focus {
        color: #fff;
        background-color: #136f99;
    }

.step-footer i {
    font-size: 18px;
    vertical-align: -1px;
    color: #b5b5b5;
}

.shipping-method .radio__label__primary{
    display:unset;
}

.shipping-method .radio__label__accessory{
    width: 100px;
    display: inline-block;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*END*/

@media print {
  a[href]:after {
    content: none !important;
  }
}