.woocommerce-notices-wrapper,
.woocommerce-message{
	margin-top:20px;
}

.u-columns.col2-set{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:30px;
}
@media screen and (max-width: 678px) {
	.u-columns.col2-set{
		grid-template-columns: 1fr;
		row-gap:30px;
	}
}
.woocommerce-form-login,
.woocommerce-form-register{
	display:grid;
}
.woocommerce-form-login .woocommerce-form-row,
.woocommerce-form-register .woocommerce-form-row{
	margin-bottom:20px;
}
.show-password-input{
	display:none;
}
.form-row:has(.woocommerce-form-register__submit),
.form-row:has(.woocommerce-form-login__submit){
	border: none;
    gap: 10px;
    box-shadow: none;
    padding: 0;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.form-row:has(.woocommerce-form-register__submit){
	justify-content: end;
}
.woocommerce-form-register__submit,
.woocommerce-form-login__submit{
	width:fit-content;
	background-color: #175d3b;
    border-radius: 10px;
    display: flex;
    justify-content: center !important;
    flex-direction: row !important;
    align-items: center;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 30px;
    height: auto;
    transition: height 0.3s ease;
	cursor: pointer;
}
.woocommerce-form-register__submit:hover,
.woocommerce-form-login__submit:hover{
	opacity:0.7;
}

.woocommerce-ResetPassword{
	max-width:600px;
	margin:20px auto 30px auto;
}
.woocommerce-ResetPassword .form-row:has(.woocommerce-Button){
	border: none;
    gap: 10px;
    box-shadow: none;
    padding: 0;
    align-items: center;
    flex-direction: row;
    justify-content: end;
	margin-top:20px;
}

.woocommerce-ResetPassword .woocommerce-Button{
	width:fit-content;
	background-color: #175d3b;
    border-radius: 10px;
    display: flex;
    justify-content: center !important;
    flex-direction: row !important;
    align-items: center;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 30px;
    height: auto;
    transition: height 0.3s ease;
	cursor: pointer;
}
.woocommerce-ResetPassword .woocommerce-Button:hover{
	opacity:0.7;
}

.woocommerce:has(.woocommerce-MyAccount-navigation){
	display: grid;
    grid-template-columns: 200px 2fr;
    gap: 20px;
    margin: 30px 0;
}

.woocommerce-MyAccount-navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	background-color: #e7d9c9;
}
.woocommerce-MyAccount-navigation ul li{
	margin:0;
	padding:0;
}
.woocommerce-MyAccount-navigation ul li a{
	display:flex;
	width:100%;
	text-decoration:none;
	border-bottom:#ffffff 1px solid;
	padding:10px;
	color:#333333;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	background-color:#ffffff;	
}
.woocommerce-orders-table{
	padding: 0;
    border-radius: 0;
    box-shadow: none;
	border-collapse: collapse;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td{
	padding:10px 10px;
	border-bottom:solid 1px #dddddd;
}


.shop_table.order_details{
	padding: 0;
    border-radius: 0;
    box-shadow: none;
	border-collapse: collapse;
}

.shop_table.order_details th,
.shop_table.order_details td{
	padding:10px 10px;
	border-bottom:solid 1px #dddddd;
}
.shop_table.order_details th,
.shop_table.order_details td.woocommerce-table__product-name.product-name{
	text-align:left;
}
.shop_table.order_details td,
.shop_table.order_details th.woocommerce-table__product-table.product-total{
	text-align:right;
}

.woocommerce-address-fields__field-wrapper{
	display:flex;
	flex-wrap:wrap;
}
