/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Customized by Alexander Koch
 Author:       Alexander Koch
 Author URI:   https://www.alexanderkoch.at
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/** Header 1

.scrolling #brxe-oiudvf .mini-cart-link i {
	color: white !Important;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle span {
	height: 3px;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center {
	top: 8px;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom {
	top: 16px;
}

ul#menu-primary-menu-1 {
	padding-top: 15px;
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle {
	height: 19px;
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  div#brxe-xueeyg {
    padding: 0 27px;
  }
}

/** General CSS **/

:root {
	--bricks-text-danger: #f00;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

#reviews form .required {
	opacity: 1 !Important;
}

.fba-transition:before {
	font-family: 'Unbo Regular';
}

@media screen and (max-width: 999px) {
	.fba-transition:before {
		font-size: 5em !Important;
	}
}

.wp-block-image {
	margin: 1em 0 2em 0;
}

p {
    padding-bottom: 1.5em;
    margin: 0px;
}

p>a {
	text-decoration: underline;
}

.page-id-3362 button {
    color: var(--bricks-color-onzxxc);
    font-size: 20px;
    font-family: "Lex Regular";
    font-weight: 400;
    letter-spacing: -1px;
    border: 2px solid var(--bricks-color-citkcw);
    border-radius: 50px;
	background-color: var(--bricks-color-citkcw);
	transition: all 0.5s ease-out;
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-left: 60px;
}

.page-id-3362 button:hover, a.wp-block-button__link:hover {
	background-color: white;
	border: 2px solid var(--cooks-primary-color);
}

span.required {
	color: var(--bricks-text-danger) !Important;
}


.brxe-button:hover, button.single_add_to_cart_button:hover, .woocommerce .button:hover, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover, body .brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a:hover, a.wc-block-checkout__login-prompt:hover, button:hover, a.wp-block-button__link:hover {
	transform: translateY(-3px);
}

button {
	margin-bottom: 16px;
}

button, input, a.bricks-button {
	line-height: 1.5em;
}


body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link), a.wc-block-checkout__login-prompt, a.wp-block-button__link {
	background-color: var(--bricks-color-citkcw);
	color: var(--bricks-color-onzxxc);
    font-size: 20px;
    font-family: "Lex Regular";
    font-weight: 400;
    letter-spacing: -1px;
    border: 2px solid var(--bricks-color-citkcw);
    border-radius: 50px;
	transition: all 0.5s ease-out;
    padding-top: 10px;
    padding-bottom: 10px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover, body .brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a:hover, #brxe-knggml button[type=submit].bricks-button:hover, a.wc-block-checkout__login-prompt:hover {
	background-color: white;
}

