/* CSS: WooCommerce Cart, Checkout, Thank you page. */
.woocommerce-cart main, .woocommerce-checkout main, .woocommerce-page main {
	padding: 44px 0 80px 0;
}
.lqd-woo-steps {
	border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    margin-bottom: 46px;
}

.lqd-woo-steps-inner {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.lqd-woo-steps-item {
    display: inline-flex;
    padding: 36px 30px;
    position: relative;
    flex: 1 auto;
    align-items: center;
    font-size: 16px;
    line-height: 1.5em;
	color: #c2c2c2;
    font-weight: 300;
}

.lqd-woo-steps-number {
    display: inline-flex;
    width: 24px;
    height: 24px;
    margin-inline-end: 2.2727272727em;
    border-radius: 50em;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
	background-color: #353535;
    color: #c2c2c2;
}

.lqd-woo-steps-item.is-active .lqd-woo-steps-number {
	background-color: #7A7052E0;
}

.lqd-woo-steps-item.is-active span:not(.lqd-woo-steps-number) {
	color: #7A7052E0;
    font-weight: 600;
}


.lqd-woo-steps-item svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	stroke: #757575;
}

body.woocommerce-cart #lqd-site-content,
body.woocommerce-checkout #lqd-site-content {
	padding-top: 120px;
}

.woocommerce-cart .woocommerce-cart-form table.hh-cart-items thead {
	background-color: transparent;
}

.woocommerce-cart table.hh-cart-items thead th {
    font-size: 10px;
	padding: 9px 16px;
    white-space: nowrap;
}

.woocommerce-cart table.hh-cart-items thead th.product-image { 
	width: 100px;
	padding-right: 0;
}

.woocommerce-cart table.hh-cart-items thead th.product-total {
    width: 100px;
	text-align: right;
	padding-left: 0;
}

.woocommerce-cart table.hh-cart-items tbody td {
    padding: 24px 16px;
    vertical-align: top;
}

.woocommerce-cart table.hh-cart-items tbody td.hh-product-image {
	padding-right: 0;
}
.woocommerce-cart table.hh-cart-items tbody td.hh-product-subtotal {
	text-align: right;
	padding-left: 0;
}

.hh-cart-item-quantity-selector {
    margin-bottom: 6px;
    margin-top: 16px;
}

.woocommerce .hh-cart-item-quantity-selector div.quantity .ui-widget {
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px;
	border: 1px solid hsl(0deg 1.94% 80.08% / 11%);
    border-radius: 8px;
}

.hh-cart-item-quantity-selector .quantity input.qty {
    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: 47px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle;
	outline: none;
}

.hh-cart-item-quantity-selector .quantity .ui-spinner-button {
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none;
	-webkit-appearance: button;
    appearance: button;
}

.hh-cart-item-quantity-selector .quantity .ui-spinner-button:before {
	font-size: .9em;
    font-style: normal;
    font-weight: 400;
}

.hh-cart-item-quantity-selector .quantity .ui-spinner-button:disabled {
	cursor: default;
    opacity: .6;
}

.hh-cart-item-quantity-selector .quantity .ui-spinner-up {
	border-radius: 0 4px 4px 0;
    order: 3;
	
}
.hh-cart-item-quantity-selector .quantity .ui-spinner-down {
	border-radius: 4px 0 0 4px;
    order: 1;
}

.woocommerce-cart table.hh-cart-items tr {
	border: unset;
}

.woocommerce-cart table.hh-cart-items tbody tr.hh-row-actions {
	background-color: transparent;
}

.woocommerce-cart table.hh-cart-items tbody tr.hh-row-actions td.actions {
	padding: 38px 0;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    color: #c2c2c2;
    height: 54px;
    font-size: 1em;
    line-height: 1em;
	padding: 1em .5em;
	margin-right: 16px;
	min-width: 140px;
	width: 160px;
}

.hh-wc-cart-collaterals h2 {
	margin-top: 0;
}

.hh-wc-cart-collaterals table.shop_table tbody tr {
	background-color: transparent;
}

.hh-wc-cart-collaterals table.shop_table tbody tr th,
.hh-wc-cart-collaterals table.shop_table tbody tr td {
	vertical-align: top;
}

.hh-wc-cart-collaterals table.shop_table tbody tr th:first-child,
.hh-wc-cart-collaterals table.shop_table tbody tr td:first-child {
	padding-left: 0;
}

