/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

body, div, a, p, span, h1, h2, h3, h4, h5, em, strong, li a, p span, a span , .nasa-product-details-page .product-info .entry-title, spa a, li a span { 
          font-family: "Nunito Sans", helvetica, arial, sans-serif !important;
       
}

menu.nasa-shortcode-menu:hover .section-title, menu.nasa-shortcode-menu .section-title {
    color: #bca470 !important;
}
.text-right{
    text-align: right !important;
}
#nasa-footer h2{
    font-weight: bold !important;
}

.product-info h1.entry-title { 
    font-weight: 600 !important;
    font-size: 180% !important;     color: #aa6580 !important;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke' !important;
}
.product-img-wrap .nasa-sc-pdeal-countdown{
 display:none !important;	
}
}
.logofooter{
    width: 100px !important;
}
.logofooter{
    width: 100px !important;
 
}

/* ===============================
   WOOCOMMERCE LOGIN / REGISTER
   (NASA THEME)
================================ */

#customer_login {
  max-width: 480px;
  margin: 0 auto;
}

/* Card form */
#customer_login .login-form,
#customer_login .register-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 28px;
}

/* Title */
.nasa-form-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  color: #111827;
}

/* Form row */
#customer_login .form-row {
  margin-bottom: 18px;
  display: block;
}

/* Label */
#customer_login label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #374151;
}

/* Input */
#customer_login input[type="text"],
#customer_login input[type="email"],
#customer_login input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  transition: all 0.25s ease;
  background: #fff;
}

/* Focus */
#customer_login input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

/* Submit row */
#customer_login .row-submit,
#customer_login .form-row.row-submit {
  margin-top: 8px;
}

/* Button hover */
#customer_login button:hover,
#customer_login input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.25);
}

/* Remember + lost password */
#customer_login .woocommerce-form__label-for-checkbox,
#customer_login .lost_password {
  font-size: 13px;
  color: #6b7280;
}

/* Switch login / register */
.nasa-switch-form {
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
}

.nasa-switch-form a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

.nasa-switch-form a:hover {
  text-decoration: underline;
}
.password-input { 
    width: 100%;
}
.woocommerce-account .form-row {
    margin-bottom: 25px;
    display: inline;
}
/* Wrapper phải có position:relative */
/* Wrapper phải có position:relative */
.password-input {
  position: relative;
}

/* Nút hiển thị mật khẩu */
.show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #f3f4f6;
  color: #6b7280;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
}

/* Icon 👁 (WooCommerce tự gắn bằng ::before) */
.show-password-input::before {
  font-size: 15px;
}

/* Hover */
.show-password-input:hover {
  background: #e5e7eb;
  color: #111827;
}

/* Focus (accessibility) */
.show-password-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

/* Khi đang hiển thị mật khẩu (Woo thêm class .display-password) */
.show-password-input.display-password {
  background: #2563eb;
  color: #ffffff;
}
.show-password-input.display-password {
    background: #e3e7f0;
    color: #ffffff;
    margin-top: -7px;
    border-radius: 25px;
    width: 20px;
}
/* ===============================
   PRODUCT CATEGORY SIDEBAR – NASA
================================ */

/* Wrapper */
.nasa-product-categories-widget {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Item */
.nasa-product-categories-widget li {
  position: relative;
  margin: 0;
  padding: 0;
}

/* Link */
.nasa-product-categories-widget a {
  display: block;
  padding: 10px 14px 10px 18px;
  font-size: 15px;
  font-weight: 500;
  color: #2f2f2f;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.25s ease;
}

/* Hover effect */
.nasa-product-categories-widget a:hover {
  color: #d14b4b; /* màu nhấn */
  padding-left: 22px;
  border-left-color: #d14b4b;
  background: rgba(209, 75, 75, 0.04);
}

/* Active category */
.nasa-product-categories-widget .current-cat > a,
.nasa-product-categories-widget a.active {
  color: #d14b4b;
  font-weight: 600;
  border-left-color: #d14b4b;
}

/* Underline animation */
.nasa-product-categories-widget a::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 6px;
  width: 0;
  height: 1px;
  background: #d14b4b;
  transition: width 0.25s ease;
}

/* Hover underline */
.nasa-product-categories-widget a:hover::after,
.nasa-product-categories-widget .current-cat > a::after {
  width: calc(100% - 36px);
}

/* Remove note item */
.nasa-product-categories-widget .nasa-current-note {
  display: none;
}
.product-info .price{ margin: 10px auto !important; color: #d46b6b !important;}
/* Mobile */
@media (max-width: 480px) {
  #customer_login {
    padding: 0 14px;
  }

  .nasa-form-title {
    font-size: 18px;
  }
}
