.woocommerce-shipping-fields h3,
.wb-contact-fields h3,
#customer_details h3,
#customer_details_shipping h3,
#customer_details_payment h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

#customer_details .woocommerce-billing-fields h3 {
    margin-top: -40px;
}

.woocommerce-billing-fields h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.postcode_error {
    border: 1px solid #C7000B !important;
}

.contact_login {
    display: inline-flex;
}

.woocommerce-billing-fields h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.woocommerce-billing-fields #billing_email,
.woocommerce-billing-fields #billing_email+span {
    display: none;
}

.woocommerce-shipping-fields__field-wrapper p:nth-last-child(2), .woocommerce-billing-fields__field-wrapper p:nth-last-child(3) {
    padding-right: 0px !important;
}

#customer_details, #customer_details_shipping, #customer_details_payment {
    background-color: #ffffff;
    padding: 0 32px;
}
#customer_details_shipping {
    padding-bottom: 32px;
}

.woocommerce-checkout #customer_details_payment {
    padding-bottom: 26px;
}

.wb-order-tip-div {
    border: 1px solid #dddddd99;
    border-radius: 4px;
    padding-top: 8px;
    margin-bottom: 12px;
}
.tip-description, .tip-wrapper {
    padding: 0 18px;
}
.tip-wrapper {
    background: #f5f5f5a6;
}
.woocommerce-page .tip-wrapper .form-row.tip-btns {
    display: flex;
    margin: 14px 0 8px;
    padding: 0;
    border-radius: 4px 0 0 4px;
}
.tip-description {
    font-size: 14px;
    margin: 4px 0 8px;
}
.wb-order-tip-percentage-btn {
    width: 100%;
    height: 63px;
    background: #FFFFFF;
    font-size: 14px;
    color: #1C1C1C;
    font-weight: 600;
    border: 1px solid #d3d3d3;
    line-height: normal;
    padding: 0;
}
.wb-order-tip-percentage-btn:hover {
    cursor: pointer;
}
.wb-order-tip-percentage-btn .tip-amount {
    font-size: 12px;
    color: #707070;
    font-weight: 400;
}
.wb-order-tip-percentage-btn:not(:last-child) {
    border-right: transparent;
}
.wb-order-tip-percentage-btn:nth-child(4) {
    border-right: 1px solid #d3d3d3;
}
.wb-order-tip-percentage-btn:first-child{
    border-radius: 4px 0 0 4px;
}
.wb-order-tip-percentage-btn:last-child{
    border-radius: 0 4px 4px 0;
}
.wb-order-tip-percentage-btn.active {
    background: #1C1C1C;
    color: #FFFFFF;
}
.wb-order-tip-percentage-btn.active .tip-amount {
    color: #FFFFFF;
}
.tip-wrapper .wb-order-tip-input {
    border: 1px solid #dddddd99;
    border-radius: 4px;
    height: 40px;
}
.tip-wrapper .footer-tip {
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: 14px;
    color: #949494;
}
.wb-order-tip-div .tip-wrapper .form-row.form-row-first {
    width: calc(100% - 100px);
    padding-right: 14px;
}
.wb-order-tip-div .tip-wrapper .form-row.form-row-last {
    width: 100px;
    text-align: right;
}
.wb-order-tip-submit.button {
    padding: 0 16px;
    text-transform: capitalize;
    width: fit-content;
    height: 40px;
    line-height: 40px;
}
.wb-order-tip-input, .wb-order-tip-submit {
    border-radius: 4px;
}
.thb-checkout-form-column {
    padding-right: 25px!important;
}
ul.wc_payment_methods{
  margin-bottom: 12px;
}
.wc_payment_methods li {
    padding: 0 !important;
    border: 1px solid #e2e2e2;
}
.wc_payment_methods li:not(:first-child) {
    border-top: transparent;
}
.wc_payment_methods li:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.wc_payment_methods li:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.wc_payment_method label{
    font-size: 14px;
    color: #1C1C1C;
    display: inline-flex;
    justify-content: space-between;
    width: calc(100% - 50px);
    flex-wrap: wrap;
    padding: 12px 8px 12px 0;
}
.wc_payment_methods li .input-radio {
    margin-left: 18px;
}
.payment_method_paypal .payment-icons img,
.payment_method_klarna_payments_pay_over_time .payment-icons img
{
    border: none;
}
.payment-icons img {
    height: 34px !important;
    max-width: 56px !important;
    width: auto;
    margin: 0 4px !important;
    border: 1px solid #eee;
    margin-top: 4px !important;
}
.wc_payment_methods li .payment_box {
    background: #fafafa;
    padding: 12px;
    font-size: 14px;
    color: #707070;
    border-top: 1px solid #e2e2e2;
}
.place-order .button {
    display: none !important;
}
.checkout #place_order {
    text-transform: capitalize;
    width: fit-content;
    height: 46px;
    line-height: 46px;
}

