/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

* {
	box-sizing: border-box;
}
*:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
body,
p {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

ins {
	text-decoration: none;
}

input {
	accent-color: var(--color-1);
}

body.theme-bricks .yith-wcwl-feedback-messages-container,
body.theme-bricks .wishlist-title-container {
	display: none!important;
}

body.theme-bricks.woocommerce-wishlist #yith-wcwl-form .wishlist_table.mobile .product-add-to-cart {
	margin-bottom: 30px;
}

body.theme-bricks.woocommerce-wishlist #yith-wcwl-form .wishlist_table.mobile > li {
	position: relative;
}

body.theme-bricks.woocommerce-wishlist .wishlist_table.mobile li .additional-info-wrapper .product-remove {
	position: absolute;
	top: 0;
	right: 0;
}

body.theme-bricks.woocommerce-wishlist .wishlist_table.mobile .fa-trash:before {
	content: "\f1f8";
	font-family: "Font Awesome 5 Free";
}

body.theme-bricks.woocommerce-wishlist .add_to_cart_button {
	display: block!important;
	width: max-content;
	min-width: max-content;
}

body.theme-bricks.woocommerce-wishlist .woocommerce-message {
	margin-bottom: 20px;
}

body.theme-bricks.single-product .brxe-product-add-to-cart .stock,
body.theme-bricks.single-product .woo-selected-variation-item-name {
	display: none!important;
}

body.theme-bricks.single-product .brxe-product-add-to-cart .cart,
body.theme-bricks.single-product .brxe-product-add-to-cart .woocommerce-variation-add-to-cart {
	display: flex;
	gap: 20px;
	width: 100%;
}

body.theme-bricks.single-product .brxe-product-add-to-cart .cart.grouped_form {
	flex-direction: column;
}

body.theme-bricks.single-product .brxe-product-add-to-cart .cart > div {
	width: 100%;
}

body.theme-bricks.single-product .brxe-product-add-to-cart .cart > *,
body.theme-bricks.single-product .brxe-product-add-to-cart .woocommerce-variation-add-to-cart > * {
	margin: 0!important;
}

body.theme-bricks.single-product .brxe-product-add-to-cart .variations_form .variations tr {
	display: flex;
	align-items: center;
	gap: 40px;
}

body.theme-bricks.single-product .brxe-product-add-to-cart .variations_form .variations .value li {
	border-radius: 0;
	border: 1px solid var(--color-4);
	box-shadow: none;
	min-width: 45px;
	height: 35px;
	padding: 0;
}

body.theme-bricks.single-product .brxe-product-add-to-cart .variations_form .variations .value li.selected {
	box-shadow: none;
	background-color: var(--color-1);
	color: #ffffff;
}

body.theme-bricks.woocommerce-order-received .woocommerce-thankyou-order-received {
	font-family: var(--accent-font);
	font-size: var(--h2-size-d);
	font-weight: var(--h2-line-height);
	margin-bottom: 70px;
}

body.theme-bricks .woocommerce .form-row {
	margin-bottom: 20px;
}

input,
textarea,
input.input-text {
	font-size: var(--text-normal-d);
	color: #000000;
	border: 1px solid var(--color-5);
	background: #ffffff;
	padding: 0 10px;
	line-height: 48px;
}

input:active, input:focus,
textarea:active,
textarea:focus,
input.input-text:active,
input.input-text:focus {
	outline: none;
	box-shadow: 0px 6px 16px 0px #00000026;
}

