/* account css file */
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
	font-weight: 700 !important;
}
.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
	margin-top: 20px;
}
.woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid #E5E7EB;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 325px;
	margin-right: 135px;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(100% - 460px);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	text-decoration: unset;
    font-weight: 700;
}
.woocommerce-MyAccount-navigation li a {
	font-size: 22px;
	font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	text-decoration: unset;
}
.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-flow: column;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
	order: 10;
}
.woocommerce-MyAccount-navigation .menu-group-heading::after {
	content: '\e909';
	font-family: "icomoon";
	transform: rotate(0deg);
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 30px;
	font-weight: 400;
	pointer-events: none;
}
.woocommerce-MyAccount-navigation .menu-group-heading {
	order: 0;
	position: relative;
	cursor: pointer;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 10px !important;
}
.woocommerce-MyAccount-navigation .account-wrapper li a {
	font-size: 16px;
	padding-left: 35px;
	position: relative;
}
.woocommerce-MyAccount-navigation .account-wrapper {
	overflow: hidden;
	max-height: 0;
	margin-top: 0;
}
.menu-group-heading.open-nav-account {
	font-weight: 700;
}
.menu-group-heading.open-nav-account + .account-wrapper{
	max-height: 1000px;
	margin-top: 15px;
}
.account-wrapper, .open-nav-account, .menu-group-heading::after{
	transition: 0.3s all ease-in-out;
}
.account-wrapper li a::before {
	content: '\e9033';
	font-family: "icomoon";
	position: absolute;
	top: -9px;
	left: 0;
	font-size: 23px;
	font-weight: 400;
	pointer-events: none;
	color: #0F172A;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-password a::before{
	content: '\e9044';
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::before{
	content: '\e9055';
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist a::before {
	content: '';
	background-image: url('../images/heart.svg');
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	top: -2px;
}
.woocommerce-MyAccount-navigation .account-wrapper li a {
	font-weight: 500 !important;
}
.account-wrapper li.is-active{
	color: #88754B;
	font-weight: 600;
}
.menu-group-heading.open-nav-account::after {
	transform: rotate(-180deg);
}
.woocommerce-MyAccount-content h2{
	font-family: var(--wp--preset--font-family--inter);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin-bottom: 0;
}
.heading-dashboard-p {
	font-size: 22px;
	border-bottom: 1px solid #E5E7EB;
	margin-bottom: 15px !important;
	padding-bottom: 10px;
	margin-top: 0 !important;
}
.woocommerce-MyAccount-content p.text-p {
	font-size: 14px;
}
.woocommerce-MyAccount-content p.text-p a {
	font-weight: 700;
	text-decoration: underline;
}
.account-tab-heading{
	border-bottom: 1px solid #E5E7EB;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.account-tab-heading h2{
	margin-top: 0;
	font-size: 22px;
}
.woocommerce-EditAccountForm.edit-account em, .woocommerce-MyAccount-content address {
	font-size: 12px;
}
.woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-MyAccount-content .button.wp-element-button {
	padding: 16px 26px 16px;
	border-radius: 8px;
	min-width: 160px;
	text-align: center;
}
.woocommerce-MyAccount-content .required {
	color: #000 !important;
}
.woocommerce-MyAccount-content label {
	font-size: 14px;
	margin-bottom: 3px !important;
}
.woocommerce-EditAccountForm.edit-account .form-row-first, .woocommerce-EditAccountForm.edit-account .form-row-last,
.woocommerce-address-fields .form-row-first, .woocommerce-address-fields .form-row-last{
	width: 49% !important;
}
.woocommerce-MyAccount-content input, .select2-selection {
	border-radius: 6px !important;
	border-color: #D1D5DB !important;
}
.woocommerce-MyAccount-content input:focus {
	border-color: #000 !important;
	outline: none;
}
.woocommerce-MyAccount-content input::placeholder{
	opacity: 1;
	color: #D1D5DB;
}
.woocommerce-MyAccount-content .woocommerce-Address {
	width: 100% !important;
}
.woocommerce-Address .edit {
	color: #02584D;
	font-size: 14px !important;
	margin-bottom: 0 !important;
}
.woocommerce-Addresses.addresses h2 {
	font-size: 18px;
	margin-top: 0;
}
.woocommerce-Address .edit {
	margin-left: auto;
}
.woocommerce-Address-title.title {
	display: flex;
	flex-flow: row;
	align-items: center;
	border-bottom: 1px solid #E5E7EB;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.u-column1.col-1.woocommerce-Address {
	margin-bottom: 16px;
	border-bottom: 1px solid #E5E7EB;
	padding-bottom: 15px;
}
.woocommerce-MyAccount-content address {
	font-size: 14px;
	font-style: normal;
	line-height: 1.8;
}
.woocommerce-MyAccount-content address span:first-child{
	font-weight: 700;
}
.wc-block-components-notice-banner {
	outline: none;
}
table.woocommerce-orders-table {
  border-collapse: separate; /* default */
  border-spacing: 0 10px; /* 10px vertical spacing between rows */
}

table.woocommerce-orders-table  .title-order {
	font-weight: 700;
}
table.woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
	font-weight: 400;
	text-decoration: underline;
}
table.woocommerce-orders-table td, table.woocommerce-orders-table th {
	font-size: 13px;
}
.woocommerce-orders-table .woocommerce-button {
	min-width: unset !important;
	padding: 7px 10px !important;
	font-size: 12px;
	margin-bottom: 5px !important;
	border-radius: 4px !important;
}

.woocommerce-orders-table tr {
	border-radius: 10px !important;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
	display: inline !important;
	margin: 0 2px;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	width: 200px;
}

.woocommerce-orders-table {
  border-collapse: separate;
  border-spacing: 0 10px; /* vertical spacing between rows */
}

.woocommerce-orders-table tr {
  border: none;
}

/* Rounded corners on the first and last cell */
.woocommerce-orders-table td:first-child, .woocommerce-orders-table th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: 1px solid #E5E7EB !important;
}

