/*
Theme Name: My Basic Theme
Theme URI: https://ascendia.ro/
Author: ASCENDIA SA
Author URI: https://ascendia.ro/
Description: blank theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-header, custom-menu
Text Domain: my-basic-theme
*/
/*------------------------------------------------- PAGE --------------------------------------------------------*/
body {
/*     background: linear-gradient(125deg,
    rgb(207, 207, 207) 0%,
    rgb(207, 207, 207) 19%,
    rgb(237, 237, 237) 19%,
    rgb(237, 237, 237) 35%,
    rgb(255, 255, 255) 35%,
    rgb(255, 255, 255) 85%,
    rgb(255, 210, 31) 85%) no-repeat fixed; */
    background-size: cover;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}

main {
/* 	min-height: calc(100vh - 185px) !important; */
}

.woocommerce {
  max-width: 1140px;     
  margin: 0 auto;       
  padding: 20px;          
}

.woocommerce-MyAccount-navigation {
  background: #f9f9f9;   
  border: 1px solid #ddd;
  border-radius: 5px;    
  padding: 10px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;        
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
  }
}

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

.woocommerce-MyAccount-navigation a {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.woocommerce-MyAccount-navigation a:hover {
  background: #eee;
  color: #000;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  background: #333;
  color: #fff;
}

.woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  line-height: 1.6;
  width: 70%;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 1em;
}

.woocommerce-MyAccount-content strong {
  font-weight: bold;
}

.woocommerce-MyAccount-content a {
  color: #0071a1;
  text-decoration: underline;
  transition: color 0.3s;
}

.woocommerce-MyAccount-content a:hover {
  color: #005780;
  text-decoration: none;
}

.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
	margin-top: -10px !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    font-size: inherit !important;
    line-height: normal !important;
}