/*
Theme Name: Elementor Blank Theme
Theme URI: https://wordpress.org/
Author: Blank Theme
Author URI: https://wordpress.org/
Description: As Basic as it gets
Version: 0.1
Text Domain: blankthemeelementor

*/

/* Wrapper */
.account-wrapper {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* Title */
.account-wrapper .page-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

/* Navigation (dashboard menu) */
.woocommerce-MyAccount-navigation {
  
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: #886f88;
  color: #fff;
}

/* Content area */
.woocommerce-MyAccount-content {
 
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
}
/* Shop page content wrapper */
body.woocommerce-shop.woocommerce-page .woocommerce {
  
  width: 80%;
  margin: 0 auto;
  margin-top:25px;
}

/* Center the Shop page title */
body.woocommerce-shop.woocommerce-page .woocommerce h1.page-title,
body.woocommerce-shop.woocommerce-page .woocommerce .woocommerce-products-header__title {
  text-align: center;
  margin-bottom: 20px;
}