.hh-wc-cart-collaterals table.shop_table tbody tr th:last-child,
.hh-wc-cart-collaterals table.shop_table tbody tr td:last-child {
	padding-right: 0;
}

.hh-wc-cart-collaterals table.shop_table tbody tr th:nth-child(2),
.hh-wc-cart-collaterals table.shop_table tbody tr td:nth-child(2) {
	text-align: right;
}

.hh-wc-cart-collaterals table.shop_table tbody tr td {
	font-size: .875em;
}

.woocommerce-cart ul#shipping_method li {
	line-height: 30px;
	margin-bottom: 16px;
}
.woocommerce ul#shipping_method li input {
    margin: 0 1em 0 0;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
}	

.wc-proceed-to-checkout a.button {
	width: 100%;
	margin-bottom: 0;
}

.wc-proceed-to-checkout a.button i:before {
	font-family: "hvarhills";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f178';
}

.hh-wc-cart-empty .hh-wc-cart-empty-heading svg {
    display: block;
    width: 5em;
    height: 5em;
    margin: 0 auto 2em;
}

.hh-wc-cart-empty .hh-wc-cart-empty-heading p {
	font-family: Quicksand;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2em;
    letter-spacing: 0.01em;
	color: #c2c2c2;
	margin-bottom: 2em;
}

.hh-wc-cart-empty hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.hh-wc-cart-empty .hh-plain-heading {
    font-size: 20px;
    font-family: Quicksand;
    letter-spacing: 0.01em;
    font-weight: 600;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
	margin-bottom: 0;
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
	margin-bottom: 1.5em;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	margin-top: 1.5em;
}

.woocommerce-form-login-toggle .showlogin,
.woocommerce-form-coupon-toggle .showcoupon {
	color: #b6a162b3;
	font-weight: 500;
}

.woocommerce-form-login-toggle .showlogin:hover,
.woocommerce-form-login-toggle .showlogin:active,
.woocommerce-form-login-toggle .showlogin:focus,
.woocommerce-form-coupon-toggle .showcoupon:hover,
.woocommerce-form-coupon-toggle .showcoupon:active,
.woocommerce-form-coupon-toggle .showcoupon:focus {
	color: #c2c2c2;
}

.woocommerce-form-coupon {
	max-width: 500px;

}

.hh-wc-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative;
}

.hh-wc-components-sidebar-layout .hh-wc-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4.5283018868%;
    width: 65%;
}

.hh-wc-components-sidebar-layout .hh-wc-components-sidebar {
	box-sizing: border-box;
    margin-top: 8px;
    padding-left: 2.2641509434%;
    width: 35%;
}

.woocommerce-checkout h3 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: .5em 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
}

.hh-checkout-components .hh-checkout-step-p-title {
    font-size: 1em;
	line-height: normal;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.hh-checkout-components .hh-checkout-step-description {
	font-size: .875em;
    line-height: 1.6em;
    margin: 0 0 16px;
}

.hh-checkout-components .hh-checkout-step {
    background: none;
    border: none;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
}

/* shipping methods radio buttons - start. */
.woocommerce-checkout ul#shipping_method {
	display: flex;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-checkout ul#shipping_method input[type="radio"] {
  display: none;
}

.woocommerce-checkout ul#shipping_method li { 
    display: flex;
    flex-basis: 0;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
	margin-bottom: 0;
}
.woocommerce-checkout ul#shipping_method li label {
	align-items: center;
	background-color: transparent;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex-basis: 0;
	flex-direction: row;
	flex-grow: 1;
	flex-wrap: wrap;
	gap: 4px;
	height: 100%;
	justify-content: center;
	min-height: 80px;
	padding: 16px 12px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .1);
	transition: background-color .2s ease-in-out;
	margin-bottom: 0;
}

.woocommerce-checkout ul#shipping_method li label svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.woocommerce-checkout ul#shipping_method li label:hover,
.woocommerce-checkout ul#shipping_method li label:focus,
.woocommerce-checkout ul#shipping_method li input[type="radio"]:checked + label {
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.woocommerce-checkout ul#shipping_method li label:after {
	border-radius: 8px;
    bottom: -3px;
    content: "";
    left: -3px;
    pointer-events: none;
    position: absolute;
    right: -3px;
    top: -3px;
}