input[aria-expanded=true],
textarea[aria-expanded=true],
input.input-text[aria-expanded=true] {
	border-bottom: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
input.input-text:-webkit-autofill,
input.input-text:-webkit-autofill:hover,
input.input-text:-webkit-autofill:focus {
	background-color: transparent !important;
	-webkit-transition: background-color 50000s ease-in-out 0s;
	transition: background-color 50000s ease-in-out 0s;
}

input::placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input.input-text::-moz-placeholder,
textarea::placeholder,
input.input-text::placeholder {
	color: #000000 !important;
	opacity: 1 !important;
}

input::-moz-placeholder { color: black !important; }
input:-ms-input-placeholder { color: black !important; }
input::-webkit-input-placeholder { color: black !important; }
textarea::-moz-placeholder { color: black !important; }
textarea:-ms-input-placeholder { color: black !important; }
textarea::-webkit-input-placeholder { color: black !important; }

body.theme-bricks .show-password-input {
	background: none!important;
}

.brxe-list li {
	margin: 0 0 0 17px;
	position: relative;
}
.brxe-list li:before {
	content: "";
	background-color: var(--color-4);
	position: absolute;
	top: 10px;
	left: -17px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

#tab-description tbody tr {
	border-bottom: 1px solid var(--color-4);
}
#tab-description tbody tr:last-of-type {
	border-bottom: none;
}
#tab-description tbody th {
	border-bottom: 1px solid var(--color-4);
}

.checkbox {
	position: relative;
	margin: 20px auto;
}
.checkbox span {
	position: relative;
}
.checkbox span:before {
	content: "";
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -30px;
	background: transparent;
	border: 2px solid var(--color-5);
}
.checkbox span:after {
	content: "";
	width: 12px;
	height: 7px;
	position: absolute;
	top: 5px;
	right: -26px;
	border: 2px solid var(--color-1);
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}
.checkbox input[type=checkbox] {
	visibility: hidden;
}
.checkbox input[type=checkbox]:checked + span:after {
	opacity: 1;
}

body.theme-bricks .woocommerce-message {
	padding: 20px 0 0!important;
}

body.theme-bricks .before-cart {
	padding: 0 0 40px!important;
}

body.theme-bricks .woocommerce-notices-wrapper * {
	background-color: transparent;
	color: var(--color-5);
}

body.theme-bricks .brxe-search input {
	background-color: transparent!important;
}

body.theme-bricks.woocommerce .show-structure .button,
body.theme-bricks .show-structure .button {
	min-width: auto;
}
body.theme-bricks.woocommerce .wc-block-components-product-metadata__description,
body.theme-bricks .wc-block-components-product-metadata__description {
	display: none;
}
body.theme-bricks.woocommerce .u-columns#customer_login,
body.theme-bricks .u-columns#customer_login {
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.theme-bricks.woocommerce .u-columns#customer_login > div,
body.theme-bricks .u-columns#customer_login > div {
	max-width: 600px;
	width: 100%;
}

body.theme-bricks.woocommerce.woocommerce-lost-password .woocommerce,
body.theme-bricks.woocommerce-lost-password .woocommerce {
	padding: 30px;
	border: 1px solid var(--color-4);
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}
body.theme-bricks.woocommerce.woocommerce-checkout input[type=checkbox],
body.theme-bricks.woocommerce-checkout input[type=checkbox] {
	padding: 0;
}
body.theme-bricks.woocommerce.woocommerce-checkout input[type=radio],
body.theme-bricks.woocommerce-checkout input[type=radio] {
	box-shadow: none;
}
body.theme-bricks.woocommerce.woocommerce-checkout .components-form-token-field__suggestions-list,
body.theme-bricks.woocommerce-checkout .components-form-token-field__suggestions-list {
	margin: 3em 0 0 !important;
}
body.theme-bricks.woocommerce.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, body.theme-bricks.woocommerce.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], body.theme-bricks.woocommerce.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, body.theme-bricks.woocommerce.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
body.theme-bricks.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body.theme-bricks.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
body.theme-bricks.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body.theme-bricks.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
	box-shadow: none;
}
body.theme-bricks.woocommerce.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
body.theme-bricks.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
	background-color: var(--color-4);
	color: #000000;
}
body.theme-bricks.woocommerce.woocommerce-checkout .is-selected,
body.theme-bricks.woocommerce-checkout .is-selected {
	background-color: var(--color-4) !important;
}
body.theme-bricks.woocommerce.woocommerce-checkout .before-checkout,
body.theme-bricks.woocommerce-checkout .before-checkout {
	padding: 0;
}

