.woocommerce-page .checkout-step-3 #shipping_method li input:checked+label:after, .woocommerce-page .checkout-step-3 #shipping_method li input[type="hidden"]+label:after {
    position: absolute;
    left: 5px;
    top: 5px;
    margin-top: 0;
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: sub;
    background: #666;
    background-size: contain;
}

.woocommerce-checkout h3, .woocommerce-checkout h4 {
    font-size: 21px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.woocommerce-checkout .content {
    max-width: 100%;
    margin: 0 auto 50px auto;
}

.checkout-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 40px 0;
}

.checkout-wrapper .required {
    display: none;
}

.checkout-wrapper .checkout-left {
    width: calc(50% - 10px);
    margin-right: 20px;
    background: #fff;
    padding: 25px;
}

.checkout-wrapper .checkout-right {
    width: calc(50% - 10px);
    background: #fff;
    padding: 25px 45px;
}

.checkout-right h4, .checkout-right>p {
    text-align: center;
    margin-top: 0;
}

.checkout-right>p {
    line-height: 1.3;
    margin-top: 5px;
}

.checkout-right h4 {
    text-transform: uppercase;
    color: #1D1D1B;
}

.checkout-wrapper .actions>a.button {
    background: #8dc63f;
    border-color: #8dc63f;
    font-family: "Oswald", sans-serif;
}

.button.white {
    background: #4a4a4a !important;
    border-color: #4a4a4a !important;
    color: #fff !important;
    font-family: "Oswald", sans-serif;
}

/* Notices */

.checkout-wrapper .woocommerce-NoticeGroup-checkout {
    position: absolute;
    width: 100%;
}

/* End Notices */

/* Coupon form */

.sidebar-coupon {
    position: relative;
    left: -30px;
    width: calc(100% + 40px);
    padding: 30px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-coupon .woocommerce-message {
    position: absolute;
    bottom: 5px;
    font-size: 10px;
}

.checkout_coupon {
    display: flex !important;
    align-items: center;
    zoom: 1 !important;
    overflow: visible !important;
    height: auto !important;
    justify-content: space-between;
}

.woocommerce-checkout .checkout_coupon .coupon-row {
    padding-top: 0;
    width: 68%;
}

.woocommerce-checkout .checkout_coupon .coupon-row:active, .woocommerce-checkout .checkout_coupon .coupon-row:focus, .woocommerce-checkout .checkout_coupon .coupon-row:focus-within {
    background: #fff;
}

.checkout_coupon button {
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    width: 30%;
}

.checkout_coupon .clear {
    display: none;
}

.checkout_coupon input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    padding: 0;
}

/* End coupon form */

/* Sidebar totals */

.sidebar-totals {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}

.sidebar-totals .total-row {
    display: flex;
    border-top: 2px solid #f2f2f2;
    justify-content: space-between;
    padding: 20px;
    line-height: 1;
    font-weight: 600;
}

.sidebar-totals .total-row span.woocommerce-Price-amount.amount {
    font-weight: 600;
}

.sidebar-totals .total-row .label {
    text-transform: none;
}

.sidebar-totals .xoo-wsc-content {
    text-transform: none;
}

.sidebar-totals .xoo-wsc-content .xoo-wsc-img-col {
    max-width: 75px;
}

.sidebar-totals .xoo-wsc-product .size-woocommerce_thumbnail {
    display: block;
}

.sidebar-totals .xoo-wsc-content .xoo-wsc-product {
    padding: 20px;
    margin: 0;
}

.sidebar-totals .total-row .value {
    position: relative;
}

.sidebar-totals .woocommerce-remove-coupon {
    font-size: 0;
    text-decoration: none;
    right: -15px;
    top: 2px;
    position: absolute;
}

.sidebar-totals .woocommerce-remove-coupon:before {
    content: '(x)';
    font-size: 10px;
}

/* End sidebar totals */

/* Form fields */

.woocommerce-billing-fields input[placeholder], [placeholder], *[placeholder] {
    color: #1D1D1B !important;
}

.woocommerce-checkout .woocommerce {
    transition: opacity .2s ease;
    opacity: 0;
}

.woocommerce-page .form-row label {
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    padding: 0 8px;
    line-height: 13px;
    height: 18px;
    font-size: 10px;
    bottom: 22px;
    font-weight: normal;
}

form.woocommerce-ResetPassword.lost_reset_password p.form-row:nth-child(4) {
    border: none;
    padding: 0;
}

.woocommerce-page .form-row {
    position: relative;
    display: block;
    padding: 8px;
    margin: 10px 0px;
    width: 100%;
    border: 2px solid #f2f2f2;
    align-items: center;
    position: relative;
    z-index: 0;
    background: transparent;
    font-size: 14px;
    clear: both;
}

