body {
    font-family: Helvetica Neue, sans-serif;
    font-size: 14px;
    color: #737373;
    margin-bottom: 64px;
    line-height: 1.3em;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.content {
    margin: 0 auto;
    height: auto;
}

.main {
    padding-right: 10%;
}

.section .section-title {
    color: #333333;
}

.sidebar {
    position: relative;
    border-left-style: solid;
    border-left-color: #eee;
    border-left-width: 1px;
}

.logo {
    background-image: url(/static/jockey-assets/logo.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    display: inline-block;
}

.logo-text {
    color: #333333;
}

.logo h1 {
    margin: 0;
    visibility: hidden;
}
.breadcrumb {
    margin: 0;
    padding: 10px 0;
}
.breadcrumb-item {
    display: inline-block;
    font-size: 0.85714em;
    color: #999999;
}
.breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb-item::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    vertical-align: middle;
    margin: 0 0.5em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjExIiBvcGFjaXR5PSIuNCIgZmlsbD0iIzAwMCI+PHBhdGggZD0iTS41MjYgMS40MDhsNCA0LjY0NS4wMTQtLjgzLTQgNC4zNTQuOTIuODQ2IDQtNC4zNTYuMzc2LS40MS0uMzYyLS40Mi00LTQuNjQ1LS45NDguODE2eiIvPjwvc3ZnPg==),
    none;
}

.breadcrumb-item-current {
    color: #4d4d4d;
}

.breadcrumb-item:last-child::after {
    display: none;
}
.section-header {
    position: relative;
}
.section-title {
    font-size: 1.28571em;
    color: #5d5151;
    -webkit-margin-before: 0.5em;
    margin-block-start: 0.5em;
    -webkit-margin-after: 0.2em;
    /* margin-block-end: 0.8em; */
    font-weight: normal;
}

.section-security {
    background: rgb(236, 234, 235);
    border-radius: 4px;
    /* width: 100%; */
    display: grid;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    align-items: center;
    padding: 8px;
}
.icon-security {
    padding-left: 10px;
    padding-right: 10px;
}
.section-content a {
    text-decoration: none;
    color: rgb(31, 95, 231);
}

.filed {
    margin: 12px 4px 0px 4px;
}

.note .section-title {
    padding-top: 12px ;
}

.note .textarea-note {
    resize: none;
    margin-top: 12px;
    height: 100px;
}

.field-input {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
    font-family: Helvetica Neue, sans-serif;
    font-size: 14px;
    color: #737373;
}

.field-input:focus {
    box-shadow: 0 0 0 2px #338dbc;
    outline: none;
}

.filed-contact {
    display: grid;
    grid-template-columns: 70% 30%;
    margin: 12px 4px 0px 4px;
}

.filed-contact-email {
    margin-right: 8px;
}

.note-content {
    color: rgb(247, 119, 5);
    font-style: italic;
    /* margin-top: -4px; */
}

.field-address {
    /* margin: 4px 0; */
    display: grid;
    grid-template-columns: auto auto auto;
}

.field-province {
    margin: 12px 4px 0px 4px;
}

.field-district {
    margin: 12px 4px 0px 4px;
}

.field-ward {
    margin: 12px 4px 0px 4px;
}

.logged-in-customer-information {
    display: grid;
    width: 100%;
    grid-template-columns: 10% 90%;
}

.logged-in-customer-information-avatar {
    margin-top: 8px
}

.logged-in-customer-information-paragraph {
    /* margin-left: 12px; */
    line-height: 20px;
}

.logged-in-customer-information-paragraph a{
    text-decoration: none;
}

.content-box {
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #737373;
    margin-top: 1em;
    padding: 56px;
}