body .brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a {
	background-color: var(--bricks-color-citkcw);
	color: var(--bricks-color-onzxxc);
    font-size: 20px;
    font-family: "Lex Regular";
    font-weight: 400;
    letter-spacing: -1px;
    border: 2px solid var(--bricks-color-citkcw);
    border-radius: 50px;
	transition: all 0.5s ease-out;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: unset !Important;
    outline: 0px solid transparent !Important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: unset !Important;
    outline: unset !Important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button: not (is-link):hover {
	color: black !Important;
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
	box-shadow: unset !Important;
}

.wc-block-components-button:not(.is-link).outlined {
	box-shadow: unset !Important;
	color: black !Important;
}

span.wp-spinner[data-visible="true"] {
    visibility: visible;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

span.wp-spinner[data-visible="false"] {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
	transform: translateY(75px);
}

.wp-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.product-container[data-visible="true"] {
  opacity: 1;
}

.product-container[data-visible="loading"] {
  opacity: 0.5;
}

.brxe-block article ul {
	margin-top: 0;
	margin-bottom: 1.5em;
}


/* WP Forms */

body div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label {
	line-height: 1.5;
}

:root {
	--wpforms-button-background-color: black !Important;
	--wpforms-field-border-size: 1px !Important;
	--wpforms-field-border-color: black !Important;
}

div.wpforms-container-full input[type=checkbox]:before {
	top: 2px !Important;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
	top: calc(0px + var(--wpforms-field-border-size, 1px)) !Important;
}

div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
	font-size: 16px !Important;
}

div.wpforms-container-full .wpforms-field-description, div.wpforms-container-full .wpforms-field-limit-text, .wp-core-ui div.wpforms-container-full .wpforms-field-description, .wp-core-ui div.wpforms-container-full .wpforms-field-limit-text {
	color: black !Important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
	opacity: 1 !Important;
	color: black !Important;
}


@media screen and (max-width: 768px) {
	div.wpforms-submit-container {
		text-align: center !Important;
	}
}

select {
	font-family: 'Lex Light', sans-serif !important;
}

.brxe-text strong {
	font-weight: 700;
}

/* WooCommerce - Styles */

/* Create Account Checkbox on Cart Page - Bricks Bug */

.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__create-account {
	display: none;
}

/* End */

.wc-block-components-checkout-order-summary__title p.wc-block-components-checkout-order-summary__title-text {
	font-weight: 700 !Important;
	text-transform: uppercase;
	margin-bottom: 0 !Important;
}

.woocommerce-MyAccount-content ul.woocommerce-PaymentMethods {
	padding: 0;
	list-style: none;
}

.woocommerce-price-suffix {
    font-size: 12px;
    line-height: 1.2;
    color: #666;
}


.is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	padding: 0;
}

a.wc-block-checkout__login-prompt {
	padding: 10px 20px;
	font-size: 20px !Important;
	font-weight: 400 !Important;
}

.brxe-woocommerce-mini-cart .cart-detail li .variation dd, .brxe-woocommerce-mini-cart .cart-detail li .variation dt, .brxe-woocommerce-mini-cart .cart-detail li .quantity {
	font-size: 15px;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar {
	position: sticky;
	align-self: flex-start;
    top: 24px;
}

#brx-content .alignwide {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
	
}

ul#brxe-xlthqb .accordion-content-wrapper ul {
	padding-bottom: 1.5em;
	padding-left: 22px;
}

.woocommerce-Tabs-panel p:last-of-type {
    padding-bottom: 0px;
}

.brxe-woocommerce-breadcrumbs span.navigation a {
    position: relative;
    padding-bottom: 3px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    transform: translateY(3px);
  	color: black;
}

.brxe-woocommerce-breadcrumbs span.navigation a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 0;
    background-color: var(--bricks-color-citkcw);
    transition: width .35s cubic-bezier(.52,.01,.16,1);
    transform: translateY(0);
}


.brxe-woocommerce-breadcrumbs span.navigation a:hover::after {
    width: 100%;
}

.cross-sells .price, .related.products .price, .upsells.products .price {
	font-size: 20px !Important;
}

.cross-sells .woocommerce-LoopProduct-link, .related.products .woocommerce-LoopProduct-link, .upsells.products .woocommerce-LoopProduct-link {
	margin-bottom: var(--m-16) !Important;
}

.cross-sells .products .product, .related.products .products .product, .upsells.products .products .product {
	text-align: center;
}

.cross-sells .woocommerce-loop-product__title, .related.products .woocommerce-loop-product__title, .upsells.products .woocommerce-loop-product__title {
	font-size: 30px;
    font-family: "Unbo Regular";
    line-height: 1.2em;
    font-weight: 400;
	margin: var(--m-16) 0px !Important;
	text-transform: none;
	text-align: center;
}

.woocommerce .button {
	width: 100%;
	transition: all 0.5s ease-out;
	height: 54px;
	min-height: 2em;
	min-height: 54px !Important;
}

section.related  a.button {
	width: auto;
	transition: all 0.5s ease-out;
	height: 54px;
}

.variation p {
	padding-bottom: 0;
}

body .brxe-woocommerce-mini-cart .cart-detail img {
	float: none;
	display: block;
	width: 100px;
}

.variation-Format, .variation-Rand {
	display: inline-block;
}