body.theme-bricks.woocommerce-checkout h3 {
	color: var(--color-1);
}
body.theme-bricks.woocommerce .woocommerce-MyAccount-navigation,
body.theme-bricks .woocommerce-MyAccount-navigation {
	background-color: var(--color-4);
	color: #000000;
	font-size: 20px;
	height: -moz-max-content;
	height: max-content;
}
body.theme-bricks.woocommerce .woocommerce-MyAccount-navigation .is-active,
body.theme-bricks .woocommerce-MyAccount-navigation .is-active {
	color: var(--color-1);
	font-weight: 400;
}

body.theme-bricks.woocommerce .quantity,
body.theme-bricks .quantity {
	border: 1px solid var(--color-4)!important;
	border-radius: 0!important;
}

body.theme-bricks.woocommerce .quantity input,
body.theme-bricks .quantity input {
	box-shadow: none;
	border: none;
	font-size: var(--h6-size-d);
}

body.theme-bricks.woocommerce .quantity .action,
body.theme-bricks .quantity .action {
	border-style: none!important;
	border-width: 0!important;
	box-shadow: none;
}

body.theme-bricks.woocommerce .quantity .action > svg,
body.theme-bricks .quantity .action > svg {
	stroke: var(--color-1)!important;
	width: 30px!important;
	height: 30px!important;
}

body.theme-bricks.woocommerce .brxe-button.bricks-button .wc-forward, body.theme-bricks.woocommerce .dynamic .wc-forward,
body.theme-bricks .brxe-button.bricks-button .wc-forward,
body.theme-bricks .dynamic .wc-forward {
	position: absolute;
	bottom: 70px;
	right: 0;
	width: 25px;
	height: 30px;
	color: transparent;
}
body.theme-bricks.woocommerce .brxe-button.bricks-button .wc-forward:after, body.theme-bricks.woocommerce .dynamic .wc-forward:after,
body.theme-bricks .brxe-button.bricks-button .wc-forward:after,
body.theme-bricks .dynamic .wc-forward:after {
	position: absolute;
	left: 5px;
	top: 0;
	content: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31' fill='none'%3E%3Cpath d='M15.5 4.26251C16.7164 4.26251 17.8831 4.68535 18.7433 5.438C19.6035 6.19066 20.0867 7.21148 20.0867 8.2759V9.07858H10.9132V8.2759C10.9132 7.21148 11.3965 6.19066 12.2567 5.438C13.1168 4.68535 14.2835 4.26251 15.5 4.26251ZM21.9214 9.07858V8.2759C21.9214 6.78572 21.2448 5.35656 20.0406 4.30284C18.8363 3.24912 17.203 2.65715 15.5 2.65715C13.7969 2.65715 12.1636 3.24912 10.9593 4.30284C9.75507 5.35656 9.07853 6.78572 9.07853 8.2759V9.07858H2.6571V25.1322C2.6571 25.9837 3.0437 26.8003 3.73184 27.4025C4.41999 28.0046 5.35331 28.3429 6.32649 28.3429H24.6734C25.6466 28.3429 26.5799 28.0046 27.2681 27.4025C27.9562 26.8003 28.3428 25.9837 28.3428 25.1322V9.07858H21.9214ZM4.4918 10.6839H26.5081V25.1322C26.5081 25.5579 26.3148 25.9662 25.9708 26.2673C25.6267 26.5684 25.16 26.7375 24.6734 26.7375H6.32649C5.8399 26.7375 5.37324 26.5684 5.02917 26.2673C4.6851 25.9662 4.4918 25.5579 4.4918 25.1322V10.6839Z' fill='%231F1F1F'/%3E%3C/svg%3E");
}
body.theme-bricks.woocommerce .button,
body.theme-bricks .button,
body.theme-bricks .add_to_cart_button {
	background-color: var(--color-1);
	font-size: var(--text-normal-d)!important;
	line-height: var(--text-normal-line-height)!important;
	font-weight: 400;
	color: var(--color-3);
	padding: 14px 50px;
	width: max-content;
}