.icon-box {
    width: 100%;
    height: 50px;
    font-size: 64px !important;
    text-align: center;
}
.container-radio-box-parent{
    cursor: pointer;
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    padding: 20px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.icon-expand{
    background-image: url(icon-expand.svg);
}
.icon-colapse{
    background-image: url(icon-collapse.svg) !important ;
}

.container-radio-box-parent .icon-toggle{
    display: inline-block;
    width: 16px;
    height: 10px;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: inherit;
    padding-left: 19px;
}
.container-radio-box-parent label{
    cursor: inherit;
}
.payment-methods.hide{
    display: none;
}

.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.5px;
}

.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-radio input:checked ~ .checkmark {
    background-color: #2196f3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-radio input:checked ~ .checkmark:after {
    display: block;
}

.container-radio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 2px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
}

.content-box-shipping {
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #737373;
    margin-top: 1em;
}

.container-radio-box {
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    padding: 20px;
}

.step-footer {
    z-index: 2;
    position: relative;
    align-items: center;
    margin-top: 1.5em;
    zoom: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#form_next_step {
    order: 2;
}

.step-footer .step-footer-previous-link {
    color: #338dbc;
    text-decoration: none;
    cursor: pointer;
    flex: 1 1 auto;
    margin-right: 1em;
    float: left;
    display: block;
}

.step-footer .btn {
    display: inline-block;
    font-weight: 500;
    padding: 1.4em 1.7em;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    border-style: solid;
    border-radius: 8px;
    border-color: #fff;
    background: #338dbc;
    color: white;
}

.step-footer .btn:hover {
    background-color: #185272;
}
.step-footer .step-footer-continue-btn {
    flex: 0 0 auto;
    float: right;
}

.step-footer .step-footer-previous-link .previous-link-icon {
    fill: #338dbc;
    transition: all 0.2s cubic-bezier(0.3, 0, 0, 1);
    margin-right: 0.25em;
}

.sidebar .sidebar-content {
}

.sidebar .sidebar-content .order-summary {
}

.sidebar .sidebar-content .order-summary .order-summary-sections {
}

.sidebar
.sidebar-content
.order-summary
.order-summary-sections
.order-summary-section {
    border-top: 1px solid;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-color: #e1e1e1;
}

.sidebar
.sidebar-content
.order-summary
.order-summary-sections
.order-summary-section:first-child {
    border-top: none;
}

.sidebar .sidebar-content .order-summary .order-summary-emphasis {
    font-weight: 500;
    color: #4b4b4b;
}

.sidebar .sidebar-content .order-summary .order-summary-small-text {
    font-size: 0.85714em;
    color: #969696;
}

.sidebar .sidebar-content .order-summary .product {
}

.sidebar .sidebar-content .order-summary .product:first-child td {
    padding-top: 0;
}

.sidebar .sidebar-content .order-summary .product td {
    padding-top: 1em;
}

.sidebar
.sidebar-content
.order-summary
.product
.product-image
.product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.sidebar
.sidebar-content
.order-summary
.product
.product-image
.product-thumbnail
.product-thumbnail-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar
.sidebar-content
.order-summary
.product
.product-image
.product-thumbnail
.product-thumbnail-wrapper
.product-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.sidebar
.sidebar-content
.order-summary
.product
.product-image
.product-thumbnail
.product-thumbnail-quantity {
    font-size: 0.85714em;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.15em 0.65em;
    border-radius: 2em;
    background-color: rgba(153, 153, 153, 0.9);
    color: #fff;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 2;
}

.sidebar
.sidebar-content
.order-summary
.product
.product-image
.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;
}

.sidebar .sidebar-content .order-summary .product .product-description {
    width: 100%;
}

.sidebar
.sidebar-content
.order-summary
.product
.product-description
.product-description-name,
.sidebar
.sidebar-content
.order-summary
.product
.product-description
.product-description-variant,
.sidebar
.sidebar-content
.order-summary
.product
.product-description
.product-description-property {
    display: block;
}

.sidebar .sidebar-content .order-summary .product .product-quantity {
}

.sidebar .sidebar-content .order-summary .product .product-price {
    white-space: nowrap;
    text-align: right;
}

