
/* --- My Account page styling --- */
.woocommerce-account {

  max-width: 1100px;
  margin: 0px auto;


/* Sidebar (navigation) */
.woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  margin-right: 10px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
}

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

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #e6e6e6;
}

.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: #42A52B;
  color: #fff;
}

/* Content area */
.woocommerce-MyAccount-content {
  float: right;
  width: 70%;
}

.woocommerce-MyAccount-content h2 {
  border-bottom: 2px solid #42A52B;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #222;
}

/* Box sections */
.account-box {
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #fafafa;
}

.account-box h3 {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  margin-bottom: 10px;
  color: #333;
}

.account-box p {
  margin: 5px 0;
}

/* Tables */
.woocommerce table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.woocommerce table th,
.woocommerce table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.woocommerce table th {
  background: #f3f3f3;
}
.woocommerce-button{
margin-left:5px !important;
margin-right:5px !important;
}
/* Buttons */
.woocommerce a.button {
  background: #42A52B;
  color: #fff;
  padding: 8px 14px;
  border-radius: 3px;
  text-decoration: none;
}

.woocommerce a.button:hover {
  background: #42b82B;
}

/* Clearfix */
.woocommerce-account::after {
  content: "";
  display: table;
  clear: both;
}
