.form-shopify-checkout-assistant,
.form-shopify-checkout-assistant * {
    box-sizing: border-box
}

.form-shopify-checkout-assistant {
    --themeColor: #0cc572;
    color: #a2aac0;
    line-height: 1.4;
    --errorColor: rgb(185, 17, 17);
    --borderColor: #bac1d9;
    font-family: 'Noto Sans Display', sans-serif;
}

.form-shopify-checkout-assistant label {
    line-height: inherit;
}

.form-shopify-checkout-assistant :is(h2, h3, h4, h5, h6) {
    color: #444c66;
    font-weight: 500;
    font-family: 'Noto Sans Display', sans-serif;
}

.form-shopify-checkout-assistant input::-webkit-outer-spin-button,
.form-shopify-checkout-assistant input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-shopify-checkout-assistant input[type=number] {
    -moz-appearance: textfield
}

.shopify-checkout-assistant-form-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(12, 1fr);
    align-items: flex-start;
}

.shopify-checkout-assistant-form-grid>* {
    width: 100%;
    grid-column: span 12
}

.shopify-checkout-assistant-form-grid>.grid-1 {
    grid-column: span 1
}

.shopify-checkout-assistant-form-grid>.grid-2 {
    grid-column: span 2
}

.shopify-checkout-assistant-form-grid>.grid-3 {
    grid-column: span 3
}

.shopify-checkout-assistant-form-grid>.grid-4 {
    grid-column: span 4
}

.shopify-checkout-assistant-form-grid>.grid-5 {
    grid-column: span 5
}

.shopify-checkout-assistant-form-grid>.grid-6 {
    grid-column: span 6
}

.shopify-checkout-assistant-form-grid>.grid-7 {
    grid-column: span 7
}

.shopify-checkout-assistant-form-grid>.grid-8 {
    grid-column: span 8
}

.shopify-checkout-assistant-form-grid>.grid-9 {
    grid-column: span 9
}

.shopify-checkout-assistant-form-grid>.grid-10 {
    grid-column: span 10
}

.shopify-checkout-assistant-form-grid>.grid-11 {
    grid-column: span 11
}

.shopify-checkout-assistant-row {
    display: flex;
    gap: 50px;
    flex-wrap: wrap
}

.shopify-checkout-assistant-row .column-left {
    flex: 8
}

.shopify-checkout-assistant-row .column-right {
    flex: 4;
    max-width: 400px;
}

.form-shopify-checkout-assistant.small .shopify-checkout-assistant-row>* {
    flex: 0 0 100%;
    max-width: none
}

.form-shopify-checkout-assistant :is(input, select, textarea, button) {
    font-family: 'Noto Sans Display', sans-serif;
    border: 1px solid var(--borderColor);
    border-radius: 6px;
}

[class*="sca-gap-"] {
    clear: both;
    height: 0;
    flex: 0 0 100% !important
}

.sca-gap-20 {
    height: 20px;
}

.sca-gap-30 {
    height: 30px;
}

.sca-gap-40 {
    height: 40px;
}

.shopify-checkout-assistant-checkbox {
    --borderColor: #0cc572;
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    display: inline-block !important;
    cursor: pointer;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid var(--borderColor) !important;
    border-radius: 100px !important;
    background-size: 10px auto !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    background-position-x: calc(50% - 0.5px) !important;
}

.shopify-checkout-assistant-checkbox:after {
    content: none !important
}

.shopify-checkout-assistant-checkbox:checked {
    background-image: url(images/check.svg) !important;
    background-color: var(--borderColor) !important
}

.shopify-checkout-assistant-test-only {
    padding: 4px 10px;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
    background-color: #ffeaea;
}

.shopify-checkout-assistant-error {
    color: var(--errorColor);
    font-size: 85%;
    font-weight: 500;
    font-style: italic;
    margin-top: 3px;
    margin-bottom: 12px;
}

.shopify-checkout-assistant-error:empty {
    display: none
}

.shopify-product-variants-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.shopify-product-variants-title[data-select-item]:empty:before {
    color: var(--errorColor);
    content: attr(data-select-item);
}

.shopify-product-variants {
    gap: 6px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr))
}

.shopify-product-variants input {
    display: none !important
}

.shopify-product-variants .shopify-product-variant-image {
    cursor: pointer;
    margin: 0 !important;
    min-height: 70px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 !important;
    border: 2px solid transparent;
}

.shopify-product-variants input:checked+.shopify-product-variant-image {
    border-color: var(--themeColor);
}

.shopify-product-variants .shopify-product-variant-image img {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    object-fit: cover
}

.shopify-product-variants .btn-see-more {
    color: #fff;
    margin: 4px;
    padding: 6px;
    display: flex;
    cursor: pointer;
    font-size: 13px;
    min-height: 70px;
    text-align: center;
    align-items: center;
    justify-content: center;
    outline-offset: 2px;
    background-color: #444c66;
    outline: 1px dashed #444c66;
    border-radius: 3px;
}