.widget_shopping_cart_content .variation dd:after {
    content: "";
    display: block;
    height: 0;
    margin-bottom: 1em;
}

body .brxe-woocommerce-mini-cart .cart-detail li .variation dd+dt {
	margin-top: 0px;
}

.woocommerce-product-attributes-item__value p {
	padding-bottom: 0px;
}

#reviews #review_form_wrapper {
	margin-top: 0px !important;
}

h2.woocommerce-Reviews-title {
    color: var(--bricks-color-onzxxc);
    font-size: 30px;
    font-family: "Unbo Regular";
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 16px;
	text-transform: none;
}

body #reviews .comment-reply-title {
    padding-bottom: 15px;
    color: black;
	font-size: 20px;
    font-family: "Lex Light" !important;
	font-weight: 300 !Important;
	margin-bottom: 0px !Important;
}

body .woocommerce-tabs .panel {
	padding: 30px 0px 0px 0px;
}

body .woocommerce-tabs .wc-tabs li {
	padding: 0px 30px;
}

.woocommerce-tabs .wc-tabs {
	flex-wrap: nowrap !Important;
}

.woocommerce-tabs, .woocommerce-tabs .wc-tabs {
	border-bottom-width: 0px !important;
	border-top-width: 0px !important;
}

.woocommerce-Tabs-panel p {
	text-align: justify;
	hyphens: auto;
}

.accordion-item:first-of-type .accordion-title-wrapper {
    padding: 0px 0px 15px 0px;
}

.single-product .woocommerce-tabs .wc-tabs .active {
	font-weight: 400 !important;
}

.brxe-container .brxe-woocommerce-mini-cart .cart-detail {
	right: 0;
	top: calc(100% + 28px);
	border-color: black;
	height: 80vh;
}

@media screen and (min-width: 1000px) {
	.brxe-container .brxe-woocommerce-mini-cart .cart-detail {
		right: 0px;
	}
}

body .brxe-woocommerce-mini-cart .cart-detail .widget_shopping_cart_content {
		justify-content: normal;
}

.brxe-woocommerce-mini-cart .cart-detail li .remove {
	top: 0;
	font-size: 50px !Important;
	opacity: 1 !Important;
}

.brxe-woocommerce-mini-cart .cart-detail li .variation dt, .brxe-woocommerce-mini-cart .cart-detail li .variation dd {
	line-height: 1.3em;
}

.cart-detail .widget_shopping_cart_content .variation dd:after {
	display: none;
}

.brxe-woocommerce-mini-cart .cart-detail li.woocommerce-mini-cart-item {
	margin-bottom: 35px;
}

.brxe-woocommerce-mini-cart .cart-detail li .quantity {
	color: black !Important;
}

.brxe-woocommerce-mini-cart .cart-detail li.woocommerce-mini-cart-item {
	margin-right: 15px;
}

body .brxe-woocommerce-mini-cart .cart-detail img {
	transform: translateX(-6px);
}

.brxe-woocommerce-mini-cart .cart-detail li a {
	display: grid;
}

.brxe-woocommerce-mini-cart .cart-detail li.woocommerce-mini-cart-item {
	display: flex;
	flex-direction: column;
}

.brxe-container .brxe-woocommerce-mini-cart .cart-detail li a {
	font-size: 20px;
}

body:not(.woocommerce-checkout) .is-large .wc-block-components-sidebar .wc-block-components-panel,
body:not(.woocommerce-checkout) .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
body:not(.woocommerce-checkout) .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-right: 0px !important;
	padding-left: 0px !important;
}


.is-large.wc-block-cart .wc-block-cart-items th, span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title, .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 20px !important;
	font-family: 'Lex Light' !Important;
	text-transform: uppercase !Important;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child, .is-large.wc-block-cart .wc-block-cart-items th:last-child{
	padding-right: 0 !Important;
}

body.woocommerce-cart .wc-block-components-button:not(.is-link) {
	min-height: 2em !Important;
}

