@charset "UTF-8";
:root {
  --ebx-slate-50-color: #f4f4f6;
  --ebx-slate-100-color: #e7e8ec;
  --ebx-slate-200-color: #c4c5cf;
  --ebx-slate-300-color: #a1a2b3;
  --ebx-slate-400-color: #7d7f96;
  --ebx-slate-500-color: #5a5d79;
  --ebx-slate-600-color: #363a5d;
  --ebx-slate-700-color: #131740;
  --ebx-slate-800-color: #101436;
  --ebx-slate-900-color: #0d102d;
  --ebx-primary-color: #8358ff;
  --ebx-secondary-color: #ffb31a;
  --ebx-post-link-color: #2f95ef;
  --ebx-primary-color: hsl(40, 100%, 55%);
  --ebx-primary-color-h: 40;
  --ebx-primary-color-s: 100%;
  --ebx-primary-color-l: 55%;
  --ebx-primary-rgb: 131, 88, 255;
  --ebx-dark-color: var(--ebx-slate-700-color);
  --ebx-light-color: var(--ebx-slate-50-color);
  --ebx-background-color: #ffffff;
  --ebx-foreground-color: var(--ebx-slate-700-color);
  --ebx-text-color: var(--ebx-slate-500-color);
  --ebx-border-color: var(--ebx-slate-100-color);
  --ebx-links-color: var(--ebx-primary-color);
  --ebx-links-hover-color: var(--ebx-foreground-color);
  --ebx-woo-color-highlight: #26bb44;
  --ebx-buttons-background-color: #ffb31a;
  --ebx-buttons-text-color: var(--ebx-slate-900-color);
  --ebx-buttons-hover-background-color: transparent;
  --ebx-buttons-hover-border-color: var(--ebx-buttons-background-color);
  --ebx-buttons-hover-text-color: var(--ebx-slate-700-color);
  --ebx-heading-font: "Urbanist", sans-serif;
  --ebx-body-font: "Inter", sans-serif;
  --ebx-heading-font-weight: 700;
  --ebx-button-font-weight: 600;
  --ebx-line-height--sm: 1.1;
  --ebx-font-size--3x-large: 2.25rem;
  --ebx-font-size--2x-large: 2rem;
  --ebx-font-size--x-large: 1.75rem;
  --ebx-font-size--large: 1.5rem;
  --ebx-font-size--medium: 1.25rem;
  --ebx-font-size--2x-small: 0.75rem;
  --ebx-font-size--x-small: 0.9375rem;
  --ebx-h1-size: 2.5rem;
  --ebx-h2-size: 2.125rem;
  --ebx-h3-size: 1.75rem;
  --ebx-h4-size: 1.5rem;
  --ebx-h5-size: 1.25rem;
  --ebx-h6-size: 1.125rem;
  --ebx-transition: cubic-bezier(0.33, 0, 0.25, 1);
  --ebx-transition--all: all 0.3s var(--ebx-transition);
  --ebx-rounded: 1rem;
  --ebx-rounded--xs: 0.25rem;
  --ebx-rounded--sm: 0.5rem;
  --ebx-rounded--md: 0.75rem;
  --ebx-rounded--lg: 1.5rem;
  --ebx-shadow: 0px 4px 6px -4px rgba(13, 16, 45, 0.1),
  	0px 10px 15px -3px rgba(13, 16, 45, 0.1);
  --ebx-nav-height: 88px;
  --ebx-container-width--narrow: 840px;
  --ebx-container-width: 1420px;
  --ebx-container-width--wide: 1400px;
}