.woocommerce-orders-table td:last-child,
.woocommerce-orders-table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #E5E7EB !important;
}
.woocommerce-orders-table td,
.woocommerce-orders-table th {
 	border: 1px solid #E5E7EB !important;
	border-left: 0 !important;
	border-right: 0 !important;
	
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.my_account_orders {
	border: 0;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders tbody {
	display: flex;
	flex-flow: column;
	gap: 10px;
}
.woocommerce-MyAccount-content .order-nr-title {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.woocommerce-MyAccount-content .order-nr-details {
	border-radius: 8px;
	border: 1px dashed #6B7280;
	border-style: dashed;
	border-width: 1px;
	padding: 18px 22px;
	margin-bottom: 30px;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-flow: row;
	justify-content: space-between;
	font-weight: 700;
}
.woocommerce-customer-details h2 {
	font-size: 18px !important;
	font-weight: 700 !important;
	border-bottom: 1px solid #E5E7EB !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.woocommerce-customer-details address {
	border: 0 !important;
	padding: 0 !important;
}
.woocommerce-table.woocommerce-table--order-details {
	border: 0 !important;
	font-size: 14px;
}
.woocommerce-table.woocommerce-table--order-details td, .woocommerce-table.woocommerce-table--order-details th {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.woocommerce-table.woocommerce-table--order-details tfoot .woocommerce-button {
	padding: 8px 10px;
	font-size: 13px;
	border-radius: 4px;
}
.woocommerce-table.woocommerce-table--order-details .woocommerce-table__product-total.product-total {
	text-align: right;
	font-weight: 700;
}
.woocommerce-table.woocommerce-table--order-details tfoot td:last-child {
	text-align: right;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	text-align: right;
}
.woocommerce-account:not(.logged-in) .wp-block-post-title,
.woocommerce-account:not(.logged-in) .wp-block-breadcrumbs{
	display:none;
}
.woocommerce-account:not(.logged-in) .account-inner-container{
	background-color: transparent !important;
}
.account-inner-container #customer_login .u-column1.col-1, .account-inner-container #customer_login .u-column2.col-2 {
	background-color: #fff;
	border-radius: 8px;
	padding: 45px 56px;
	width: 49%;
}
#customer_login h2 {
	margin-top: 0;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 22px;
}
#customer_login .woocommerce-form {
	border: 0;
	padding: 0;
	margin: 0;
}
#customer_login .woocommerce-form p {
	font-size: 14px;
}
#customer_login .woocommerce-form .woocommerce-Button, #customer_login .woocommerce-form-login__submit, 
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button.wp-element-button{
	min-width: 160px;
	padding: 16px;
	border-radius: 8px;
	margin-top: 15px;
}
#customer_login .u-column1.col-1 .form-row {
	display: flex;
	flex-flow: column;
}
.form-row-login-remember {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}
.form-row-login-remember .form-row {
	margin: 0 !important;
}
.form-row-wide-1, .form-row-wide-2 {
	margin-bottom: 0 !important;
}
.woocommerce-LostPassword.lost_password {
	margin: 0;
	font-size: 12px !important;
}
.login-description{
	margin-bottom: 15px;
	font-size: 14px;
}
.woocommerce-form.woocommerce-form-register .woocommerce-privacy-policy-text a {
	color: #000;
}
#customer_login input, .woocommerce-ResetPassword.lost_reset_password input {
	border-color: #D1D5DB !important;
	color: #000;
}
#customer_login input::placeholder, .woocommerce-ResetPassword.lost_reset_password input::placeholder{
	color: #000;
}
#customer_login input:focus, .woocommerce-ResetPassword.lost_reset_password input:focus {
	border-color: #000 !important;
	outline: none;
}
.woocommerce-ResetPassword.lost_reset_password {
	background-color: #fff;
	border-radius: 8px;
	padding: 78px 60px 110px;
}
.lost_reset_password_inner {
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
}
.lost_reset_password_inner .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0;
}
.lost_reset_password_inner h2{
	font-family: var(--wp--preset--font-family--inter);
	font-size: 22px;
}

