/**
 * WooCommerce Custom CSS
 *
 * @since 3.1.0
 */

.woocommerce-variation-add-to-cart-enabled .price {
    display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-weight: 700;
}

.quantity-label {
    font-weight: bold;
}

/* Buttons */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: var(--color-links);
    border-color: var(--color-links);
    border-radius: 0;
    border-style: solid;
    border-width: 0.125em;
    color: #fff;
    font-weight: normal;
    padding: 0.6em 1em 0.65em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: var(--color-links-hover);
    border-color: var(--color-links-hover);
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: transparent;
    color: var(--color-links);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: var(--color-links-hover);
    border-color: var(--color-links-hover);
    color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: transparent;
    color: var(--color-links);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.single_add_to_cart_button {
    background-position: calc(100% - 1em);
    background-repeat: no-repeat;
    background-size: auto 1em;
    padding-right: 2.5em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.single_add_to_cart_button.alt {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23305577' d='m216.464 36.465-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887L209.393 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L233.434 36.465c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.single_add_to_cart_button.alt:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='m216.464 36.465-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887L209.393 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L233.434 36.465c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
}

.wdp_table_body tr td:first-child {
    font-weight: bold;
}

.wc-pao-addon-date>* {
    display: inline-block;
    padding-right: 1em !important;
}

/* Messages */

.woocommerce-notices-wrapper ul li:last-child {
	margin-bottom: 0
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding-left: 36px;
}

.woocommerce-error::before, 
.woocommerce-info::before,
.woocommerce-message::before {
	top: 10px;
	left: 12px;
}

/* Cart */

.shop_table tbody tr:first-child td {
	background-color: var(--color-light-background);
	color: var(--color-text);
	font-style: normal;
    font-weight: 500;
	text-align: left;
}

.woocommerce-cart-form table.cart td.actions .coupon .input-text {
    border-radius: 0;
    line-height: 1;
    margin-top: 0;
    padding: 0.6em;
}

.woocommerce-cart-form .hidden {
    display: none;
}

.woocommerce form.checkout_coupon {
	padding: 10px;
}

.woocommerce form.checkout_coupon p.form-row {
    margin-bottom: 0;
}

.woocommerce form.checkout_coupon .form-row .input-text {
    border-radius: 0;
}

.woocommerce form.checkout_coupon .form-row-first {
	width: 53%;
}

.woocommerce form.checkout_coupon .form-row-last {
	width: 45%;
}

@media (max-width: 768px) {
    .woocommerce-cart-form .coupon {
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .product-quantity:has(.quantity.hidden) {
        display: none;
    }
    .woocommerce-cart-form table.cart td.actions .coupon .input-text {
        width: 53%;
    }
    .woocommerce-cart-form table.cart td.actions .coupon button {
        width: 45% !important;
    }
}

@media (min-width: 768px) {
    .woocommerce-cart-form table.cart td.actions .coupon .input-text {
        min-width: 230px;
    }
}

.woocommerce-cart-form table.cart a.remove {
    text-decoration: none;
}

.single-product .add-to-cart-alert {
    clear: both;
    display: none;
    padding-top: 1em;
}

.single-product .added~.add-to-cart-alert {
    display: block;
}

.variations_form .variations td {
    background-color: transparent;
    color: #444;
    text-align: left;
    padding: 0;
}

.woocommerce-cart .entry-content dd p {
	font-size: 1rem;
	margin-top: 0;
}

.woocommerce-cart .product-name > a {
    font-weight: 500;
}

.woocommerce-cart .woocommerce table.shop_table th {
    font-style: normal;
	text-align: left;
}

@media (max-width: 600px) {

    .variations {
        margin-top: 0;
    }

    .variations tr,
    .variations tr .label,
    .variations tr .value {
        display: block;
        text-align: left;
    }
}


/* Checkout */

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: none;
	width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce-checkout .form-row-wide:has(h3) {
	clear: both;
	margin-bottom: 0
}

.woocommerce-checkout h3 {
    font-size: 20px;
   margin: 24px 3px 6px;
}

.woocommerce-checkout .entry-content dd p {
	font-size: 1rem;
	margin-top: 0;
}

.woocommerce-checkout form .form-row label.checkbox {
    line-height: 1 !important;
    margin-bottom: 4px;
}

.woocommerce-checkout table.shop_table tfoot .cart-discount td,
.woocommerce-checkout table.shop_table tfoot .cart-subtotal td {
    font-weight: 500;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    border-color: #000;
	height: 40px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-width: 7px 6px 0 6px;
	margin-left: 0px;
	margin-top: -9px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 1rem;
    line-height: 40px;
    padding-top: 0;
	padding-bottom: 0;
}

.woocommerce-checkout form .form-row label.checkbox input {
    margin-top: 1px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce table.shop_table th {
    font-style: normal;
	text-align: left;
}

#billing_has_vat_field input,
#billing_has_vat_field label {
    float: none;
    display: inline-block;
}

#billing_has_vat_field .woocommerce-input-wrapper {
    display: block;
}

#billing_has_vat_field .woocommerce-input-wrapper label {
    margin: 0 1em 0 0.25em;
}

.woocommerce-checkout .place-order .privacy {
    line-height: 1.35;
}