body.woocommerce-cart .wc-block-components-form .wc-block-components-text-input label, body.woocommerce-cart .wc-block-components-text-input label {
	font-size: 20px;
}

.brxe-woocommerce-products-filter .box-list li {
	font-size: 20px !Important;
	margin-top: 5px !Important;
}

.cross-sells img, .related.products img, .upsells.products img {
	position: relative;
 	overflow: hidden;
	display: block;
  	transition: transform 0.3s ease;
}

.cross-sells img:hover, .related.products img:hover, .upsells.products img:hover {
  transform: scale(1.05);
}

article ol>li, article ul>li {
  padding-bottom: 0.5em;
}

article ul>li>a {
  text-decoration: underline;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-bottom: 1em;
}

.page article h3 {
	line-height: 1.4em;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.wc-block-components-title.wc-block-components-title {
	hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

/* Related Products Hover */
.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    position: relative;
    padding-bottom: 3px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    transform: translateY(3px);
	display: inline-block;
}


.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: var(--bricks-color-citkcw);
    transition: width .35s cubic-bezier(.52,.01,.16,1);
}

.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title:hover::after {
    width: 100%;
}

.woocommerce-LoopProduct-link:hover h2.woocommerce-loop-product__title::after,
.woocommerce-LoopProduct-link img:hover ~ h2.woocommerce-loop-product__title::after,
.woocommerce-LoopProduct-link .button-class:hover ~ h2.woocommerce-loop-product__title::after {
    width: 100%;
}

.cross-sells .price, .related.products .price, .upsells.products .price {
	display: block;
}

body .woocommerce-notices-wrapper .woocommerce-message, body .woocommerce-info {
	background-color: black;
	color: var(--cooks-primary-color);
}

body .woocommerce-notices-wrapper:not(:empty), body .woocommerce-info:not(:empty) {
	padding-bottom: 30px;
}

body .woocommerce-notices-wrapper .woocommerce-message a, body .woocommerce-info a {
	background-color: var(--cooks-primary-color);
	font-weight: 400;
	color: black;
}

@media screen and (max-width: 768px) {
	body .woocommerce-info {
		justify-content: center;
		text-align: center;
		flex-direction: column;
		row-gap: 32px;
		text-align: center;
	}
	
	html body .woocommerce-info:not(:empty) {
		padding-bottom: 25px !Important;
	}
	
	.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title h2:first-child, .woocommerce-edit-address .woocommerce-MyAccount-content h2:first-child {
		font-size: 29px !Important;
	}
}

.brxe-woocommerce-breadcrumbs .navigation {
	display: inline-block !Important;
}

body .brxe-woocommerce-breadcrumbs span.navigation a {
	padding-bottom: 0px;
}

.archive .brxe-woocommerce-breadcrumbs {
	color: black !Important;
}

body .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, body .wc-block-components-form .wc-block-components-text-input.is-active label, body .wc-block-components-text-input input:-webkit-autofill+label, body .wc-block-components-text-input.is-active label {
    transform: translateY(8px) scale(.7);
}

body .wc-block-components-form .wc-block-components-text-input label, body .wc-block-components-text-input label, body .wc-blocks-components-select .wc-blocks-components-select__label {
	font-size: 16px;
}

body .wc-block-components-totals-wrapper {
	padding: 16px 0;
}

body .wc-block-checkout__terms a {
	text-decoration: underline;
}

body .is-large .wc-block-checkout__sidebar.is-sticky {
	position: relative;
	top: 0;
}

body .wp-block-woocommerce-checkout {
	padding-top: 0px;
}

body .wc-block-components-checkout-step__description {
	margin: 0;
}

body .is-large .wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid black;
} 

body .wc-block-components-totals-wrapper,  body .wp-block-woocommerce-checkout-order-summary-totals-block, body .wp-block-woocommerce-cart-order-summary-totals-block, body .is-large.wc-block-cart .wc-block-cart-items td {
	border-top: 1px solid black;
}

.is-large.wc-block-cart .wc-block-cart-items {
    border-bottom: 0px !Important;
}

