ol, ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.control-label
html {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

h1 {
    color: #333;
    font-size: 30px;
    font-weight: 500;
}

h2 {
    color: #333;
    font-size: 18px;
}

p {
    color: #777;
    line-height: 1.5em;
    margin: 0 0 1.5em;
}

    p:last-child {
        margin-bottom: 0;
    }

*::-moz-selection {
    background: none repeat scroll 0 0 #2a9dcc;
    color: white;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #2a9dcc;
    color: white;
}

body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

.underline-none,
.underline-none:focus,
.underline-none:active,
.underline-none:hover {
    text-decoration: none;
}

.header {
    overflow: hidden;
    /*padding: 25px 0 0 5px;*/
    position: relative;
}

.shop__name {
    color: #333333;
    font-weight: 300;
    position: relative;
    transition: none 0s ease 0s;
    z-index: 2;
    margin-bottom: 15px;
    float: left;
}

@media (max-width: 992px) {
    body {
        overflow-x: hidden;
    }

    .logo {
        margin-bottom: 20px;
        text-align: center !important;
    }
}

.hide {
    display: none !important;
}

.main {
    padding: 5px;
}

.m0 {
    margin: 0;
}

.mt10 {
    margin-top: 10px;
}

a {
    color: #2a9dcc;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    a:hover, a:focus {
        color: #2486ae;
        outline: 0;
    }

textarea.form-control {
    height: 70px;
}

hr.divider {
    margin-bottom: 10px;
    margin-top: 10px;
}

.no-border {
    border: none !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.next-select__wrapper {
    position: relative;
    margin: 5px 0px;
    float: left;
    width: 100%;
}

.next-select {
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.next-icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: -0.15em;
    vertical-align: middle;
}

.next-select__wrapper .next-icon {
    width: 100%;
    float: left;
    padding: 5px 10px;
    height: auto;
    left: 0;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    fill: #798c9c;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    pointer-events: none;
    font-size: 14px;
    color: #2aacdd;
    position: relative;
}

.next-icon--size-12 {
    width: 12px;
    height: 12px;
}

.slidedown-hidden {
    position: absolute;
    visibility: hidden;
    max-height: 0;
}

    .slidedown-hidden.slidedown-visible {
        -webkit-transition: max-height 1s;
        -moz-transition: max-height 1s;
        transition: max-height 1s;
        max-height: 1500px;
        position: relative;
        visibility: visible;
        overflow: hidden;
    }

.payment-method-description {
    margin-left: 27px;
}

.payment-method-list .radio > label {
    font-weight: 700;
}

.icheckbox_square, .iradio_square {
    background: url("square.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 22px;
}

.iradio_square {
    background-position: -120px 0;
    margin-top: -2px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 1.2) 0.1s,visibility 0.2s cubic-bezier(0.3, 0, 0, 1.2) 0.1s,-webkit-transform 0.2s cubic-bezier(0.3, 0, 0, 1.2) 0.1s;
    -moz-transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 1.2) 0.1s,visibility 0.2s cubic-bezier(0.3, 0, 0, 1.2) 0.1s,-moz-transform 0.2s cubic-bezier(0.3, 0, 0, 1.2) 0.1s;
    transition: opacity 0.2s cubic-bezier(0.3, 0, 0, 1.2) 0.1s,visibility 0.2s cubic-bezier(0.3, 0, 0, 1.2) 0.1s,transform 0.2s cubic-bezier(0.3, 0, 0, 1.2) 0.1s;
}

    .iradio_square.checked {
        background-position: -168px 0;
    }

.icheckbox_square {
    background-position: 0 0;
    margin-right: 5px;
}

    .icheckbox_square.checked {
        background-position: -48px 0;
    }

.radio > label {
    padding-left: 0;
}

.form-group .radio {
    margin-bottom: 20px;
}

.control-label {
    font-weight: 500;
    font-size: 15px;
}

@media (min-width: 992px) {
    .order-info {
        float: right;
    }
}

@media (max-width: 992px) {
    .mobile--is-collapsed {
        height: 0;
    }

    .mobile--transition, .mobile--is-collapsed {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .order-info {
        padding: 0;
        margin-left: -6px;
        margin-right: -6px;
    }
}

.order-summary {
    background: #fafafa;
    border-top: 1px solid #e1e1e1;
    color: #777;
    /* border: 1px solid #dadada; */
}

    .order-summary strong {
        font-weight: 500;
        color: #555;
    }

.order-summary-header {
    padding: 15px;
    border-top: none;
    
}

.order-summary--white {
    background: none;
}

.checkout .order-summary-header {
    position: relative;
    padding: 7px 15px;
    border-bottom: 1px solid #58b3f0;
    background: #58b3f0;
}

.summary-header--thin {
    padding: 7px 15px;
}

.summary-header--border {
    border-bottom: 1px solid #e1e1e1;
}

.order-summary .control-label {
    margin-bottom: 0;
}

.order-summary .summary-section {
    padding: 12px 20px;
}

    .order-summary .summary-section.summary-product {
        padding: 5px 20px 0 20px;
    }

.mobile--transition{
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
}

.total-line-subtotal {
    padding-bottom: 8px;
}

.summary-section {
    border-top: 1px solid #e1e1e1;
    padding: 20px;
}

    .summary-section:first-of-type {
        border-top: 0;
    }

@media (max-width: 992px) {
    .order-summary {
        background: none;
        position: relative;
    }

    .order-summary:after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        background: #fafafa;
        z-index: -2;
        bottom: 0;
    }

    .order-summary.order-summary--white:after {
        background: none;
    }
}

.product-info-name, .product-info-description {
    display: block;
}

.product-info-description {
    font-size: 0.85714em;
}

.product-list .product {
    padding: 25px 0;
    border-top: 1px solid #e7e7e7;
}

    .product-list .product:first-of-type {
        border-top: none;
    }

.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.8em;
    white-space: nowrap;
    padding: 0.05em 0.45em;
    border-radius: 2em;
    background-color: #5a96c8;
    color: #fff;
    position: absolute;
    right: -0.7em;
    top: -0.55em;
    z-index: 3;
}

