/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/account.scss ***!
  \******************************************************************************************************************************************************/
.links .privacy, .links .terms {
  bottom: 1rem;
  position: absolute;
  color: #fff;
  left: 1rem;
  font-size: 1.2rem;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.links .terms {
  left: unset;
  right: 1rem;
}

.section {
  max-height: unset;
}

legend {
  font-size: 2rem;
}

p, a, address {
  font-size: 1.4rem;
}

.header .logo + h1 {
  display: none;
}

.container {
  max-width: 740px;
}
.container .woocommerce-EditAccountForm {
  margin: 0 auto;
  max-width: 500px;
}

#customer_login h2 {
  color: #fff;
  font-weight: 700;
}
#customer_login form.login, #customer_login form.register {
  padding: 0;
  border: none;
}
#customer_login form.login .form-row:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#customer_login form.login .form-row:nth-of-type(3) + p a {
  color: #fff;
  text-decoration: underline;
}
#customer_login .woocommerce-privacy-policy-text p a {
  color: #fff;
  text-decoration: underline;
}
#customer_login .woocommerce-form-login__submit, #customer_login .woocommerce-form-register__submit {
  margin-top: 2rem;
  color: #fff;
  border: 1px solid #FF1160;
  font-family: Inter;
  font-size: 14px;
  line-height: 44px;
  font-weight: 500;
  background-color: #FF1160;
  position: relative;
  padding: 0 32px;
  border-radius: 40px;
  transition: 300ms all;
}
#customer_login .woocommerce-form-login__submit:hover, #customer_login .woocommerce-form-register__submit:hover {
  color: #fff;
  background-color: rgb(221, 0, 73.3571428571);
  border: 1px solid rgb(221, 0, 73.3571428571);
}
#customer_login .woocommerce-form-login__submit span, #customer_login .woocommerce-form-register__submit span {
  display: flex;
  align-items: center;
}
#customer_login .woocommerce-form-login__submit span svg, #customer_login .woocommerce-form-register__submit span svg {
  margin-right: 5px;
}
.woocommerce-ResetPassword .woocommerce-Button.button {
  margin-top: 2rem;
  color: #fff;
  border: 1px solid #FF1160;
  font-family: Inter;
  font-size: 14px;
  line-height: 44px;
  font-weight: 500;
  background-color: #FF1160;
  position: relative;
  padding: 0 32px;
  border-radius: 40px;
  transition: 300ms all;
}
.woocommerce-ResetPassword .woocommerce-Button.button:hover {
  color: #fff;
  background-color: rgb(221, 0, 73.3571428571);
  border: 1px solid rgb(221, 0, 73.3571428571);
}
.woocommerce-ResetPassword .woocommerce-Button.button span {
  display: flex;
  align-items: center;
}
.woocommerce-ResetPassword .woocommerce-Button.button span svg {
  margin-right: 5px;
}
.woocommerce-MyAccount-navigation {
  padding-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul {
  justify-content: center;
  gap: 4rem;
  display: flex;
}
.woocommerce-MyAccount-navigation ul li {
  font-size: 1.4rem;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #fff;
}

table.shop_table.my_account_orders {
  border: none;
}
table.shop_table.my_account_orders td.actions {
  display: none;
}
table.shop_table.my_account_orders thead th {
  padding: 0 70px 40px 0 !important;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
table.shop_table.my_account_orders thead th:first-of-type {
  padding-left: 1.8rem;
}
table.shop_table.my_account_orders .order {
  height: 61px;
  position: relative;
}
table.shop_table.my_account_orders .order:hover:after {
  border: 2px solid #FF1160;
}
table.shop_table.my_account_orders .order:after {
  transition: 300ms border;
  z-index: 0;
  translate: 0 calc(-50% + 15px);
  left: 0;
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-radius: 40px;
  width: 100%;
  height: 50px;
}
table.shop_table.my_account_orders .order th a {
  color: #fff;
}
table.shop_table.my_account_orders .order .woocommerce-orders-table__cell-order-number {
  font-size: 1.2rem;
  padding-left: 1.8rem;
  padding-bottom: 4rem;
}
table.shop_table.my_account_orders .order td {
  color: #fff;
  padding: 0 0 40px 0;
  font-weight: 700;
  position: relative;
  z-index: 20;
  border-top: 0;
  font-size: 1.2rem;
}
table.shop_table.my_account_orders .order td.product-remove {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  z-index: 30;
}
table.shop_table.my_account_orders .order td.product-remove a {
  display: block;
  height: 20px;
  width: 20px;
}
table.shop_table.my_account_orders .order td.product-remove a:hover {
  background: none;
}
table.shop_table.my_account_orders .order td.product-remove a:hover svg {
  transition: 300ms scale;
  scale: 1.05;
}
table.shop_table.my_account_orders .order td.product-thumbnail img {
  height: 104px;
  width: 104px;
  object-fit: contain;
  rotate: -3deg;
  position: relative;
  translate: -100px 0;
  z-index: 10;
}
table.shop_table.my_account_orders .order td a, table.shop_table.my_account_orders .order td span {
  color: #fff;
}
table.shop_table.my_account_orders .order td .woocommerce-button.button.view {
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
  background-color: transparent;
}
h2 {
  color: #fff;
  font-weight: 700;
}

.woocommerce-Addresses.addresses {
  padding-top: 2rem;
}
.woocommerce-Addresses.addresses h2, .woocommerce-Addresses.addresses a, .woocommerce-Addresses.addresses address {
  color: #fff;
}
.woocommerce-Addresses.addresses a {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.woocommerce-MyAccount-content .woocommerce-Button.button {
  margin-top: 1rem;
  color: #fff;
  border: 1px solid #FF1160;
  font-family: Inter;
  font-size: 14px;
  line-height: 44px;
  font-weight: 500;
  background-color: #FF1160;
  position: relative;
  padding: 0 32px;
  border-radius: 40px;
  transition: 300ms all;
  padding: 0 43px 0 18px;
}
.woocommerce-MyAccount-content .woocommerce-Button.button:hover {
  color: #fff;
  background-color: rgb(221, 0, 73.3571428571);
  border: 1px solid rgb(221, 0, 73.3571428571);
}
.woocommerce-MyAccount-content .woocommerce-Button.button span {
  display: flex;
  align-items: center;
}
.woocommerce-MyAccount-content .woocommerce-Button.button span svg {
  margin-right: 5px;
}
.woocommerce-MyAccount-content .woocommerce-Button.button:after {
  content: "";
  position: absolute;
  height: 18px;
  top: 50%;
  width: 18px;
  translate: 0 -50%;
  right: 18px;
  background-image: url(../fc38d99c61d75185d399.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.woocommerce-address-fields button.button {
  color: #fff;
  border: 1px solid #FF1160;
  font-family: Inter;
  font-size: 14px;
  line-height: 44px;
  font-weight: 500;
  background-color: #FF1160;
  position: relative;
  padding: 0 32px;
  border-radius: 40px;
  transition: 300ms all;
}
.woocommerce-address-fields button.button:hover {
  color: #fff;
  background-color: rgb(221, 0, 73.3571428571);
  border: 1px solid rgb(221, 0, 73.3571428571);
}
.woocommerce-address-fields button.button span {
  display: flex;
  align-items: center;
}
.woocommerce-address-fields button.button span svg {
  margin-right: 5px;
}
.woocommerce-order-details table.woocommerce-table {
  border: none;
}
.woocommerce-order-details table.woocommerce-table tr, .woocommerce-order-details table.woocommerce-table td, .woocommerce-order-details table.woocommerce-table th {
  border-top: none;
}
.woocommerce-order-details table.woocommerce-table tfoot th, .woocommerce-order-details table.woocommerce-table tfoot td {
  border-top: none;
}
.woocommerce-order-details table.woocommerce-table th, .woocommerce-order-details table.woocommerce-table td, .woocommerce-order-details table.woocommerce-table a {
  color: #fff;
}
.woocommerce-order-details table.woocommerce-table a {
  text-decoration-color: #fff;
  text-decoration: underline;
}

.woocommerce-customer-details address {
  border: none !important;
  color: #fff;
}

mark {
  font-weight: 700;
  color: #fff;
  padding: 0 0.5rem;
  background-color: #FF1160;
}

@media (max-width: 1240px) {
  legend {
    font-size: calc(1.325rem + 0.9vw);
  }
  .header {
    padding-top: 1.5rem;
  }
}
@media (max-width: 1100px) {
  .woocommerce-MyAccount-navigation {
    padding-top: 4rem;
  }
  .woocommerce-MyAccount-navigation ul {
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 800px) {
  .logo_mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  table.shop_table.my_account_orders .order {
    height: unset;
  }
  table.shop_table.my_account_orders .order th, table.shop_table.my_account_orders .order td {
    font-size: 1.4rem;
  }
  table.shop_table.my_account_orders .order:after {
    display: none;
  }
  #customer_login .woocommerce-form-login__submit, #customer_login .woocommerce-form-register__submit {
    margin: 2rem auto;
    width: 80%;
    text-align: center;
    padding: 0;
    display: block;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 1.4rem;
  }
}