.woocommerce-checkout ul#shipping_method .hh-checkout-shipping-method-option-title {
	font-size: 1rem;
	font-weight: 400;
	color: #c2c2c2;
}
/* shipping methods radio buttons -end. */

.woocommerce form .form-row .input-checkbox {
	width: 30px;
    height: 30px;
}
.woocommerce form .form-row .input-checkbox:checked::after, input[type="checkbox"]:not(.wc-block-components-checkbox__input):checked::after {
	left: 10px;
    top: 3px;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    align-items: flex-start;
    cursor: pointer;
    display: inline-flex;
    font-size: .875em;
	margin-bottom: 0;
}

.woocommerce-checkout form .form-row {
	margin-top: 16px;
	padding: 0;
    position: relative;
}

.woocommerce-checkout form .form-row-wide {
	width: 100%;
}

.woocommerce-checkout .form-row .input-text {
	padding: 1em .5em;
}
.woocommerce-checkout .form-row.form-row-text-input.is-active .input-text,
.woocommerce-checkout .form-row.form-row-text-input.input-focused .input-text {
	padding: 1.5em .5em .5em;
}

.woocommerce-checkout .form-row.form-row-text-input label {
    color: #919191;
    cursor: text;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .5625em;
    letter-spacing: inherit;
    line-height: 1.5;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 1.562em;
    transform: translateY(-50%);
    transform-origin: top left;
    transition: all .2s ease;
}

.woocommerce-checkout .form-row:not(.woocommerce-invalid) label .required {
	color: #919191;
}

.woocommerce-checkout .form-row.form-row-text-input.is-active label,
.woocommerce-checkout .form-row.form-row-text-input.input-focused label {
	top: 0;
    transform: translateY(4px) scale(.75);
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: rgba(255, 255, 255, .3);
}

.woocommerce-validation-error {
	display: block;
	margin: 16px 0;
}

#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
	margin-top: 10px;
}

.hh-checkout-guest-notice {
	display: block;
	padding-left: 44px;
    margin-top: -5px;
    font-size: .75em;
    line-height: normal;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row .select2-selection--single {
	background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    color: #c2c2c2;
	height: 54px;
	font-size: 1em;
	line-height: 1em;
}

.woocommerce form .form-row textarea.input-text {
    height: 6em;
}

.woocommerce-checkout .form-row.form-row-select label {
	color: #919191;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: .6em;
    letter-spacing: inherit;
    line-height: 1.5;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(15%) scale(.75);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1;
}

.woocommerce form .form-row.form-row-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 1.5em;
	padding-bottom: .5em;
	padding-left: .5em;
	color: #c2c2c2;
	height: 54px;
	font-size: 1em;
	line-height: normal;
}

.woocommerce form .form-row.form-row-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
    transform: translateY(-50%);
	right: 8px;
}

.woocommerce form .form-row.form-row-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYzJjMmMyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLWRvd24iPjxwb2x5bGluZSBwb2ludHM9IjYgOSAxMiAxNSAxOCA5Ij48L3BvbHlsaW5lPjwvc3ZnPg==) no-repeat;
	width: 20px;
    height: 20px;
}

body .wc-blocks-components-select .wc-blocks-components-select__container {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px;
    color: #c2c2c2;
	padding-top: 1.5em;
	padding-left: 0.5em;
	height: 54px;
}

body .select2-container .select2-dropdown {
	background-color: #161616;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #c2c2c2;
	padding-top: 0;
	border-radius: 8px;
	cursor: pointer;
}

body .select2-search--dropdown {
	padding: .5em;
}

body .select2-search--dropdown .select2-search__field {
	padding-left: .5em;
	padding-right: .5em;
}

body .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container .select2-dropdown {
	border-color: rgba(255, 255, 255, .3);
	color: #c2c2c2;
	background-color: #161616;
}

body .select2-results__option {
	padding: .6em;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected], 
body .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #2f2f2f;
    color: #c2c2c2;
}

body .select2-container--default .select2-results__option[aria-selected=true], 
body .select2-container--default .select2-results__option[data-selected=true] {
	background-color: #b6a162b3;
}

