<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* checkout page css design */

#top .golf-bookable-main-participant-wrapper {
    margin-bottom: 30px;
}

#top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap {
    box-shadow: 0px 0px 10px #00000026;
    padding: 22px 25px 25px;
    margin-bottom: 30px;
}

#top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap:last-child {
    margin-bottom: 0px;
}

#top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap .product-title-price-qty-wrap {
    border-bottom: 2px solid rgb(193 52 43 / 10%);
    padding-bottom: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

#top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap .product-title-price-qty-wrap .product-qty-wrap {
    display: flex;
    align-items: center;
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-each-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-field-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 12px;
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .each-product-participant-inner-wrap {
    width: 100%;
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-field {
    width: calc(25% - 8px);
    margin-right: 10px;
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-field:last-child {
    margin-right: 0px;
}

#top .golf-bookable-main-participant-wrapper .add-new-participant-wrap {
    display: flex;
    justify-content: flex-end;
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(204 204 204 / 40%);
    padding-bottom: 10px;
}

#top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap .product-title-price-qty-wrap a {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
    display: block;
    /* color: #1a181b !important; */;
}

#top .golf-bookable-main-participant-wrapper .quantity input.minus {
    background: #C1342B !important;
    color: #fff !important;
    overflow: hidden;
    border: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#top .golf-bookable-main-participant-wrapper div .quantity input.plus {
    background: #C1342B !important;
    color: #fff !important;
    overflow: hidden;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#top .golf-bookable-main-participant-wrapper .quantity input.qty {
    border-radius: unset;
}

#top .golf-bookable-main-participant-wrapper .remove-product-from-cart-wrap {
    margin-left: 20px;
}

#top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap .add-new-participant-wrap a {
    min-width: auto;
    height: 50px;
    text-transform: capitalize;
    width: auto!important;
    color: #FFF;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.47px;
    line-height: 23px;
    padding: 12px 33px;
    background-color: #C1342B;
    border: 1px solid #C1342B;
    text-align: center;
    opacity: 1;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 50px!important;
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

#top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap .add-new-participant-wrap a:hover {
    background-color: #fff;
    color: #C1342B;
}

#top .golf-bookable-main-participant-wrapper .remove {
    color: #C1342B !important;
    font-size: 23px !important;
    text-indent: 0;
    line-height: 30px;
    display: flex !important;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    text-decoration: none !important;
    border-radius: 50px;
    border: 0;
    justify-content: flex-end;
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-each-header .remove-each-participant {
    color: #C1342B !important;
    font-size: 23px !important;
    text-indent: 0;
    line-height: 30px;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    text-decoration: none !important;
    border-radius: 50px;
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-each-header .participant-heading {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #C1342B;
    font-family: 'Poppins';
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-field input {
    background: transparent;
    margin-top: 5px;
    padding: 12px;
    margin-bottom: 20px;
}

#top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-field label {
    font-weight: normal;
    color: #1a181b;
    letter-spacing: 0px;
    margin-bottom: 5px;
    display: block;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 20px;
}

#top .golf-bookable-main-participant-wrapper .quantity input {
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

#top .golf-bookable-main-participant-wrapper .quantity input.minus:hover, #top .golf-bookable-main-participant-wrapper .quantity input.plus:hover {
    background-color: #2a2a2a !important;
}

#top .checkout-disable-message-wrap .go-back-top-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#top .golf-bookable-main-participant-wrapper .product-title-price-wrap {
    width: calc(100% - 200px);
}

#top .golf-bookable-main-participant-wrapper .product-price-inner-wrap bdi {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
}

/* Order page css */

#top .golf-woocommerce-each-product-participant-inner-wrap .participant-field-inner-wrap {
    font-size: 18px;
    line-height: 28px;
    /* background-color: #f9f9f9; */
    padding: 0px;
}

#top .golf-woocommerce-each-product-participant-inner-wrap .participant-field-inner-wrap .participant-field {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}

#top .golf-woocommerce-each-product-participant-inner-wrap .participant-field-inner-wrap .participant-field:last-child {
    margin-bottom: 0px;
}