.product-list .product .product-thumbnail {
    display: inline-block;
    margin-right: 15px;
}

.summary-product .product-list .product {
    padding: 8px 0;
}

.more {
    position: relative;
}

    .more:hover {
        text-decoration: none;
    }

    .more:after {
        content: "";
        background: url('data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDOTBCRkQxRUQxNDkxMUU0QTczOUIyMkZFMzUzOTM4RiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDOTBCRkQxRkQxNDkxMUU0QTczOUIyMkZFMzUzOTM4RiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM5MEJGRDFDRDE0OTExRTRBNzM5QjIyRkUzNTM5MzhGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM5MEJGRDFERDE0OTExRTRBNzM5QjIyRkUzNTM5MzhGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Gt0nMwAAANNJREFUeNpiNGw/8P//p9er/v/5Fc7w7w8Dw98/DP///WVg+vv6QQaLnF4YAwNDBwMSYBa3DDj77+OLr6xKZo3/3j35ClR+jOH/fwYmqIKe3w8v9LOqWnYD2QkgARYk3UV/nlwVYVWznv/rxqFPTIzMbAyMnHwMjCCp3z/j/n1+y8Aiq7eWiQEV7GTiFmD4c++UF7LEchZFI7df1/YHAdnbYRITWeQNIn5dO5AMZK8HCYAkWllktPN+3z5aDmTPg2lnYuIVqvpz9/Q0ILsL2TKAAAMAHnVNPyeKq8wAAAAASUVORK5CYII=') no-repeat right;
        position: absolute;
        height: 11px;
        width: 6px;
        right: -15px;
        top: 3px;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
    }

    .more:hover:after {
        -webkit-transform: translateX(0.5em);
        -moz-transform: translateX(0.5em);
        transform: translateX(0.5em);
    }

.product-info {
    max-width: 50%;
    overflow: hidden;
}

.order-items {
    position: relative;
}

@media (max-width: 992px) {
    .order-items:after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        box-shadow: 0 -1px 0 #e1e1e1 inset;
    }

    .border-top-none--mobile {
        border-top: none
    }
}

.summary-body {
    padding-top: 0;
}

.summary-product {
    overflow-y: auto;
    overflow-x: hidden;
}

    .summary-product::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .summary-product::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .summary-product::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
        background-color: #AFABAC;
    }

@media (min-width: 992px) {
    .summary-product {
        max-height: 295px;
    }

    .mobile {
        display: none;
    }
}

.total-line {
    margin-bottom: 12px;
}

    .total-line:first-of-type {
        margin-bottom: 0;
    }

.total-line-total {
    border-top: 1px solid #e7e7e7;
    padding-top: 12px;
    margin-bottom: 0;
}

.checkbox label {
    padding-left: 0;
}

input[required], select[required] {
    background: url('data:image/gif;base64,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') no-repeat 5px 11px;
}

.form-control {
    padding-left: 22px;
}

    .form-control option {
        padding-left: 20px;
    }

.error {
    border: 1px dashed #f88d81;
    color: #f06455;
    display: block;
    padding: 5px 7px;
}

.btn.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;
}

.success .applied-discount-status {
    background-image: url("discount-success--blue.svg"), none;
    background-position: center center;
    background-repeat: no-repeat;
}

.applied-discount-status {
    height: 12px;
    margin-right: 0.25em;
    margin-top: 1px;
    width: 16px;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
}

.success .applied-discount-code {
    color: #369ad6;
}

.warning .applied-discount-code {
    color: #ff6d6d;
}

.warning .applied-discount-status {
    background-image: url("discount-warning.svg"), none;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 0.4em;
}

.total-line-name--bold {
    font-weight: bold;
}

.total-line-price {
    color: #369ad6;
    font-size: 20px;
}

.form-group.has-error {
    margin-top: 10px;
}

.shipping-method {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 5px;
}

@media (max-width: 992px) {
    .shipping-method {
        padding-top: 20px;
        border-top: 1px solid #e1e1e1;
    }
}

