/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.el-shipping {
    border-radius: 12px;
    background: #EBF9F7;
    padding: 24px 16px;
}

/* checkout */
.checkout h3 {
    color: #212121;

    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}

.checkout #order_review_heading {
    font-size: 24px;
    font-family: inherit;
}

.checkout_coupon {
    display: block !important;
}

.checkout_coupon .uk-flex>*:nth-child(2) {
    margin-left: 24px;
}

.checkout_coupon .uk-flex>*:nth-child(3) {
    margin-left: 16px;
}

.checkout_coupon input {
    max-width: 281px !important;
}

.form-row-first,
.form-row-last {
    width: calc(50% - (24px / 2)) !important;
}

.form-row:not(:last-child) {
    margin-bottom: 24px !important;
}

#customer_details input {
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #00A992;
}

#customer_details .woocommerce-additional-fields >* {
    display: none;
}

#customer_details textarea {
    min-height: 68px !important;
}

#order_review {
    position: relative;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E4E4E4;
}

#order_review::before {
    content: url(../images/img.png);
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-90%);
}

#order_review thead .product-name,
#order_review thead .product-total {
    font-size: 18px;
    font-weight: 500;
    text-transform: inherit;
    color: #212121;
}

#order_review .woocommerce-shipping-methods li {
    justify-content: flex-end;
}

#order_review #payment .payment_methods {
    display: none;
}

#order_review .uk-subnav>* {
    padding-left: 0;
}

#order_review .product-name {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

#order_review .product-total {
    vertical-align: middle !important;
}

#order_review .product-total bdi {
    color: #212121;
    font-family: "Baloo 2";
    font-size: 20px;
    font-weight: 500;
}

#order_review tfoot td {
    color: #212121;
    font-family: "Baloo 2";
    font-size: 20px;
    font-weight: 500;
}

#order_review tfoot .cart-discount td {
    color: #00BD2A;
}

#order_review tfoot .order-total td bdi {
    color: #FF324D;
    font-family: "Baloo 2";
    font-size: 24px;
    font-weight: 500;
}


#order_review dl {
    display: flex;
    margin-top: 8px;
}

#order_review dd {
    line-height: 1;
}

#order_review dl>dd:nth-child(n+3) {
    border-left: 1px solid;
    padding-left: 8px;
    margin-left: 8px;
}

#order_review dt {
    display: none;
}

#order_review .button {
    color: #fff;
    background: #00A992;
    transition: all .3s;
    border: unset;
}

#order_review .button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), #00A992;
}

#order_review .woocommerce-terms-and-conditions-wrapper {
    display: none;
}

/* --- ju-checkout-drop ---*/
.ju-checkout-drop span {
    font-size: 18px;
    text-transform: none;
}

.ju-checkout-drop .uk-drop {
    padding: 12px;
}

.ju-checkout-drop .uk-drop li {
    cursor: pointer;
    padding: 16px 12px;
    transition: all 0.3s;
    text-transform: none;
}

.ju-checkout-drop .uk-drop li:hover {
    background: #EBF9F7;
}


.ju-checkout-drop .uk-drop li:not(:first-child) {
    border-top: 1px solid #E4E4E4;
}

.qty-wrapper {
    display: flex;
    align-items: center;
}

.qty-wrapper input {
    text-align: center;
    border: unset;
    width: 35px;
    font-family: 'Baloo 2';
    font-size: 20px;
    color: #666;
}

.qty-wrapper span {
    width: 24px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
}

.qty-wrapper span:hover {
    color: #00A992;
}

/* --- ju-checkout-popup  --- */

.uk-modal-body .uk-table td {
    vertical-align: middle;
    padding: 16px 0;
}

.uk-modal .ju-checkout-popup {
    padding: 24px 36px !important;
    max-width: 785px !important;
}

.ju-checkout-popup .uk-overflow-auto {
    max-height: 280px;
    padding-right: 4px;
}


.ju-checkout-popup table tbody>tr>td:first-child {
    font-size: 16px;
}

.ju-checkout-popup table tbody>tr>td:first-child select {
    font-family: 'Baloo 2';
    font-size: 16px;
    border: unset !important;
    border-radius: unset !important;
    height: auto !important;
    width: auto !important;
}

.ju-checkout-popup table tbody>tr>td:first-child div>select:nth-child(n+2) {
    border-left: 1px solid #666 !important;
    padding-left: 8px;
    margin-left: 8px;
}

.ju-checkout-popup table tbody tr>td:last-child {
    text-align: right;
    width: 200px;
}

.ju-checkout-popup .price-display {
    text-align: right;
}

.ju-checkout-popup table tbody tr bdi {
    color: #212121;
    text-align: right;
    font-family: "Baloo 2";
    font-size: 20px;
    font-weight: 500;
}

.ju-checkout-popup table tbody tr del {
    display: none;
}

.ju-checkout-popup table tbody tr ins {
    background: unset;
}

.ju-checkout-popup .uk-button {
    line-height: 56px;
}

/* --- thank you --- */
.woocommerce-columns>* {
    width: 100% !important;
}

#ju-thankyou .uk-text-success {
    color: #00A992 !important;
}

