/*################################################################################//
//########################     Home Page Styles     ##############################//
//################################################################################*/
/*########################         Imports          ##############################*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
/*##########################     Mixins    ##############################*/
/*########################         Default Styles       ##########################*/
.page-wrapper {
  box-sizing: border-box;
  padding-top: 100px;
  background-color: #ffffff;
  overflow: hidden;
}

/*############################################################################
##########################     starter container   ###########################
############################################################################*/
.image-row {
  max-width: 1920px;
  height: 500px;
  overflow: hidden;
  object-position: center;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.image-row img {
  position: absolute;
  bottom: 0%;
  z-index: 1;
  filter: brightness(40%);
}
.image-row img::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.image-row .header {
  position: absolute;
  top: 40%;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  color: #ffffff;
  z-index: 3;
  font-size: 54px;
}

.starter-row {
  height: max-content;
  padding: 50px 0px;
}
.starter-row .starter-container .woocommerce {
  width: 100%;
  gap: 5%;
  padding: 20px;
}
.starter-row .starter-container .woocommerce .u-columns .u-column1 h2, .starter-row .starter-container .woocommerce .u-columns .u-column2 h2 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #e2001a;
}
.starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-login, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-register, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-login, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-register {
  border: 1px solid #e2001a;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #e2001a;
}
.starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-login input:focus, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-register input:focus, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-login input:focus, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-register input:focus {
  box-shadow: 0 0 0 0.1rem rgba(250, 27, 27, 0.671);
  border: none;
}
.starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-login .woocommerce-form-login__submit, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-login .woocommerce-form-register__submit, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-register .woocommerce-form-login__submit, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-register .woocommerce-form-register__submit, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-login .woocommerce-form-login__submit, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-login .woocommerce-form-register__submit, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-register .woocommerce-form-login__submit, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-register .woocommerce-form-register__submit {
  border: 1px solid #e2001a;
  color: #ffffff;
  background-color: #e2001a;
  font-weight: 500;
  margin: 20px 0px;
}
.starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-login .woocommerce-form-login__submit:hover, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-login .woocommerce-form-register__submit:hover, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-register .woocommerce-form-login__submit:hover, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-register .woocommerce-form-register__submit:hover, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-login .woocommerce-form-login__submit:hover, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-login .woocommerce-form-register__submit:hover, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-register .woocommerce-form-login__submit:hover, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-register .woocommerce-form-register__submit:hover {
  color: #e2001a;
  background-color: #ffffff;
}
.starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-login .lost_password a, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-register .lost_password a, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-login .lost_password a, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-register .lost_password a {
  color: #e2001a;
}
.starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-login .woocommerce-privacy-policy-link, .starter-row .starter-container .woocommerce .u-columns .u-column1 .woocommerce-form-register .woocommerce-privacy-policy-link, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-login .woocommerce-privacy-policy-link, .starter-row .starter-container .woocommerce .u-columns .u-column2 .woocommerce-form-register .woocommerce-privacy-policy-link {
  color: #e2001a;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-navigation {
  width: 35%;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-navigation .list-group {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-navigation .list-group .is-active {
  background-color: #e2001a;
  color: #ffffff;
  border: 1px solid #e2001a;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-content {
  width: 60%;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-content div, .starter-row .starter-container .woocommerce .woocommerce-MyAccount-content p {
  font-family: "Source Sans 3", sans-serif;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-content a {
  color: #e2001a;
  text-decoration: none;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  font-family: "Source Sans 3", sans-serif;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-content .woocommerce-info a {
  background-color: #e2001a;
  border: 1px solid #e2001a;
  font-family: "Source Sans 3", sans-serif;
  color: #ffffff;
  transition: 0.4s all ease;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-content .woocommerce-info a:hover {
  background-color: #ffffff;
  color: #e2001a;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-content .woocommerce::before {
  content: "\e028";
  color: #f3f3f3 !important;
  background-color: #f3f3f3;
}
.starter-row .starter-container .woocommerce .woocommerce-MyAccount-content .edit-account p input:focus {
  box-shadow: 0 0 0 0.1rem rgba(250, 27, 27, 0.671);
  border: none;
}

@media (max-width: 1200px) {
  .page-wrapper {
    min-height: 500px;
  }
}
@media (max-width: 992px) {
  .page-wrapper {
    padding-top: 50px;
  }
  .page-wrapper .image-row {
    height: 400px;
  }
  .page-wrapper .starter-row .starter-container .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    flex-direction: column !important;
  }
  .page-wrapper .starter-row .starter-container .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses div {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-wrapper {
    padding-top: 20px;
  }
  .page-wrapper .starter-row .starter-container .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding-top: 30px;
  }
  .page-wrapper .starter-row .starter-container .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .page-wrapper .image-row img {
    height: 400px;
    width: auto;
    object-position: center;
    object-fit: cover;
  }
}

/*# sourceMappingURL=my-account.css.map */