.customer-info {
    padding-top: 7px;
}

@media (max-width: 992px) {
    .customer-info {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

.formCheckout .btn-checkout {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: bold;
    background: #f94e3f;
    color: white;
    border: 0;
}

.radio-wrapper {
    display: table;
}

    .radio-wrapper .radio_input {
        display: table-cell;
        padding-right: 5px;
        width: 49px;
    }

@media (max-width: 992px) {
    .btn-checkout {
        width: 100%;
    }
}

.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;
}

.expandable.open:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expandable--pull-right {
    position: absolute;
    top: 3px;
    right: 15px;
}

/*BEGIN Footer*/
.footer {
    color: #777;
    border-top: 1px solid #e1e1e1;
    text-align: right;
    padding: 20px 0;
}

    .footer a:focus, .footer a:hover {
        text-decoration: none;
    }

    .footer > a {
        padding-left: 20px;
    }

@media (max-width: 992px) {
    .footer {
        text-align: center;
    }

    .payment-method-list {
        margin-bottom: 25px;
    }
}

@media (max-width: 512px) {
    .footer {
        text-align: center;
    }

        .footer > a {
            display: block;
            margin-bottom: 15px;
            padding-left: 0;
        }
}

.modal-header .close {
    font-weight: bold;
    font-size: 22px;
    margin-top: 6px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.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);
}

.modal-title {
    font-size: 24px;
}

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;
}

.modal-header {
    padding: 2em;
}

.modal-body {
    padding: 1.5em 2em 2em 2em;
}

/*END Footer*/

/*BEGIN MocaPayment*/
.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 {
    position: relative;
    padding: 40px 0;
}

    #moca-error-modal .modal-body .close {
        position: absolute;
        top: 10px;
        right: 15px;
    }

    #moca-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 {
        margin: 5px 0;
    }
/*END MocaPayment*/
/*BEGIN Onepay Visa*/
payment-method-description a {
    display: block;
    padding-bottom: 5px;
}

.payment-method-description a:hover {
    text-decoration: none;
}

.payment-method-description span {
    background-image: url("../img/banner_banks.png");
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    margin: 4px 2px;
}

    .payment-method-description span.onepay {
        background-position: -753px 0;
        width: 59px;
    }

    .payment-method-description span.guide.en-US {
        background-position: -995px 0;
        width: 188px;
    }

    .payment-method-description span.guide.vi-VN {
        background-position: -812px 0;
        width: 181px;
    }

    .payment-method-description span.visa {
        background-position: 0 0;
        width: 54px;
    }

    .payment-method-description span.master-card {
        background-position: -59px 0;
        width: 55px;
    }

    .payment-method-description span.american-express {
        background-position: -126px 0;
        width: 39px;
    }

    .payment-method-description span.jcb {
        background-position: -181px 0;
        width: 42px;
    }

    .payment-method-description span.union-pay {
        background-position: -232px 0;
        width: 53px;
    }

    .payment-method-description span.verified-by-visa {
        background-position: -288px 0;
        width: 57px;
    }

    .payment-method-description span.master-card.securecode {
        background-position: -346px 0;
        width: 57px;
    }

    .payment-method-description span.american-express.safekey {
        background-position: -404px 0;
        width: 56px;
    }

    .payment-method-description span.jcb.jsecure {
        background-position: -461px 0;
        width: 59px;
    }

    .payment-method-description span.atm {
        background-position: -636px 0;
        width: 53px;
    }
/*END Onepay Visa*/


label.checked-payment {
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
}

label.checked-payment:before {content: "";position: absolute;width: 100%;height: 100%;border: 1px solid #5a96c8;border-radius: 50%;left: 0;top: 0;}

.iradio_square input.icheck.square:checked + label.checked-payment:after {content: "";position: absolute;width: 60%;height: 60%;border: 1px solid #5a96c8;background: #5a96c8;left: 21%;top: 20%;border-radius: 50%;}

.btn-checkout:hover {
    color: black !important;
    border: 1px solid #f94e3f !important;
}
.item-payment-line.active-check .title-payment-orders{
    color: #5a96c8;
}

.item-payment-line.active-check .content-desc-payment-orders {
    margin-left: 20px;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.item-payment-line .content-desc-payment-orders {
    display: none;
}

.alert.alert-error {border: 1px solid #cbc8c8;margin-top: 10px;}

.order-info .alert strong {
    color: #f94e3f;
    font-weight: 400;
}

.order-info .alert .close {
    color: #4e9ad6;
    opacity: 1;
}
.order-summary h2 {
    color: #fff;
}

select#orderProvince:after {}

.customer-info input {
    padding-left: 19px;
}
.radio-wrapper.item-payment-line {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}
label.lb-sameple-info {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
label.lb-sameple-info:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #459322;
}
label.lb-sameple-info:after {} span.wraper-sameple-info input#sameple-info-payment:checked + label.lb-sameple-info:after {
    content: "\f00c";
    position: absolute;
    width: 16px;
    height: 16px;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: 3px;
    text-align: center;
    color: #57ba2b;
}