#ju-thankyou .ju-table-order {
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
}

#ju-thankyou .ju-table-order .order_details {
    margin-bottom: 0;
}


#ju-thankyou .ju-table-order .order_details thead th {
    color: #2A2A2A;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}

#ju-thankyou .ju-table-order .order_details tbody td {
    vertical-align: middle !important;
}

#ju-thankyou .ju-table-order .order_details tbody a {
    color: #2A2A2A;
    font-weight: 500;
}

#ju-thankyou .ju-table-order .order_details tbody .wc-item-meta {
    color: #666;
}

#ju-thankyou .ju-table-order .order_details tfoot th {
    font-weight: 500;
}

#ju-thankyou .ju-table-order .order_details tfoot tr:last-child .amount {
    color: #FF324D;
    font-size: 20px;
    font-weight: 600;
}

#ju-thankyou .ju-card {
    border-radius: 16px;
    border: 1px solid #E4E4E4;
    padding: 20px;
}

#ju-thankyou .ju-card address {
    margin: 0;
}


#ju-thankyou .ju-card .uk-h6 {
    color: #212121;
    font-weight: 500;
    margin-bottom: 10px;
}

#ju-thankyou .ju-card table {
    margin: 0;
}


#ju-thankyou .ju-card table th {
    font-weight: 500;
}

#ju-thankyou .ju-card table tr td {
    padding: 6px 0;
}

#ju-thankyou .ju-card table tr td:last-child {
    text-align: right;
}

#ju-thankyou .uk-button {
    line-height: 54px;
    max-width: 384px;
    width: 100%;
}




@media(min-width:960px) {

    /* --- checkout --- */
    #customer_details {
        width: calc(50% - (24px / 2)) !important;
    }

    #order_review_heading,
    .woocommerce-checkout-review-order {
        width: calc(50% - (24px / 2)) !important;
    }

    /* ---thank you --- */
    #ju-thankyou .uk-button-primary {
        margin-left: 36px;
    }
}

@media(max-width:960px) {

    /* --- checkout --- */
    #customer_details {
        width: 100% !important;
    }

    #order_review_heading,
    .woocommerce-checkout-review-order {
        width: 100% !important;
    }

    /* ---thank you --- */
    #ju-thankyou .uk-button-primary {
        margin-top: 16px;
    }
}

@media(max-width:640px) {

    /* --- coupon --- */
    .woocommerce form.checkout_coupon {
        margin-bottom: 24px !important;
    }

    .woocommerce form.checkout_coupon .button {
        padding: 0 10px;
        font-size: 14px;
        white-space: nowrap;
    }

    .checkout_coupon .uk-flex>*:nth-child(2) {
        margin-left: 16px;
    }

    .checkout_coupon .uk-flex>*:nth-child(3) {
        margin-left: 8px;
    }

    .checkout_coupon .uk-width-auto {
        white-space: nowrap;
    }

    .checkout_coupon input {
        height: 42px !important;
    }

    /* --- checkout --- */
    .woocommerce-notices-wrapper:empty~*~.woocommerce-checkout {
        margin-top: 24px !important;
    }

    .checkout h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .el-shipping {
        padding: 16px 12px;
    }

    .el-shipping ul {
        margin-top: 8px !important;
    }

    .el-shipping img {
        width: 99px;
    }

    .el-shipping .uk-margin-medium-top {
        margin-top: 16px !important;
    }

    .el-shipping .uk-text-success {
        color: #00BD2A !important;
    }

    .el-feeship img {
        width: 16px;
    }

    .validate-email {
        display: none;
    }

    .woocommerce-billing-fields__field-wrapper .form-row-first {
        width: 100% !important;
    }

    #order_review {
        padding: 16px;
    }

    #order_review thead .product-name,
    #order_review thead .product-total {
        font-size: 16px;
    }

    .ju-checkout-drop span {
        font-size: 16px;
    }

    .ju-checkout-drop .uk-drop li {
        padding: 6px 16px;
        font-size: 16px;
    }

    #order_review .product-name {
        font-size: 14px;
        gap: 4px;
    }

    #order_review dl p {
        margin-top: 4px;
        font-size: 14px;
    }

    #order_review .product-total bdi {
        font-size: 16px;
    }

    #order_review tfoot td {
        font-size: 16px;
    }

    #order_review tfoot .order-total td bdi {
        font-size: 20px;
    }

    /* --- qty --- */
    .qty-wrapper input {
        width: 20px;
        font-size: 18px;
    }

    .qty-wrapper span {
        width: 18px;
    }

    /* ---thank you --- */
    #ju-thankyou .ju-table-order .order_details thead th {
        font-size: 18px;
    }

    #ju-thankyou .ju-table-order .order_details tbody .wc-item-meta li {
        font-size: 14px;
    }

    #ju-thankyou .ju-table-order .order_details tfoot tr:last-child th {
        font-size: 20px;
    }

    #ju-thankyou .ju-card .uk-h6 {
        font-size: 18px;
        font-weight: 600;
    }

    #ju-thankyou .uk-margin-large-top {
        margin-top: 10px !important;
    }

    #ju-thankyou .uk-button {
        font-size: 18px;
        line-height: 43px;
    }

}