*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

[multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus, [type=checkbox]:focus, [type=radio]:focus {
  box-shadow: none;
}

body {
  background-color: #fff;
}

body,
html {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #222;
}

select {
  font-family: "Poppins", sans-serif;
}

input,
textarea,
button {
  font-family: "Poppins", sans-serif;
  color: inherit;
}
input::placeholder,
textarea::placeholder,
button::placeholder {
  font-weight: inherit;
  color: inherit;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: thin;
}
svg {
  fill: currentColor;
  overflow: visible;
}

[data-td-redirect] {
  cursor: pointer;
}

button:disabled, input:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.vf-flex {
  display: flex;
  flex-direction: row;
}
.vf-flex-column {
  display: flex;
  flex-direction: column;
}

.vf-align-content-center {
  align-content: center;
}

.vf-justify-content-center {
  justify-content: center;
}

.woocommerce-MyAccount-navigation {
  position: absolute;
}

.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80%;
}

.vf-fonts.font-10 {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1rem;
}
.vf-fonts.font-11 {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 0.9375rem;
}
.vf-fonts.font-12 {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1rem;
}
.vf-fonts.font-14 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.25rem;
}
.vf-fonts.font-15 {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.3125rem;
}
.vf-fonts.font-16 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.4375rem;
}
.vf-fonts.font-18 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.4375rem;
}
.vf-fonts.font-20 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.875rem;
}
.vf-fonts.font-22 {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 2.25rem;
}
.vf-fonts.regular {
  font-weight: 400 !important;
}
.vf-fonts.medium {
  font-weight: 500 !important;
}
.vf-fonts.semi-bold {
  font-weight: 600 !important;
}
.vf-fonts.bold {
  font-weight: 700 !important;
}
.vf-fonts.text-left {
  text-align: left;
}
.vf-fonts.text-right {
  text-align: right;
}
.vf-fonts.text-center {
  text-align: center;
}
.vf-fonts.vf-color-labelColor {
  color: #A5A3A3;
}

p.vf-fonts {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
  color: #222;
}
p.vf-fonts.has-span {
  display: flex;
  gap: 12px;
}
p.vf-fonts.has-span.no-gap-span {
  gap: 0;
  display: inline;
}

.vf-button {
  text-decoration: none;
  color: #818181;
  background-color: #E8E8E8;
  padding: 0 0.875rem;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.78125rem;
  width: max-content;
  height: 2.875rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.25s;
  transition-property: color, background-color, border-color;
}
.vf-button::before, .vf-button::after {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.25s;
  transition-property: color, background-color;
}
.vf-button:hover {
  border-color: #222;
  color: #fff;
  background-color: #222;
}
.vf-button:hover::before {
  background-color: currentColor;
  color: currentColor;
}
.vf-button:hover::after {
  color: #222;
}
.vf-button-square {
  aspect-ratio: 1/1;
}
.vf-button-full-content {
  width: 100%;
}
.vf-button-border {
  background-color: #fff;
  color: #E8E8E8;
  border-color: currentColor;
}
.vf-button-border.vf-button-active {
  color: #222;
  background-color: #fff;
  border-color: #222;
}
.vf-button-border:hover {
  color: #fff;
  background-color: #222;
}
.vf-button-active {
  background-color: #fff;
  color: #222;
}
.vf-button-icon-selected {
  padding-top: 0.59375rem;
  padding-bottom: 0.59375rem;
}
.vf-button-icon-selected::before {
  content: "";
  display: block;
  width: auto;
  background-image: url(../../images/icons/check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 1.4375rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
  color: #fff;
}
.vf-button-icon-hanger::before {
  content: "";
  background-color: currentColor;
  -webkit-mask: url(../../images/icons/hanger.svg) no-repeat 50% 50%;
  mask: url(../../images/icons/hanger.svg) no-repeat 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: block;
  width: 1.5625rem;
  height: 1.15625rem;
  color: currentColor;
  transition: none;
}
.vf-button-loader {
  position: relative;
  transition: none;
  border: none;
}
.vf-button-loader.vf-button-border::after {
  border: 2px solid currentColor;
}
.vf-button-loader::after, .vf-button-loader::before {
  content: "";
  position: absolute;
}
.vf-button-loader::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
}
.vf-button-loader::before {
  content: "";
  height: 50%;
  aspect-ratio: 1/1;
  background-color: currentColor;
  z-index: 1;
  -webkit-mask: url(../../images/icons/loader.svg) no-repeat 50% 50%;
  mask: url(../../images/icons/loader.svg) no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask-size: cover;
  border: 2px solid inherit;
  border-radius: 2.5rem;
  animation: loaderSpinner 1.5s forwards linear infinite;
  color: currentColor;
}
.vf-button-dynamicSquare {
  padding: 0.875rem;
  min-width: 2.875rem;
}