.sidebar .btn-disabled {
    cursor: default;
    background: #c8c8c8;
    box-shadow: none;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.discount {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
}

.input-discount {
    margin-right: 10px;
}

.button-discount {
    margin-bottom: -10px;
}
.btn-discount {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    padding: 14px 20px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    position: relative;
    border-style: solid;
    border-color: #fff;
    border-radius: 8px;
    border: 0;
    background: #9c9c9c;
    color: white;
}

.btn-discount:active{
    border-color: #fff;
    border-style: solid;
}

.sum-money-product, .total-money {
    margin: 24px 0;
    display: grid;
    grid-template-columns: auto auto;
}

.sum-money-product span, .total-money span {
    float: right;
}

.total-money span {
    font-size: 24px;
}

.text-sum {
    padding-top: 6px;
    font-size: 16px;
}

.dp-none {
    display: none;
}

.dp-ib {
    display: inline-block;
}

.opacity-0 {
    opacity: 0;
}
 
.error-message {
    margin: 0.75em 0 0.25em;
    color: #ff6d6d;
    font-size: 0.85714em;
    line-height: 1.3em;
    transition: all 0.3s ease-out;
}

.is-error {
    box-shadow: 0 0 0 2px #ff6d6d !important;
    border: none !important;
}

.banner {
    flex-shrink: 0;
    padding: 1.5em 0;
    background: transparent;
    background-size: cover;
    display: none;
}

.wrap {
    display: grid;
    grid-template-columns: 6fr 4fr;
    margin: 0 auto;
}

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

.order-summary-toggle .order-summary-toggle-inner {
    display: table;
    box-sizing: border-box;
    width: 100%;
    zoom: 1;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-icon-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.75em;
    white-space: nowrap;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-icon-wrapper .order-summary-toggle-icon {
    fill: #338dbc;
    transition: fill 0.2s ease-in-out;
}

.order-summary-toggle.order-summary-toggle-hide .order-summary-toggle-inner .order-summary-toggle-text.order-summary-toggle-text-show, .order-summary-toggle.order-summary-toggle-show .order-summary-toggle-inner .order-summary-toggle-text.order-summary-toggle-text-hide {
    display: table-cell;
    width: 100%;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-text {
    color: #338dbc;
    vertical-align: middle;
    transition: color 0.2s ease-in-out;
    display: none;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-total-recap {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-left: 0.75em;
    white-space: nowrap;
}

.order-summary-toggle .order-summary-toggle-inner .order-summary-toggle-total-recap .total-recap-final-price {
    font-size: 1.28571em;
    line-height: 1em;
    color: #4d4d4d;
}

.content.content-second {
    display: none;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    line-height: normal;
}

.fieldset {
    zoom: 1;
}

.fieldset .field {
    width: 100%;
    float: left;
    padding: 0.45em;
    box-sizing: border-box;
}

.fieldset .field .field-input-btn-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.fieldset .field .field-input-btn-wrapper .field-input-wrapper {
    flex-grow: 1;
}

.fieldset .field .field-input-wrapper {
    position: relative;
}

.fieldset .field .field-input-wrapper .field-label {
    font-size: 0.85714em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 0.93333em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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);
    color: #999999;
    transition: all 0.2s ease-out;
    margin: 0.5em 0;
    margin-top: 0.3em;
    display: block;
}

.fieldset .field .field-input-btn-wrapper .field-input-btn {
    width: auto;
    margin-left: 0.9em;
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 4px;
}

.icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon.icon-button-spinner {
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==),none;
}

.btn-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.sidebar.sidebar-second {
    border-bottom: none;
}

.container-radio-box-shiping {
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    padding: 20px;
    display: grid;
    grid-template-columns: 90% 10%;
}

.bg-bank-transfer {
    background: #fafafa;
}

.bd-top-bank-transfer {
    border-top: 1px solid #d9d9d9;
}

.dp-block {
    display: block;
}

.blank-slate {
    white-space: pre-line;
    padding: 1.5em;
    text-align: center;
}

.ps-rel {
    position: relative;
}

.ps-abs {
    position: absolute;
}

.ps-rel label {
    left: 8px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 200ms;
    padding: 0 4px;
    font-size: 0.85714em;
    color: #999999;
}

.ps-rel label.opacity-one {
    opacity: 1;
    background: #FFF;
    transform: translate(0, -50%);
}

.ps-rel input:not(:placeholder-shown) + label {
    background: #FFF;
    transform: translate(0, -50%);
    opacity: 1;
}

.custom-select::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIxIDE5Ij48dGl0bGU+QXJ0Ym9hcmQgMTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjMDAwIj48Zz48cGF0aCBkPSJNMCAwaDF2MTlIMFYweiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9Ii4xNSIvPjxwYXRoIGQ9Ik0xMSA4aDEwbC01IDUtNS01eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==),none;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

@media (max-width: 1024px) {
    .logged-in-customer-information-paragraph {
        margin-left: 12px;
    }
}

@media (min-width: 1000px) {
    .order-summary-toggle {
        display: none;
    }

    .wrap {
        padding: 0 5%;
        max-width: 78.57143em;
    }

    .main, .sidebar {
        padding-top: 4em;
    }

    .sidebar {
        padding-left: 10%;
        background-position: left top;
        float: right;
    }
}


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

    .banner {
        display: block;
    }

    .banner .logo {
        background-image: url(/static/jockey-assets/logo.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 150px;
        display: block;
        margin: 0 auto;
    }

    .banner .logo .logo-text {
        padding-top: 44px;
        text-indent: -9999em;
        height: 0;
    }

    .wrap {
        grid-template-columns: 1fr;
        max-width: 40em;
        padding: 0 1em;
    }

    .main {
        order: 2;
        padding-right: 0;
    }

    .main .main-header {
        display: none;
    }

    .sidebar {
        order: 1;
        height: auto;
        border-left: none;
        border-bottom: 1px solid #737373;
        display: none;
    }

    .sidebar.sidebar-second {
        display: block;
    }

    .discount, .sum-money-product, .total-money {
        margin: 16px 0;
    }

    .sum-money-product.summary {
        margin: 0;
    }

    .discount {
        grid-template-columns: 3fr 1fr;
    }
    
    /*.filed-contact-phone {
        margin: 0 0 0 8px;
    }*/
}


@media (min-width: 750px) {
    .main {
        padding-top: 1.5em;
    }
    
}

@media (max-width: 749px) {
    .main {
        padding-top: 1.5em;
    }

    .btn {
        width: 100%;
        padding-top: 1.75em;
        padding-bottom: 1.75em;
    }

    .step-footer {
        grid-template-columns: 1fr;
    }

    #form_next_step {
        order: 1;
    }

    .step-footer-previous-link {
        order: 2;
    }

    .step-footer .step-footer-previous-link {
        padding-top: 1.5em;
        text-align: center;
    }

    .filed-contact {
        grid-template-columns: 1fr;
    }

    .filed-contact-email {
        margin-right: 0;
    }

    .field-address {
        grid-template-columns: 1fr;
    }

    fieldset .field.field-show-floating-label .field-input-wrapper .field-input {
        padding-top: 1.5em;
        padding-bottom: 0.38em;
    }
    
    .filed-contact-phone {
        margin: 12px 0 0;
    }

    .discount {
        grid-template-columns: 2fr 1fr;
    }

    .container-radio-box-shiping {
        grid-template-columns: 85% 15%;
    }
}