/* wishlist */
.wishlist-product-thumbnail {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 1px solid #E5E7EB;
	padding: 5px;
}
.enigma-wishlist-item {
	display: flex;
	flex-wrap: wrap;
	padding: 16px 0;
	border-top: 1px solid #E5E7EB;
}
.enigma-wishlist-item:last-child{
	border-bottom: 1px solid #E5E7EB;
}
.wishlist-product-details {
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
	padding-right: 85px;
	position: relative;
}
.enigma-wishlist-list .eng-wishlist-btn.added {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.enigma-wishlist-list .eng-wishlist-btn.added svg path{
	fill: none;
}
.wishlist-product-title {
	padding: 0 45px;
	display: block;
	text-decoration: none;
	color: var(--wp--preset--color--primary);
	font-size: 12px;
	font-weight: 500;
	width: calc(100% - 100px);
}
.wishlist-product-price {
	width: 100px;
}
.woocommerce-MyAccount-content > h2 {
	margin-top: 0;
}
.enigma-wishlist-list {
	padding-top: 16px;
}
.wishlist-product-price {
	text-align: right;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	flex-direction: column-reverse;
	justify-content: start;
	padding-top: 5px;
	text-decoration: none;
}
.wishlist-product-price del bdi {
	font-size: 13px;
	font-weight: 300;
}
.enigma-wishlist-list .eng-wishlist-btn:not(.added){
	display: none;
}
.wishlist-product-thumbnail img {
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}
#customer_login.u-columns.col2-set {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#customer_login.u-columns.col2-set::after,
#customer_login.u-columns.col2-set::before{
	display: none !important;
}
.woocommerce-breadcrumb-login .woocommerce-breadcrumb{
	font-size: var(--wp--preset--font-size--xs);
}
.header_titlu_cont_visitor{
	display: none !important;
}
.woocommerce-account:not(.logged-in) .wp-block-group.account-inner-container{
	padding-top: 0 !important;
}
.woo-content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.woocommerce-account .entry-content > .woocommerce::before,
.woocommerce-account .entry-content > .woocommerce::after{
	display: none !important;
}

/* EP-199 */
.ep-istoric-awb-comanda {
	margin-bottom: 3em;
}
.ep-istoric-title {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 700;
}
.ep-istoric-awb-comanda .eng-loading-placeholder {
    width: 100%;
    height: 35px;
    display: block;
    background:
        linear-gradient(to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 80%),
        lightgray;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    background-position: 0 0;
    animation: shine 2s infinite linear;
    border-radius: 5px;
}