body.theme-bricks.woocommerce .button:active,
body.theme-bricks .button:active {
	box-shadow: 0 6px 10.1px 0 rgba(0, 0, 0, 0.25);
}
body.theme-bricks.woocommerce .button.contained.wp-element-button.components-button,
body.theme-bricks .button.contained.wp-element-button.components-button {
	max-width: -moz-max-content;
	max-width: max-content;
	margin: 30px auto 0;
}
body.theme-bricks.woocommerce .contained.wp-element-button.components-button,
body.theme-bricks .contained.wp-element-button.components-button {
	background-color: var(--color-1);
	font-size: var(--text-normal-d)!important;
	line-height: var(--text-normal-line-height)!important;
	font-weight: 400;
	color: var(--color-3);
}

body.theme-bricks.woocommerce .contained.wp-element-button.components-button:disabled,
body.theme-bricks .contained.wp-element-button.components-button:disabled {
	background-color: #afafaf;
}

body.theme-bricks.woocommerce .contained.wp-element-button.components-button:focus,
body.theme-bricks .contained.wp-element-button.components-button:focus {
	box-shadow: none;
}

body.theme-bricks.woocommerce .components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button,
body.theme-bricks .components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
	min-height: auto;
}

body.theme-bricks.woocommerce .woocommerce-notices-wrapper .button,
body.theme-bricks .woocommerce-notices-wrapper .button {
	background-color: var(--color-1);
	font-size: var(--text-normal-d)!important;
	line-height: var(--text-normal-line-height)!important;
	font-weight: 400;
	color: var(--color-3);
}

