/*
header {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 10;
}*/
.woocommerce {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.button, #commentform input[type=submit] {
  background-color: var(--e-global-color-primary) !important;
  color: white !important;
  padding: 14px 22px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  line-height: 1em !important;
  display: inline-flex !important;
  align-items: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .button, #commentform input[type=submit] {
    padding: 14px 16px !important;
    font-size: 12px !important;
  }
}
.button:not(.added):not(.loading):after, #commentform input[type=submit]:not(.added):not(.loading):after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMyMCAzMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLC0zMi4wODc0NSwtOTYpIj4KICAgICAgICA8cGF0aCBkPSJNMzI4LDk2QzM0MS4zLDk2IDM1MiwxMDYuNyAzNTIsMTIwTDM1MiwzNjBDMzUyLDM3My4zIDM0MS4zLDM4NCAzMjgsMzg0QzMxNC43LDM4NCAzMDQsMzczLjMgMzA0LDM2MEwzMDQsMTc3LjlMNzMsNDA5QzYzLjYsNDE4LjQgNDguNCw0MTguNCAzOS4xLDQwOUMyOS44LDM5OS42IDI5LjcsMzg0LjQgMzkuMSwzNzUuMUwyNzAuMSwxNDQuMUw4OCwxNDRDNzQuNywxNDQgNjQsMTMzLjMgNjQsMTIwQzY0LDEwNi43IDc0LjcsOTYgODgsOTZMMzI4LDk2WiIgc3R5bGU9ImZpbGw6d2hpdGU7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .button:not(.added):not(.loading):after, #commentform input[type=submit]:not(.added):not(.loading):after {
    width: 7px;
    height: 7px;
  }
}
.button:after, #commentform input[type=submit]:after {
  display: inline-block !important;
  margin-left: auto !important;
  position: relative !important;
  top: inherit !important;
  right: inherit !important;
}

.woocommerce-notices-wrapper {
  max-width: 1340px;
  margin: 30px auto 30px;
  padding: 0 80px;
}
@media (max-width: 768px) {
  .woocommerce-notices-wrapper {
    padding: 0 30px;
  }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  outline: none;
  padding: 1em 2em 1em 3.5em !important;
}

.shop_table {
  border: none !important;
}

.checkout .wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout .wc_payment_method input {
  margin-right: 0 !important;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.checkout .wc_payment_method label {
  display: inline-flex !important;
  flex-direction: row-reverse;
  align-items: center;
}
.checkout .wc_payment_method label:not(:has(img)) {
  margin-left: 5px;
}
.checkout .wc_payment_method label img {
  margin-left: 0 !important;
}
.checkout #wc-stripe-upe-form {
  margin: 1em 0 0;
  padding: 0;
  border: none;
}

.my_account_points_rewards {
  margin-top: 1em;
}

.woocommerce-pagination ul {
  border: none !important;
}
.woocommerce-pagination li {
  border: none !important;
}
.woocommerce-pagination a, .woocommerce-pagination span {
  border: none;
  min-width: 40px !important;
  border-radius: 150px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: var(--e-global-color-text) !important;
}
.woocommerce-pagination a:hover, .woocommerce-pagination span:hover {
  background: var(--e-global-color-150061c) !important;
  color: var(--e-global-color-text) !important;
}
.woocommerce-pagination a.current, .woocommerce-pagination span.current {
  color: white !important;
  background: var(--e-global-color-primary) !important;
}

.price {
  color: var(--e-global-color-primary) !important;
  font-size: 24px !important;
  font-weight: bold !important;
}

.woocommerce-review-link {
  font-size: 0;
}
.woocommerce-review-link .count {
  font-size: 12px;
}

.woocommerce-Reviews-title {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 40px;
  border: none;
  padding: 0;
  color: var(--e-global-color-secondary);
}
.woocommerce #reviews #comments ol.commentlist .meta {
  color: var(--e-global-color-text) !important;
  border-bottom: 1px dashed var(--e-global-color-text);
  padding-bottom: 16px;
}

.star-rating, .stars {
  color: #FAA61A;
}

#review_form .comment-reply-title {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 0.5em;
}
#review_form label {
  color: var(--e-global-color-secondary);
  font-size: 12px;
  margin-bottom: 1em;
}

table.variations {
  text-align: left;
}
table.variations select {
  display: none !important;
}
table.variations th, table.variations td {
  background: none !important;
  padding: 0 !important;
}
table.variations th {
  display: block;
  margin-bottom: 8px;
}
table.variations td {
  display: flex;
  gap: 15px;
}
table.variations td input[type=radio] {
  width: 0;
  height: 0;
}
table.variations td input[type=radio]:focus {
  box-shadow: none;
}
table.variations td label {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid var(--e-global-color-text);
  padding: 12px 15px;
  transition: 0.3s ease-out;
  margin: 0 12px 12px 0;
}
table.variations td label:hover {
  background: var(--e-global-color-150061c);
}
table.variations td label.active {
  background: var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  color: white;
}
table.variations .reset_variations {
  margin-top: 6px;
}

