.password-input {
    display: block;
    position: relative;
}

.input._md .password-input .input__text {
    padding-right: 48px;
}

.show-password-input {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    line-height: 1;
    height: 100%;
    cursor: pointer;
    background: no-repeat;
    border: none;
    font-size: 20px;
    font-size: 0;
}

.show-password-input:before {
    content: '';
    display: block;
    height: 50%;
    width: 2px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 0px 0 0 0px;
    opacity: 0;
}

.display-password.show-password-input:before {
    opacity: 1;
}

.show-password-input:after {
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    content: "";
    font-variant: normal;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M320 96C239.2 96 174.5 132.8 127.4 176.6C80.6 220.1 49.3 272 34.4 307.7C31.1 315.6 31.1 324.4 34.4 332.3C49.3 368 80.6 420 127.4 463.4C174.5 507.1 239.2 544 320 544C400.8 544 465.5 507.2 512.6 463.4C559.4 419.9 590.7 368 605.6 332.3C608.9 324.4 608.9 315.6 605.6 307.7C590.7 272 559.4 220 512.6 176.6C465.5 132.9 400.8 96 320 96zM176 320C176 240.5 240.5 176 320 176C399.5 176 464 240.5 464 320C464 399.5 399.5 464 320 464C240.5 464 176 399.5 176 320zM320 256C320 291.3 291.3 320 256 320C244.5 320 233.7 317 224.3 311.6C223.3 322.5 224.2 333.7 227.2 344.8C240.9 396 293.6 426.4 344.8 412.7C396 399 426.4 346.3 412.7 295.1C400.5 249.4 357.2 220.3 311.6 224.3C316.9 233.6 320 244.4 320 256z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.auth__form .g-recaptcha {
    padding: 0 2rem;
    margin-top: -0.5rem;
}

.wc-block-components-sidebar-layout {
    align-items: start;
}

.ps-cart {
}

.ps-cart__row {
}

.ps-cart__col {
}

.ps-cart__col--main {
}

.ps-cart__col--sidebar {
}

@media (min-width: 768px) {
    .ps-cart {
    }

    .ps-cart__row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -16px;
    }

    .ps-cart__col {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        padding: 16px;
    }

    .ps-cart__col--main {
    }

    .ps-cart__col--sidebar {
        flex: 0 0 auto;
        width: 35%;
    }
}

.cart-collaterals {
    background-color: var(--grey-200);
    padding: 20px 32px;
}

.cart-collaterals__title {
    display: none;
}

.woocommerce-cart-form__cart-item {
    border: 1px solid var(--black-02);
    border-top: none;
}

.woocommerce-cart-form__cart-item:first-child {
    border: 1px solid var(--black-02);
}

.cartproduct {
}

.cartproduct__row {
    display: flex;
    /* flex-wrap: wrap; */
    margin: 0 -16px;
}

.cartproduct__col {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 16px;
}

.cartproduct__col_image {
}

.cartproduct__col_product {
    flex: 1 0 0;
    padding: 10px 0;
}

.cartproduct__col_total {
}

.cartproduct__control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cartproduct__participants {
}

.cartproduct__participants:empty, .rf-cart-participants:empty {
    display: none;
    padding: 0;
    border: 0;
}

.cartproduct__participants .cpe-participant-emails {
    width: 100%;
    padding: 16px;
    border-top: 1px solid var(--black-02);
}