#top .golf-woocommerce-each-product-participant-inner-wrap .golf-each-inner-field.golf-each-inner-field-data-label.participant-heading {
    color: #c1342b;
    font-weight: 500;
    margin: 15px 0px 10px;
    font-size: 17px;
}

#top .golf-woocommerce-each-product-participant-inner-wrap .golf-each-inner-field.golf-each-inner-field-data-label {
    padding-right: 6px;
    /* width: 30%;
    margin-right: 20px; */;
}

#top .golf-woocommerce-each-product-participant-inner-wrap .golf-each-inner-field.golf-each-inner-field-data-value {
    /* width: 65%; */;
}

#top section.woocommerce-customer-details address {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: normal;
    color: #505050;
    font-weight: normal;
}

#top section.woocommerce-customer-details address p {
    color: #505050;
    margin-bottom: 0;
    font-weight: normal;
}

#top .shop_table.order_details th {
    border-right: 1px solid #e2e2e2;
}

#top .shop_table.order_details th:last-child {
    border-right: unset;
}

#top .shop_table.order_details td {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

#top .shop_table.order_details tbody tr:nth-child(odd) {
    background-color: #fbfbfb;
}
/* #top .shop_table.order_details tfoot tr:nth-child(even) th{
    background-color: #fbfbfb;
    font-size: 18px;
    line-height: 25px;   
    color: #1a181b;
} */
#top .shop_table.order_details tfoot span, #top .shop_table.order_details tfoot tr td {
    font-weight: 500 !important;
}

#top .shop_table.order_details td a, #top .shop_table.order_details td strong {
    font-size: 18px;
    line-height: 25px;
    color: #1a181b;
    font-weight: 500;
    display: inline-block;
}

#top .shop_table.order_details {
    border-color: #e2e2e2;
    border-radius: unset;
}

#top .shop_table.order_details tfoot th {
    border-bottom: 1px solid #e2e2e2;
}

/* Received order css */

#top .woocommerce-thankyou-order-details.order_details {
    border-color: #e2e2e2;
}

#top .woocommerce-thankyou-order-details.order_details li, #top .woocommerce-thankyou-order-details.order_details li strong {
    font-size: 18px;
    line-height: 22px;
    color: #1a181b;
    text-transform: unset;
}

#top .woocommerce-thankyou-order-details.order_details li strong {
    margin-top: 8px;
    color: #C1342B;
}

#top .woocommerce-thankyou-order-details.order_details li strong {
    font-size: 16px;
}

#top li.woocommerce-order-overview__payment-method.method:last-child {
    margin-right: 0;
}

#top .woocommerce-thankyou-order-details.order_details li {
    margin-right: 30px;
    padding-right: 30px;
}

#top .shop_table.shop_table_responsive.my_account_orders.account-orders-table td, #top .shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
    border: 1px solid #D7D7D7;
}
/* #top:not(.woocommerce-wishlist) .woocommerce .button{
    float: unset;
} */
#top .woocommerce-MyAccount-content .woocommerce-Address address {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: normal;
    line-height: 30px;
}

#top .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: normal;
    align-items: center;
}

/* Responsive layout */


@media(max-width: 1199px) {
    #top .woocommerce-thankyou-order-details.order_details li {
        margin-right: 25px;
        padding-right: 25px;
    }
}

@media(max-width: 1150px) {
    #top .woocommerce-thankyou-order-details.order_details li {
        margin-right: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 1100px) {
    #top .woocommerce-thankyou-order-details.order_details li {
        font-size: 17px;
    }

    #top #main .woocommerce-thankyou-order-details.order_details {
        padding: 15px 15px 7px 15px;
    }

    #top .woocommerce-thankyou-order-details.order_details li {
        margin-right: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 989px) {
    #top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-field {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    #top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-field:nth-child(2n) {
        margin-right: 0;
    }

    #top .shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
        font-size: 16px;
        padding: 9px 6px !important;
    }

    #top .shop_table.shop_table_responsive.my_account_orders.account-orders-table td {
        font-size: 15px;
        padding: 9px 6px !important;
    }
}

