@import url(https://fonts.googleapis.com/css2?family=Rubik&display=swap);
@charset "UTF-8";
* {
  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,
textarea,
input.input-text {
  font-size: 20px;
  color: #1f1f1f;
  border-radius: 10px;
  border: 2px solid #ffffff;
  background: #ffffff;
  padding: 17px 20px;
  font-family: Rubik, sans-serif;
  line-height: normal;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
input:active, input:focus,
textarea:active,
textarea:focus,
input.input-text:active,
input.input-text:focus {
  border-color: #edd7d2;
  outline: none;
}
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::-moz-placeholder, textarea::-moz-placeholder, input.input-text::-moz-placeholder {
  color: #afafaf;
}
input::placeholder,
textarea::placeholder,
input.input-text::placeholder {
  color: #afafaf;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input.input-text:focus::-moz-placeholder {
  color: transparent;
}
input:focus::placeholder,
textarea:focus::placeholder,
input.input-text:focus::placeholder {
  color: transparent;
}

h2.brxe-unfold-reveal {
  font-size: 48px;
  font-weight: 400;
}

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

#tab-description tbody tr {
  border-bottom: 2px solid #e2e2e2;
}
#tab-description tbody tr:last-of-type {
  border-bottom: none;
}
#tab-description tbody th {
  border-bottom: 2px solid #edd7d2;
}

.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 #edd7d2;
}
.checkbox span:after {
  content: "";
  width: 11px;
  height: 5px;
  position: absolute;
  top: 5px;
  right: -26px;
  border: 3px solid #1f1f1f;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.checkbox span:hover::before {
  background: #edd7d2;
}
.checkbox input[type=checkbox] {
  visibility: hidden;
}
.checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.checkbox input[type=checkbox]:checked + span:before {
  background: #edd7d2;
}

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 .u-columns#customer_login > div .woocommerce-form,
body.theme-bricks .u-columns#customer_login > div .woocommerce-form {
  border-radius: 10px;
}
body.theme-bricks.woocommerce.woocommerce-lost-password .woocommerce,
body.theme-bricks.woocommerce-lost-password .woocommerce {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  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: #edd7d2;
  color: #1f1f1f;
}
body.theme-bricks.woocommerce.woocommerce-checkout .is-selected,
body.theme-bricks.woocommerce-checkout .is-selected {
  background-color: #edd7d2 !important;
}
body.theme-bricks.woocommerce.woocommerce-checkout .before-checkout,
body.theme-bricks.woocommerce-checkout .before-checkout {
  padding: 0;
}
body.theme-bricks.woocommerce .woocommerce-MyAccount-navigation,
body.theme-bricks .woocommerce-MyAccount-navigation {
  background-color: #edd7d2;
  border-radius: 10px;
  color: #1f1f1f;
  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: #ffffff;
  font-weight: 400;
}
body.theme-bricks.woocommerce .quantity input,
body.theme-bricks .quantity input {
  box-shadow: none;
}
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 {
  min-width: 250px;
  min-height: auto;
  transition: all 0.5s;
  text-decoration-line: none;
}
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;
  padding: 10px 40px;
  margin: 30px auto 0;
}
body.theme-bricks.woocommerce .contained.wp-element-button.components-button,
body.theme-bricks .contained.wp-element-button.components-button {
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  background-color: #edd7d2;
}
body.theme-bricks.woocommerce .contained.wp-element-button.components-button:hover,
body.theme-bricks .contained.wp-element-button.components-button:hover {
  background-color: #cb9387;
}
body.theme-bricks.woocommerce .contained.wp-element-button.components-button:active,
body.theme-bricks .contained.wp-element-button.components-button:active {
  box-shadow: 0 6px 10.1px 0 rgba(0, 0, 0, 0.25);
}
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 {
  font-size: 14px;
}
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-radius: 10px;
  border: 2px solid #edd7d2;
  max-width: 110px;
}
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: #edd7d2;
}
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: #edd7d2;
  filter: drop-shadow(0px 0px 10px rgba(238, 194, 194, 0.5));
  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: #1f1f1f;
  position: relative;
  margin-left: 30px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
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 #edd7d2;
}
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: 11px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: -26px;
  border: 3px solid #1f1f1f;
  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 > label:hover::before,
body.theme-bricks .wpc-filters-main-wrap .wpc-term-item-content-wrapper > label:hover::before {
  background: #edd7d2;
}
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] {
  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 .wpc-term-item-content-wrapper input[type=checkbox]:checked + label:before,
body.theme-bricks .wpc-filters-main-wrap .wpc-term-item-content-wrapper input[type=checkbox]:checked + label:before {
  background: #edd7d2;
}
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: #edd7d2;
}
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: 2px solid #e2e2e2;
  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: 2px solid #e2e2e2;
  border-radius: 10px;
}
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-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border: 2px solid #e2e2e2;
  overflow: hidden;
}
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: #edd7d2;
  color: #1f1f1f;
}
body.theme-bricks.woocommerce .woocommerce h2,
body.theme-bricks .woocommerce h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
body.theme-bricks.woocommerce .woocommerce .woocommerce-order-overview.order_details,
body.theme-bricks .woocommerce .woocommerce-order-overview.order_details {
  border-radius: 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;
  border-radius: 10px;
}
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;
  font-size: 16px;
  line-height: 120%;
  padding: 10px;
  color: #1f1f1f;
  border-radius: 10px;
  border: 2px solid #ffffff;
  background: #ffffff;
  font-family: Rubik, sans-serif;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
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 {
  width: 100%;
  max-width: 1580px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}
#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%;
}

.valko-woo-wl-button {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  background-image: url("https://lahidna.com/wp-content/uploads/2024/01/heart.svg");
}
.valko-woo-wl-button.valko-woo-wl-in-wishlist {
  background-image: url("https://lahidna.com/wp-content/uploads/2024/01/heart-active.svg");
}
.valko-woo-wl-button > svg {
  display: none;
}

#product-info .valko-woo-wl-button {
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  input,
  textarea,
  input.input-text {
    font-size: 16px;
    line-height: 120%;
    padding: 10px;
  }
  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 .quantity input,
  body.theme-bricks .quantity input {
    font-size: 16px;
    line-height: 120%;
  }
  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 .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 {
    transform: scale(0.8);
  }
  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;
  }
  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;
  }
}

@media (max-width: 1260px) {
  h2.brxe-unfold-reveal {
    font-size: 32px;
  }
  #brx-content.wordpress.page > h1,
  .woocommerce-cart #brx-content > h1 {
    margin: 50px 0 20px;
  }
}

@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) {
  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 {
    font-size: 18px;
  }
  #brx-content.wordpress.page,
  .woocommerce-cart #brx-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.woocommerce-variation-price {
	
}
.price ins {
	color: #ff0000;
}
.price del {
	color: #1f1f1f;
    
    top: -18px;
    left: 50px;
}
.repeater-item.product.sale h5, .single .price {
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.repeater-item.product ins, .single .price ins {
	color: #ff0000;
	margin: 0 15px 0 0;
}
.repeater-item.product del, .single .price del {
	color: #1f1f1f;
}