.woocommerce-variation {
  display: flex;
  flex-direction: column;
}
.woocommerce-variation .woocommerce-variation-description {
  width: 100%;
}

.woocommerce-variation-add-to-cart, .e-atc-qty-button-holder {
  margin-top: 15px;
}

.stock {
  display: flex;
  align-items: center;
  gap: 6px;
}
.stock:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
}

.in-stock {
  color: var(--e-global-color-a2d32f8) !important;
}
.in-stock:before {
  background: var(--e-global-color-a2d32f8);
}

.out-of-stock {
  color: var(--e-global-color-693ea5f) !important;
}
.out-of-stock:before {
  background: var(--e-global-color-693ea5f);
}

.qty {
  border: 1px solid var(--e-global-color-text) !important;
  padding: 14px 22px 14px 8px !important;
  width: 5em !important;
}

.onsale {
  width: 70px;
  height: 70px;
  background: var(--e-global-color-primary) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.woocommerce-product-gallery__trigger {
  z-index: 1 !important;
}

.onsale {
  display: none !important;
}

.products .product {
  display: flex !important;
  flex-direction: column !important;
}
.products .product > .button {
  margin-top: auto !important;
}
.products .product .woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column;
}
.products .product .attachment-woocommerce_thumbnail {
  border-radius: 8px;
  margin-bottom: 6px !important;
}
.products .product .cat {
  font-size: 14px;
  font-weight: 500;
  color: var(--e-global-color-primary);
}
.products .product h2 {
  font-weight: bold;
  font-size: 1rem !important;
  padding: 0 !important;
  margin: 6px 0 !important;
}
@media (max-width: 768px) {
  .products .product h2 {
    font-size: 14px !important;
  }
}
.products .product .price {
  font-size: 18px !important;
  color: var(--e-global-color-text) !important;
}
@media (max-width: 768px) {
  .products .product .price {
    font-size: 14px !important;
  }
}
.products .product .star-rating {
  order: 1;
  font-size: 1em !important;
  color: #FAA61A;
}

.cross-sells > h2, .upsells > h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--e-global-color-text);
  margin: 50px 0 30px;
}

.alignwide {
  margin-inline: 0 !important;
}

#nmww-items-table td {
  background: none !important;
}

.nmww-wishlist-button-count {
  position: absolute;
  top: 17px !important;
  right: 4px !important;
  font-weight: 600 !important;
  background-color: var(--e-global-color-693ea5f) !important;
  font-size: 10px !important;
  height: 1.6em !important;
  inset-inline-end: -0.7em;
  line-height: 1.5em;
  min-width: 1.6em !important;
  text-align: center;
}

.product .nmww-button.for-product, .nmww-button.for-single-product-gallery {
  background: white;
  border-radius: 50%;
  width: 36px !important;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 16px !important;
  left: 16px !important;
  font-size: 22px !important;
  z-index: 1 !important;
}

.wpf_form ul.wpf_submenu {
  margin-top: 0 !important;
}
.wpf_form ul.wpf_submenu:has(li) {
  margin: 0 0 10px !important;
}
.wpf_form .wpf_slider.ui-slider {
  margin-top: 0.8em;
}
.wpf_form .wpf_slider.ui-slider .ui-widget-header {
  background: var(--e-global-color-primary);
}
.wpf_form .wpf_autocomplete input[type=text] {
  padding: 10px 15px 10px 35px !important;
}
.wpf_form .wpf_autocomplete:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjOTE5MTkxIiBkPSJNMzY4IDIwOEExNjAgMTYwIDAgMSAwIDQ4IDIwOGExNjAgMTYwIDAgMSAwIDMyMCAwek0zMzcuMSAzNzEuMUMzMDEuNyAzOTkuMiAyNTYuOCA0MTYgMjA4IDQxNkM5My4xIDQxNiAwIDMyMi45IDAgMjA4UzkzLjEgMCAyMDggMFM0MTYgOTMuMSA0MTYgMjA4YzAgNDguOC0xNi44IDkzLjctNDQuOSAxMjkuMUw1MDUgNDcxYzkuNCA5LjQgOS40IDI0LjYgMCAzMy45cy0yNC42IDkuNC0zMy45IDBMMzM3LjEgMzcxLjF6Ii8+PC9zdmc+");
  position: absolute;
  left: 10px;
  top: 15px;
  width: 15px;
  height: 15px;
  background-size: contain;
  pointer-events: none;
}
.wpf_form .wpf_item label, .wpf_form .wpf_item_onsale .wpf_item_name, .wpf_form .wpf-slider-label {
  font-size: 14px !important;
}
.wpf_form .wpf_item input[type=checkbox] {
  background: var(--e-global-color-150061c);
  border: none;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  position: relative;
}
.wpf_form .wpf_item input[type=checkbox][checked=checked] {
  background: var(--e-global-color-primary);
}
.wpf_form .wpf_item input[type=checkbox][checked=checked]:before {
  top: 2px;
  position: absolute;
  left: 2px;
  font-size: 12px;
  color: white;
}
.wpf_form .wpf_item .wpf_item_name {
  border-bottom: none;
  padding-bottom: 0;
}
.wpf_form .wpf_item li {
  margin: 0;
}
.wpf_form .wpf_item .wpf_item_count {
  color: var(--e-global-color-primary);
  background: none;
  vertical-align: inherit;
  padding: inherit;
  margin-top: inherit;
  line-height: inherit;
}