.shopify-checkout-assistant-shipping-methods {
    gap: 15px;
    display: flex;
    flex-direction: column
}

.shipping-method-item {
    padding: 15px;
    display: flex;
    cursor: pointer;
    position: relative;
    border: 1px solid var(--borderColor);
    border-radius: 4px;
}

.shipping-method-item .shipping-method-input {
    position: absolute;
    top: 10px;
    right: 10px
}

.shipping-method-item .shipping-method-title {
    font-size: 16px;
    margin-top: 0;
}

.upsell-products {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

.upsell-products.upsell-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.shopify-checkout-assistant-upsell {
    color: #8d98ae;
    display: block;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    border-radius: 5px;
    padding: 20px;
    padding-right: 40px;
    padding-top: 14px;
    border: 1px solid var(--borderColor);
    background-color: #eafff3;
}

.shopify-checkout-assistant-upsell .price {
    font-weight: bold;
}

.shopify-checkout-assistant-upsell .title {
    color: #464e68;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px 0
}

.shopify-checkout-assistant-upsell del {
    margin-inline-start: 3px;
    color: red;
    font-style: italic;
    font-weight: bold;
}

.shopify-checkout-assistant-upsell .shopify-checkout-assistant-checkbox {
    position: absolute;
    top: 10px;
    right: 10px
}

.shopify-checkout-assistant-upsell .upsell-image {
    float: left;
    max-width: 80px;
    margin-right: 10px;
    margin-bottom: 4px;
    border-radius: 4px
}

.shopify-checkout-assistant-upsell .description:after {
    content: "";
    display: block;
    clear: both;
}


.upsell-products-grid .shopify-checkout-assistant-upsell {
    gap: 8px;
    cursor: auto;
    padding: 12px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex !important;
    background-color: transparent;
}

.upsell-products-grid .shopify-checkout-assistant-upsell .upsell-image {
    max-width: 90%;
    width: 150px;
    margin: 0;
    border-radius: 4px
}

.upsell-products-grid .shopify-checkout-assistant-upsell .upsell-product-label {
    font-size: 12px;
    cursor: pointer;
    margin-top: auto;
}

.upsell-products-grid .shopify-checkout-assistant-upsell .upsell-product-label input {
    display: none !important
}

.upsell-products-grid .shopify-checkout-assistant-upsell .price-info {
    font-size: 15px;
}

.upsell-products-grid .shopify-checkout-assistant-upsell .price {
    font-size: 110%;
}

.upsell-product-label span {
    color: #fff;
    text-transform: uppercase;
    padding: 7px 12px;
    display: inline-block;
    border-radius: 4px;
    background-color: #0cc572;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.upsell-product-label span:before {
    content: attr(data-add);
}

.upsell-product-label input:checked+span {
    background-color: #f20e0e;
}

.upsell-product-label input:checked+span:before {
    content: attr(data-remove);
}








.form-option-title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.shopify-checkout-assistant-box {
    padding: 10px 15px;
    padding-bottom: 13px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--borderColor);
    border-radius: 4px
}

.shopify-checkout-assistant-box .shopify-checkout-assistant-checkbox {
    margin-right: 20px
}

.shopify-checkout-assistant-box .inner-content {
    margin-right: 10px;
}

.shopify-checkout-assistant-box .title {
    margin: 0;
    font-size: 16px
}

.shopify-checkout-assistant-box p {
    font-size: 85%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
}

.shopify-checkout-assistant-box .price {
    color: #444c66;
    margin-left: auto;
    font-weight: bold
}

.shopify-checkout-assistant-box p:last-child {
    margin-bottom: 0;
}


