/* Style chung S-CART */
[class*="s-cart-"] .s_table {
    font-size: 14px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}
[class*="s-cart-"] .s_table tr td {
    border: 1px solid #e7ecf1;
    padding: 8px;
}
[class*="s-cart-"] .s_table .tr-price {
    text-align: right;
}
[class*="s-cart-"] .s_table .tr-price td:nth-child(2) {
    width: 80px;
}
[class*="s-cart-"] .s_table tr:not(.tr-price) {
    background-color: #fbfcfd;
}
/* BEGIN s-cart-2 */
.s-cart-2 .td-image {
    width: 15%;
    line-height: 0;
}
.s-cart-2 .td-name {
    width: 45%;
    font-weight: 500;
}
.s-cart-2 .td-quantity {
    width: 10%;
}
.s-cart-2 .td-sum, .s-cart-2 .td-total {
    width: 20%;
    font-weight: 500;
}
.s-cart-2 .s_discount {
    margin-top: 20px;
}
.s-cart-2 .s_notify {
    margin-top: 15px;
    font-size: 12px;
}
.s-cart-2 .s_notify>ul {
    margin-top: 5px;
}
/* END s-cart-2 */
/* BEGIN s-form-2 */
.s-form-2 .s_info-pay>p, .s-form-2 .s_info-recipient>p {
    font-size: 15px;
    margin-bottom: 15px;
}
.s-form-2 .s_info-pay p:nth-child(2) {
    display: none;
}
.s-form-2 .s_info-pay.col-sm-6 p:nth-child(1) {
    display: none;
}
.s-form-2 .s_info-pay.col-sm-6 p:nth-child(2) {
    display: block;
}
/* END s-form-2 */
/* BEGIN c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #005abc;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: #005abc;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #005abc;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}
.c-form-border .c_error>span {
    top: 2.5em;
    right: auto;
    left: 0;
}
.c-form-border button {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 9;
    font-size: 15px;
    max-height: 36px;
    border-radius: 0px 3px 3px 0px;
}
.c-form-border button, .c-form-border button:active, .c-form-border button:focus, .c-form-border button:hover {
    box-shadow: none;
}
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: #ce1219;
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: #ce1219;
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type=radio] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type=radio]:checked~.c_tick {
    border-color: #ce1219;
    opacity: 1;
}
.c-radio input[type=radio]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type=radio]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type=radio][disabled]~.c_tick::before {
    opacity: inherit;
}

/* END c-radio */
/* BEGIN s-payment-1 */
.s-payment-1 {
    margin-bottom: 30px;
}
.s-payment-1 .s_rule {
    display: none;
    margin-top: 10px;
}
.s-payment-1 .s_rule .c_error {
    font-size: 14px;
    z-index: -1;
}
.s-payment-1 .s_rule .ht-format-detail {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 10px;
    height: 185px;
    overflow-y: auto;
}

/* END s-payment-1 */
.pay {
    display: flex;
    align-items: center;
}
.pay img {
    width: 32px;
    margin: 0 9px 0 5px;
}

.content {
    margin: 50px 0;
}
.section--icon-heading {
    text-align: inherit;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.section__icon {
    margin-right: 20px;
}
.s-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f36f21;
}
.detail {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    list-style: none;
}
.detail li {
    margin-top: 10px;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.detail li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
.detail .shit {
    color: #f36f21;
}
.detail li:last-child {
    margin-right: 0;
    padding: 0;
    border: none;
}
.box {
    margin-top: 25px;
}
td:first-child, th:first-child {
    padding-left: 0;
    width: 40%;
    border-right: 1px solid #e7ecf1;
}
td:last-child, th:last-child {
    text-align: right;
}
.section-order {
    border: 1px solid #e7ecf1;
    border-top: none;
    margin-bottom: 35px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-weight: 600;
}
.section-order thead, .section-order tfoot {
    background-color: #fbfcfd;
}
.section-order td, .section-order th {
    text-align: left;
    border-top: 1px solid #e7ecf1;
    padding: 10px 12px;
    vertical-align: middle;
}
.section-order th {
    text-transform: uppercase;
    text-align: center;
    border-right: none;
}
.section-order td:first-child, .section-order th:first-child {
    width: 50%;
}
.section-order .item {
    display: flex;
    align-items: center;
}
.section-order .title {
    color: #f36f21;
    border-bottom: 1px dashed transparent;
}
.section-order .thumb {
    width: 60px;
    float: left;
    margin-right: 12px;
    line-height: 0;
}
.section-order .price {
    color: #444;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin-top: 1px;
}
.order-info {
    height: calc(100% - 35px);
}
.order-info td {
    vertical-align: top;
    border-right: none;
}
.justify {
    justify-content: center;
}
@media (max-width: 991px) {
    .content {
        margin: 25px 0;
    }
    .section--icon-heading {
        display: block;
        text-align: center;
    }
    .section__icon {
        margin-right: 0;
    }
    .detail {
        justify-content: center;
    }
    .detail li {
        font-size: 11px;
        padding-right: 15px;
        margin-right: 15px;
    }
    .box {
        margin-left: 0;
        margin-right: 0;
    }
    .section-order td, .section-order th {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .s-title {
        margin-top: 10px;
    }
    .s-desc {
        margin-bottom: 20px;
    }
    .section-order .name .price {
        display: block;
        color: #555;
    }
    .section-order .name .price::before {
        content: initial;
    }
    td:first-child, th:first-child {
        width: 45%;
    }
    .section-order td:first-child, .section-order th:first-child {
        width: 60%;
    }
}