body .wc-block-cart__submit {
	margin: 16px 0px;	
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.3em .5em .5em !Important;
}

.single-product .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
	display: none;
}

table.variations .reset_variations, table.variations .reset_variations {
	display: none !Important;
}

.woocommerce-edit-address #brxe-nrnhxz, .woocommerce-orders #brxe-nrnhxz {
	padding-bottom: 4%;
}

.woocommerce-edit-account #brxe-nrnhxz {
	padding-bottom: 1%;
}

.woocommerce-add-payment-method #brxe-nrnhxz {
	padding-bottom: 3%;
}

.woocommerce-edit-account fieldset {
	margin-bottom: 1.5em;
}

.woocommerce-add-payment-method fieldset {
	margin-bottom: 2em;
}

abbr[title] {
	text-decoration: none;
	color: #fa4362;
}

.woocommerce form .form-row .required {
	color: #fa4362;
}

.woocommerce-notices-wrapper:not(:empty) {
	margin: 30px 0px;
}

body .woocommerce-notices-wrapper:not(:empty), body .woocommerce-info:not(:empty) {
    padding-bottom: 15px !Important;
}

.woocommerce-MyAccount-content .button {
	width: auto !Important;
}

.woocommerce-MyAccount-content h2, h2.wc-block-components-title.wc-block-components-title {
    color: var(--bricks-color-onzxxc);
    font-size: 30px;
    font-family: "Unbo Regular";
    line-height: 1.1em;
    font-weight: 400;
    margin-bottom: 16px;
	text-transform: none;
}

.single-product .product {
	justify-content: center;
}

.woocommerce-page .wc-block-components-checkbox label {
	align-items: center;
}

.woocommerce-page .wc-block-components-checkout-step__description {
	line-height: 1.5em;
}

@media screen and (max-width: 768px) {
	.woocommerce-MyAccount-content h2, h2.wc-block-components-title.wc-block-components-title {
		line-height: 1.2em;
		font-size: 25px;
	}
	
	.wc-block-components-checkout-order-summary__title p.wc-block-components-checkout-order-summary__title-text {
		text-transform: none;
		padding: 0;
	}
}

.woocommerce-MyAccount-content a {
	text-decoration: underline;
}

@media screen and (min-width: 1000px) {
	.woocommerce-tabs .wc-tabs li:first-child {
	   padding: 0px 30px 0px 0px;
	}
	
	body .wc-block-components-sidebar-layout.wc-block-cart {
		padding-top: 30px;
	}
	
	body .wp-block-woocommerce-checkout {
		padding-top: 30px;
	}
}

@media screen and (max-width: 999px) {
	.woocommerce-tabs .wc-tabs li {
    	padding: 15px 30px 0px 0px !Important;
	}
	
	.brxe-container .brxe-woocommerce-mini-cart .cart-detail {
		top: calc(100% + 27px);
	}
	
	body .wc-block-components-sidebar {
		width: 100%;
		order: 1;
		padding-left: 0;
	}
	
	body .wc-block-components-sidebar-layout .wc-block-components-main {
		width: 100%;
		order: 2;
	}
	
	body .wc-block-components-sidebar-layout {
		row-gap: 30px;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce-tabs .wc-tabs li {
    	padding: 15px 18px 0px 0px !Important;
	}
	
	#brxe-irzaul .wc-tabs a {
		font-size: 16px;
	}
	
	.brxe-woocommerce-mini-cart .cart-detail li .remove {
		font-size: 30px !Important;
	}
	
	.brxe-woocommerce-mini-cart .cart-detail {
		width: 87vw !Important;
	}
	
	p.woocommerce-mini-cart__buttons.buttons a:first-child {
		font-size: 18px;
		line-height: 1em;
	}
	
	body .woocommerce-notices-wrapper .woocommerce-message {
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 30px;
		text-align: center;
		padding: 30px 15px;
	}
	
	body .wc-block-components-sidebar-layout {
		row-gap: 10px;
	}
	
	body .wc-block-components-sidebar-layout.is-mobile {
		margin-top: 20px;
	}
	
	table.ordertable h3 {
		font-size: 18px;
	}
}

