/*-------------------------------------CONFIRMATION START-------------------------------------*/
.wc-block-order-confirmation-status p {
    font-family: 'Century Gothic', sans-serif;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
}

.custom-address address, .custom-address p, .custom-recap ul li span {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
}

.custom-address .wc-block-order-confirmation-shipping-address, .custom-address .wc-block-order-confirmation-billing-address {
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.custom-recap ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.custom-recap ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.custom-recap ul li span {
    margin-right: 5px;
}

.custom-recap ul li .wc-block-order-confirmation-summary-list-item__key {
    font-weight: 100;
}

.wc-block-order-confirmation-totals-wrapper {
    display: flex;
    flex-direction: row;
    border: 0px;
}

.wc-block-order-confirmation-totals-wrapper table {
    position: relative;
}

.wc-block-order-confirmation-totals-wrapper table tr.wc-block-cart-items__row {
    justify-content: space-between;
}

.wc-block-order-confirmation-totals-wrapper .wc-block-components-product-name a {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
}

.wc-block-order-confirmation-totals-wrapper tr {
    display: flex;
    flex-direction: row;
}

.wc-block-order-confirmation-totals-wrapper tr td,
.wc-block-order-confirmation-totals-wrapper tr td a,
.wc-block-order-confirmation-totals-wrapper tr td span {
    border: 0px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
}

body input[type="text"]::placeholder, 
body input[type="search"]::placeholder, 
body input[type="number"]::placeholder, 
body input[type="email"]::placeholder, input[type="password"]::placeholder, 
body textarea::placeholder, .wp-block-post-comments textarea::placeholder, 
body .wp-block-search__input::placeholder, 
body .wp-block-post-comments input[type="text"]::placeholder, 
body .wp-block-post-comments textarea::placeholder {
    color: var(--wp--preset--color--font-dark-gray);
    font-weight: 100;
  }

body input[type=text]:focus-visible, 
body input[type=search]:focus-visible, 
body input[type=number]:focus-visible, 
body input[type=email]:focus-visible, 
body input[type=password]:focus-visible, 
body textarea:focus-visible, 
body .wp-block-post-comments textarea:focus-visible, 
body .wp-block-search__input:focus-visible, 
body .wp-block-post-comments input[type=text]:focus-visible, 
body .wp-block-post-comments textarea:focus-visible {
    outline: none !important;
}

body .wc-block-components-textarea {
    background-color: var(--wp--preset--color--background-primary);
    border-color: var(--wp--preset--color--background-light-gray);
    border-radius: 0;
    color: var(--wp--preset--color--font-dark-gray);
  }

.custom-checkboxes label,
#shipping_used_for_billing_field label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.custom-checkboxes input[type=checkbox] {
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
    border: 1px solid var(--wp--preset--color--input-border);
    -webkit-appearance: none;
    margin-right: 6px;
    position: relative;
}

body input[type="checkbox"]:focus, body .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
    outline: unset;
    outline-offset: 2px;
}

body .woocommerce-order-details {
    width: 50%;
    margin-left: 0 !important;
    padding: 0 !important;
}

body .woocommerce-order-details,
body .woocommerce-order-details th,
body .woocommerce-order-details td,
body .woocommerce-order-details tr {
    border: unset;
    margin-left: 0 !important;
}

body .woocommerce-order-details h5,
body .custom-confirmation-page .custom-order-again-button {
    display: none;
}
/*-------------------------------------CONFIRMATION END-------------------------------------*/