.shopify-checkout-assistant-extra-services {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.sticky-field {
    --color: #444c66;
    --padingLeft: 15px;
    position: relative;
    overflow: hidden;
    display: flex
}

.sticky-field .sticky-label {
    --activeTop: 5px;
    position: absolute;
    top: 50%;
    font-size: 16px;
    font-weight: normal;
    color: var(--color);
    left: var(--padingLeft);
    transform-origin: 0 0;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    pointer-events: none;
}

.sticky-field input,
.sticky-field select,
.sticky-field .prefix {
    --active_font_size: 65%;
    --activeColor: var(--borderColor);
    width: 100%;
    margin: 0 !important;
    color: var(--color);
    font-weight: normal;
    background: #fff;
    outline: none !important;
    border-radius: 6px !important;
    border: 1px solid var(--activeColor) !important;
    padding: 14px 12px 4px var(--padingLeft) !important;
    transition: all 0.15s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    background-position-y: center !important;
    background-position-x: calc(100% - 8px) !important;
}

.sticky-field .prefix {
    order: -1;
    pointer-events: none;
    max-width: fit-content;
    display: none !important;
    padding-top: 17px !important;
    padding-right: 0 !important;
    border-right: none !important;
    border-color: var(--activeColor) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.sticky-field.has-prefix input {
    padding-left: 3px !important;
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.sticky-field.has-prefix .prefix {
    display: block !important
}


.sticky-field input:focus {
    --activeColor: var(--themeColor);
    border-color: var(--activeColor) !important
}

.sticky-field input:focus~.prefix {
    border-color: var(--themeColor) !important
}

.form-shopify-checkout-assistant .input-correct:is([type="text"], [type="url"], [type="email"], [type="number"]) {
    padding-right: 28px !important;
    background-image: url(images/checkmark.svg)
}

.form-shopify-checkout-assistant .sticky-field .input-error {
    --activeColor: #f20e0e !important;
    background-image: url(images/check-error.svg);
    background-repeat: no-repeat;
}

.form-shopify-checkout-assistant .input-error~.sticky-label,
.form-shopify-checkout-assistant .input-error~.prefix {
    --themeColor: #f20e0e
}

.form-shopify-checkout-assistant .input-error~.prefix {
    --activeColor: #f20e0e !important
}

.sticky-field.has-prefix .sticky-label,
.sticky-field input:focus~.sticky-label,
.sticky-field input:not(:placeholder-shown)~.sticky-label {
    top: var(--activeTop);
    font-size: 65%;
    font-weight: 500;
    transform: translateY(0);
}

.sticky-field input:focus~.sticky-label,
.sticky-field input:not(:placeholder-shown)~.sticky-label {
    color: var(--themeColor)
}

.sticky-field select+.sticky-label {
    display: none;
}

select.shopify-checkout-assistant-product {
    display: block;
    width: 100%;
    line-height: 1.4
}

.shopify-checkout-assistant-submit {
    color: var(--themeColor) !important;
    padding: 17px;
    font-size: 25px;
    display: block;
    width: 100%;
    border-radius: 100px !important;
    border-width: 2px !important;
    border-color: var(--themeColor) !important;
    background-color: #eafff3 !important;
    transition: all 150ms;
    box-shadow: none;
}

.shopify-checkout-assistant-submit:hover {
    color: var(--themeColor) !important;
    opacity: 0.9
}

table.shopify-checkout-assistant-order-summary {
    color: #444c66;
    font-size: 13px
}

table.shopify-checkout-assistant-order-summary tr :is(th, td) {
    border: none;
    padding: 8px 12px
}

table.shopify-checkout-assistant-order-summary tr:nth-child(odd)> :is(th, td) {
    background-color: #eff4ff
}


table.shopify-checkout-assistant-order-summary th {
    text-align: left
}

table.shopify-checkout-assistant-order-summary td {
    text-align: right
}

table.shopify-checkout-assistant-order-summary tfoot {
    border-top: 2px solid #000
}

table.shopify-checkout-assistant-order-summary tfoot :is(th, td) {
    padding-top: 3px;
    padding-bottom: 3px
}

table.shopify-checkout-assistant-order-summary tfoot .grand-total {
    font-size: 140%
}

table.shopify-checkout-assistant-order-summary tfoot .grand-total td {
    vertical-align: auto;
}

table.shopify-checkout-assistant-order-summary tfoot .grand-total .including-taxes {
    font-size: 11px;
    margin-top: -3px;
    margin-bottom: 2px;
    font-weight: normal;
}

table.shopify-checkout-assistant-order-summary tfoot .saving {
    color: var(--themeColor)
}

body.has-shopify-checkout-assistant-popup {
    overflow: hidden;
}

.shopify-checkout-assistant-province-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 200ms;
}

body.has-shopify-checkout-assistant-popup .shopify-checkout-assistant-province-popup {
    opacity: 1;
    z-index: 99999999999;
    pointer-events: all;
    visibility: visible;
}

.shopify-checkout-assistant-province-popup .popup-content {
    display: flex;
    align-items: center;
    font-size: 25px;
    text-align: center;
    padding: 25px;
    min-height: 300px;
    max-width: 600px;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.shopify-checkout-assistant-province-popup .close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 100px;
    background: url(images/close.svg) no-repeat center #000;
    background-size: 40% auto;
}

.product-variants-wrapper {
    position: relative;
}

.product-variants-wrapper .product-variant-input {
    position: absolute;
    top: 10px;
    height: 0;
    opacity: 0;
    width: 0;
}

.product-options-wrapper:not(:last-child) {
    margin-bottom: 15px;
}

.product-options-wrapper .option-title {
    font-size: 18px;
    margin-bottom: 5px
}

.shopify-product-price del {
    color: red;
    font-weight: bold;
    font-style: italic;
    margin-inline-start: 5px;
}

.shopify-checkout-countdown {
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 900
}

.shopify-checkout-countdown:not(.counting) {
    display: none
}

.shopify-checkout-countdown .countdown-timer {
    color: red;
    font-weight: 900;
    margin-inline-end: 10px
}

.shopify-checkout-assistant-group-field {
    display: flex;
    gap: 15px;
}

.shopify-checkout-assistant-street input {
    padding: 12px;
    flex: 1;
    font-size: 16px;
    border-color: var(--borderColor) !important
}

.sms-order-notice {
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
    background-color: #f9eb06;
    z-index: 66677;
}

body.admin-bar .sms-order-notice {
    top: 32px;
}

.sms-order-notice .sms-close {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 25px;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
}

.shopify-checkout-review-item {
    color: #000;
    display: flex;
    gap: 40px;
    padding-block: 15px;
}

.shopify-checkout-review-item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #F3F3F3;
}

.shopify-checkout-review-item .customer-info {
    flex: 0 0 auto;
    line-height: 1;
    width: min(200px, 30%);
}

.shopify-checkout-review-item .customer-info img {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    object-fit: cover;
    border-radius: 100px;
}

.shopify-checkout-review-item .customer-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.shopify-checkout-review-item .customer-info time {
    font-size: 12px;
    line-height: 1;
}

.shopify-checkout-review-item .review-content {
    color: #000;
    font-size: 14px;
}

.shopify-checkout-review-item .review-content .review-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.shopify-checkout-review-item .review-rating {
    font-size: 15px;
    margin-bottom: 10px;
}

.shopify-checkout-review-item .review-rating i {
    margin-right: 3px;
}

.shopify-checkout-review-item .review-content img {
    margin-top: 20px;
    max-width: 150px;
}

.shopify-checkout-review-item .verified-review {
    color: #54595F;
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}

.shopify-checkout-review-item .verified-review i {
    color: #23A455;
    margin-right: 3px;
}

@media screen and (max-width: 560px) {
    .shopify-checkout-review-item {
        flex-wrap: wrap;
    }

    .shopify-checkout-review-item .customer-info {
        width: 100%;
    }
}









.shipping-method-item-shipping1 .arrives {
    color: red;
}

.shipping-method-item-shipping2 .arrives {
    color: green;
}

.shopify-checkout-assistant-order-summary .saving {
    display: none;
}



/* override theme css*/
.shopify-checkout-assistant-row * {
    font-family: 'Noto Sans Display', sans-serif !important;
}

input.shopify-checkout-assistant-text {
    padding: 14px 12px;
    line-height: 25px;
    font-size: 16px;
}

.shopify-checkout-assistant-row .form-option-title {
    font-size: 17px;
    margin-bottom: 10px;
}

select.shopify-checkout-assistant-product {
    font-size: 15px;
    padding: 10px;
}

.shopify-checkout-assistant-box {
    padding: 10px;
}

.shopify-checkout-assistant-row span.price {
    width: 35%;
    text-align: right;
    font-size: 15px;
}

table.shopify-checkout-assistant-order-summary tr :is(th, td) {
    border: none;
    padding: 8px 12px;
    color: black;
    background: #f3f3f3;
}

table.shopify-checkout-assistant-order-summary tfoot .grand-total td {
    vertical-align: auto;
    vertical-align: bottom;
    font-weight: 700;
}

.shopify-checkout-assistant-submit,
.shopify-checkout-assistant-submit:hover {
    background-color: #0cc572 !important;
    color: #fff !important;
    ;
    font-weight: 500;
    padding: 15px;
}

table.shopify-checkout-assistant-order-summary tr:nth-child(odd)> :is(th, td) {
    background-color: #f3f3f3;
}

.sticky-field.has-prefix input {
    font-size: 16px;
    line-height: 28px;
}

.shopify-checkout-assistant-box .title {
    font-size: 14px;
}

.shopify-checkout-assistant-box p {
    font-size: 12px;
    margin: 0px;
}

table.shopify-checkout-assistant-order-summary tfoot .grand-total td {
    vertical-align: middle;
    font-size: 16px;
    width: 30%;
}

.shopify-checkout-assistant-row .shopify-product-variants-title {
    font-size: 16px;
}

.shopify-checkout-assistant-order-summary .including-taxes {
    display: none;
}

.shopify-checkout-assistant-upsell {
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    padding: 10px 10px 0;
}

.shopify-checkout-countdown.counting {
    background: #f6e3e3;
    padding: 5px 10px;
    color: red;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.free-shipping-label {
    padding: 5px;
    background: #5cb85c;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    margin: 15px 0;
    display: inline-block;
}



.shopify-product-price del {
    display: none !important;
}