@keyframes loaderSpinner {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.vf-link {
  padding: 0;
  text-decoration: none;
  border: none;
  background-color: transparent;
  color: #8039DE;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0002px;
  line-height: 1.3125rem;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.25s;
  transition-property: color;
  cursor: pointer;
}
.vf-link-icon-selected {
  font-family: "Inter", sans-serif;
  display: flex;
  gap: 1.25rem;
}
.vf-link-icon-selected.active::before {
  opacity: 1;
}
.vf-link-icon-selected::before {
  opacity: 0;
  height: 1.4375rem;
  width: 1.4375rem;
  content: url(../../images/icons/check.svg);
  display: block;
  border-radius: 50%;
  background-color: currentColor;
  color: #fff;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.25s;
  transition-property: opacity;
}
.vf-link-black {
  font-family: "Inter", sans-serif;
  color: #AEAEAE;
}
.vf-link-black.active, .vf-link-black.selected {
  color: #222;
}

.vf-icon {
  font-family: "Inter", sans-serif;
  background-color: transparent;
  border: none;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  cursor: pointer;
}
.vf-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../images/icons/restore.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.vf-modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  transition: opacity 0.2s 0.4s;
}
.vf-modal.show {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.2s;
}
.vf-modal.show .modal-dialog {
  transition: transform 0.2s 0.2s;
  transform: translateX(0);
}
.vf-modal .btn-close {
  width: 2rem;
  aspect-ratio: 1/1;
  background-color: #222;
  border-radius: 50%;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0.5rem;
}
.vf-modal .btn-close::before {
  content: "";
  background-color: currentColor;
  -webkit-mask: url(../../images/icons/x.svg) no-repeat 50% 50%;
  mask: url(../../images/icons/x.svg) no-repeat 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  color: currentColor;
}
.vf-modal .modal-dialog {
  width: max-content;
  width: 28.125rem;
  height: 100svh;
  background: #fff;
  margin: 0;
  margin-left: auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.03);
  transform: translateX(100%);
  transition: transform 0.2s;
}
@media (max-width: 450px) {
  .vf-modal .modal-dialog {
    min-width: unset;
    width: 100%;
  }
}
.vf-modal .modal-header {
  padding: 1.5625rem;
  display: flex;
}
.vf-modal .modal-header .btn-close {
  margin-left: auto;
}
.vf-modal .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vf-modal .modal-body {
  flex-grow: 1;
  height: 60%;
  padding: 0.625rem;
}
.vf-modal .modal-body-scroll {
  overflow-y: auto;
}
.vf-modal .vf-person-model {
  height: 100%;
}
.vf-modal .vf-person-model-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vf-modal .vf-person-model-image .vf-model-relative {
  max-height: 100%;
  height: 100%;
}
.vf-modal .vf-person-model-image .vf-model-relative img {
  width: auto;
  height: auto;
  height: 100%;
}
.vf-modal .modal-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1.25rem 1.5625rem;
  gap: 1.25rem;
}
.vf-modal .modal-footer > * {
  margin: 0;
}
.vf-modal .modal-footer .vf-sizes > p {
  margin-bottom: 1rem;
}
.vf-modal .modal-footer .vf-sizes > .vf-flex {
  gap: 0.625rem;
}
.vf-modal .vf-product-preview {
  width: 5.875rem;
  aspect-ratio: 94/116;
}
.vf-modal .vf-product-preview img {
  display: block;
  width: 100%;
  height: 100%;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.6);
}

