/*
    Styles shared accross all pure (not built with Elementor) WC pages.
*/
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea,
.select2.select2-container .select2-selection[role="combobox"] {
  font: var( --e-global-typography-vamtam_primary_font-font-weight, normal ) var( --e-global-typography-vamtam_primary_font-font-style, normal ) var( --e-global-typography-vamtam_primary_font-font-size )/var( --e-global-typography-vamtam_primary_font-line-height ) var( --e-global-typography-vamtam_primary_font-font-family );letter-spacing: var( --e-global-typography-vamtam_primary_font-letter-spacing, normal );text-transform: var( --e-global-typography-vamtam_primary_font-transform, none );-webkit-text-decoration: var( --e-global-typography-vamtam_primary_font-decoration, none );text-decoration: var( --e-global-typography-vamtam_primary_font-decoration, none );
}
body.woocommerce.woocommerce-account:not(.logged-in) .page-header h1 {
  font: var( --e-global-typography-vamtam_h2-font-weight, normal ) var( --e-global-typography-vamtam_h2-font-style, normal ) var( --e-global-typography-vamtam_h2-font-size )/var( --e-global-typography-vamtam_h2-line-height ) var( --e-global-typography-vamtam_h2-font-family );letter-spacing: var( --e-global-typography-vamtam_h2-letter-spacing, normal );text-transform: var( --e-global-typography-vamtam_h2-transform, none );-webkit-text-decoration: var( --e-global-typography-vamtam_h2-decoration, none );text-decoration: var( --e-global-typography-vamtam_h2-decoration, none );
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title,
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
  font: var( --e-global-typography-vamtam_h4-font-weight, normal ) var( --e-global-typography-vamtam_h4-font-style, normal ) var( --e-global-typography-vamtam_h4-font-size )/var( --e-global-typography-vamtam_h4-line-height ) var( --e-global-typography-vamtam_h4-font-family );letter-spacing: var( --e-global-typography-vamtam_h4-letter-spacing, normal );text-transform: var( --e-global-typography-vamtam_h4-transform, none );-webkit-text-decoration: var( --e-global-typography-vamtam_h4-decoration, none );text-decoration: var( --e-global-typography-vamtam_h4-decoration, none );
}
body.woocommerce.woocommerce-account #sub-header .meta-header .meta-header-inside .vamtam-meta-tax,
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content :is(.woocommerce-Message, .woocommerce-Address-title h3, form h3),
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font: var( --e-global-typography-vamtam_h5-font-weight, normal ) var( --e-global-typography-vamtam_h5-font-style, normal ) var( --e-global-typography-vamtam_h5-font-size )/var( --e-global-typography-vamtam_h5-line-height ) var( --e-global-typography-vamtam_h5-font-family );letter-spacing: var( --e-global-typography-vamtam_h5-letter-spacing, normal );text-transform: var( --e-global-typography-vamtam_h5-transform, none );-webkit-text-decoration: var( --e-global-typography-vamtam_h5-decoration, none );text-decoration: var( --e-global-typography-vamtam_h5-decoration, none );
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tabs .vamtam-tab label,
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
  font: var( --e-global-typography-vamtam_h6-font-weight, normal ) var( --e-global-typography-vamtam_h6-font-style, normal ) var( --e-global-typography-vamtam_h6-font-size )/var( --e-global-typography-vamtam_h6-line-height ) var( --e-global-typography-vamtam_h6-font-family );letter-spacing: var( --e-global-typography-vamtam_h6-letter-spacing, normal );text-transform: var( --e-global-typography-vamtam_h6-transform, none );-webkit-text-decoration: var( --e-global-typography-vamtam_h6-decoration, none );text-decoration: var( --e-global-typography-vamtam_h6-decoration, none );
}
.woocommerce.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .checkout-button,
.woocommerce.woocommerce-page .vamtam-cart-collaterals .coupon button[name=apply_coupon],
.woocommerce.woocommerce-page .checkout_coupon .button[name=apply_coupon],
.woocommerce.woocommerce-page #place_order,
.woocommerce.woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce.woocommerce-page .woocommerce-Button.button,
.woocommerce.woocommerce-page .woocommerce-button.button,
.woocommerce.woocommerce-page.woocommerce-cart .cross-sells ul.products > li.product .button.add_to_cart_button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: auto;
  transition: all 0.3s !important;
  font: bold 16px/1em var(--vamtam-primary-font-font-family);
  border-radius: 0;
  border: none;
  padding: var(--vamtam-button-solid-padding, 22px 27px);
  background: var(--vamtam-accent-color-6);
  color: var(--vamtam-accent-color-6-hc);
  background: var(--vamtam-btn-bg-color);
  color: var(--vamtam-btn-text-color);
  text-transform: none;
}
.woocommerce.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .checkout-button:focus,
.woocommerce.woocommerce-page .vamtam-cart-collaterals .coupon button[name=apply_coupon]:focus,
.woocommerce.woocommerce-page .checkout_coupon .button[name=apply_coupon]:focus,
.woocommerce.woocommerce-page #place_order:focus,
.woocommerce.woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit:focus,
.woocommerce.woocommerce-page .woocommerce-Button.button:focus,
.woocommerce.woocommerce-page .woocommerce-button.button:focus,
.woocommerce.woocommerce-page.woocommerce-cart .cross-sells ul.products > li.product .button.add_to_cart_button:focus {
  outline: none;
  opacity: 1;
}
.woocommerce.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce.woocommerce-page .vamtam-cart-collaterals .coupon button[name=apply_coupon]:hover,
.woocommerce.woocommerce-page .checkout_coupon .button[name=apply_coupon]:hover,
.woocommerce.woocommerce-page #place_order:hover,
.woocommerce.woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce.woocommerce-page .woocommerce-Button.button:hover,
.woocommerce.woocommerce-page .woocommerce-button.button:hover,
.woocommerce.woocommerce-page.woocommerce-cart .cross-sells ul.products > li.product .button.add_to_cart_button:hover {
  text-decoration: none;
}
.woocommerce.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce.woocommerce-page .vamtam-cart-collaterals .coupon button[name=apply_coupon]:hover,
.woocommerce.woocommerce-page .checkout_coupon .button[name=apply_coupon]:hover,
.woocommerce.woocommerce-page #place_order:hover,
.woocommerce.woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce.woocommerce-page .woocommerce-Button.button:hover,
.woocommerce.woocommerce-page .woocommerce-button.button:hover,
.woocommerce.woocommerce-page.woocommerce-cart .cross-sells ul.products > li.product .button.add_to_cart_button:hover {
  background: var(--vamtam-accent-color-1);
  color: var(--vamtam-accent-color-1-hc);
}
.woocommerce.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce.woocommerce-page .vamtam-cart-collaterals .coupon button[name=apply_coupon]:hover,
.woocommerce.woocommerce-page .checkout_coupon .button[name=apply_coupon]:hover,
.woocommerce.woocommerce-page #place_order:hover,
.woocommerce.woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce.woocommerce-page .woocommerce-Button.button:hover,
.woocommerce.woocommerce-page .woocommerce-button.button:hover,
.woocommerce.woocommerce-page.woocommerce-cart .cross-sells ul.products > li.product .button.add_to_cart_button:hover {
  background: var(--vamtam-btn-hover-bg-color);
  color: var(--vamtam-btn-hover-text-color);
}
.woocommerce.woocommerce-page .cart-collaterals .wc-proceed-to-checkout .checkout-button.disabled,
.woocommerce.woocommerce-page .vamtam-cart-collaterals .coupon button[name=apply_coupon].disabled,
.woocommerce.woocommerce-page .checkout_coupon .button[name=apply_coupon].disabled,
.woocommerce.woocommerce-page #place_order.disabled,
.woocommerce.woocommerce-page .woocommerce-form-login .woocommerce-form-login__submit.disabled,
.woocommerce.woocommerce-page .woocommerce-Button.button.disabled,
.woocommerce.woocommerce-page .woocommerce-button.button.disabled,
.woocommerce.woocommerce-page.woocommerce-cart .cross-sells ul.products > li.product .button.add_to_cart_button.disabled {
  opacity: 0.3;
  pointer-events: none !important;
}
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea,
.select2.select2-container .select2-selection[role="combobox"] {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  position: relative;
  outline: none;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--vamtam-input-bg);
  color: var(--vamtam-accent-color-2);
  caret-color: var(--vamtam-accent-color-2);
  padding: 14px 20px;
  line-height: 1.5;
}
input:not([type="radio"]):not([type="checkbox"]):not([class*=elementor-size]),
select:not([class*=elementor-size]),
textarea:not([class*=elementor-size]),
.select2.select2-container .select2-selection[role="combobox"]:not([class*=elementor-size]) {
  min-height: 50px;
}
input:not([type="radio"]):not([type="checkbox"]):not(.elementor-search-form__input),
select:not(.elementor-search-form__input),
textarea:not(.elementor-search-form__input),
.select2.select2-container .select2-selection[role="combobox"]:not(.elementor-search-form__input) {
  border-radius: var(--vamtam-input-border-radius);
}
.select2-dropdown {
  border-radius: var(--vamtam-input-border-radius);
  border: 2px solid var(--vamtam-accent-color-2);
}
.select2-dropdown .select2-search,
.select2-dropdown .select2-search .select2-search__field {
  border: 0 !important;
}
body.woocommerce .woocommerce-notices-wrapper > ul {
  margin: 0 0 30px 0;
}
body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message {
  background-color: var(--vamtam-accent-color-5);
  border: solid 1px var(--vamtam-default-line-color);
}
body.woocommerce .woocommerce-error::before,
body.woocommerce .woocommerce-info::before,
body.woocommerce .woocommerce-message::before {
  display: none;
}
body.woocommerce .woocommerce-error {
  border-color: #b81c23;
  color: #b81c23;
  text-shadow: none;
}
body.woocommerce.woocommerce-account #sub-header {
  border: 0;
}
.vamtam-limited-layout body.woocommerce.woocommerce-account #sub-header {
  border-bottom: 1px solid var(--vamtam-default-line-color);
}
body.woocommerce.woocommerce-account #sub-header.has-background {
  border-top: none;
}
body.woocommerce.woocommerce-account #sub-header.has-background .meta-header-inside {
  display: flex;
  align-items: flex-start;
}
body.layout-full body.woocommerce.woocommerce-account #sub-header.has-background .meta-header-inside {
  justify-content: center;
  text-align: center;
}
body.woocommerce.woocommerce-account #sub-header.has-background .page-header .page-header-line {
  border-color: var(--vamtam-accent-color-5);
  opacity: 0.2;
}
body.woocommerce.woocommerce-account #sub-header .meta-header {
  position: relative;
}
body.woocommerce.woocommerce-account #sub-header .meta-header .meta-header-inside {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: var(--vamtam-content-space-l) 0;
  box-sizing: border-box;
}
body.woocommerce.woocommerce-account #sub-header .meta-header .meta-header-inside .vamtam-meta-tax {
  order: -1;
  width: 100%;
}
body.woocommerce.woocommerce-account #sub-header .meta-header .meta-header-inside .vamtam-meta-tax,
body.woocommerce.woocommerce-account #sub-header .meta-header .meta-header-inside .vamtam-meta-tax a {
  margin-bottom: 20px;
}
body.woocommerce.woocommerce-account #sub-header .page-header {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
body.woocommerce.woocommerce-account #sub-header .page-header .page-header-line {
  display: block;
  width: auto;
  height: 0;
  margin-top: 15px;
  width: 100px;
  border-bottom: 1px solid var(--vamtam-default-line-color);
}
body.woocommerce.woocommerce-account #sub-header .page-header h1 {
  margin: 0px;
  overflow-wrap: break-word;
  max-width: 100%;
}
body.woocommerce.woocommerce-account #sub-header .page-header h1 a {
  color: var(--vamtam-h1-color);
}
.search body.woocommerce.woocommerce-account #sub-header .page-header h1 span {
  display: block;
  line-height: 1.4em;
  font-size: 0.5em;
}
.search body.woocommerce.woocommerce-account #sub-header .page-header h1 span::before,
.search body.woocommerce.woocommerce-account #sub-header .page-header h1 span::after {
  content: ' " ';
}
body.woocommerce.woocommerce-account #sub-header .page-header .desc {
  font-family: var(--vamtam-primary-font-font-family);
  font-size: var(--vamtam-h6-font-size);
  line-height: 1.2em;
  padding-top: 0;
  font-style: normal;
  padding-bottom: 0.9em;
}
body.woocommerce.woocommerce-account #sub-header .checkout-breadcrumb {
  line-height: 1em;
}
body.woocommerce.woocommerce-account #sub-header .checkout-breadcrumb .icon.shortcode {
  line-height: 1.15;
  font-size: 20px;
  padding: 0 20px;
  vertical-align: middle !important;
  color: var(--vamtam-default-line-color);
}
body.woocommerce.woocommerce-account #sub-header .checkout-breadcrumb .title-part-inactive,
body.woocommerce.woocommerce-account #sub-header .checkout-breadcrumb .title-part-inactive a:not(:hover) {
  color: color( from var(--vamtam-accent-color-6) srgb r g b / .3 );
}
body.woocommerce.woocommerce-account .limit-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--vamtam-site-max-width);
  width: auto;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login {
  border: 0;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row {
  display: flex;
  flex-direction: column;
  padding: 0;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register button[name="login"],
body.woocommerce.woocommerce-account form.woocommerce-form-login.login button[name="login"],
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row button[name="login"],
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row button[name="login"] {
  margin-top: 30px;
  margin-right: 0;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"],
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"],
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"],
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"] {
  position: absolute;
  left: -9999px;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"] + span,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"] + span,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"] + span,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"] + span,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"] + label,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"] + label,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"] + label,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"] + label {
  position: relative;
  padding-left: 2.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"] + span:before,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"] + span:before,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"] + span:before,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"] + span:before,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"] + label:before,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"] + label:before,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"] + label:before,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background: #e4e6eb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"] + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"] + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"] + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"] + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"] + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"] + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"] + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"] + label:after {
  content: '\2713';
  position: absolute;
  left: 0.2em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:not(:checked) + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:not(:checked) + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:not(:checked) + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:not(:checked) + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:not(:checked) + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:not(:checked) + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:not(:checked) + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:checked + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:checked + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:checked + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:checked + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:checked + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:checked + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:checked + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:disabled + span:before,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:disabled + span:before,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled + span:before,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled + span:before,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:disabled + label:before,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:disabled + label:before,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled + label:before,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:disabled:checked + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:disabled:checked + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled:checked + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled:checked + span:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:disabled:checked + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:disabled:checked + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled:checked + label:after,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:disabled + span,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:disabled + span,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled + span,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled + span,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .woocommerce-form-login__rememberme [type="checkbox"]:disabled + label,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .woocommerce-form-login__rememberme [type="checkbox"]:disabled + label,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled + label,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row .woocommerce-form-login__rememberme [type="checkbox"]:disabled + label {
  color: #aaa;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row-first,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row-first,
body.woocommerce.woocommerce-account form.woocommerce-form-register.register .form-row-last,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login .form-row-last {
  width: 100%;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register p,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login p {
  margin-bottom: 10px;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register p.lost_password,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login p.lost_password {
  padding: 0;
  margin: 0;
}
body.woocommerce.woocommerce-account form.woocommerce-form-register.register p.lost_password::before,
body.woocommerce.woocommerce-account form.woocommerce-form-login.login p.lost_password::before {
  display: none;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation {
  border: solid 1px var(--vamtam-default-line-color);
  border-radius: var(--vamtam-border-radius);
  margin-bottom: 30px;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation ol,
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0px;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: solid 1px var(--vamtam-default-line-color);
  padding: 0.6em 1em;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content > p {
  margin-bottom: 10px;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content > p > mark {
  background-color: transparent;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content label {
  color: var(--vamtam-primary-font-color);
  font-family: var(--vamtam-primary-font-font-family);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content table {
  border-collapse: collapse;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content table .product-total {
  text-align: end;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content table th {
  font-weight: inherit;
  line-height: inherit;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content table tfoot td {
  text-align: end;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content table td {
  border: solid 1px var(--vamtam-default-line-color);
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title .edit {
  margin-left: auto;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .addresses address {
  font-style: italic;
  margin: 0 0 24px;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column--1 address {
  margin-bottom: 35px;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
  width: 100%;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .edit-account button[type=submit] {
  margin-top: 1em;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title,
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 10px;
}
body.woocommerce.woocommerce-account .vamtam-tabbed {
  max-width: 455px;
  margin: 0 auto;
}
body.woocommerce.woocommerce-account .vamtam-tabbed > [type="radio"] {
  display: none;
}
body.woocommerce.woocommerce-account .vamtam-tabbed > [type="radio"]:nth-of-type(1):checked ~ .vamtam-tabs .vamtam-tab:nth-of-type(1) label,
body.woocommerce.woocommerce-account .vamtam-tabbed > [type="radio"]:nth-of-type(2):checked ~ .vamtam-tabs .vamtam-tab:nth-of-type(2) label {
  border-bottom-color: var(--vamtam-accent-color-1);
}
body.woocommerce.woocommerce-account .vamtam-tabbed > [type="radio"]:nth-of-type(1):checked ~ .vamtam-tab-content .col-1,
body.woocommerce.woocommerce-account .vamtam-tabbed > [type="radio"]:nth-of-type(2):checked ~ .vamtam-tab-content .col-2 {
  display: block;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tabs {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  overflow-x: hidden;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tabs .vamtam-tab {
  min-width: 220px;
  min-height: 30px;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tabs .vamtam-tab label {
  display: block;
  margin-bottom: -1px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--vamtam-accent-color-7);
  color: var(--vamtam-accent-color-1);
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tabs .vamtam-tab:hover label {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .col-1,
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .col-2 {
  border: 0;
  float: none;
  width: 100%;
  display: none;
  text-align: center;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-login,
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-register {
  margin-top: 10px;
  text-align: center;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-login h4,
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-register h4 {
  margin-top: 0;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-register .vamtam-pass-notice {
  order: 1;
  margin-bottom: 0;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-register .woocommerce-privacy-policy-text {
  order: 2;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-register .vamtam-reg-email {
  order: 3;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-register .vamtam-submit {
  margin-top: 25px;
  order: 4;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-row label {
  display: none;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content .woocommerce-form-row input {
  border: 0;
  border-bottom: solid 1px;
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content input::-webkit-input-placeholder {
  font-size: 14px;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content input:-ms-input-placeholder {
  font-size: 14px;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content input::-ms-input-placeholder {
  font-size: 14px;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content input::placeholder {
  font-size: 14px;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tab-content p {
  font-size: 12px;
  line-height: 24px;
}
body.woocommerce.woocommerce-account:not(.logged-in) .page-header .vamtam-logo {
  margin-bottom: 20px;
}
body.woocommerce.woocommerce-account.woocommerce-downloads .woocommerce-info {
  border: 0;
  border-top: 3px solid var(--vamtam-accent-color-7);
}
body.woocommerce.woocommerce-account .vamtam-empty-wishlist-notice {
  display: none;
}
body.woocommerce.woocommerce-account .woosw-item .vamtam-add-to-cart-wrap a.add_to_cart_button {
  display: block;
  text-align: center;
}
body.woocommerce.woocommerce-account.woocommerce-downloads .woocommerce-info {
  border: 0;
  border-top: 3px solid var(--vamtam-accent-color-7);
}
body.woocommerce.woocommerce-account.woocommerce-lost-password {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.woocommerce.woocommerce-account.woocommerce-lost-password > .elementor-location-header {
  flex-shrink: 0;
}
body.woocommerce.woocommerce-account.woocommerce-lost-password > #page {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}
body.woocommerce.woocommerce-account.woocommerce-lost-password > #page > #main-content {
  flex-grow: 1;
  margin-bottom: 30px;
}
body.woocommerce.woocommerce-account.woocommerce-lost-password > #page > .footer-wrapper {
  flex-shrink: 0;
}
body.woocommerce.woocommerce-account.woocommerce .woocommerce-customer-details address,
body.woocommerce.woocommerce-account.woocommerce.woocommerce-checkout.woocommerce-order-received .woocommerce address {
  border: none;
  padding: 20px 0 0 0 !important;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content {
  margin-bottom: 100px;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content > p a {
  text-decoration: underline;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content > p:nth-of-type(2) a {
  font-weight: normal;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type :is(strong, mark) {
  font-weight: inherit;
  color: inherit;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content table {
  border-left-width: 0;
  border-right-width: 0;
  border-top: 1px solid var(--vamtam-accent-color-7);
  border-bottom: 1px solid var(--vamtam-accent-color-7);
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content table th {
  font-family: var(--e-global-typography-vamtam_h6-font-family);
  font-size: var(--e-global-typography-vamtam_h6-font-size);
  font-weight: var(--e-global-typography-vamtam_h6-font-weight) !important;
  text-transform: var(--e-global-typography-vamtam_h6-text-transform);
  line-height: var(--e-global-typography-vamtam_h6-line-height);
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content table td {
  border-left-width: 0 !important;
  font-family: var(--e-global-typography-vamtam_h6-font-family);
  font-size: var(--e-global-typography-vamtam_h6-font-size) !important;
  font-weight: var(--e-global-typography-vamtam_h6-font-weight) !important;
  text-transform: var(--e-global-typography-vamtam_h6-text-transform) !important;
  line-height: var(--e-global-typography-vamtam_h6-line-height);
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content table td:last-of-type {
  border-right-width: 0;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .order-number {
  color: var(--vamtam-accent-color-1);
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 20px !important;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content :is(
			.woocommerce-order-details .woocommerce-order-details__title,
			.woocommerce-customer-details .woocommerce-column__title
		) {
  font: var(--vamtam-h3-font-style, normal) var(--vamtam-h4-font-weight, normal) var(--vamtam-h3-font-size)/var(--vamtam-h4-line-height) var(--vamtam-h3-font-family);
  letter-spacing: var(--vamtam-h3-letter-spacing, normal);
  text-transform: var(--vamtam-h3-transform, none);
  -webkit-text-decoration: var(--vamtam-h3-decoration, none);
          text-decoration: var(--vamtam-h3-decoration, none);
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {
  background-color: transparent !important;
  border: 0px !important;
  padding: 0 0 0 2% !important;
  color: inherit;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  padding-bottom: 10px;
  color: inherit;
  width: 100%;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .addresses address {
  font-style: normal !important;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .addresses .title .edit {
  font-family: var(--e-global-typography-vamtam_h6-font-family);
  font-size: var(--e-global-typography-vamtam_h6-font-size);
  font-weight: var(--e-global-typography-vamtam_h6-font-weight);
  text-decoration: underline;
  text-transform: var(--e-global-typography-vamtam_h6-text-transform);
  margin-bottom: 15px;
  float: left;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content form p:nth-of-type(3) span em {
  display: none;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content form fieldset legend {
  display: none;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields .selection span:first-of-type {
  padding-left: 0!important;
  padding-right: 0 !important;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .elementor-select-wrapper.woocommerce-input-wrapper:before {
  right: 0px;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--vamtam-accent-color-5);
  border: solid 1px var(--vamtam-accent-color-5) !important;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0.6em 0 !important;
  border-bottom: none !important;
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  background-image: linear-gradient(120deg, transparent 0%, transparent 100%);
}
body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-image: linear-gradient(120deg, var(--vamtam-accent-color-3) 0%, var(--vamtam-accent-color-3) 100%);
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: 0 88%;
  transition: background-size 0.25s ease-in;
}
body.woocommerce.woocommerce-account td.woocommerce-table__product-name {
  font-family: var(--vamtam-primary-font-font-family) !important;
  font-size: var(--vamtam-primary-font-font-size) !important;
  font-weight: var(--vamtam-primary-font-font-weight) !important;
  text-transform: none !important;
  line-height: var(--vamtam-primary-font-line-height) !important;
  letter-spacing: var(--vamtam-primary-font-letter-spacing) !important;
}
body.woocommerce.woocommerce-account td.woocommerce-table__product-name .wc-item-meta {
  padding-left: 0;
}
body.woocommerce.woocommerce-account td.woocommerce-table__product-name strong {
  font-weight: var(--vamtam-primary-font-font-weight) !important;
}
@media only screen and (min-width: 769px) {
  body.woocommerce.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 768px) {
  body.woocommerce.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
    padding: 30px 0px 20px 0px;
  }
}
body.woocommerce.woocommerce-account table.shop_table tfoot th {
  border-top: 1px solid var(--vamtam-accent-color-7);
}
body.woocommerce.woocommerce-account table.my_account_orders td {
  font-size: var(--e-global-typography-vamtam_primary_font-font-size);
}
body.woocommerce.woocommerce-account :is(
		.woocommerce-MyAccount-content table.shop_table_responsive tr td::before,
		table.shop_table_responsive tr td::before
	 ) {
  font-weight: 400;
  text-transform: uppercase;
}
body.woocommerce.woocommerce-account :is(
		table.my_account_orders td,
		table.my_account_orders th,
		table.woocommerce-table td,
		table.woocommerce-table th,
		.woocommerce-order-received .woocommerce table.woocommerce-table--order-details th,
		.woocommerce-order-received .woocommerce table.woocommerce-table--order-details td
	) {
  padding: 25px 10px !important;
  color: inherit;
}
body.woocommerce.woocommerce-account .woocommerce-customer-details {
  margin-bottom: 0;
}
body.woocommerce.woocommerce-account .woocommerce-customer-details address p:first-of-type {
  padding-top: 20px;
}
@media only screen and (min-width: 769px) {
  body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .col-1.woocommerce-Address {
    border-right: 1px solid var(--vamtam-accent-color-7);
  }
  body.woocommerce.woocommerce-account .woocommerce-MyAccount-content .col-1.woocommerce-Address :is(
					.title,
					address
				) {
    padding-right: 5%;
  }
  body.woocommerce.woocommerce-account .woocommerce-MyAccount-content :is(
				.col-2.woocommerce-Address .title,
				.col-2.woocommerce-Address address
			) {
    padding-left: 5%;
  }
}
body.woocommerce.woocommerce-account .woocommerce .form-row input.input-text {
  padding: 0;
  min-height: 50px;
}
body.woocommerce.woocommerce-account.woocommerce .woocommerce-MyAccount-content label {
  font-weight: inherit !important;
}
body.woocommerce.woocommerce-account input:focus:not([type="button"]):not([type="submit"]),
body.woocommerce.woocommerce-account .elementor-kit-5 textarea:focus,
body.woocommerce.woocommerce-account .elementor-kit-5 .elementor-field-textual:focus {
  border-width: 0px 0px 1px 0px;
  border-color: var(--vamtam-accent-color-1);
}
body.woocommerce.woocommerce-account .form-row .required {
  font-weight: 300 !important;
  color: var(--vamtam-accent-color-6) !important;
}
body.woocommerce.woocommerce-account .form-row,
body.woocommerce.woocommerce-account .woocommerce .form-row {
  margin: 0 0 30px !important;
  padding: 0;
}
body.woocommerce.woocommerce-account .vamtam-tabbed .vamtam-tabs {
  margin-bottom: 30px;
}
body.woocommerce.woocommerce-account :is(
		.woocommerce-MyAccount-content .woocommerce-address-fields p button.button,
		p.return-to-shop a.button.wc-backward,
		.elementor-widget-container .woocommerce .woocommerce-form-track-order.track_order button.button
	) {
  border-color: var(--vamtam-accent-color-5);
  background-color: var(--vamtam-accent-color-5);
  border-radius: 0;
  transition-duration: 0.3s !important;
}
body.woocommerce.woocommerce-account :is(
		.woocommerce-MyAccount-content .woocommerce-address-fields p button.button:hover,
		p.return-to-shop a.button.wc-backward:hover,
		.woocommerce-form-track-order.track_order button.button:hover
	) {
  border-color: var(--vamtam-accent-color-1) !important;
  background-color: var(--vamtam-accent-color-3) !important;
  color: var(--vamtam-accent-color-1) !important;
}
body.woocommerce.woocommerce-account form .woocommerce-MyAccount-content .show-password-input::after,
body.woocommerce.woocommerce-account form .show-password-input::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f070';
}
/*# sourceMappingURL=elementor-wc-account-all.css.map */