.woocommerce-form-register p.woocommerce-FormRow.form-row {
    padding: 0;
    border: 0;
}

.woocommerce-form-login p.form-row:nth-child(3) {
    border: none;
    padding: 0;
}

.woocommerce-page .form-row input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    border: 0;
    padding: 0;
    font-size: 13px;
    padding-top: 14px;
    line-height: 30px;
    height: 32px;
    width: 100%;
}

select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.woocommerce-page .form-row.not-valid, .woocommerce-page .form-row.not-valid label, .woocommerce-page .form-row.not-valid select {
    color: red;
    border-color: red;
}

.woocommerce-page .form-row.empty label {
    bottom: 12px;
    font-size: 12px;
    font-style: italic;
    color: #999;
}

.woocommerce-page .form-row#billing_country_field select, .woocommerce-page .form-row#billing_state_field select, .woocommerce-page .form-row#shipping_country_field select, .woocommerce-page .form-row#shipping_state_field select {
    padding: 0;
    padding-top: 14px;
    width: 100%;
    height: 32px;
    background: transparent url(../images/select-expand.svg) no-repeat right bottom 3px;
    background-size: 12px;
    font-size: 13px;
    font-weight: normal;
}

.woocommerce-page .form-row-first {
    width: calc(50% - 10px);
    float: left;
    clear: left;
}

.woocommerce-page .form-row-last {
    width: calc(50% - 10px);
    float: right;
    clear: right;
}

#billing_password_field {
    margin-bottom: 10px;
}

.address-field strong {
    cursor: not-allowed;
    font-weight: normal;
    font-size: 13px;
    padding-top: 8px;
    line-height: 30px;
    height: 32px;
    display: block;
}

#billing_password_field:after {
    content: 'Skal bestå af mindst 8 tegn';
    display: block;
    font-size: 10px;
    right: 0;
    bottom: -17px;
    font-style: italic;
    color: #999;
    position: absolute;
}

.woocommerce-account-fields {
    display: none;
}

/* End Form fields */

/* Mailchimp signup field */

.woocommerce-page .woocommerce-mailchimp-opt-in {
    border: 0;
    padding: 20px 0 0 0;
}

.woocommerce-page .woocommerce-mailchimp-opt-in label {
    display: flex;
    position: static;
    font-size: 13px;
    pointer-events: auto;
    cursor: pointer;
}

.woocommerce-page .woocommerce-mailchimp-opt-in label input {
    height: auto;
    width: auto;
    margin: 0 5px 0 0;
    display: none;
}

.woocommerce-page .woocommerce-mailchimp-opt-in label span {
    width: 100%;
    padding: 0 0 0 20px;
}

.woocommerce-page .woocommerce-mailchimp-opt-in label span:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: sub;
    background: #fff;
    border: 1px solid #000;
}

.woocommerce-page .woocommerce-mailchimp-opt-in label input:checked+span:after {
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: 3px;
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: sub;
    background: url(../images/checkbox-filled.svg) no-repeat;
    background-size: contain;
    border: 1px solid #fff;
}

/* End Mailchimp signup field */

/* Checkout buttons */

.checkout-wrapper .actions {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.checkout-wrapper .actions>a {
    width: calc(50% - 10px);
    text-align: center;
    padding: 0;
    height: 52px;
    line-height: 52px;
}

/* Checkout buttons */

/* Progress bar */

.checkout-progress-bar {
    list-style: none;
    margin: 80px auto 40px auto;
    padding: 0;
    display: flex;
    max-width: 680px;
    width: 100%;
    justify-content: space-between;
    text-transform: none;
    font-weight: bold;
    font-size: 15px;
    border-top: 1px solid #000;
}

.checkout-progress-bar li {
    position: relative;
    counter-increment: progress-bar;
}

.checkout-progress-bar li a {
    text-decoration: none;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #121212;
}

.checkout-progress-bar li.inactive a {
    color: #b4b4b4;
}

.checkout-progress-bar li:first-child a:after, .checkout-progress-bar li:last-child a:after {
    content: '';
    display: block;
    background: #f8f6f6;
    position: absolute;
    width: 50%;
    height: 2px;
    top: -2px;
    z-index: 1;
}

.checkout-progress-bar li:last-child a:after {
    right: 0;
}

.checkout-progress-bar li a:before {
    display: block;
    position: relative;
    content: counter(progress-bar);
    text-align: center;
    background: #1D1D1B;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: -10px auto 10px auto;
    font-weight: bold;
    z-index: 2;
}

.checkout-progress-bar li.inactive a:before {
    background: #b4b4b4;
}

/* End Progress bar */

/* Shipping */

.woocommerce-page .checkout-step-3 #shipping_method {
    margin: 0;
    padding: 0;
}