.contact_info_header {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.contact_login {
    justify-content: flex-end;
    align-content: center;
    font-size: 14px;
    color: #1C1C1C;
}

.contact_login .text-center {
    display: inline-flex;
    align-items: center;
}
.contact_login a.text-center {
    text-decoration: underline;
}
.contact_logout {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}
.policy {
    padding: 24px 32px;
    margin: 5rem 0 24px;
    border-top: 1px solid #EBEBEB;
}
.policy a {
    color: #2d2d2d;
}

.fields-hidden {
    display: none;
}

.woocommerce-checkout .form-row {
    position: relative;
}

.woocommerce-input-wrapper textarea {
    height: 46px;
    min-height: 46px;
    line-height: normal;
    resize: none;
}
.woocommerce-input-wrapper select option:first-child {
    color: #949494;
}

.placeholder-label, .screen-reader-text {
    position: absolute !important;
    z-index: 1;
    top: 3px;
    left: 16px;
    font-size: 12px;
    color: #949494;
    opacity: 0;
}

.checkout input.input-text:not(:placeholder-shown) {
    padding: 30px 14px 14px;
}
.checkout input.input-text:not(:placeholder-shown) + .placeholder-label {
    opacity: 1;
    transition: all 0.5s ease;
}

.page:has(form.checkout) {
    background-color: #f8f8f8;
}

.variation {
    display: none !important;
}

.variation-attrs {
    color: #707070;
}

.woocommerce-checkout-review-order .checkout_right_table tbody tr {
    border: none;
}

.woocommerce-checkout-review-order .checkout_right_table thead tr {
    border: none;
    text-transform: initial;
}
.woocommerce-checkout-review-order .checkout_right_table thead tr .product-name {
    font-size: 20px;
}
.woocommerce-checkout-review-order .checkout_right_table thead tr .product-total {
    font-size: 16px;
    color: #707070;
}
.woocommerce-checkout-review-order .checkout_right_table tbody tr .product-quantity {
    color: #707070;
    margin-right: 0 !important;
}
.woocommerce-checkout-review-order .checkout_right_table tfoot tr {
    border-bottom: none;
}
.woocommerce-checkout-review-order .checkout_right_table tfoot tr th,
.woocommerce-checkout-review-order .checkout_right_table tfoot tr td {
    padding: 0 0 12px 0 !important;
}
.woocommerce-checkout-review-order .checkout_right_table tfoot .woocommerce-shipping-methods li {
    margin-bottom: 4px;
}
.woocommerce-checkout-review-order .checkout_right_table tfoot tr.summary-container th {
    font-size: 20px;
    padding: 23px 0 20px !important;
}
.woocommerce-checkout-review-order .checkout_right_table tfoot tr:not(.summary-container):not(.order-total) th {
    color: #707070;
}
.checkout_right_table .shipping-tips {
    display: none;
}
.woocommerce-checkout .thb-order-review-column #order_review {
    background-color: #fff;
    padding: 24px 32px;
}

.contact_info .mailchimp-newsletter {
    margin: 0;
}
.contact_info .mailchimp-newsletter label {
    color: #707070;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    display: flex;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text #wb_checkout_reg_privacy {
    margin-right: 10px;
}