body.theme-bricks.woocommerce #custom-add-to-cart .disabled,
body.theme-bricks #custom-add-to-cart .disabled {
	background-color: #afafaf;
}
body.theme-bricks.woocommerce .woocommerce-notices-wrapper,
body.theme-bricks .woocommerce-notices-wrapper {
	padding-top: 20px;
	margin-bottom: 0;
}
body.theme-bricks.woocommerce .woocommerce-notices-wrapper > div,
body.theme-bricks .woocommerce-notices-wrapper > div {
	width: 100%;
	align-items: center;
}
body.theme-bricks.woocommerce .woocommerce-variation-price,
body.theme-bricks .woocommerce-variation-price {
	font-size: 24px;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price input[type=number],
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price input[type=number] {
	-moz-appearance: textfield;
	text-align: center;
	border: 1px solid var(--color-5);
	max-width: 110px;
	margin-top: 10px;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price input[type=number]::-webkit-inner-spin-button, body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price input[type=number]::-webkit-outer-spin-button,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price input[type=number]::-webkit-inner-spin-button,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price .wpc-filters-range-min-column:before,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price .wpc-filters-range-min-column:before {
	content: "Від";
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price .wpc-filters-range-max-column:before,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price .wpc-filters-range-max-column:before {
	content: "До";
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price .wpc-filter-range-form,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price .wpc-filter-range-form {
	display: flex;
	flex-direction: column;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price .wpc-filter-range-form .wpc-filters-range-slider-wrapper,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price .wpc-filter-range-form .wpc-filters-range-slider-wrapper {
	margin: 40px 0;
	order: -1;
	width: calc(100% - 18px);
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price .wpc-filter-range-form .wpc-filters-range-slider-wrapper .ui-slider-range,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price .wpc-filter-range-form .wpc-filters-range-slider-wrapper .ui-slider-range {
	background-color: var(--color-1);
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price .wpc-filter-range-form .wpc-filters-range-slider-wrapper .ui-slider-handle,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price .wpc-filter-range-form .wpc-filters-range-slider-wrapper .ui-slider-handle {
	background-color: var(--color-1);
	box-shadow: none;
	border: none;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-_price .wpc-filters-range-wrapper,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-_price .wpc-filters-range-wrapper {
	margin-bottom: 10px;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-term-item-content-wrapper,
body.theme-bricks .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
	position: relative;
	margin: 15px auto;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-term-item-content-wrapper > label,
body.theme-bricks .wpc-filters-main-wrap .wpc-term-item-content-wrapper > label {
	color: #000000;
	position: relative;
	margin-left: 30px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
body.theme-bricks .wpc-filters-main-wrap li.wpc-term-item {
	margin-bottom: 0;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-term-item-content-wrapper > label:before,
body.theme-bricks .wpc-filters-main-wrap .wpc-term-item-content-wrapper > label:before {
	content: "";
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: -30px;
	background: transparent;
	border: 1px solid var(--color-5);
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-term-item-content-wrapper > label:after,
body.theme-bricks .wpc-filters-main-wrap .wpc-term-item-content-wrapper > label:after {
	content: "";
	width: 13px;
	height: 8px;
	position: absolute;
	top: 5px;
	left: -26px;
	border: 2px solid var(--color-1);
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	transform: rotate(-45deg);
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-term-item-content-wrapper input[type=checkbox],
body.theme-bricks .wpc-filters-main-wrap .wpc-term-item-content-wrapper input[type=checkbox],
body.theme-bricks .wpc-posts-found {
	display: none;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-term-item-content-wrapper input[type=checkbox]:checked + label:after,
body.theme-bricks .wpc-filters-main-wrap .wpc-term-item-content-wrapper input[type=checkbox]:checked + label:after {
	opacity: 1;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .widget-title,
body.theme-bricks .wpc-filters-main-wrap .widget-title {
	margin: 0;
	font-size: 24px;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-header,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-header {
	margin: 0;
	position: relative;
	width: 100%;
	display: block;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-header:before, body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-header:after,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-header:before,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-header:after {
	content: "";
	width: 16px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: var(--color-1);
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-header:after,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-header:after {
	width: 2px;
	height: 16px;
	transform: translate(-7px, -50%);
	transition: all 0.5s;
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filter-header.active:after,
body.theme-bricks .wpc-filters-main-wrap .wpc-filter-header.active:after {
	top: 2px;
	transform: rotateX(90deg) translate(-7px, -50%);
}
body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-filters-section,
body.theme-bricks .wpc-filters-main-wrap .wpc-filters-section {
	margin-bottom: 10px;
	border-bottom: 1px solid var(--color-5);
	padding-bottom: 10px;
}
body.theme-bricks.woocommerce .wpc-sorting-form,
body.theme-bricks .wpc-sorting-form {
	position: absolute;
	right: 0;
	top: 0;
}
body.theme-bricks.woocommerce .select2-selection,
body.theme-bricks .select2-selection {
	padding: 9px 10px;
	border: 1px solid var(--color-5);
}
body.theme-bricks.woocommerce .select2-selection .select2-selection__rendered,
body.theme-bricks .select2-selection .select2-selection__rendered {
	padding: 0;
	line-height: 150%;
}
body.theme-bricks.woocommerce .select2-selection .select2-selection__arrow,
body.theme-bricks .select2-selection .select2-selection__arrow {
	background-color: transparent;
}
body.theme-bricks.woocommerce .select2-dropdown,
body.theme-bricks .select2-dropdown {
	border: 1px solid var(--color-5);
	overflow: hidden;
}
body.theme-bricks .select2-container--default.select2-container--open .wpc-filter-everything-dropdown.select2-dropdown {
	border-color: var(--color-5);
}
body.theme-bricks.woocommerce .select2-dropdown .select2-results__option,
body.theme-bricks .select2-dropdown .select2-results__option {
	background-color: transparent;
}
body.theme-bricks.woocommerce .select2-dropdown .select2-results__option--highlighted,
body.theme-bricks .select2-dropdown .select2-results__option--highlighted {
	background-color: var(--color-4);
	color: #000000;
}
body.theme-bricks.woocommerce .woocommerce h2,
body.theme-bricks .woocommerce h2 {
	font-size: var(--h2-size-d);
	margin-bottom: 10px;
}

body.theme-bricks.woocommerce .woocommerce .product h5,
body.theme-bricks .woocommerce .product h5 {
	margin-top: auto;
}

body.theme-bricks.woocommerce .woocommerce-form-row,
body.theme-bricks .woocommerce-form-row {
	margin-top: 10px;
}

body.theme-bricks.woocommerce input[type=radio],
body.theme-bricks input[type=radio] {
	padding: 0;
}

body.theme-bricks.woocommerce.woocommerce-checkout label,
body.theme-bricks.woocommerce-checkout label {
	margin-bottom: 10px;
}
body.theme-bricks.woocommerce.woocommerce-checkout .form-row,
body.theme-bricks.woocommerce-checkout .form-row {
	padding-top: 20px;
}

body.theme-bricks.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order,
body.theme-bricks.woocommerce-checkout .woocommerce-checkout-review-order {
	margin-top: 20px;
}

body.theme-bricks.woocommerce.woocommerce-checkout .select2-selection, body.theme-bricks.woocommerce.woocommerce-checkout input, body.theme-bricks.woocommerce.woocommerce-checkout textarea, body.theme-bricks.woocommerce.woocommerce-checkout input.input-text,
body.theme-bricks.woocommerce-checkout .select2-selection,
body.theme-bricks.woocommerce-checkout input,
body.theme-bricks.woocommerce-checkout textarea,
body.theme-bricks.woocommerce-checkout input.input-text {
	height: 44px;
	padding: 10px;
	color: #000000;
	border: 1px solid var(--color-5);
	background: #ffffff;
}
body.theme-bricks.woocommerce.woocommerce-checkout .woocommerce-form-coupon input,
body.theme-bricks.woocommerce-checkout .woocommerce-form-coupon input {
	height: 50px;
}
body.theme-bricks.woocommerce .wc-block-components-notice-banner.is-info,
body.theme-bricks .wc-block-components-notice-banner.is-info {
	display: flex;
	align-items: center;
}
body.theme-bricks.woocommerce .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content,
body.theme-bricks .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#brx-content.wordpress.page,
.woocommerce-cart #brx-content,
.theme-bricks.woocommerce-checkout .woocommerce {
	width: 100%;
	max-width: 1600px;
	padding-right: 80px;
	padding-left: 80px;
	margin-left: auto;
	margin-right: auto;
}

.theme-bricks.woocommerce-cart #brx-content,
.theme-bricks.woocommerce-checkout .woocommerce {
	margin-top: 70px;
}

#brx-content.wordpress.page > h1,
.woocommerce-cart #brx-content > h1 {
	margin: 100px 0 50px;
}
#brx-content.wordpress.page .alignwide,
.woocommerce-cart #brx-content .alignwide {
	margin-left: 0;
	max-width: 100%;
	width: 100%;
}

@media (max-width: 1280px) {
	#brx-content.wordpress.page > h1,
	.woocommerce-cart #brx-content > h1 {
		margin: 50px 0 20px;
	}
	#brx-content.wordpress.page,
	.woocommerce-cart #brx-content,
	.theme-bricks.woocommerce-checkout .woocommerce {
		padding-right: 40px;
		padding-left: 40px;
	}
	body.theme-bricks.woocommerce-order-received .woocommerce-thankyou-order-received {
		font-size: var(--h2-size-m);
	}
	body.theme-bricks.woocommerce .woocommerce h2,
	body.theme-bricks .woocommerce h2 {
		font-size: var(--h2-size-m);
	}
	body.theme-bricks.woocommerce .woocommerce-MyAccount-navigation,
	body.theme-bricks .woocommerce-MyAccount-navigation {
		 font-size: 16px;
	 }
}

@media (max-width: 991px) {
	body.theme-bricks.woocommerce .woocommerce-MyAccount-navigation a,
	body.theme-bricks .woocommerce-MyAccount-navigation a {
		line-height: 40px;
		padding: 0 20px;
	}
	body.theme-bricks.woocommerce .brxe-button.bricks-button .button, body.theme-bricks.woocommerce .dynamic .button,
	body.theme-bricks .brxe-button.bricks-button .button,
	body.theme-bricks .dynamic .button {
		width: 100%;
	}
	body.theme-bricks.woocommerce .brxe-button.bricks-button .wc-forward, body.theme-bricks.woocommerce .dynamic .wc-forward,
	body.theme-bricks .brxe-button.bricks-button .wc-forward,
	body.theme-bricks .dynamic .wc-forward {
		bottom: 45px;
	}
	body.theme-bricks.woocommerce .button,
	body.theme-bricks .button {
		min-width: 165px;
		padding: 5px 10px;
		font-size: 16px;
		margin-top: 0;
	}
	body.theme-bricks.woocommerce .woocommerce-notices-wrapper .button,
	body.theme-bricks .woocommerce-notices-wrapper .button {
		width: 100%;
	}
	body.theme-bricks.woocommerce .wpc-filters-main-wrap .widget-title,
	body.theme-bricks .wpc-filters-main-wrap .widget-title {
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	body.theme-bricks.woocommerce .wpc-sorting-form,
	body.theme-bricks .wpc-sorting-form {
		position: static;
	}
	body.theme-bricks.woocommerce .wpc-sorting-form .select2,
	body.theme-bricks .wpc-sorting-form .select2 {
		width: 100% !important;
		margin-bottom: 30px;
	}
	body.theme-bricks.woocommerce .brxe-product-add-to-cart > .cart, body.theme-bricks.woocommerce .woocommerce-variation-add-to-cart,
	body.theme-bricks .brxe-product-add-to-cart > .cart,
	body.theme-bricks .woocommerce-variation-add-to-cart {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
	}
	body.theme-bricks.woocommerce .brxe-product-add-to-cart > .cart .quantity, body.theme-bricks.woocommerce .woocommerce-variation-add-to-cart .quantity,
	body.theme-bricks .brxe-product-add-to-cart > .cart .quantity,
	body.theme-bricks .woocommerce-variation-add-to-cart .quantity {
		margin-bottom: 0 !important;
		width: 120px;
	}
	body.theme-bricks.woocommerce .brxe-product-add-to-cart > .cart > .button, body.theme-bricks.woocommerce .woocommerce-variation-add-to-cart > .button,
	body.theme-bricks .brxe-product-add-to-cart > .cart > .button,
	body.theme-bricks .woocommerce-variation-add-to-cart > .button {
		min-width: calc(100% - 130px) !important;
	}
	body.theme-bricks.woocommerce .brxe-product-add-to-cart > .cart.grouped_form, body.theme-bricks.woocommerce .woocommerce-variation-add-to-cart.grouped_form,
	body.theme-bricks .brxe-product-add-to-cart > .cart.grouped_form,
	body.theme-bricks .woocommerce-variation-add-to-cart.grouped_form {
		display: block;
	}
	body.theme-bricks.woocommerce .brxe-product-add-to-cart > .cart.grouped_form > .button, body.theme-bricks.woocommerce .woocommerce-variation-add-to-cart.grouped_form > .button,
	body.theme-bricks .brxe-product-add-to-cart > .cart.grouped_form > .button,
	body.theme-bricks .woocommerce-variation-add-to-cart.grouped_form > .button {
		min-width: 100% !important;
	}
	body.theme-bricks.woocommerce .brxe-product-add-to-cart > .cart.variations_form, body.theme-bricks.woocommerce .woocommerce-variation-add-to-cart.variations_form,
	body.theme-bricks .brxe-product-add-to-cart > .cart.variations_form,
	body.theme-bricks .woocommerce-variation-add-to-cart.variations_form {
		display: block;
	}
	body.theme-bricks.woocommerce .wpc-filters-main-wrap .wpc-term-item-content-wrapper,
	body.theme-bricks .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
		position: relative;
		margin: 5px auto;
	}
}

@media (max-width: 767px) {
	#brx-content.wordpress.page,
	.woocommerce-cart #brx-content,
	.theme-bricks.woocommerce-checkout .woocommerce {
		padding-right: 20px;
		padding-left: 20px;
	}
	body.theme-bricks.woocommerce .woocommerce-MyAccount-navigation,
	body.theme-bricks .woocommerce-MyAccount-navigation {
		text-align: center;
	}
}

@media (max-width: 550px) {
	.checkbox {
		display: flex;
		left: 5px;
		float: left;
		max-width: 270px;
		position: relative;
	}
	.checkbox .woocommerce-terms-and-conditions-checkbox-text {
		line-height: 16px !important;
	}
}

@media (max-width: 478px) {
	#brx-content.wordpress.page,
	.woocommerce-cart #brx-content,
	.theme-bricks.woocommerce-checkout .woocommerce {
		padding-right: 10px;
		padding-left: 10px;
	}
}