.woocommerce-page .checkout-step-3 #shipping_method li {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.woocommerce-page .checkout-step-3 #shipping_method li.picked {
    border: none;
}

.woocommerce-page .checkout-step-3 #shipping_method h3, .woocommerce-page .checkout-step-3 #shipping_method .amount {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
}

.woocommerce-page .checkout-step-3 #shipping_method .amount:not(.woocommerce-Price-amount) {
    display: none;
}

.woocommerce-page .checkout-step-3 #shipping_method .amount:before {
    content: ' ';
}

.woocommerce-page .checkout-step-3 #shipping_method .label-wrap {
    display: inline-block;
}

.woocommerce-page .checkout-step-3 #shipping_method li input[type="radio"] {
    display: none;
}

.woocommerce-page .checkout-step-3 #shipping_method li input+label {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.woocommerce-page .checkout-step-3 #shipping_method li input+label:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    display: inline-block;
    background: #fff;
    border: 2px solid #999;
    left: 0;
}

.woocommerce-page .checkout-step-3 #shipping_method li input:checked+label:after {
    position: absolute;
    left: 4px;
    top: 4px;
    margin-top: 0;
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: sub;
    background: url(../images/checkbox-filled.svg) no-repeat !important;
    background-size: contain;
    border: 1px solid #fff;
}

/* End Shipping */

/* Payment */

.woocommerce-page .checkout-step-4 .form-row label {
    width: 100%;
    position: static;
    display: inline-block;
    padding: 0;
    line-height: 13px;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    pointer-events: auto;
}