/* Woo Block Styles
-------------------------------------------------------*/
.wc-block-grid__products {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .wc-block-grid__products {
    margin: 0 -10px 24px !important;
  }
}
.wc-block-grid__products .wc-block-grid__product {
  margin-bottom: 16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .wc-block-grid__products .wc-block-grid__product {
    border-left-width: 10px;
    border-right-width: 10px;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .wc-block-grid .wc-block-grid__product {
    padding: 0 !important;
  }
}
.wc-block-grid__products .wc-block-grid__product-image img {
  width: 100%;
  border-radius: var(--ebx-rounded--sm);
}

.wc-block-grid__product .wc-block-grid__product-link {
  text-decoration: none;
}
.wc-block-grid__product .wc-block-grid__product-link:hover .wc-block-grid__product-title, .wc-block-grid__product .wc-block-grid__product-link:focus .wc-block-grid__product-title {
  color: var(--ebx-primary-color);
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 1.125rem;
  font-family: var(--ebx-heading-font);
  font-weight: var(--ebx-heading-font-weight);
  color: var(--ebx-foreground-color);
}

.wc-block-grid__product .wc-block-grid__product-title {
  margin-top: 1rem !important;
  margin-bottom: 0.25em !important;
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
  font-size: 1rem;
  font-weight: normal;
}

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

.wc-block-grid__product-price del {
  opacity: 0.5;
  margin-right: 8px;
}

.wc-block-grid__product-rating {
  color: #fdd835;
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  font-size: var(--ebx-font-size--2x-small);
  min-width: 76px;
  letter-spacing: 3px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
  margin-top: 20px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 0.875rem;
  padding: 15px 34px;
  line-height: 1.15;
  -webkit-transition: var(--ebx-transition--all);
  transition: var(--ebx-transition--all);
}

/* Widgets common styles
/*-------------------------------------------------------*/
.wc-blocks-filter-wrapper > .wp-block-heading {
  font-size: 1.125rem;
}

.wc-block-attribute-filter__title,
.wc-block-price-filter__title,
.wc-block-active-filters__title {
  font-size: 1rem;
  margin-top: 1rem;
}
.editor-styles-wrapper .wc-block-attribute-filter__title,
.editor-styles-wrapper .wc-block-price-filter__title,
.editor-styles-wrapper .wc-block-active-filters__title {
  font-size: 1rem;
  margin-top: 1rem;
}

/* Widget Price Filter 
/*-------------------------------------------------------*/
.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--ebx-primary-color);
  height: 4px;
}

.wc-block-components-price-slider__range-input {
  top: -1px;
}

.wc-block-components-price-slider__range-input-wrapper {
  height: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--ebx-border-color);
  margin-bottom: 2rem;
}

.wc-block-price-filter__controls input {
  border-color: var(--ebx-border-color) !important;
}

.wc-block-price-filter__controls .wc-block-form-text-input {
  font-size: 1rem;
}

/* Widget Product Search 
/*-------------------------------------------------------*/
.wc-block-product-search__fields {
  position: relative;
}
.wc-block-product-search .wc-block-product-search__field {
  margin-bottom: 0;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.wc-block-product-search .wc-block-product-search__button {
  border: 0;
  height: 100%;
  background-color: transparent;
  color: var(--ebx-foreground-color);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.wc-block-product-search .wc-block-product-search__button:hover, .wc-block-product-search .wc-block-product-search__button:focus {
  background-color: transparent;
  color: var(--ebx-primary-color);
}
.wc-block-product-search .wc-block-product-search__button svg {
  display: none;
}
.wc-block-product-search .wc-block-product-search__button::after {
  display: block;
  font-size: 0.9375rem;
  font-family: "envisionx";
  content: "\e905";
}

/* Widget Product Categories List
/*-------------------------------------------------------*/
.wc-block-product-categories-list {
  padding-left: 0;
  list-style: none;
}
.wc-block-product-categories-list-item a {
  font-size: 1rem;
  text-decoration: none;
  color: var(--wp--preset--color--text-regular);
}

/* Widget Products by Attribute 
/*-------------------------------------------------------*/
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
  vertical-align: middle;
  font-size: 1rem;
}
.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--wp--preset--color--stroke);
  border: 1px solid var(--wp--preset--color--stroke);
}

/* Cart
/*-------------------------------------------------------*/
.wc-block-cart__empty-cart__title {
  text-align: center;
}