@media (max-width: 425px) {
    .logged-in-customer-information-paragraph {
        margin-left: 24px;
    }
}

/* iPhone 5, 5SE */
@media (max-width: 320px) {
   .logged-in-customer-information {
        grid-template-columns: 15% 85%;
    }

    .logged-in-customer-information-avatar {
        padding-top: 12px;
    }

    .btn-discount {
        padding: 14px 18px;
    }
}

/* iPhone 6, 6S, 7 and 8*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .field-input {
        border: solid 1px #d9d9d9;
        box-shadow: none;
    }
    .logged-in-customer-information-avatar {
        margin-top: 18px;
    }
}

/* iPhone 6+, 7+ and 8+ */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .field-input {
        border: solid 1px #d9d9d9;
        box-shadow: none;
    }

    .logged-in-customer-information-avatar {
        margin-top: 8px;
    }
}

/* iPhone X */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .field-input {
        border: solid 1px #d9d9d9;
        box-shadow: none;
    }
}

#voucher-code-information {
    display: grid;
    grid-template-columns: 40% 24px -webkit-max-content 24px;
    grid-template-columns: 40% 24px max-content 24px;
    align-items: center;
}

#voucher-code-price-container {
    display: grid;
    align-items: center;
    justify-items: right;
}

#voucher-name {
    color: #2a7ead;
    font-weight: 500;
}