.woocommerce-page .checkout-step-4 .form-row {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 0;
    border: none;
    border-bottom: none;
    margin-top: 0;
    position: relative;
    z-index: 0;
    background: transparent;
    font-size: 13px;
    clear: both;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li>input[type="radio"]:checked+label {
    border: none;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li>input[type="radio"]:checked+label .payment_method_stripe {
    display: block !important;
    cursor: default;
    position: relative;
    left: -30px;
    width: calc(100% + 30px);
}

.woocommerce-page .wc-credit-card-form {
    margin: 20px 0px 0 0;
    background: #f6f6f6 !important;
    padding: 30px 20px;
    width: 100% !important;
    border: 0;
}

.stripe-source-errors+br {
    display: none;
}

.wc-credit-card-form>label {
    display: none;
}

.wc_payment_methods {
    padding: 0;
    margin: 20px 0;
}

.wc_payment_methods li {
    padding: 0;
    margin: 0;
    border-top: 1px solid #e2e2e2;
    list-style: none;
}

.wc_payment_methods li:last-child {
    border-bottom: 1px solid #e2e2e2;
}

.wc_payment_methods .payment_box {
    display: none !important;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li>input {
    display: none;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li>input+label {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 30px;
    cursor: pointer;
    min-height: 58px;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li>input+label:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li input:checked+label:after {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: sub;
    border: 1px solid #fff;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li h3 {
    font-size: 13px;
    line-height: 1;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods .payment_icons img {
    display: inline-flex;
    width: 100%;
}

input#terms {
    width: auto;
    height: auto;
}

#place_order {
    display: none !important;
}

.express-checkout-actions .paypal-express {
    display: inline-block;
    width: 150px;
    height: 45px;
    border: 1px solid #e2e2e2;
    background: #fff url(/wp-content/uploads/2019/08/paypal-express.png) no-repeat center;
    background-size: 60%;
    text-indent: -9999px;
    overflow: hidden;
}

.express-checkout-actions #wc-stripe-payment-request-wrapper {
    display: inline-block;
    width: 150px;
    height: 45px;
    overflow: hidden;
    padding: 0 !important;
    margin-left: 10px;
}

.express-checkout-actions h3 {
    margin-bottom: 15px;
}

.express-checkout-actions {
    margin-bottom: 40px;
}

#wc-stripe-payment-request-button-separator {
    display: none !important;
}

#stripe-payment-data>p {
    display: none !important;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li.payment_method_stripe>input[name="payment_method"]:checked+label {
    padding: 23px 0 23px 30px;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li.payment_method_stripe>input[name="payment_method"]:checked+label .payment_icons {
    position: absolute;
    top: 10px;
    right: 0;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li.payment_method_stripe .payment_text {
    width: 100%;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li.payment_method_stripe input:checked+label:before {
    transform: none;
    top: 19px;
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li.payment_method_stripe input:checked+label:after {
    transform: none;
    top: 21px;
}

/* End Payment */

/* Checkout alerts */

.checkout-wrapper>.woocommerce-message {
    display: none;
}

/* End Checkout alerts */

/* Checkout summary */

.checkout-summary {
    margin-top: 16px;
    margin-bottom: 40px;
}

.checkout-summary .checkout-summary-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.checkout-summary .checkout-summary-row.open {
    border: 0;
    margin-bottom: 0;
}

.checkout-summary .checkout-summary-row .title {
    display: flex;
}

.checkout-summary .checkout-summary-row .action {
    margin-left: 20px;
}

.checkout-summary .checkout-summary-row .action a {
    text-decoration: none;
    font-size: 10px;
    color: #999;
    font-style: italic;
}

.checkout-summary .checkout-summary-row .action a:hover {
    text-decoration: underline;
}

.checkout-summary .checkout-summary-row .title>span:first-child {
    display: inline-block;
    width: 100px;
}

.checkout-summary .shipping_method .label-wrap {
    display: inline;
}

.checkout-summary .shipping_method .woocommerce-Price-amount:before {
    content: ' ';
}

.checkout-summary .shipping_method .amount:not(.woocommerce-Price-amount) {
    display: none;
}

.checkout-summary .shipping_method h3 {
    font-size: inherit;
    font-weight: inherit;
    display: inline;
    text-transform: none;
    letter-spacing: 0;
}

.shipping_address {
    margin-bottom: 40px;
}

#ship-to-different-address {
    display: none;
}

.woocommerce-terms-and-conditions {
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 10px;
}

/* End Checkout summary */

/* Smartphones */

@media screen and (max-width: 979px) {
    p#billing_postcode_field, p#billing_country_field, p#billing_first_name_field, p#billing_last_name_field {
        width: 100%;
    }
    p#billing_last_name_field {
        margin-top: 0;
    }
    p#billing_country_field {
        margin: 0;
    }
    .checkout-wrapper {
        display: block;
    }
    .checkout-wrapper .checkout-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
        padding: 15px;
    }
    .checkout-wrapper .checkout-right {
        width: 100%;
        padding: 15px;
    }
    .checkout-progress-bar {
        font-size: 11px;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .checkout-wrapper .actions {
        display: block;
    }
    .checkout-step a.button.white {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .checkout-step a.button {
        width: 100%;
        display: block;
    }
    .checkout_coupon {
        display: block !important;
    }
    .woocommerce-checkout .checkout_coupon .coupon-row {
        width: 100%;
        margin-bottom: 15px;
    }
    .checkout_coupon button {
        width: 100%;
    }
    .xoo-wsc-sum-col .variation {
        margin: 0 !important;
    }
    .checkout-summary .checkout-summary-row .title>span:first-child {
        display: block;
        width: auto;
        font-weight: bold;
    }
    .checkout-summary .checkout-summary-row .title {
        display: block;
    }
    .place-order .woocommerce-terms-and-conditions h1 {
        font-size: 18px;
    }
    .place-order .woocommerce-terms-and-conditions h1 {
        font-size: 14px;
    }
    .woocommerce-cart .content .woocommerce-cart-form__contents {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .woocommerce-page .wc-credit-card-form {
        padding: 15px;
    }
}

/* CustomizedSports dark checkout */
.woocommerce-checkout {
    --cs-checkout-bg: #0e1216;
    --cs-checkout-panel: #161c20;
    --cs-checkout-panel-soft: #1f272d;
    --cs-checkout-line: rgba(255,255,255,.12);
    --cs-checkout-text: #f5f2ea;
    --cs-checkout-muted: rgba(245,242,234,.66);
    --cs-checkout-faint: rgba(245,242,234,.42);
    --cs-checkout-gold: #caa45b;
    --cs-checkout-gold-bright: #e5c879;
    --cs-checkout-green: #8dc63f;
    --cs-checkout-radius: 8px;
    background:
        radial-gradient(circle at 16% 0%, rgba(141,198,63,.14), transparent 30rem),
        radial-gradient(circle at 86% 18%, rgba(202,164,91,.14), transparent 34rem),
        var(--cs-checkout-bg);
    color: var(--cs-checkout-text);
}

.woocommerce-checkout .site,
.woocommerce-checkout .site-content,
.woocommerce-checkout .content-area,
.woocommerce-checkout .site-main,
.woocommerce-checkout .inside-article,
.woocommerce-checkout .entry-content {
    background: transparent;
}

.woocommerce-checkout .content {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto clamp(44px, 6vw, 84px);
    padding: 0;
}

.woocommerce-checkout .woocommerce {
    color: var(--cs-checkout-text);
}

.woocommerce-checkout h3,
.woocommerce-checkout h4 {
    color: var(--cs-checkout-text);
    font-family: "Oswald", sans-serif;
    letter-spacing: 0;
}

.checkout-progress-bar {
    border-top-color: var(--cs-checkout-line);
    margin: clamp(58px, 7vw, 92px) auto clamp(32px, 4vw, 46px);
}

.checkout-progress-bar li a {
    color: var(--cs-checkout-gold-bright);
}

.checkout-progress-bar li.inactive a {
    color: var(--cs-checkout-faint);
}

.checkout-progress-bar li:first-child a:after,
.checkout-progress-bar li:last-child a:after {
    background: var(--cs-checkout-bg);
}

.checkout-progress-bar li a:before {
    background: linear-gradient(135deg, var(--cs-checkout-gold-bright), var(--cs-checkout-gold));
    color: #11160f;
}

.checkout-progress-bar li.inactive a:before {
    background: rgba(255,255,255,.24);
    color: var(--cs-checkout-text);
}

.checkout-wrapper {
    gap: 24px;
    margin-bottom: 44px;
}

.checkout-wrapper .checkout-left,
.checkout-wrapper .checkout-right {
    background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)), var(--cs-checkout-panel);
    border: 1px solid var(--cs-checkout-line);
    border-radius: var(--cs-checkout-radius);
    box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

.checkout-wrapper .checkout-left {
    padding: clamp(18px, 2.4vw, 30px);
}

.checkout-wrapper .checkout-right {
    padding: clamp(22px, 3vw, 40px);
}

.checkout-right h4 {
    color: var(--cs-checkout-text);
    font-size: 23px;
}

.checkout-right>p {
    color: var(--cs-checkout-muted);
}

.checkout-wrapper .checkout-right>p + .sidebar-coupon,
.sidebar-coupon,
.sidebar-totals .total-row,
.checkout-summary .checkout-summary-row,
.wc_payment_methods li,
.wc_payment_methods li:last-child {
    border-color: var(--cs-checkout-line);
}

.sidebar-coupon {
    background: rgba(0,0,0,.14);
    border-radius: var(--cs-checkout-radius);
    left: 0;
    width: 100%;
    margin: 22px 0;
    padding: 20px;
}

.checkout_coupon {
    gap: 14px;
}

.woocommerce-checkout .checkout_coupon .coupon-row {
    border-color: var(--cs-checkout-line);
    background: rgba(0,0,0,.18);
}

.woocommerce-checkout .checkout_coupon .coupon-row:active,
.woocommerce-checkout .checkout_coupon .coupon-row:focus,
.woocommerce-checkout .checkout_coupon .coupon-row:focus-within {
    background: rgba(0,0,0,.24);
    border-color: rgba(229,200,121,.45);
}

.sidebar-totals {
    left: 0;
    width: 100%;
}

.sidebar-totals .xoo-wsc-product {
    border-top-color: var(--cs-checkout-line);
    transition: background .18s ease, border-color .18s ease;
}

.sidebar-totals .xoo-wsc-product:hover {
    background: rgba(255,255,255,.035);
}

.sidebar-totals .xoo-wsc-content .xoo-wsc-img-col {
    max-width: 76px;
}

.sidebar-totals .xoo-wsc-product .size-woocommerce_thumbnail {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: var(--cs-checkout-panel-soft);
    border: 1px solid var(--cs-checkout-line);
    border-radius: 6px;
    padding: 7px;
}

.sidebar-totals .xoo-wsc-sum-col a,
.woocommerce-checkout a {
    color: var(--cs-checkout-gold-bright);
}

.sidebar-totals .xoo-wsc-price,
.sidebar-totals .xoo-wsc-content dl.variation,
.sidebar-totals .total-row,
.checkout-summary,
.woocommerce-checkout .woocommerce-terms-and-conditions {
    color: var(--cs-checkout-muted);
}

.sidebar-totals .total-row {
    padding: 18px 0;
}

.sidebar-totals .total-row.total {
    color: var(--cs-checkout-text);
    font-size: 17px;
}

.sidebar-totals .total-row .value,
.sidebar-totals .total-row span.woocommerce-Price-amount.amount {
    color: var(--cs-checkout-text);
}

.woocommerce-page .form-row {
    background: rgba(0,0,0,.18);
    border-color: var(--cs-checkout-line);
    border-radius: 6px;
    color: var(--cs-checkout-text);
    transition: border-color .18s ease, background .18s ease;
}

.woocommerce-page .form-row:focus-within {
    background: rgba(0,0,0,.26);
    border-color: rgba(229,200,121,.48);
}

.woocommerce-page .form-row label,
.woocommerce-page .form-row.empty label,
.woocommerce-page .form-row#billing_country_field select,
.woocommerce-page .form-row#billing_state_field select,
.woocommerce-page .form-row#shipping_country_field select,
.woocommerce-page .form-row#shipping_state_field select,
.address-field strong {
    color: var(--cs-checkout-muted);
}

.woocommerce-billing-fields input[placeholder],
.woocommerce-checkout [placeholder],
.woocommerce-checkout *[placeholder] {
    color: var(--cs-checkout-muted) !important;
}

.woocommerce-page .form-row input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.woocommerce-page .form-row textarea,
.woocommerce-page .form-row select {
    color: var(--cs-checkout-text);
    background-color: transparent;
}

.woocommerce-page .form-row input:focus,
.woocommerce-page .form-row textarea:focus,
.woocommerce-page .form-row select:focus {
    outline: none;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
.woocommerce-checkout input:-webkit-autofill,
.woocommerce-checkout input:-webkit-autofill:hover,
.woocommerce-checkout input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--cs-checkout-text) !important;
    -webkit-box-shadow: 0 0 0 40px #1b2227 inset !important;
}

.checkout-wrapper .actions {
    gap: 18px;
}

.checkout-wrapper .actions>a,
.checkout_coupon button,
.woocommerce-checkout .button,
.woocommerce-checkout button.button,
.woocommerce-checkout input.button {
    border-radius: 6px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.checkout-wrapper .actions>a.button:not(.white),
.checkout-wrapper .actions>a.button,
.checkout_coupon button,
.woocommerce-checkout button.button,
.woocommerce-checkout input.button {
    background: linear-gradient(135deg, var(--cs-checkout-gold-bright), var(--cs-checkout-gold)) !important;
    border: 1px solid rgba(229,200,121,.72) !important;
    color: #11160f !important;
}

.checkout-wrapper .actions>a.button:not(.white):hover,
.checkout_coupon button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout input.button:hover {
    background: linear-gradient(135deg, #f0d88f, var(--cs-checkout-gold-bright)) !important;
    transform: translateY(-1px);
}

.checkout-wrapper .actions>a.button.white,
.woocommerce-checkout .button.white {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid var(--cs-checkout-line) !important;
    color: var(--cs-checkout-text) !important;
}

.checkout-wrapper .actions>a.button.white:hover,
.woocommerce-checkout .button.white:hover {
    border-color: rgba(229,200,121,.48) !important;
    color: var(--cs-checkout-gold-bright) !important;
}

.woocommerce-page .checkout-step-3 #shipping_method li {
    background: rgba(255,255,255,.035);
    border: 1px solid var(--cs-checkout-line);
    border-radius: 6px;
    padding: 14px;
}

.woocommerce-page .checkout-step-3 #shipping_method li input+label,
.woocommerce-page .checkout-step-3 #shipping_method h3,
.woocommerce-page .checkout-step-3 #shipping_method .amount {
    color: var(--cs-checkout-text);
}

.woocommerce-page .checkout-step-3 #shipping_method li input+label:before,
.woocommerce-page .checkout-step-4 .wc_payment_methods li>input+label:before,
.woocommerce-page .woocommerce-mailchimp-opt-in label span:before {
    background: rgba(0,0,0,.2);
    border-color: var(--cs-checkout-line);
    border-radius: 4px;
}

.woocommerce-page .checkout-step-3 #shipping_method li input:checked+label:after,
.woocommerce-page .checkout-step-3 #shipping_method li input[type="hidden"]+label:after,
.woocommerce-page .checkout-step-4 .wc_payment_methods li input:checked+label:after {
    background: var(--cs-checkout-gold-bright) !important;
    border-color: var(--cs-checkout-gold-bright);
    border-radius: 2px;
}

.checkout-summary .checkout-summary-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.checkout-summary .checkout-summary-row .title>span:first-child {
    color: var(--cs-checkout-text);
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

.checkout-summary .checkout-summary-row .action a {
    color: var(--cs-checkout-gold-bright);
}

.woocommerce-page .wc-credit-card-form,
.woocommerce-terms-and-conditions {
    background: rgba(0,0,0,.2) !important;
    border: 1px solid var(--cs-checkout-line);
    border-radius: var(--cs-checkout-radius);
}

.woocommerce-page .checkout-step-4 .wc_payment_methods li>input+label,
.woocommerce-page .checkout-step-4 .wc_payment_methods li h3,
.woocommerce-page .checkout-step-4 .form-row label {
    color: var(--cs-checkout-text);
}

.express-checkout-actions .paypal-express,
.express-checkout-actions #wc-stripe-payment-request-wrapper {
    border-color: var(--cs-checkout-line);
    border-radius: 6px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.checkout-wrapper .woocommerce-NoticeGroup-checkout {
    background: rgba(0,0,0,.26);
    border: 1px solid var(--cs-checkout-line);
    border-radius: var(--cs-checkout-radius);
    color: var(--cs-checkout-text);
}

.checkout-wrapper .woocommerce-NoticeGroup-checkout {
    position: static;
    inset: auto;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.checkout-wrapper .woocommerce-error {
    position: static;
    width: auto;
    margin: 0;
    padding: 14px 18px;
    background: rgba(180, 40, 40, 0.16);
    border: 1px solid rgba(255, 80, 80, 0.45);
    border-radius: 10px;
    color: #fff;
    box-shadow: none;
}

.checkout-wrapper .woocommerce-error::before,
.checkout-wrapper .woocommerce-error::after {
    content: none;
}

.checkout-wrapper .woocommerce-error li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

@media screen and (max-width: 979px) {
    .woocommerce-checkout .content {
        width: calc(100% - 28px);
        padding: 0;
    }

    .checkout-wrapper {
        gap: 0;
    }

    .checkout-wrapper .checkout-left,
    .checkout-wrapper .checkout-right {
        width: 100%;
        padding: 16px;
    }

    .checkout-progress-bar {
        max-width: 100%;
    }

    .checkout-wrapper .actions {
        gap: 0;
        margin-top: 28px;
    }

    .checkout_coupon {
        gap: 0;
    }

    .sidebar-coupon {
        padding: 16px;
    }
}

/* CustomizedSports order received */
.woocommerce-order-received .content {
    width: min(1200px, calc(100% - 48px));
    margin: clamp(58px, 7vw, 92px) auto clamp(54px, 7vw, 96px);
    padding: 0;
}

.woocommerce-order-received .woocommerce-order {
    background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)), var(--cs-checkout-panel);
    border: 1px solid var(--cs-checkout-line);
    border-radius: var(--cs-checkout-radius);
    box-shadow: 0 24px 70px rgba(0,0,0,.34);
    color: var(--cs-checkout-text);
    padding: clamp(22px, 4vw, 48px);
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
    background: transparent;
    border: 0;
    color: var(--cs-checkout-text);
    font-family: "Oswald", sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 34px;
    padding: 0;
}

.woocommerce-order-received .woocommerce-order-overview li {
    background: rgba(255,255,255,.04);
    border: 1px solid var(--cs-checkout-line);
    border-radius: 6px;
    color: var(--cs-checkout-muted);
    display: block;
    font-size: 11px;
    line-height: 1.35;
    margin: 0;
    padding: 14px;
    text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
    color: var(--cs-checkout-text);
    display: block;
    font-size: 13px;
    margin-top: 5px;
    overflow-wrap: anywhere;
    text-transform: none;
}

.woocommerce-order-received .woocommerce-bacs-bank-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
    margin: 34px 0 0;
}

.woocommerce-order-received .wc-bacs-bank-details-heading,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title {
    color: var(--cs-checkout-gold-bright);
    font-family: "Oswald", sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.1;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.woocommerce-order-received .wc-bacs-bank-details-account-name {
    color: var(--cs-checkout-text);
    font-size: 16px;
    margin: 0 0 12px;
}

.woocommerce-order-received .wc-bacs-bank-details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
}

.woocommerce-order-received .wc-bacs-bank-details li {
    background: rgba(0,0,0,.18);
    border: 1px solid var(--cs-checkout-line);
    border-radius: 6px;
    color: var(--cs-checkout-muted);
    display: block;
    font-size: 11px;
    line-height: 1.35;
    margin: 0;
    padding: 13px;
    text-transform: uppercase;
}

.woocommerce-order-received .wc-bacs-bank-details li strong {
    color: var(--cs-checkout-text);
    display: block;
    font-size: 13px;
    margin-top: 4px;
    overflow-wrap: anywhere;
    text-transform: none;
}

.woocommerce-order-received .woocommerce-table--order-details {
    background: transparent;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin: 0;
    width: 100%;
}

.woocommerce-order-received .woocommerce-table--order-details th {
    border-bottom: 1px solid var(--cs-checkout-line);
    color: var(--cs-checkout-muted);
    font-family: "Oswald", sans-serif;
    line-height: 42px;
    padding: 0 14px;
    text-align: left;
    text-transform: uppercase;
}

.woocommerce-order-received .woocommerce-table--order-details th.product-total {
    text-align: right;
}

.woocommerce-order-received .woocommerce-table--order-details tbody td {
    background: rgba(255,255,255,.04);
    border-top: 1px solid var(--cs-checkout-line);
    border-bottom: 1px solid var(--cs-checkout-line);
    color: var(--cs-checkout-muted);
    padding: 16px 14px;
    vertical-align: middle;
}

.woocommerce-order-received .woocommerce-table--order-details tbody tr:hover td {
    background: rgba(255,255,255,.07);
    border-color: rgba(229,200,121,.32);
}

.woocommerce-order-received .woocommerce-table--order-details tbody td:first-child {
    border-left: 1px solid var(--cs-checkout-line);
    border-radius: var(--cs-checkout-radius) 0 0 var(--cs-checkout-radius);
}

.woocommerce-order-received .woocommerce-table--order-details tbody td:last-child {
    border-right: 1px solid var(--cs-checkout-line);
    border-radius: 0 var(--cs-checkout-radius) var(--cs-checkout-radius) 0;
    text-align: right;
}

.woocommerce-order-received .woocommerce-table--order-details a {
    color: var(--cs-checkout-text);
    font-family: "Oswald", sans-serif;
    text-decoration: none;
}

.woocommerce-order-received .woocommerce-table--order-details .product-quantity,
.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta,
.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta p,
.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta-label {
    color: var(--cs-checkout-muted);
    font-size: 12px;
    margin: 2px 0 0;
}

.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta {
    padding: 0;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot th,
.woocommerce-order-received .woocommerce-table--order-details tfoot td {
    background: rgba(0,0,0,.18);
    border-top: 1px solid var(--cs-checkout-line);
    color: var(--cs-checkout-muted);
    padding: 16px 14px;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot td {
    color: var(--cs-checkout-text);
    text-align: right;
}

.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td {
    border-bottom: 1px solid var(--cs-checkout-line);
}

.woocommerce-order-received .woocommerce-table--order-details .amount,
.woocommerce-order-received .woocommerce-table--order-details tfoot tr:nth-last-child(2) td {
    color: var(--cs-checkout-text);
}

.woocommerce-order-received .woocommerce-table--order-details small {
    color: var(--cs-checkout-muted);
}

.woocommerce-order-received .woocommerce-customer-details address {
    background: rgba(0,0,0,.18);
    border: 1px solid var(--cs-checkout-line);
    border-radius: var(--cs-checkout-radius);
    color: var(--cs-checkout-muted);
    font-style: normal;
    line-height: 1.75;
    margin: 0;
    padding: 18px;
}

.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email {
    color: var(--cs-checkout-text);
    margin: 8px 0 0;
}

@media screen and (max-width: 979px) {
    .woocommerce-order-received .content {
        width: calc(100% - 28px);
        margin-top: 44px;
    }

    .woocommerce-order-received .woocommerce-order-overview,
    .woocommerce-order-received .wc-bacs-bank-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 640px) {
    .woocommerce-order-received .woocommerce-order {
        padding: 18px;
    }

    .woocommerce-order-received .woocommerce-order-overview,
    .woocommerce-order-received .wc-bacs-bank-details {
        grid-template-columns: 1fr;
    }

    .woocommerce-order-received .woocommerce-table--order-details thead {
        display: none;
    }

    .woocommerce-order-received .woocommerce-table--order-details,
    .woocommerce-order-received .woocommerce-table--order-details tbody,
    .woocommerce-order-received .woocommerce-table--order-details tr,
    .woocommerce-order-received .woocommerce-table--order-details td,
    .woocommerce-order-received .woocommerce-table--order-details tfoot,
    .woocommerce-order-received .woocommerce-table--order-details th {
        display: block;
        width: 100%;
    }

    .woocommerce-order-received .woocommerce-table--order-details tbody td,
    .woocommerce-order-received .woocommerce-table--order-details tbody td:first-child,
    .woocommerce-order-received .woocommerce-table--order-details tbody td:last-child {
        border: 0;
        border-radius: 0;
        text-align: left;
    }

    .woocommerce-order-received .woocommerce-table--order-details tbody tr {
        background: rgba(255,255,255,.04);
        border: 1px solid var(--cs-checkout-line);
        border-radius: var(--cs-checkout-radius);
        margin-bottom: 12px;
        overflow: hidden;
    }

    .woocommerce-order-received .woocommerce-table--order-details tbody td.product-total {
        padding-top: 0;
    }

    .woocommerce-order-received .woocommerce-table--order-details tfoot th,
    .woocommerce-order-received .woocommerce-table--order-details tfoot td {
        text-align: left;
    }
}






.cs-sport-landing .woocommerce-order-received .woocommerce-order {
    background: #ffffff20;
}

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
    content:none;
}

.woocommerce-table__product-name.product-name a {
    color: #dddddd !important;
    margin-right: 6px;
}

.woocommerce-table__product-name.product-name .wc-item-meta {
    display:inline-block;
    margin-left: 6px;
}
.woocommerce-table__product-name.product-name  .wc-item-meta-label {
    margin: 0 6px 0 0;
}

.shop_table.order_details .woocommerce-Price-amount.amount {
    display: block;
}

.shop_table.order_details .includes_tax {
    display: inline-flex
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    grid-template-columns:
        minmax(120px, 1fr)
        minmax(120px, 1fr)
        minmax(250px, 2fr)
        minmax(120px, 1fr)
        minmax(120px, 1fr);
}
