.elementor-1667 .elementor-element.elementor-element-5c4f53f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-1667 .elementor-element.elementor-element-5c4f53f:not(.elementor-motion-effects-element-type-background), .elementor-1667 .elementor-element.elementor-element-5c4f53f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for shortcode, class: .elementor-element-0c85dd2 *//* Container styling */
.woocommerce-account {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 30px 20px;
  max-width: 1100px;
  margin: auto;
  background: #ffffff;
}

/* Navigation Sidebar */
.woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  background: #000000;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 15px;
  background: #ffffff;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  border: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}

/* Content Area */
.woocommerce-MyAccount-content {
  float: right;
  width: 70%;
  padding: 30px;
  background: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border: 1px solid #eee;
}

/* Tables */
.woocommerce table.my_account_orders {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.woocommerce table.my_account_orders th {
  background: #f1f1f1;
  color: #333;
}

/* Buttons */
.woocommerce-button,
.woocommerce .woocommerce-button.button {
  background: #FBDF25;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.woocommerce-button:hover {
  background: #005bb5;
}

/* Clear Floats */
.woocommerce-account::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}/* End custom CSS */