.o-layout {
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .o-layout {
    padding: 40px 0;
  }
}

.o-container-fluid-large {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5vw;
}
@media (min-width: 1920px) {
  .o-container-fluid-large {
    padding: 0 60px;
  }
}
@media (max-width: 767.98px) {
  .o-container-fluid-large {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .o-container-fluid-large {
    width: 100%;
    padding: 0 25px;
  }
}

.o-container-fluid {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .o-container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575.98px) {
  .o-container-fluid {
    width: 100%;
    padding: 0 25px;
  }
}

.c-layout {
  position: relative;
}

.c-layout.m-top-all {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .c-layout.m-top-all {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .c-layout.m-top-all {
    padding-top: 60px;
  }
}
.c-layout.m-top-min {
  padding-top: 60px;
}
@media (max-width: 991.98px) {
  .c-layout.m-top-min {
    padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .c-layout.m-top-min {
    padding-top: 30px;
  }
}
.c-layout.m-top-none {
  padding-top: 0;
}
.c-layout.m-bottom-all {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .c-layout.m-bottom-all {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .c-layout.m-bottom-all {
    padding-bottom: 60px;
  }
}
.c-layout.m-bottom-min {
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .c-layout.m-bottom-min {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .c-layout.m-bottom-min {
    padding-bottom: 30px;
  }
}
.c-layout.m-bottom-none {
  padding-bottom: 0;
}

.c-layout__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-layout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-layout__image--mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .c-layout__image--mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .c-layout__image.has-mobile {
    display: none;
  }
}

.c-layout__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.c-layout__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-layout__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.c-layout.overlap {
  position: relative;
  z-index: 2;
  margin-bottom: -80px;
}
.c-layout.double-overlap {
  position: relative;
  z-index: 2;
  margin-bottom: -160px;
}
.c-layout.above-next-overlap {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.c-layout.above-next-double-overlap {
  position: relative;
  z-index: 2;
  padding-bottom: 160px;
}

.c-layout__separator {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
}

html {
  visibility: visible;
  opacity: 1;
}

main > .bde-woopageaccount {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}
@media (max-width: 575.98px) {
  main > .bde-woopageaccount {
    padding: 40px 25px;
  }
}

#customer_login.col2-set {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  #customer_login.col2-set .col-1,
  #customer_login.col2-set .col-2 {
    float: none;
    width: 100%;
  }
  #customer_login.col2-set .col-1 h2,
  #customer_login.col2-set .col-2 h2 {
    text-align: center;
  }
  #customer_login.col2-set .col-1 form.woocommerce-form,
  #customer_login.col2-set .col-2 form.woocommerce-form {
    margin: 2em auto;
  }
}

.woocommerce:has(> #cfw_empty_side_cart_message) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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