.elementor-94 .elementor-element.elementor-element-f02f037{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-94 .elementor-element.elementor-element-f02f037:not(.elementor-motion-effects-element-type-background), .elementor-94 .elementor-element.elementor-element-f02f037 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1deed968 );}.elementor-94 .elementor-element.elementor-element-0ecfd77{text-align:start;}.elementor-94 .elementor-element.elementor-element-0ecfd77 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );color:var( --e-global-color-7b598ac );}.elementor-94 .elementor-element.elementor-element-7a6af16{text-align:start;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );color:var( --e-global-color-text );}.elementor-94 .elementor-element.elementor-element-7a6af16 p{margin-block-end:20px;}.elementor-94 .elementor-element.elementor-element-2abd52be{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-94 .elementor-element.elementor-element-2abd52be:not(.elementor-motion-effects-element-type-background), .elementor-94 .elementor-element.elementor-element-2abd52be > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1deed968 );}.elementor-94 .elementor-element.elementor-element-2abd52be.e-con{--align-self:stretch;}@media(max-width:1024px){.elementor-94 .elementor-element.elementor-element-0ecfd77 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-94 .elementor-element.elementor-element-7a6af16{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-94 .elementor-element.elementor-element-0ecfd77 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-94 .elementor-element.elementor-element-7a6af16{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS for container, class: .elementor-element-2abd52be *//* BB Account Page */
.bb-account-page {
  background: #0E0E0E;
  color: #E8E2D6;
}

.bb-account-page,
.bb-account-page p,
.bb-account-page label,
.bb-account-page span,
.bb-account-page div {
  color: #E8E2D6;
}

.bb-account-page a {
  color: #947445;
}

.bb-account-page a:hover {
  color: #B58A45;
}

/* Account navigation */
.bb-account-page .woocommerce-MyAccount-navigation {
  background: #161718;
  border: 1px solid #292724;
  border-radius: 14px;
  padding: 14px;
}

.bb-account-page .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bb-account-page .woocommerce-MyAccount-navigation li {
  margin-bottom: 6px;
}

.bb-account-page .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #E8E2D6;
  text-decoration: none;
}

.bb-account-page .woocommerce-MyAccount-navigation li.is-active a,
.bb-account-page .woocommerce-MyAccount-navigation a:hover {
  background: #7E5820;
  color: #E8E2D6;
}

/* Account content box */
.bb-account-page .woocommerce-MyAccount-content {
  background: #161718;
  border: 1px solid #292724;
  border-radius: 14px;
  padding: 22px;
}

/* Tables */
.bb-account-page table.shop_table,
.bb-account-page table.shop_table th,
.bb-account-page table.shop_table td {
  background: #161718 !important;
  color: #E8E2D6 !important;
  border-color: #292724 !important;
}

/* Forms */
.bb-account-page input.input-text,
.bb-account-page textarea,
.bb-account-page select {
  background: #151617 !important;
  color: #E8E2D6 !important;
  border: 1px solid #2D2D2D !important;
  border-radius: 8px !important;
  min-height: 44px;
}

.bb-account-page input.input-text:focus,
.bb-account-page textarea:focus,
.bb-account-page select:focus {
  border-color: #7E5820 !important;
  box-shadow: 0 0 0 2px rgba(126, 88, 32, 0.25) !important;
  outline: none !important;
}

/* Buttons */
.bb-account-page .button,
.bb-account-page button.button,
.bb-account-page input.button {
  background: #7E5820 !important;
  color: #E8E2D6 !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  padding: 12px 20px !important;
}

.bb-account-page .button:hover,
.bb-account-page button.button:hover,
.bb-account-page input.button:hover {
  background: #947445 !important;
  color: #E8E2D6 !important;
}/* End custom CSS */