@media (min-width: 1024px) {
    .woocommerce-checkout .entry-header,
    .woocommerce-checkout .woocommerce {
        max-width: none
    }
    form.woocommerce-checkout {
        display: grid;
        grid-template-columns: 8fr 7fr;
        grid-template-rows: auto 1fr;
        grid-column-gap: 4em;
    }
    form.woocommerce-checkout #customer_details {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    form.woocommerce-checkout #order_review_heading {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    form.woocommerce-checkout #order_review {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .woocommerce form.woocommerce-checkout .form-row label {
        line-height: 1.6;
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) {
    .woocommerce-checkout .place-order .privacy {
        font-size: 1em;
    }
}

.checkout-progess-bar {
    color: var(--color-links);
    display: grid;
    font-weight: 600;
    grid-template-columns: repeat(3, 1fr);
}

.checkout-progess-bar a {
    text-decoration: none;
}

.checkout-progess-bar a:hover,
.checkout-progess-bar a:focus {
    color: var(--color-links-hover);
}

.checkout-progess-bar a:active {
    color: #ff5b45;
}

.checkout-progess-bar .checkout-step {
    display: flex;
    align-items: center;
    background-color: #eee;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: auto calc(100% + 2px);
    line-height: 1.3;
    padding: 0.2em 0;
    text-wrap: balance;
}

.checkout-progess-bar .checkout-step > span {
    padding-right: 1em;
}

.checkout-progess-bar .checkout-step.step-1 > span {
    padding-left: 0.5em;
}

.woocommerce-cart .checkout-progess-bar .step-2,
.woocommerce-checkout .checkout-progess-bar .step-3 {
    background-color: var(--color-accent);
}

.woocommerce-cart .checkout-progess-bar .step-2 a,
.woocommerce-checkout .checkout-progess-bar .step-3 a {
    color: #fff;
}

.woocommerce-cart .step-1,
.woocommerce-checkout .step-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 36'%3E%3Cpath d='M14.756,16.2,3,0H0L11.756,16.2a2.93,2.93,0,0,1,.008,3.433L0,36H3L14.764,19.633A2.93,2.93,0,0,0,14.756,16.2Z' style='fill:%23fff'/%3E%3Cpath d='M3,0,14.756,16.2a2.93,2.93,0,0,1,.008,3.433L3,36H20V0Z' style='fill:%2331adb3'/%3E%3Cpath d='M11.756,16.2,0,0V36L11.764,19.633A2.93,2.93,0,0,0,11.756,16.2Z' style='fill:%23eee'/%3E%3C/svg%3E");
}

.woocommerce-cart .step-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 36'%3E%3Cpath d='M14.756,16.2,3,0H0L11.756,16.2a2.93,2.93,0,0,1,.008,3.433L0,36H3L14.764,19.633A2.93,2.93,0,0,0,14.756,16.2Z' style='fill:%23fff'/%3E%3Cpath d='M3,0,14.756,16.2a2.93,2.93,0,0,1,.008,3.433L3,36H20V0Z' style='fill:%23eee'/%3E%3Cpath d='M11.756,16.2,0,0V36L11.764,19.633A2.93,2.93,0,0,0,11.756,16.2Z' style='fill:%2331adb3'/%3E%3C/svg%3E");
    color: #fff;
}

.woocommerce-cart .step-3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 36'%3E%3Cpath d='M14.756,16.2,3,0H0L11.756,16.2a2.93,2.93,0,0,1,.008,3.433L0,36H3L14.764,19.633A2.93,2.93,0,0,0,14.756,16.2Z' style='fill:%23fff'/%3E%3Cpath d='M3,0,14.756,16.2a2.93,2.93,0,0,1,.008,3.433L3,36H20V0Z' style='fill:%23fff'/%3E%3Cpath d='M11.756,16.2,0,0V36L11.764,19.633A2.93,2.93,0,0,0,11.756,16.2Z' style='fill:%23eee'/%3E%3C/svg%3E");
}

.woocommerce-checkout .step-1 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 36'%3E%3Cpath d='M14.756,16.2,3,0H0L11.756,16.2a2.93,2.93,0,0,1,.008,3.433L0,36H3L14.764,19.633A2.93,2.93,0,0,0,14.756,16.2Z' style='fill:%23fff'/%3E%3Cpath d='M3,0,14.756,16.2a2.93,2.93,0,0,1,.008,3.433L3,36H20V0Z' style='fill:%23eee'/%3E%3Cpath d='M11.756,16.2,0,0V36L11.764,19.633A2.93,2.93,0,0,0,11.756,16.2Z' style='fill:%23eee'/%3E%3C/svg%3E");
}

.woocommerce-checkout .step-3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 36'%3E%3Cpath d='M14.756,16.2,3,0H0L11.756,16.2a2.93,2.93,0,0,1,.008,3.433L0,36H3L14.764,19.633A2.93,2.93,0,0,0,14.756,16.2Z' style='fill:%23fff'/%3E%3Cpath d='M3,0,14.756,16.2a2.93,2.93,0,0,1,.008,3.433L3,36H20V0Z' style='fill:%23ffffff'/%3E%3Cpath d='M11.756,16.2,0,0V36L11.764,19.633A2.93,2.93,0,0,0,11.756,16.2Z' style='fill:%2331adb3'/%3E%3C/svg%3E");
    color: #fff;
}

@media (max-width: 600px) {
    .checkout-progess-bar .checkout-step {
        font-size: 0.8em;
    }
}