.footer-steps {
    background: #fff;
    padding: 0 32px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 2rem;
    display: none;
}
.footer-active {
    display: inline-flex;
}

.footer-steps a, button {
    cursor: pointer;
}
.footer-steps a {
    display: flex;
    align-items: center;
}

.step-button {
    min-width: 136px;
    width: fit-content;
    padding: 0 12px;
    height: 48px;
    border-radius: 4px;
    font-size: 14px;
}

.input-text.disabled {
    background-color: #e7e7e7;
}

.error-msg {
    font-size: 14px;
    color: #C7000B;
    margin: 0;
    padding-top: 8px;
    display: none;
}
.error-msg.error-tip {
    display: block;
}
.error-msg.error-validate {
    display: block;
}

.validate-required .input-text.error-tip .error-validate, .validate-required select.error-tip select.error-validate {
    border: 1px solid #C7000B;
}

.input-text,select {
    border-radius: 4px !important;
}

textarea.input-text  {
    overflow: hidden;
}

.step-infomation, .step-shipping, .step-payment {
    display: none;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text a,
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a {
  color: #1c1c1c;
  text-decoration: underline;
}

.woocommerce-checkout-payment .woocommerce-form__label-for-checkbox {
    display: flex;
}

.woocommerce-checkout-payment .woocommerce-form__label-for-checkbox abbr.required {
    display: none;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    font-size: 14px;
}

.details_display {
    display: flow-root;
}

.infos-wrapper {
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.infos-table {
    padding: 16px 16px 0;
}
.infos-table .item {
    display: inline-flex;
    width: 100%;
    font-size: 14px;
    justify-content: space-between;
}
.infos-table .item:not(:last-child) {
    padding-bottom: 16px;
}
.infos-table .item:not(:first-child) { 
    border-top: 1px solid #dddddd;
    padding-top: 16px;
}

.infos-table .item .name{
    color: #707070;
    width: 72px;
}
.infos-table .item .fileds, .infos-table .item .modify{
    color: #1C1C1C;
}
.infos-table .item .fileds {
    width: 100%;
    padding-left: 1em;
}

.infos-table .item .modify{
    flex: none;
}

.infos-table .item.info-method {
    display: none;
    padding-bottom: 16px;
}
.infos-table .item.info-display {
    display: flex;
}

.modify {
    cursor: pointer;
}

.wb-infomation-fields {
    margin-bottom: 12px;
}

.checkout .woocommerce-shipping-methods {
    width: 100%;
}
.woocommerce-shipping-methods li{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.woocommerce-shipping-methods .shipping-label {
    display: inline-flex;
    width: calc(100% - 23px);
    justify-content: space-between;
    padding-left: 9px;
}

.woocommerce form .woocommerce-form__input-checkbox,
.woocommerce-page .woocommerce-form__input-checkbox{
    margin-bottom: 8px;
}

.button-disabled {
    cursor: unset;
    pointer-events: none;
    background-color: #dddddd;
}

.shipping-tips {
    padding: 18px 0;
    padding-left: 50px;
    background: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 2rem;
    position: relative;
}
.shipping-tips::before {
    content: 'i';
    width: 21px;
    height: 21px;
    background: #1c1c1c;
    position: absolute;
    left: 18px;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.fee th {
    text-transform: capitalize;
}

.wb-mobile-order-review .woocommerce-checkout-review-order .woocommerce-shipping-methods li:not(:has(input[checked='checked'])) {
    display: none;
}
.wb-mobile-order-review .woocommerce-checkout-review-order .woocommerce-shipping-methods li:has(input[checked='checked']) .shipping_method,
.wb-mobile-order-review .woocommerce-checkout-review-order .woocommerce-shipping-methods li:has(input[checked='checked']) .method-title {
    display: none;
}
.wb-mobile-order-review .woocommerce-shipping-methods li {
    justify-content: flex-start;
}

.checkout .woocommerce-checkout-review-order .woocommerce-shipping-methods li:not(:has(input[checked='checked'])) {
    display: none;
}
.checkout .woocommerce-checkout-review-order .woocommerce-shipping-methods li:has(input[checked='checked']) .shipping_method,
.checkout .woocommerce-checkout-review-order .woocommerce-shipping-methods li:has(input[checked='checked']) .method-title {
    display: none;
}
.checkout .woocommerce-checkout-review-order .woocommerce-shipping-methods .shipping-label {
    justify-content: flex-end;
}

.chekcout .shop_table th.product-name dl.variation,
.chekcout .shop_table td.product-name dl.variation {
    display: flex;
    padding-left: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 66px;
}
.product-name dl.variation dt {
    text-align: left;
}

#wb-order-tipping-header, .wb-order-tip-div {
    display: none;
}

.woocommerce-privacy-policy-text a,
.woocommerce-terms-and-conditions-wrapper label a {
    color: #1C1C1C;
    text-decoration: underline;
}

.wb-review-order-name .review-order-product-title {
    cursor: pointer;
    word-break: break-word;
}

.footer-steps svg {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.woocommerce-shipping-totals td {
    font-weight: normal;
}
.step-shipping-method td {
    display: block;
}

.checkout input[type="radio"],
.checkout input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    transition: all .2s ease;
}
.checkout input[type="radio"] {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.checkout input[type="radio"]:after {
    content: '';
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .2s ease;
    transform-origin: center center;
    pointer-events: none;
}

.checkout input[type="radio"]:checked {
    background-color: #1C1C1C;
}

.checkout input[type="radio"]:checked:after {
    opacity: 1;
}

.checkout input[type="checkbox"]:after {
    content: '\2714';
    display: flex;
    justify-content: center;
    height: 18px;
    width: 18px;
    color: #fff;
    background-color: #1C1C1C;
    font-size: 15px;
    opacity: 0;
    transition: all .1s ease;
    border-radius: 3px;
}

.checkout input[type="checkbox"]:checked:after {
    opacity: 1;
}

.country-search-select-wrapper {
    position: relative;
}
.country-search-select-wrapper .country-search-select-input {
    margin: 0;
}
.country-search-select-wrapper.active .country-search-select-options {
    display: block;
}
.country-search-select-options {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #ffffff;
    margin: 0;
    max-height: 360px;
    overflow: overlay;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);
    border-radius: 4px;
}
.country-search-select-options li{
    padding: 8px 1.2em;
    cursor: pointer;
}
.country-select-option:hover {
    background: #f5f7fa;
}
.country-select-option.unsearched {
    display: none;
}

.checkout input.country-search-select-input.input-text:not(:placeholder-shown) {
    padding: 14px 15px !important;
}

.arrow-down {
    position: absolute;
    top: 18px;
    right: 18px;
    border: 1px solid #484848;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}
.country-search-select-wrapper.active .arrow-down {
    transform: rotate(-135deg);
}

.country-search-select-wrapper.active .country-select-option {
    display: none;
}
.country-search-select-wrapper.active .country-select-option.searched {
    display: block;
}

#shipping_country_field, #billing_country_field {
    display: none;
}

.woocommerce-MyAccount-content #shipping_country_field, .woocommerce-MyAccount-content #billing_country_field {
    display: block;
}



@media only screen and (max-width: 767px) {
    .woocommerce-shipping-fields h3,
    .wb-contact-fields h3,
    #customer_details h3,
    #customer_details_shipping h3,
    #customer_details_payment h3 {
        margin-top: 12px;
    }
    .infos-table .item {
        display: flex;
        flex-direction: column;
    }
    .infos-table .item {
        position: relative;
    }
    .modify {
        cursor: pointer;
        position: absolute;
        right: 0;
    }
    .infos-table .item .fileds {
        padding-left: 0;
    }
    .contact_info_header {
        flex-direction: column;
    }
    .contact_info_header h3 {
        margin-bottom: 6px;
    }
    .contact_login {
        justify-content: space-between;
        margin-bottom: 12px;
    }
    #customer_details, #customer_details_shipping, #customer_details_payment {
        background-color: unset;
        padding: 0;
    }
    .thb-checkout-form-column {
        padding-right: 16px;
    }
    .wc_payment_method label {
        flex-direction: column;
        cursor: pointer;
    }
    .page, .woocommerce-checkout #wrapper .page.hentry {
        background-color: #FFFFFF;
    }
    .logo-holder .logoimg {
        max-height: 40px;
    }
    .wb-checkout-header {
        margin-top: 20px;
    }
    .wb-checkout-bread {
        margin: 16px 0 0;
        width: 100%;
    }
    .wb-mobile-cart-summary {
        width: 100vw;
        margin-left: -16px;
        padding: 0 16px;
        background: #fafafa;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        margin-top: 16px;
    }
    .wb-mobile-cart-summary > header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.25em 0;
    }
    .summary-title {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .summary-title-text {
        margin: 0 6px 0 8px;
        font-size: 14px;
    }
    .order-summary-toggle__dropdown {
        transform: rotate(180deg);
        transition: all .5s ease;
    }
    .summary-title.active .order-summary-toggle__dropdown {
        transform: rotate(0deg);
    }

    .summary-title.active .show-text,
    .summary-title:not(.active) .hidden-text {
        display: none;
    }

    .footer-steps {
        padding: 0;
        background: unset;
    }
    .footer-active {
        flex-direction: column;
        width: 100%;
    }
    .footer-active .step-button {
        margin-bottom: 20px;
        width: 100%;
    }
    .footer-active a {
        order: 2;
        width: 100%;
        display: block;
    }
    .wb-mobile-cart-summary {
        display: block;
    }
    .wb-mobile-order-review {
        display: none;
        padding-top: 16px;
        border-top: 1px solid #e2e2e2;
    }
    .wb-mobile-order-review.active {
        display: block;
    }
    .woocommerce-checkout .thb-order-review-column #order_review {
        display: none;
    }
    form.woocommerce-checkout {
        margin: 0 16px;
        width: 100%;
    }
    .checkout #place_order {
        width: 100%;
    }
    .shop_table.checkout_right_table tbody tr td.product-name {
        width: 75%;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .checkout .form-row.row-col-3 {
        width: 33.3%;
        padding-right: 16px;
    }

    .checkout .form-row.row-col-new-2 {
        width: 50%;
        padding-right: 16px;
    }

    #shipping_postcode_field.row-col-new-2+#shipping_city_field.row-col-new-2 {
        padding-right: 0px;
    }
    #shipping_state_field.row-col-new-2+#shipping_postcode_field.row-col-new-2 {
        padding-right: 0px;
    }
    #shipping_city_field.row-col-new-2+#shipping_state_field.row-col-new-2 {
        padding-right: 0px;
    }
    #shipping_state_field.row-col-3+#shipping_postcode_field.row-col-3 {
        padding-right: 0px;
    }

    #billing_postcode_field.row-col-new-2 + #billing_city_field.row-col-new-2 {
        padding-right: 0px;
    }
    #billing_state_field.row-col-new-2 + #billing_postcode_field.row-col-new-2 {
        padding-right: 0px;
    }
    #billing_city_field.row-col-new-2 + #billing_state_field.row-col-new-2 {
        padding-right: 0px;
    }

    .wb-mobile-cart-summary, .wb-mobile-order-review {
        display: none;
    }

    .woocommerce-page .form-row.form-row-first {
      padding-right: 16px!important;
    }
}

@media only screen and (min-width: 1068px) {
    .shop_table.checkout_right_table tbody tr td.product-name {
        width: 70%;
        padding-right: 0;
    }
    .shop_table.checkout_right_table tbody tr td.product-name .wb-review-order-name {
        width: 100% ;
    }
    .products .product .product-thumbnail .button {
        white-space: nowrap!important;
    }
}

.product-total-span {
  display: none;
}

.atezr-contact {
  display: none;
}

.hide-atezr-theme-element {
  display: none;
}

.thb-checkout-form-column #shipping_address_1_field {
  margin-bottom: 1rem!important;
}

.woocommerce-checkout .flex-container .coupon-item-button button{
  border-radius: 4px;
  text-transform: capitalize;
}

.checkout h3 {
  margin-bottom: 12px;
}
.tinge {
    color: #919191 !important;
}