.mb-1 {
	margin-bottom: 1.5em !Important;
}

a.call-to-action-reverse, h3.call-to-action-reverse {
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease-in-out;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Lex Light";
}

a.call-to-action-reverse::after, h3.call-to-action-reverse::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px; /* Abstand unter dem Text */
    height: 3px;
    width: 100%; /* Linie ist standardmäßig sichtbar */
    background-color: var(--bricks-color-citkcw);
    transition: width 0.35s cubic-bezier(.52,.01,.16,1);
}

a.call-to-action-reverse:hover::after, h3.call-to-action-reverse:hover::after {
    width: 0%; /* Linie verschwindet beim Hover */
}

.woocommerce-account .woocommerce-ResetPassword {
	width: 100% !important;
}

.woocommerce .woocommerce-order-downloads tbody td a, .woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td a, .woocommerce-account .woocommerce .woocommerce-table--order-downloads tbody td a {
	font-weight: 400 !Important;
}

.woocommerce-account ul.wc-item-meta {
	list-style: none;
	line-height: 1.5em;
	padding-left: 0px;
}

.fb-form-two.brxe-form .form-group input {
	border: 1px solid black !Important;
}

/* Anmeldebutton auf der Checkout Page */
body.woocommerce-checkout a.wc-block-checkout__login-prompt {
	
}

p.ppcp-place-order-description {
	text-align: left !Important;
}

@media screen and (max-width: 999px) {
	.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
		display: inline-block !Important;
		float: none !Important;
		margin: 10px 0 !Important;
		margin-top: 0px !Important;
	}
}

.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
	text-transform: none;
}

.is-large .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description {
	display: none;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary {
	padding: 0;
}

.page-id-51 .wc-block-product-new.has-4-columns, .page-id-51 .wp-block-woocommerce-empty-cart-block h2, .page-id-51 hr.is-style-dots {
	display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	text-decoration: underline !Important;
}

button.wc-block-cart-item__remove-link:hover {
	transform: none !Important;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label:first-child {
    display: none;
}

.wc-block-checkout__actions_row a:first-child {
	display: none !Important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 26px !Important;
}

.woocommerce-account a.wt_pklist_invoice_print {
	display: none !Important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td a {
	margin-bottom: 10px !Important;
}

/** General Media Queries **/

@media screen and (min-width: 1000px) and (max-width: 1470px) {
	body .brxe-container, #brx-content.wordpress {
		padding-left: var(--p-90);
		padding-right: var(--p-90);
	}
}

@media screen and (min-width: 1471px) and (max-width: 1600px) {
	body .brxe-container, #brx-content.wordpress {
		padding-left: var(--p-27) !Important;
		padding-right: var(--p-27) !Important;
	}
}
	
@media screen and (min-width: 1601px) {
	body .brxe-container, #brx-content.wordpress {
			padding-left: 0;
			padding-right: 0;
	}
}

@media screen and (max-width: 1400px) {
	article#brx-content {
		padding: 0 27px;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1165px)
{
	body h1 {
		font-size: 80px;
	}
}

@media screen and (min-width: 999px) {
	.woocommerce-page article h1 {
		margin-bottom: 0.3em;
	}
}

@media screen and (max-width: 768px) {		
	.woocommerce .button {
		height: 54px; /* 38 */
	}
	
	.woocommerce-page article h1 {
		margin-bottom: 0.5em;
	}
	
	.is-small .wc-block-components-form .wc-block-components-checkout-step:after {
		box-shadow: none !Important;
	}
	
	button.wc-block-components-checkout-place-order-button {
		width: 100% !Important;
	}
	
	.woocommerce-orders-table__cell-order-number {
		width: 20%;
	}
	
	.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td {
    	border-top-style: unset !Important;
	}
}

@media screen and (max-width: 590px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-orders tbody td a {
		margin-right: 0px !Important;
	}
}