.wc-block-components-product-price {
  font-size: 1rem !important;
}

body {
  text-underline-position: under;
  font-family: "IBM Plex Sans", sans-serif !important;
}
body .cmplz-cookiebanner {
  transition: none !important;
}
body a {
  color: inherit;
}
body a:hover {
  color: inherit;
}
body strong {
  font-weight: bold;
}
body img {
  display: block;
}
body [type=button]:focus, body [type=submit]:focus, body button:focus, body select:focus, body input:focus, body textarea:focus {
  box-shadow: 0 0 0 2px var(--e-global-color-075fd4e), 0 0 0 5px rgba(237, 84, 7, 0.5);
  outline: none;
}
body input[type=date], body input[type=email], body input[type=number], body input[type=password], body input[type=search], body input[type=tel], body input[type=text], body input[type=url], body select, body textarea {
  border-radius: 8px;
  background: var(--e-global-color-150061c);
  border: none;
}
body select {
  font-size: 14px;
  padding: 10px;
}
body .elementor-icon-wrapper {
  line-height: 1;
}
body .plcrft-prose h1, body .plcrft-prose h2, body .plcrft-prose h3, body .plcrft-prose h4, body .plcrft-prose h5, body .plcrft-prose h6, body .plcrft-prose p, body .plcrft-prose ul, body .plcrft-prose img {
  margin-bottom: 1em;
}
body .plcrft-prose h1, body .plcrft-prose h2, body .plcrft-prose h3, body .plcrft-prose h4, body .plcrft-prose h5, body .plcrft-prose h6 {
  font-size: 1.2em;
}

.plcrft_blog_content {
  display: flex;
  gap: 80px;
}
@media (max-width: 768px) {
  .plcrft_blog_content {
    flex-wrap: wrap;
  }
}
.plcrft_blog_content nav {
  flex: 0 1 40%;
}
@media (max-width: 768px) {
  .plcrft_blog_content nav {
    flex: 0 1 100%;
  }
}
.plcrft_blog_content nav a {
  border-bottom: 1px solid var(--e-global-color-text);
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.plcrft_blog_content nav svg {
  margin-top: 5px;
}
.plcrft_blog_content .content {
  flex: 0 1 60%;
}
@media (max-width: 768px) {
  .plcrft_blog_content .content {
    flex: 0 1 100%;
  }
}
.plcrft_blog_content .inner {
  position: sticky;
  top: 220px;
  left: 0;
}
.plcrft_blog_content .section-title {
  margin: 2em 0 1em;
  font-size: 18px;
}

.elementor-widget-taxonomy-filter .e-filter-item {
  position: relative;
  align-items: baseline !important;
  outline: none;
  background: none !important;
  color: var(--e-global-color-text) !important;
}
.elementor-widget-taxonomy-filter .e-filter-item:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 3px;
  margin-right: 10px;
  flex-shrink: 0;
  transform: translateY(2px);
  background: var(--e-global-color-150061c);
}
.elementor-widget-taxonomy-filter .e-filter-item:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgICAgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjwhLS0hRm9udCBBd2Vzb21lIEZyZWUgNi43LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UvZnJlZSBDb3B5cmlnaHQgMjAyNSBGb250aWNvbnMsIEluYy4tLT4KICAgIDxwYXRoIGZpbGw9IndoaXRlIiBkPSJNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz4KPC9zdmc+");
  background-size: cover;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 2px;
  top: 8px;
  opacity: 0;
}
.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]:after {
  opacity: 1;
}
.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true]:before {
  background: var(--e-global-color-primary);
}

/*# sourceMappingURL=lezardscreation-style.css.map */