.cartproduct__participants .cpe-participant-emails__title {
    margin: 0 0 0.75rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.cartproduct__participants .cpe-participant-emails__fields {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.cartproduct__participants .rf-participant-row {
    margin: 0;
    width: auto;
    max-width: 100%;
}

.cartproduct__participants .rf-participant-row .cpe-participant-emails__float-wrap {
    max-width: 250px;
    margin-bottom: 0.75rem;
}

.cartproduct__participants .rf-participant-row .cart-extras-panel {
    margin-top: 0.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    max-width: 250px;
}

.cartproduct__extras {
    width: 100%;
    padding: 16px;
    border-top: 1px solid var(--black-02);
    background: var(--grey-200);
}

.cartproduct__extras--client {
    margin-bottom: 0;
}

.cart-extras-panel__title, .cartproduct__extras-title, .cartproduct__extras .extra-options-title {
    margin: 0 0 0.75rem;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.cartproduct__extras .cart-extras-list, .cart-extras-panel .cart-extras-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 32px;
}

.cartproduct__extras .input__checkboxLabel, .cartproduct__extras .input__radioLabel, .cart-extras-panel .input__checkboxLabel, .cart-extras-panel .input__radioLabel {
    padding-block: 0; padding: 0;
}

@media (max-width: 767px) {
    .cartproduct__participants .rf-participant-row .cpe-participant-emails__float-wrap {
        max-width: 100%;
    }
}

.cpe-order-entry__extras {
    margin: 0.5rem 0 0;
    font-size: 13px;
    order: 1;
    width: 100%;
}

.cpe-order-entry__extras-label {
    display: block;
    margin: 0 0 0.25rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.rf-order-participant__extras {
    margin: 0;
    padding-left: 1.1rem;
    list-style: disc;
}

.cpe-order-entry--captain {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--black-02);
}

.product-thumbnail {
    font-size: 0;
    line-height: 1;
}

.product-thumbnail a {
    display: block;
    font-size: 0;
    line-height: 1;
}

.product-thumbnail img {
    width: 100%;
    max-width: 64px;
}

@media (min-width: 768px) {
    .product-thumbnail {
        height: 100%;
    }

    .product-thumbnail a {
        height: 100%;
    }

    .product-thumbnail img {
        max-width: 180px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.product-metadata {
    font-size: .75em;
    margin: 16px 0;
}

.product-metadata .variation {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-metadata span {
    display: inline-block;
}

.product-metadata .variation-title {
    color: var(--black-06);
}

.product-metadata .variation-value {
}

@media (min-width: 756px) {
    .product-metadata .variation {
        display: flex;
        gap: 8px 32px;
        flex-wrap: wrap;
    }

    .product-metadata .variation-title {
        display: block;
    }
}

.quantity {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0;
    position: relative;
    width: 107px;
    color: #000;
}

.quantity.hidden {
    width: auto;
}

.quantity:after {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.quantity input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle;
}

.quantity input[type="number"]::-webkit-outer-spin-button, .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"]:focus {
    outline: none;
}

div.quantity input[type="button"] {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

div.quantity input[type="button"].minus {
    border-radius: 4px 0 0 4px;
    order: 1;
}

div.quantity input[type="button"].plus {
    border-radius: 0 4px 4px 0;
    order: 3;
}

.quantity input[type="button"]:focus, .quantity input[type="button"]:hover {
    opacity: 1;
}

.product-remove {
    font-size: 0;
    line-height: 1;
}

.product-remove a {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 33px;
    height: 33px;
    text-indent: -100vw;
    opacity: .4;
    transition: opacity .2s ease-in-out;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap;
}

.product-remove a:after {
    content: "";
    background: url(/wp-content/themes/racefinder-theme/assets/img/trash.svg) no-repeat center center / 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-block-start: -9px; left: 50%;
    margin-inline-start: -9px; }

.product-remove a:hover {
    opacity: 1;
}

.product-subtotal {
    padding-right: 18px;
    padding-top: 10px;
}

.couponform {
    padding: 16px 0;
}

.couponform__header {
}

.couponform__button {
    box-sizing: border-box;
    height: auto;
    padding-right: 32px;
    position: relative;
    text-align: left;
    width: 100%;
    word-break: break-word;
    cursor: pointer;
    user-select: none;
}

.couponform__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    transform: translateY(-50%) rotate(180deg);
    transform-origin: 50% 50%;
}

.couponform_active .couponform__button-icon {
    transform: translateY(-50%) rotate(0deg);
}

.couponform__title {
    padding-right: 32px;
}

.couponform__content {
    display: none;
}

.couponform_active .couponform__content {
    display: block;
    padding-top: 16px;
}

.couponform__fieldwrap {
    display: flex;
    gap: 8px;
    user-select: none;
}

.couponform .input-text {
    background-color: #fff;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3.125em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em .5em;
    width: 100%;
    border: 1px solid var(--black-03);
    border-radius: 0;
}

.couponform .input-text:focus {
    outline: none;
}

.couponform .button {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    background-color: var(--black);
    color: var(--white);
    padding-left: 16px;
    padding-right: 16px;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}

.couponform .button:hover {
    background-color: var(--brand);
}

.cart_totals {
}

.cart_totals table {
    width: 100%;
}

.cart_totals tr {
}

.cart_totals tr.order-total {
    font-size: 1.25em;
    font-weight: 700;
}

.cart_totals tr.order-total strong, .cart_totals tr.order-total b {
    font-weight: inherit;
}

.cart_totals td, .cart_totals th {
    border-top: 1px solid var(--black-02);
    padding: 16px 0;
}

.cart_totals td {
    text-align: right;
}

.cart_totals th {
}

.coupon-error-notice {
    color: #cc1818;
    font-size: .75em;
    max-width: 100%;
    min-height: 1em;
    padding: 8px 0 0;
    white-space: normal;
}

.checkout-button {
    width: 100%;
    min-height: 3em;
}

.keep-browsing-button {
    width: 100%;
    min-height: 3em;
}

.wc-keep-browsing {
    margin-top: 8px;
}

.cart-micro-copy {
    margin-top: 10px;
    text-align: center;
}

.woocommerce-message {
    background: #459647;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.woocommerce-message a {
    color: inherit;
    text-decoration: underline;
    display: none;
}

.woocommerce-error li {
    color: #cc1818;
    padding: 5px;
}

.cart-table__td.actions {
    display: none;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
}