.woocommerce .checkout_coupon p:first-of-type {
	margin: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	margin-top: 12px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: unset;
    border-radius: 8px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #2E2E2E;
    color: #c2c2c2;
	border-radius: 8px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom: 1em solid #2E2E2E;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #424242;
    padding: 0 0 30px 0;
    margin: 0 0 40px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	margin-left: 2.8em;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: .75em;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 40px;
} 

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background-color: #7A7052E0;
	color: #ffffffba;
	width: 50%;
	margin-bottom: 0;
}

.woocommerce #payment #place_order:hover,
.woocommerce #payment #place_order:active,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:hover,
.woocommerce-page #payment #place_order:active,
.woocommerce-page #payment #place_order:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
}

.hh-checkout-place-order-row {
	align-items: center;
    display: flex;
    justify-content: space-between;
}

.hh-checkout-return-to-cart-button {
	padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none;
}

.hh-checkout-return-to-cart-button svg {
	fill: currentColor;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce .blockUI.blockOverlay {
	background-color: #161616 !important;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table thead th,
.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tr {
	display: flex;
    width: 100%;
	border: unset;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tbody tr,
.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tbody tr:nth-child(odd) {
	background-color: unset;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table td:last-child {
	text-align: right;
    margin-left: auto;
    justify-content: flex-end;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table thead th, 
.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table td,
.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tfoot th { 
	border-top: unset;
	vertical-align: top;
	padding: 0;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tbody tr.cart_item {
	font-size: .875em;
	/* border-bottom: 1px solid rgba(255, 255, 255, .1); */
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tbody tr,
.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tfoot tr {
	padding: 16px 0;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
	display: flex;
}

.hh-order-item-summary-image {
	margin-top: 10px;
    position: relative;
    width: 48px;
}

.hh-order-item-summary-quantity {
	align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1;
    border-radius: 1em;
    background: #353535;
    color: #c2c2c2;
    font-size: 12px;
	font-weight: 400;
}

.hh-order-item-summary-description {
    padding-left: 24px;
    padding-right: 12px;
}

.hh-order-item-summary-unit-price {
	padding-top: 8px;
}

.woocommerce-checkout-review-order .amount {
    font-weight: 600;
}

.hh-order-item-summary-metadata {
    line-height: 1.375;
    margin-top: 8px;
}

ul.hh-product-attributes {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

ul.hh-product-attributes li {
	line-height: 1.6;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tfoot th,
.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tfoot tr {
	font-size: 1em;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tfoot th {
	font-weight: 400;
	padding-right: 12px;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
	font-weight: 600;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-shipping-totals .woocommerce-shipping-label {
    font-size: .875em;
	font-weight: 300;
}

.woocommerce .woocommerce-shipping-destination {
	margin-bottom: 0;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tfoot .hh-chosen-shipping-method-description {
	padding-top: 0;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tfoot .hh-chosen-shipping-method-description p {
    font-size: .875em;
	margin-bottom: 0;
}

.woocommerce .hh-wc-components-sidebar .woocommerce-checkout-review-order-table tfoot .hh-chosen-shipping-method-description .hh-working-hours {
	display: block;
	margin-top: 8px;
}

.woocommerce .hh-wc-components-sidebar table.shop_table tr.order-total th {
	font-weight: 600;
}

.woocommerce .hh-wc-components-sidebar table.shop_table tr.order-total th,
.woocommerce .hh-wc-components-sidebar table.shop_table tr.order-total td {
	font-size: 20px;
}

.woocommerce .hh-wc-components-sidebar table.shop_table tr.order-total .includes_tax {
	display: block;
}

.woocommerce-order-received .woocommerce-order p {
    margin-bottom: 1.5em;
}

.woocommerce-order-received .woocommerce-order table.shop_table tr {
	border-bottom: unset;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: unset;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
	display: block !important;
}
@media screen and (min-width: 480px) {
	.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
	.woocommerce .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
	.woocommerce .woocommerce-form-coupon,
	.woocommerce .woocommerce-form-login { 
	    display: flex;
		flex-wrap: wrap;
		gap: 0 16px;
		justify-content: space-between;
	}
	
	.woocommerce form .form-row.form-row-half {
		box-sizing: border-box;
		flex: 1 0 calc(50% - 12px);
	}
	
	.woocommerce .woocommerce-form-coupon .form-row.form-row-first,
	.woocommerce .woocommerce-form-coupon .form-row.form-row-last,
	.woocommerce .woocommerce-form-login .form-row.form-row-first,
	.woocommerce .woocommerce-form-login .form-row.form-row-last {
		float: unset;
		box-sizing: border-box;
		flex: 1 0 calc(50% - 12px);
	}
	
	.woocommerce .woocommerce-form-login .clear {
		display: none;
	}
	
	.woocommerce .woocommerce-form-login .lost_password {
		width: 100%;
	}
		
}

@media screen and (min-width: 992px) {
    .lqd-woo-steps-inner {
        flex-flow: row wrap;
    }
	
	.lqd-woo-steps-item {
        flex-basis: 33.3333333333%;
    }
	
	.hh-wc-components-sidebar-layout .hh-wc-components-sidebar { 
		align-self: flex-start;
		top: 126px;
    }
	
	.hh-wc-components-sidebar-layout .hh-wc-components-sidebar.is-sticky {
		position: sticky;
	}
}

@media screen and (max-width: 1199px) {
    .lqd-woo-steps-inner {
        padding: 0;
        text-align: center;
    }
	
	.lqd-woo-steps-item {
        width: 100%;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
        justify-content: center;
    }
}

@media screen and (max-width: 991px) { 

	.hh-wc-components-sidebar-layout {
		flex-direction: column;
		margin: 0 auto 16px;
	}
	
	.woocommerce-checkout .hh-wc-components-sidebar-layout .hh-wc-components-main {
		order: 1;
	}
	
	.woocommerce-checkout .hh-wc-components-sidebar-layout .hh-wc-components-sidebar {
	    margin-bottom: 24px;
		order: 0;
	}
	
	.hh-wc-components-sidebar-layout .hh-wc-components-main,
	.hh-wc-components-sidebar-layout .hh-wc-components-sidebar {
		padding: 0;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
    .lqd-woo-steps {
        border: 0;
    }
	
	.lqd-woo-steps-inner {
        flex-direction: row;
        align-items: flex-start;
    }
	
	.lqd-woo-steps-item {
        flex-direction: column;
        padding: 0 10px;
        font-size: 13px;
    }
	
	.lqd-woo-steps-number {
        width: 33px;
        height: 33px;
        margin: 0 0 14px;
        font-size: 12px;
    }
	
	.lqd-woo-steps-number:after {
        content: "";
        display: inline-block;
        height: 1px;
        position: absolute;
        top: 16px;
        left: calc(50% + 16px);
        right: calc(-50% + 16px);
        z-index: -1;
        background-color: #474747;
    }
	
	.lqd-woo-steps-item svg {
        display: none;
    }
	
	.lqd-woo-steps-item:last-of-type .lqd-woo-steps-number:after {
        content: none
    }
	
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		margin-bottom: 0;
    }
	
	.woocommerce-page table.cart td.actions .coupon {
		padding-bottom: 24px;
    }
	
	.woocommerce-cart table.hh-cart-items tbody tr.hh-row-actions .coupon .input-text {
		width: 48%;
		margin-right: 0;
	}
	
	.woocommerce-cart table.hh-cart-items tbody tr.hh-row-actions .coupon .button {
		width: 48%;
	}
		
	.hh-wc-btn-sticky {
        bottom: 0;
        box-sizing: border-box;
        left: 0;
        padding: 1em;
        position: fixed;
        width: 100%;
        z-index: 9999;
		-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);
	}
	
	.hh-wc-btn-sticky:before {
        content: "";
		box-shadow: 0 -10px 20px 10px currentColor;
        color: hsl(0deg 0% 40% / 30%);
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
	}
	
	.woocommerce-cart .wc-proceed-to-checkout.hh-wc-btn-sticky  {
		padding: 1em;
	}
	
	.woocommerce .cross-sells ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin-bottom: 16px;
	}
	
	.woocommerce-cart .cross-sells li:nth-child(n+3) {
		display: none;
	}
	
	.hh-wc-cart-collaterals {
		padding-top: 24px;
	}
	
	.woocommerce-terms-and-conditions-wrapper label.checkbox .required {
		display: none;
    }
}

@media screen and (max-width: 479px) {
	.woocommerce-checkout ul#shipping_method {
		flex-direction: column;
	}
	
	.woocommerce-terms-and-conditions-checkbox-text {
		max-width: calc(100% - 50px);
    }
	
}