.ep-istoric-awb-comanda .eng-loading-placeholder:nth-child(2) {
	animation: shine 2.1s infinite linear;
}

.ep-istoric-awb-comanda .eng-loading-placeholder:nth-child(3) {
	animation: shine 2.2s infinite linear;
}

.ep-istoric-awb-comanda .eng-loading-placeholder:nth-child(4) {
	animation: shine 2.3s infinite linear;
}

.ep-istoric-awb-comanda .eng-loading-placeholder:nth-child(5) {
	animation: shine 2.4s infinite linear;
}

.ep-istoric-awb-comanda .eng-loading-placeholder{
	margin-bottom: 10px;
}

.ep-awb-history-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ep-awb-history-date {
	display: flex;
	font-size: 13px;
	width: 90px;
	text-align: center;
	background-color: var(--wp--preset--color--culoare-butoane-gri) !important;
	border-radius: 10px;
	padding: 5px;
	position: relative;
}

.ep-awb-history-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ep-awb-history-label {
	width: calc(100% - 90px);
	display: block;
	font-size: 15px;
	padding-left: 34px;
	position: relative;
}

.ep-awb-history-date::after {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid var(--wp--preset--color--maro);
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 19px;
	right: -20px;
}
.ep-awb-history-date::before {
	content: "";
	width: 2px;
	height: calc(100% + 10px);
	top: 24px;
	right: -16px;
	background-color: var(--wp--preset--color--maro);
	position: absolute;
}

.ep-awb-history-item:last-child .ep-awb-history-date::before{
	display: none !important;
}

@keyframes shine {
    to {
        background-position: 100% 0, 0 0;
    }
}

.ep-istoric-buton .button,
.ep-urmareste-comanda{
	display: inline-flex;
	background-color: var(--wp--preset--color--secondary);
	font-size: var(--wp--preset--font-size--sm) !important;
	font-weight: 700;
	line-height: 1;
	border-radius: 8px;
	padding: 17px;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	transition: 0.4s all ease-in-out;
}
.woocommerce-MyAccount-content .order-nr-title {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}
.ep-urmareste-comanda {
	text-transform: none;
}
.ep-istoric-buton {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 8px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #E5E7EB !important;
}
.ep-istoric-buton span {
	font-size: 14px;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button {
	display: block !important;
	width: 125px !important;
	text-align: center;
	background-color: var(--wp--preset--color--culoare-butoane-gri) !important;
	color: #000 !important;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button.ep_tracking{
	border: 1px solid var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--secondary) !important;
	background-color: #fff !important;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button.ep_tracking:hover{
	background-color: var(--wp--preset--color--secondary) !important;
	color: #fff !important;
}
/* EP-256 */
.woo-slg-social-wrap > .woo-slg-login-wrapper {
    width: calc(50% - 5px);
}
/* EP-256 */
@media(max-width: 767px){
	.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button {display: inline-block !important;width: auto !important;}
	.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button {
	border: 1px solid var(--wp--preset--color--secondary) !important;color: var(--wp--preset--color--secondary) !important;
	background-color: #fff !important;}
	.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button.ep_tracking{
	border: 1px solid var(--wp--preset--color--secondary) !important;color: #fff !important;background-color: var(--wp--preset--color--secondary) !important;}
}
@media(max-width: 639px){
	.woocommerce-MyAccount-content .order-nr-title {font-size: 17px;}
	.ep-urmareste-comanda {text-transform: none;font-size: 12px !important;padding: 12px;}
	
}
@media(max-width: 479px){
	.order-nr-title {flex-direction: column;}
	.ep-awb-history-date {font-size: 11px;width: 80px;}
	.ep-awb-history-label {	width: calc(100% - 80px);font-size: 13px;}
	.ep-awb-history-date::after {top: 16px;}
	.ep-awb-history-date::before {top: 21px;}
	.woocommerce-MyAccount-content .order-nr-title {font-size: 20px;}
	.ep-urmareste-comanda {text-transform: none;font-size: 13px !important;padding: 15px 22px;}
}
/* END EP-199 */