.vf-product-dimension-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 0.75rem 1.5625rem 0.75rem 0.9375rem;
  width: max-content;
  max-width: 15.625rem;
}
.vf-product-dimension-tooltip.active {
  background-color: #222;
  z-index: 2;
}
.vf-product-dimension-tooltip.active .vf-product-dimension-tooltip-controller {
  background-color: #fff;
  color: #222;
}
.vf-product-dimension-tooltip.active .vf-product-dimension-tooltip-content {
  display: block;
}
.vf-product-dimension-tooltip-controller {
  padding: 0;
  padding: 5px;
  border: none;
  background-color: #222;
  color: #fff;
  width: 1.4375rem;
  height: 1.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.vf-product-dimension-tooltip-controller svg {
  height: 100%;
  width: auto;
  fill: currentColor;
  pointer-events: none;
}
.vf-product-dimension-tooltip-content {
  display: none;
}
.vf-product-dimension-tooltip-content p {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  font-weight: 400;
  color: #fff;
}
.vf-product-dimension__dlugosc, .vf-product-dimension.client-dimension--height {
  left: 50%;
  top: 30%;
}
.vf-product-dimension__szerokosc_klatki_piersiowej {
  left: 38%;
  top: 22%;
  max-width: 218px;
}
.vf-product-dimension__dlugosc_rekawa {
  top: 30%;
  left: -12%;
}
.vf-product-dimension__dlugosc_nogawki {
  bottom: 30%;
  top: auto;
  left: 20%;
}
.vf-product-dimension__obwod_pasa {
  bottom: 55%;
  top: auto;
  left: 35%;
}
.vf-product-dimension__obwod_talii {
  top: 35%;
  left: 35%;
}
.vf-product-dimension__obwod_bioder {
  top: 33%;
  left: 35%;
}
.vf-product-dimension.client-dimension--leg_height {
  bottom: 40%;
  top: auto;
  left: 20%;
}
.vf-product-dimension.client-dimension--waist_perimeter {
  top: 31%;
  left: 25%;
}
.vf-product-dimension.client-dimension--chest_perimeter {
  top: 22%;
  left: 38%;
}
.vf-product-dimension.client-dimension--chest_lenght {
  top: 18%;
  left: 38%;
}
.vf-product-dimension.client-dimension--arm {
  top: 30%;
  left: -20%;
}
.vf-product-dimension.client-dimension--neck_perimeter, .vf-product-dimension__obwd_kolnierza {
  top: 10%;
  left: 38%;
}
.vf-product-dimension.client-dimension--shoulder_lenght {
  top: 10%;
  left: 10%;
}
.vf-product-dimension.client-dimension--hips_perimeter {
  top: 35%;
  left: 20%;
}
.vf-product-dimension.client-dimension--knee_height {
  top: 63%;
  left: 20%;
}

.clothes_measuring-heading {
  font-family: "Inter", sans-serif;
  color: #222;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 2.5rem;
}
.clothes_measuring-heading-smaller {
  font-family: "Inter", sans-serif;
  color: #222;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.5625rem;
}
.clothes_measuring-default {
  font-family: "Inter", sans-serif;
  color: #222;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
}
.clothes_measuring-small {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.0002px;
  line-height: 0.9375rem;
}
.clothes_measuring-info {
  color: #A5A3A3;
}

.vf-text {
  font-family: "Inter", sans-serif;
  margin: 0;
}
.vf-text-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
}
.vf-text-semi-bold {
  font-family: "Inter", sans-serif;
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
}