#remove-voucher {
    width: 20px;
    padding-left: 8px;
}

#remove-voucher:hover {
    cursor: pointer;
}
.loader {
  display: inline-block;
  border: 0.5px solid rgb(243 243 243);
  border-top: 0.5px solid rgb(156 156 156);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.icn-spinner {
  -webkit-animation: spin 0.5s infinite;
          animation: spin 0.5s infinite;
  opacity: 1;
}

.order-summary-section-discount {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

#form_discount_add {
    margin: 0.45em 0;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.container-radio.disable {
    opacity: 0.5;
}

.line-through-text {
    text-decoration-line: line-through;
}

#fundiin-payment-description {
    padding: 1.5em;
}

#fundiin-title div {
    display: flex; 
    align-items: center;
}

#fundiin-title div img {
    margin-left: 6px;
    height: 22px;
}

.table_discount{
	margin:10px 0px 10px 0px;
	width: 100%;
}

@media(max-width:767px){
	.table_discount {
		width: 100%;
	}
	.take_code {
		width: 80px;
	}
	.popup-xx {
		width: 100% !important;
	}
}

.che {
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup-xx {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	transform: translate(-50%, -50%);
	width: 40%;
	height: auto;
	background: #333d44;
	border: 1px solid #333d44;
	padding: 20px;
	border-radius: 40px;
	box-shadow: 10px 0px 20px #333d44;
}
.popup-xx span {
	color: #fff;
	font-weight:bold;
	z-index: 9999;
	font-size: 22px;
	text-align: center;
	display: block;
	font-style: italic;
}

.tab_2{
	display:none;
	padding:5px 20px;
	border: 1px solid #333d44 !important;
}

.tab_2.active{
	display:flex !important;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}

.flex-box {display: flex;}

.tab_2_left	{
	width:75%;
	font-size: 13px;
}
.tab_2_right{
	width:25%;
}

.take_code{
    margin-left: 5px;
	border-radius: 20px;
	border: 1px solid #333d44;
	width: 90px;
	height: 30px;
	background-color: white;
	color: #333d44;
	font-weight: bold;
	font-size: 15px;
	display: block;
	text-align: center;
	line-height: 30px;
	cursor:pointer;
}
.take_code:hover{
	box-shadow: 0px 3px 10px;
}

.hide {
    display: none;
}

.promotion-box {
    margin: 10px 0;
    padding: 5px 20px;
    border: 1px solid #333d44;
    display: flex;
    flex-direction: column;
}
  
.promotion-box .promotion-title {
    margin-top: 10px !important; 
    font-weight: 700; 
    color:#333d44; 
    font-size: 15px;
    display: flex;
    justify-content: center;
}
  
.promotion-box .promotion-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
  
.promotion-box .promotion-content {
    padding: 0 !important;
}

.promotion-box p {
    margin: 0 0 10px;
}