table.shop_table thead th,
table.shop_table tbody td,
table.shop_table tfoot th,
table.shop_table tfoot td {
  padding: 0.625rem 0.4375rem !important;
  font-size: 0.875rem !important;
}
table.shop_table thead th:before,
table.shop_table tbody td:before,
table.shop_table tfoot th:before,
table.shop_table tfoot td:before {
  color: var(--cl-davy-grey);
}
table.shop_table thead th,
table.shop_table tbody th,
table.shop_table tfoot th {
  color: var(--cl-davy-grey);
}
table.shop_table thead th {
  border-top: 0px !important;
}
table.shop_table tfoot tr td:before {
  display: none;
}
@media (min-width: 992px) {
  table.shop_table .product-name {
    max-width: 250px;
  }
}
table.shop_table .product-thumbnail:before {
  display: none;
}
@media (max-width: 767.98px) {
  table.shop_table .product-thumbnail {
    display: block !important;
  }
  table.shop_table .product-thumbnail a {
    margin-left: 50%;
  }
}

.woocommerce-account #main-content {
  padding-top: 3.125rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid var(--cl-platinum);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  background: var(--color-chinese-silver);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.woocommerce-account .woocommerce-form-login {
  padding: 0 !important;
  border: 0px !important;
}
.woocommerce-account .woocommerce-Input {
  padding: 0.9375rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  border: 1px solid var(--cl-gray);
}
.woocommerce-account .password-input {
  position: relative;
}
.woocommerce-account .password-input .show-password-input {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.woocommerce-account #customer_login p,
.woocommerce-account #customer_login .login_subtitle {
  font-weight: 600;
  line-height: 1.5rem;
}
.woocommerce-account #customer_login .lost_password {
  font-weight: normal;
}
.woocommerce-account .woocommerce .woocommerce-form-login__submit,
.woocommerce-account .woocommerce .woocommerce-Button {
  background: var(--cl-black) !important;
  border: 1px solid var(--cl-black) !important;
  color: var(--cl-white) !important;
  padding: 0.9375rem 1.875rem !important;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1rem !important;
  text-transform: capitalize !important;
  letter-spacing: 1px;
}
.woocommerce-account .woocommerce .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce .woocommerce-Button:hover {
  background: var(--cl-white) !important;
  color: var(--cl-black) !important;
}

@media (min-width: 768px) {
  .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 360px;
  }

  #customer_login {
    position: relative;
  }
  #customer_login:before {
    content: "";
    display: block;
    position: absolute;
    top: 1rem;
    bottom: 2rem;
    left: 50%;
    border: 1px solid var(--cl-spanish-gray);
    transform: translateX(-50%);
  }
}

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