.client-model-preview {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}
.client-model-preview-heading {
  padding: 2.5rem 1.875rem 0;
}
.client-model-preview-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  padding: 2.5rem 1.875rem 1.875rem;
}
.client-model-preview-body .no-shrink {
  flex-shrink: 0;
}
.client-model-preview .vf-person-model {
  flex: 1;
  overflow: hidden;
}
.client-model-preview .vf-person-model-image {
  padding: 2.8125rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.client-model-preview .vf-model-relative {
  max-height: 100%;
  height: 100%;
}
.client-model-preview .vf-model-relative img {
  width: auto;
  height: auto;
  height: 100%;
}

.vf-group.border-bottom {
  border-bottom: 2px solid #ECECEC;
}
.vf-group.border.big-padding-bottom {
  padding-bottom: 1.875rem;
}

.vf-group-select {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.vf-group-select.last-child-borderless .item:last-child {
  border: none;
}
.vf-group-select .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #D6D6D6;
}
.vf-group-select .item .addtitional-controls {
  width: 30%;
  display: flex;
  gap: 1.25rem;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-duration: 0.25s;
  transition-property: opacity;
}
.vf-group-select .item .addtitional-controls .vf-form-group {
  max-width: 100%;
}
.vf-group-select .item .addtitional-controls .vf-form-group input {
  max-width: 100%;
}
.vf-group-select .item.active .addtitional-controls {
  opacity: 1;
}
.vf-group-select .item.woocommerce-MyAccount-navigation-link a {
  width: 100%;
}
.vf-group-select .item.woocommerce-MyAccount-navigation-link.is-active {
  border-bottom-color: #222;
  position: relative;
}
.vf-group-select .item.woocommerce-MyAccount-navigation-link.is-active::after {
  position: absolute;
  top: calc(50% - 0.625rem);
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../../images/icons/angle_right.svg);
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.vf-product {
  width: calc(33.33% - 1.25rem);
}
.vf-product .product-preview {
  aspect-ratio: 245/360;
  margin-bottom: 20px;
}
.vf-product .product-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vf-form-group {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  font-family: "Inter", sans-serif;
  /* Firefox */
}
.vf-form-group.column {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
.vf-form-group.w-100 {
  width: 100%;
}
.vf-form-group.w-100 .vf-input, .vf-form-group.w-100 .vf-select {
  width: 100%;
}
.vf-form-group.auto-input .vf-input, .vf-form-group.auto-input .vf-select {
  min-width: unset;
}
.vf-form-group .vf-form-group-justify-start {
  justify-content: flex-start;
}
.vf-form-group .vf-form-group-justify-center {
  justify-content: center;
}
.vf-form-group .vf-form-group-justify-end {
  justify-content: flex-end;
}
.vf-form-group-align-start {
  align-items: flex-start;
}
.vf-form-group-align-center {
  align-items: center;
}
.vf-form-group-align-end {
  align-items: flex-end;
}
.vf-form-group label {
  color: #A5A3A3;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
}
.vf-form-group .vf-select,
.vf-form-group .vf-input {
  height: 2.875rem;
  min-width: 160px;
  border-radius: 0px;
  color: #222;
  border: 2px solid currentColor;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}
.vf-form-group .vf-select:hover, .vf-form-group .vf-select:focus, .vf-form-group .vf-select:active,
.vf-form-group .vf-input:hover,
.vf-form-group .vf-input:focus,
.vf-form-group .vf-input:active {
  border-color: currentColor;
  color: #222;
  box-shadow: unset;
}
.vf-form-group .vf-input-simulate-text {
  background: none;
  border: none;
  padding: 0;
  min-width: unset;
  text-align: right;
  width: unset;
  box-shadow: none;
  border-radius: unset;
  color: #222;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.5625rem;
}
.vf-form-group .vf-input-simulate-text:focus {
  border-color: transparent;
  outline: none;
  box-shadow: unset;
}
.vf-form-group input::-webkit-outer-spin-button,
.vf-form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.vf-form-group input[type=number] {
  -moz-appearance: textfield;
}
.vf-form-group .vf-select {
  background: #fff url(../../images/icons/angle-down.svg) no-repeat right 20px top 55%;
}

.vf-select,
.vf-input {
  height: 2.875rem;
  min-width: 160px;
  border-radius: 0px;
  color: #222;
  border: 2px solid currentColor;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
}
.vf-select:hover, .vf-select:focus, .vf-select:active,
.vf-input:hover,
.vf-input:focus,
.vf-input:active {
  border-color: currentColor;
  color: #222;
  box-shadow: unset;
}

.vf-input-simulate-text {
  background: none;
  border: none;
  padding: 0;
  min-width: unset;
  text-align: right;
  width: unset;
  box-shadow: none;
  border-radius: unset;
  color: #222;
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0002px;
  line-height: 1.5625rem;
}
.vf-input-simulate-text:focus {
  border-color: transparent;
  outline: none;
  box-shadow: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.vf-select {
  background: #fff url(../../images/icons/angle-down.svg) no-repeat right 20px top 55%;
}

.woocommerce-MyAccount-content {
  width: 100vw;
  height: 100svh;
  display: grid;
  grid-template-columns: 20% 1fr 450px;
  grid-template-rows: 100%;
}

.woocommerce-MyAccount-navigation {
  width: 20%;
  height: 100%;
  padding: 2.5rem 3.75rem;
}

.client-main-content {
  padding: 2.5rem 6.25rem 0;
  display: flex;
  flex-direction: column;
}
.client-main-content .scroll-content-parent {
  padding-right: 3.75rem;
  overflow-y: auto;
  height: 100%;
  margin-bottom: 1.25rem;
}
.client-main-content .scroll-content-parent::-webkit-scrollbar {
  width: 2px;
  /* width of the entire scrollbar */
}
.client-main-content .scroll-content-parent::-webkit-scrollbar-track {
  background: #F1EBEB;
  /* color of the tracking area */
}
.client-main-content .scroll-content-parent::-webkit-scrollbar-thumb {
  background-color: #222;
  /* color of the scroll thumb */
}
.client-main-content .scroll-content-parent .scroll-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  row-gap: 2.5rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-5 {
  margin-top: 0.3125rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-25 {
  margin-top: 1.5625rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-35 {
  margin-top: 2.1875rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-55 {
  margin-top: 3.4375rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-5 {
  margin-right: 0.3125rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.mr-15 {
  margin-right: 0.9375rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mr-25 {
  margin-right: 1.5625rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mr-55 {
  margin-right: 3.4375rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-5 {
  margin-bottom: 0.3125rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-55 {
  margin-bottom: 3.4375rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-5 {
  margin-left: 0.3125rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.ml-25 {
  margin-left: 1.5625rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-55 {
  margin-left: 3.4375rem;
}

.w-85 {
  width: 85%;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ml-auto {
  margin-left: auto;
}

.pl-20 {
  padding-left: 1.25rem;
}

/*# sourceMappingURL=main.css.map */