@media(max-width: 767px) {
    
    #top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap {
        padding: 15px 15px 22px;
    }

    #top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap .add-new-participant-wrap a {
        padding: 12px 22px;
        height: 48px;
        line-height: 20px;
    }

    #top .shop_table.order_details td a, #top .shop_table.order_details td strong {
        font-size: 17px;
        line-height: 24px;
    }

    #top .golf-woocommerce-each-product-participant-inner-wrap .golf-each-inner-field.golf-each-inner-field-data-label.participant-heading {
        margin: 10px 0px 5px;
        font-size: 16px;
    }

    #top .golf-woocommerce-each-product-participant-inner-wrap .participant-field-inner-wrap .participant-field {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 25px;
    }

    #top section.woocommerce-customer-details address {
        font-size: 16px;
        line-height: 26px;
    }

    #top #main .woocommerce-thankyou-order-details.order_details li {
        width: calc(50% - 10px);
        margin-right: 15px;
    }

    #top #main .woocommerce-thankyou-order-details.order_details li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width: 639px) {
    #top .woocommerce-thankyou-order-details.order_details li strong {
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
    }

    #top .woocommerce-thankyou-order-details.order_details li {
        font-size: 16px;
    }
}

@media(max-width: 571px) {
    #top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap .product-title-price-wrap {
        width: calc(100% - 0px);
        margin-bottom: 10px;
    }

    #top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-field {
        width: 100%;
        margin-right: 0px;
    }

    #top .golf-bookable-main-participant-wrapper .each-main-product-participant-wrap .product-title-price-qty-wrap {
        margin-bottom: 10px;
    }

    #top .golf-bookable-main-participant-wrapper .each-product-participant-wrap .participant-field input {
        margin-bottom: 15px;
    }

    #top .golf-bookable-main-participant-wrapper .each-product-participant-wrap {
        padding-bottom: 6px;
    }

    #top #main .woocommerce-thankyou-order-details.order_details li {
        width: calc(100% - 0px);
        margin-right: 0px;
        border-right: unset;
        margin-bottom: 10px;
    }
}

@media(max-width: 479px) {
    #top .shop_table.order_details td {
        padding: 10px !important;
    }

    #top .shop_table.order_details th {
        padding: 11px !important;
    }

    #top .golf-woocommerce-each-product-participant-inner-wrap .golf-each-inner-field.golf-each-inner-field-data-label.participant-heading,  #top .golf-woocommerce-each-product-participant-inner-wrap .participant-field-inner-wrap .participant-field {
        font-size: 13px;
        line-height: 21px;
    }

    #top .shop_table.order_details tbody td {
        font-size: 14px;
        line-height: 22px;
    }

    #top .shop_table.order_details td a, #top .shop_table.order_details td strong {
        font-size: 16px;
        line-height: 25px;
    }

    #top .shop_table.order_details tfoot th, #top .shop_table.order_details tfoot span, #top .shop_table.order_details tfoot tr td {
        font-size: 15px;
    }

    #top .golf-woocommerce-each-product-participant-inner-wrap .golf-each-inner-field.golf-each-inner-field-data-label.participant-heading {
        margin-top: 5px;
    }
}

@media(max-width: 360px) {
    #top .shop_table.order_details th {
        padding: 8px !important;
    }

    #top .shop_table.order_details td {
        padding: 6px !important;
    }

    #top .shop_table.order_details td a, #top .shop_table.order_details td strong {
        font-size: 13px;
        line-height: 20px;
    }

    #top .golf-woocommerce-each-product-participant-inner-wrap .golf-each-inner-field.golf-each-inner-field-data-label.participant-heading, #top .golf-woocommerce-each-product-participant-inner-wrap .participant-field-inner-wrap .participant-field {
        font-size: 12px;
        line-height: 18px;
    }

    .responsive #top .shop_table.order_details th {
        font-size: 13px;
    }

    #top .shop_table.order_details tbody td {
        font-size: 12px;
        line-height: 20px;
    }

    #top .shop_table.order_details tfoot th, #top .shop_table.order_details tfoot span, #top .shop_table.order_details tfoot tr td {
        font-size: 13px;
    }
}</pre></body></html>