.is-large.wc-block-cart {
  margin-bottom: 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-item__image {
  padding-left: 0;
}

.is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row td.wc-block-cart-item__total {
  padding-right: 0;
}

.wc-block-cart-item__wrap .wc-block-components-product-name {
  font-family: var(--ebx-heading-font);
  font-weight: var(--ebx-heading-font-weight);
  color: var(--ebx-foreground-color);
  font-size: 0.875rem;
}

.wc-block-components-product-badge {
  color: var(--ebx-woo-color-highlight);
}

.wc-block-components-totals-footer-item {
  color: var(--ebx-foreground-color);
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:not(:last-child) {
  border-bottom: 1px solid var(--ebx-border-color);
}

.wc-block-components-button:not(.is-link) {
  text-decoration: none;
}

.wc-block-components-text-input input,
.components-form-token-field__input {
  height: auto;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px var(--ebx-primary-color);
          box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px var(--ebx-primary-color);
}

.wc-block-grid__product-add-to-cart + .yith-wcwl-add-to-wishlist {
  display: none;
}

/* Checkout 
/*-------------------------------------------------------*/
.woocommerce-page .is-large .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-page .wc-block-components-totals-wrapper,
.woocommerce-page .is-large .wc-block-checkout__actions,
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items td,
.woocommerce-page .is-large.wc-block-cart .wc-block-cart-items,
.woocommerce-page .wp-block-woocommerce-cart-order-summary-totals-block,
.woocommerce-page .wc-block-components-quantity-selector:after,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-page .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-text-input input[type=url],
.woocommerce-page .wc-block-components-textarea,
.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
  border-color: var(--ebx-border-color);
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::after {
  display: none;
}

/* Editor Styles
-------------------------------------------------------*/
.editor-styles-wrapper[data-widget-area-id=envisionx-blog-sidebar] > .block-editor-block-list__layout > .wp-block,
.editor-styles-wrapper[data-widget-area-id=envisionx-shop-sidebar] > .block-editor-block-list__layout > .wp-block,
.editor-styles-wrapper[data-widget-area-id=envisionx-page-sidebar] > .block-editor-block-list__layout > .wp-block {
  margin-bottom: 60px;
}
.editor-styles-wrapper[data-widget-area-id=envisionx-blog-sidebar] a,
.editor-styles-wrapper[data-widget-area-id=envisionx-shop-sidebar] a,
.editor-styles-wrapper[data-widget-area-id=envisionx-page-sidebar] a {
  color: var(--ebx-foreground-color);
  text-decoration: none;
}
.editor-styles-wrapper[data-widget-area-id=envisionx-blog-sidebar] .widget-title,
.editor-styles-wrapper[data-widget-area-id=envisionx-shop-sidebar] .widget-title,
.editor-styles-wrapper[data-widget-area-id=envisionx-page-sidebar] .widget-title {
  font-size: 1.125rem;
  margin-bottom: 24px;
  color: var(--ebx-foreground-color);
  font-weight: var(--ebx-heading-font-weight);
}

.container {
  max-width: var(--ebx-container-width);
  margin-left: auto;
  margin-right: auto;
}

.post-type-post .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > :where(:not(.alignleft):not(.alignright)),
.post-type-post .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  max-width: var(--ebx-container-width--narrow);
}

.envisionx-left-sidebar .edit-post-visual-editor .wp-block.alignfull,
.envisionx-left-sidebar .edit-post-visual-editor .wp-block.alignwide,
.envisionx-right-sidebar .edit-post-visual-editor .wp-block.alignfull,
.envisionx-right-sidebar .edit-post-visual-editor .wp-block.alignwide {
  max-width: var(--ebx-container-width--narrow) !important;
}
.envisionx-left-sidebar .edit-post-visual-editor .wp-block[data-align=full],
.envisionx-left-sidebar .edit-post-visual-editor .wp-block[data-align=wide],
.envisionx-right-sidebar .edit-post-visual-editor .wp-block[data-align=full],
.envisionx-right-sidebar .edit-post-visual-editor .wp-block[data-align=wide] {
  max-width: var(--ebx-container-width);
}
.envisionx-left-sidebar .wp-block.alignfull,
.envisionx-right-sidebar .wp-block.alignfull {
  margin-left: auto;
  margin-right: auto;
}

.envisionx-fullwidth .edit-post-visual-editor .wp-block[data-align=wide] {
  max-width: var(--ebx-container-width--wide);
}
.envisionx-fullwidth .edit-post-visual-editor .wp-block[data-align=full] {
  max-width: none;
}
.envisionx-fullwidth .wp-block[data-align=wide] {
  max-width: var(--ebx-container-width);
}

@media only screen and (min-width: 576px) {
  .wp-block.alignright,
  .wp-block.alignleft {
    max-width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .wp-block.alignright,
  .wp-block.alignleft {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignright {
    max-width: 100%;
  }
}
/* Typography
-------------------------------------------------------*/
.edit-post-visual-editor a,
.editor-rich-text__tinymce a {
  color: var(--ebx-post-link-color);
  text-decoration: none;
}

.editor-styles-wrapper {
  font-family: var(--ebx-body-font);
  color: var(--ebx-text-color);
}

.edit-post-visual-editor p,
.edit-post-visual-editor,
.blocks-rich-text__tinymce.mce-content-body {
  font-size: inherit;
}

/* Headings
-------------------------------------------------------*/
.edit-post-visual-editor .editor-post-title__input,
.editor-styles-wrapper :where(h1, h2, h3, h4, h5, h6),
.edit-post-visual-editor :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--ebx-heading-font);
  color: var(--ebx-foreground-color);
  font-weight: var(--ebx-heading-font-weight);
}

.editor-post-title__input {
  font-size: var(--ebx-h1-size);
}

.edit-post-visual-editor h1 {
  font-size: var(--ebx-h1-size);
}

.edit-post-visual-editor h2 {
  font-size: var(--ebx-h2-size);
}

.edit-post-visual-editor h3 {
  font-size: var(--ebx-h3-size);
}

.edit-post-visual-editor h4 {
  font-size: var(--ebx-h4-size);
}

.edit-post-visual-editor h5 {
  font-size: var(--ebx-h5-size);
}

.edit-post-visual-editor h6 {
  font-size: var(--ebx-h6-size);
}

@media only screen and (max-width: 575px) {
  .edit-post-visual-editor h1 {
    font-size: var(--ebx-h1-size) !important;
  }
  .edit-post-visual-editor h2 {
    font-size: var(--ebx-h2-size) !important;
  }
  .edit-post-visual-editor h3 {
    font-size: var(--ebx-h3-size) !important;
  }
  .edit-post-visual-editor h4 {
    font-size: var(--ebx-h4-size) !important;
  }
}
/* Lists
-------------------------------------------------------*/
dd,
li {
  margin-bottom: 0;
}

.edit-post-visual-editor .wp-block[data-type="core/list"] ol,
.edit-post-visual-editor .wp-block[data-type="core/list"] ul {
  margin-left: 0;
  padding-left: 1.2em;
}

/* Separators
-------------------------------------------------------*/
.wp-block-separator {
  border-top: 1px solid;
  border-color: var(--ebx-border-color);
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px !important;
}

.wp-block-separator.is-style-dots:before {
  font-weight: 500;
}

.wp-block-separator.is-style-dots:before {
  color: var(--ebx-text-color);
}

/* Tables
-------------------------------------------------------*/
.edit-post-visual-editor table {
  border-spacing: 0;
}
.edit-post-visual-editor td,
.edit-post-visual-editor th {
  border-color: var(--ebx-border-color);
}
.edit-post-visual-editor th {
  text-align: left;
}
.edit-post-visual-editor .wp-block-table__cell-content {
  padding: 10px;
}

/* Cover Image
-------------------------------------------------------*/
.wp-block-cover,
.wp-block-cover-image {
  font-size: 1rem;
  padding: 2em;
  line-height: 1.3;
}

[data-align=left] .wp-block-cover,
[data-align=left] .wp-block-cover-image,
[data-align=right] .wp-block-cover,
[data-align=right] .wp-block-cover-image {
  max-width: 100%;
}

[data-align=left] .wp-block-cover,
[data-align=right] .wp-block-cover {
  margin-top: 10px;
  margin-bottom: 1.5em;
}

/* Buttons
-------------------------------------------------------*/
.editor-styles-wrapper .wp-element-button,
.editor-styles-wrapper .wp-block-button__link {
  padding: 19px 48px;
  font-size: 1rem;
  border-radius: var(--ebx-rounded--sm);
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none !important;
  line-height: 1.1 !important;
  font-family: var(--ebx-heading-font);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover {
  background-color: var(--ebx-foreground-color);
}

/* Latest Posts / Categories / Comments
-------------------------------------------------------*/
.wp-block-categories ul {
  padding-left: 0;
  list-style: none;
}

.edit-post-visual-editor .wp-block-categories ul,
.edit-post-visual-editor ul.wp-block-archives {
  padding-left: 18px;
  margin-left: 0;
}

.edit-post-visual-editor .wp-block-latest-posts {
  padding-left: 0;
}
.edit-post-visual-editor .wp-block-latest-posts a {
  display: inline-block;
  line-height: 1.3;
}

/* Latest Posts
-------------------------------------------------------*/
.wp-block-latest-posts__list {
  overflow: hidden;
}

.wp-block-latest-posts li {
  margin-bottom: 1rem;
}

/* Preformatted / Verse
-------------------------------------------------------*/
.wp-block-code,
.wp-block-preformatted pre,
.wp-block-verse {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  color: inherit;
}

.wp-block-verse pre,
pre.wp-block-verse {
  color: inherit;
  padding: 0;
}

/* Blockquotes
-------------------------------------------------------*/
blockquote {
  margin: 0;
  overflow: hidden;
}
blockquote p {
  font-style: italic;
}

.edit-post-visual-editor .wp-block-quote {
  padding: 12px 40px;
  border-left: 3px solid var(--ebx-primary-color);
}
.edit-post-visual-editor .wp-block-quote[style*="text-align: left"] {
  border-left: 3px solid var(--ebx-primary-color);
}
.edit-post-visual-editor .wp-block-quote[style*="text-align: center"] {
  border: 0;
}
.edit-post-visual-editor .wp-block-quote[style*="text-align: right"] {
  border-right: 3px solid var(--ebx-primary-color);
  border-left: 0;
}
.edit-post-visual-editor .wp-block-quote p {
  color: var(--ebx-foreground-color);
  line-height: 1.6;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 12px;
}
.edit-post-visual-editor .wp-block-quote__citation {
  font-size: 0.875rem;
  font-style: normal;
  color: var(--ebx-text-color);
  opacity: 0.7;
}
.edit-post-visual-editor .wp-block-quote.is-large p,
.edit-post-visual-editor .wp-block-quote.is-style-large p {
  font-size: 2rem;
}
.edit-post-visual-editor .wp-block-quote.is-style-large .wp-block-quote__citation,
.edit-post-visual-editor .wp-block-quote.is-large .wp-block-quote__citation {
  font-size: 1rem;
}

/* Pullquotes
-------------------------------------------------------*/
.wp-block-pullquote {
  position: relative;
  border: 0;
  text-align: left;
  color: var(--ebx-foreground-color);
  margin-top: 0;
  padding: 0.2em 1em 0.2em 2.5em;
}
.wp-block-pullquote blockquote p {
  margin-bottom: 0;
  margin-top: 0;
  font-style: italic;
}
.wp-block-pullquote::before {
  content: "“";
  color: var(--ebx-primary-color);
  left: 0;
  top: 0;
  position: absolute;
  font-size: 5rem;
  line-height: 1;
}
.wp-block-pullquote .wp-block-pullquote__citation {
  text-transform: none;
  opacity: 0.7;
  font-style: normal;
  font-size: 1rem;
  margin-top: 1em;
}
.wp-block-pullquote.is-style-solid-color {
  margin-top: 10px;
  padding: 40px 0;
}
.wp-block-pullquote.is-style-solid-color::before {
  left: 10px;
  top: 10px;
}

/* Woo Blocks
-------------------------------------------------------*/
.wc-block-grid__product-onsale {
  position: absolute;
  z-index: 9;
  padding: 6px 12px;
  font-size: 0.625rem;
  left: 10px;
  top: 10px;
  right: auto;
  margin: 0;
  border-radius: 5px;
  min-height: auto;
  line-height: 1;
  background-color: var(--ebx-foreground-color);
  color: #ffffff;
  text-transform: uppercase;
}