.ar_box_mc_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.user-info {
	display: flex;
	flex-direction: column;
	width: calc(100% - 80px);
	padding-left: 55px;
}

.yith-wcmap .user-profile {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
}

.user-avatar.avatar-upload {
	margin: 0 !important;
	cursor: pointer;
}

#my-account-menu .myaccount-menu li a.yith-reducerile-mele span.item-icon img {
	max-width: 25px;
}

.yith-wcmap .user-profile .user-avatar.avatar-upload::after {
	content: "";
	display: block;
	position: absolute;
	right: -5px;
	bottom: -10px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: url("/img/photo.svg") #29ac8f no-repeat;
	background-position: 8px 9px;
	background-size: 18px;
}

body .yith-wcmap .user-profile .user-avatar.avatar-upload::after {
	background-color: transparent;
	top: 58px;
	right: 32px;
	width: 32px;
	height: 31px;
	background-size: contain !important;
	background-position: 0 0;
	border-radius: 0 !important;
}

#yith-wcmap-avatar {
	position: relative;
	z-index: 9999;
	display: none;
}

#yith-wcmap-avatar .avatar-modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000;
}

#yith-wcmap-avatar .avatar-modal-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: auto;
}

#yith-wcmap-avatar .avatar-modal-wrapper .avatar-modal-wrapper-region {
	padding: 20px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#yith-wcmap-avatar .avatar-modal-wrapper .avatar-modal-wrapper-region .avatar-modal {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 8px;
	display: none;
	width: 450px;
}

#yith-wcmap-avatar .avatar-modal-close {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 30px;
	height: 30px;
	line-height: 1;
	cursor: pointer;
	color: silver;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#yith-wcmap-avatar .avatar-modal-content {
	padding: 15px 30px 30px;
}

#yith-wcmap-avatar .avatar-modal-content h3 {
	text-align: center;
	margin: 10px 0 20px;
	font-size: 25px;
	font-weight: 600;
}

#yith-wcmap-avatar .avatar-modal-content .cols-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#yith-wcmap-avatar .avatar-modal-content .cols-wrapper .single-col {
	flex: 0 0 auto;
	width: 150px;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#yith-wcmap-avatar .avatar-modal-content .avatar-select>div {
	height: 150px;
	border-radius: 8px;
}

#yith-wcmap-avatar .avatar-modal-content:not(.avatar-uploaded) .current-avatar {
	position: relative;
	box-shadow: 0 0 14px 0 rgba(0, 98, 145, .5);
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 98, 145, .5);
	-moz-box-shadow: 0 0 14px 0 rgba(0, 98, 145, .5);
}

#yith-wcmap-avatar .avatar-modal-content .avatar-select>div {
	height: 150px;
	border-radius: 8px;
}

#yith-wcmap-avatar .avatar-modal-content .avatar-select form {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #f0f0f0;
	border-radius: 8px;
	display: table;
}

#yith-wcmap-avatar .avatar-modal-content .avatar-select form label {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #6d6d6d;
	cursor: pointer;
}

#yith-wcmap-avatar .avatar-modal-content .avatar-select form input[type="file"] {
	display: none;
}

body #my-account-menu .myaccount-menu li a.yith-customer-logout>.item-label {
	border-bottom: 0 !important;
}

body #my-account-menu .myaccount-menu li a {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
}

body #my-account-menu .myaccount-menu li.active a span.item-icon svg,
body #my-account-menu .myaccount-menu li a span.item-icon svg,
body #my-account-menu .myaccount-submenu li a span.item-icon svg,
body #my-account-menu-tab .myaccount-menu li a span.item-icon svg,
body #my-account-menu-tab .myaccount-submenu li a span.item-icon svg {
	height: 25px;
}

#yith-wcmap-avatar .avatar-modal-content .avatar-select form label span {
	padding: 10px;
	display: block;
}

.user-avatar.avatar-upload {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.current-avatar.single-col img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	object-position: center;
}

.reset.ar_reset_avatar,
.button.ar_save_avatar {
	visibility: hidden;
}

#my-account-menu .myaccount-menu li.is-active a .item-label {
	font-weight: 600 !important;
}

.user-avatar.avatar-upload picture,
.user-avatar.avatar-upload img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

@media(max-width:1279px) {
	.user-avatar.avatar-upload {
		width: 100%;
		justify-content: start;
		background-image: none !important;
		border-radius: 0;
		background: none !important;
		overflow: visible !important;
	}

	.user-avatar.avatar-upload picture,
	.user-avatar.avatar-upload img {
		width: 60px;
		height: 60px;
		object-fit: cover;
		object-position: center;
		border-radius: 50%;
		overflow: hidden;
		display: block;
	}

	.user-info {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
	}

	body .yith-wcmap .user-profile .user-avatar.avatar-upload::after {
		top: 17px !important;
		bottom: auto !important;
	}

	body .yith-wcmap .user-profile .user-avatar.avatar-upload {
		position: relative;
	}
}

@media(max-width:639px) {
	#my-account-menu {
		margin-bottom: 30px;
	}

	.current-avatar.single-col {
		overflow: hidden !important;
	}
}

@media(max-width:479px) {
	#yith-wcmap-avatar .avatar-modal-content {
		padding: 15px 20px 15px;
	}

	.new-avatar.single-col form img {
		width: 30px !important;
		height: auto !important;
	}

	.new-avatar.single-col form span {
		font-size: 10px;
	}

	.account-button-holder {
		padding-top: 20px;
	}

	#my-account-menu .user-info {
		padding-top: 12px !important;
	}

	.contact-rapid-holder,
	.referral-link-holder {
		margin-top: 0;
	}

	.reset-avatar.single-col {
		display: none !important;
	}

	#yith-wcmap-avatar .avatar-modal-content .cols-wrapper .set-avatar.single-col {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.user-avatar.avatar-upload picture,
	.user-avatar.avatar-upload img {
		width: 40px;
		height: 40px;
	}
}

/* AR-1134 */
.ar-comenzi-client-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 45px;
}

.woocommerce-account .ar-comenzi-client-head h2 {
	margin-bottom: 0 !important;
}

.ar-comenzi-filter label {
	color: #5C5C5C;
	font-size: 14px;
	padding-right: 5px;
}

#perioada_comanda {
	color: #5C5C5C;
	border: 1px solid #5C5C5C;
	background-color: #fff;
	padding: 6px 25px 6px 15px;
	border-radius: 5px;
	text-align: center;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
	background-size: 15px;
	background-position: 97% 50%;
}

.ar-order-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: space-evenly;
	align-items: center;
	padding: 4px;
}

.ar-order-actions a.button {
	width: 100%;
	padding: 10px !important;
	text-align: center;
	font-size: 14px !important;
}

.woocommerce .woocommerce-MyAccount-content .ar-comenzi-client-body table.shop_table th:last-child {
	text-align: center;
}

.woocommerce-archived-order .woocommerce-MyAccount-content>h2 {
	display: none !important;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table td.arbgcomanda {
	font-weight: 700;
	background-color: #696D9F;
	border-bottom: 1px solid #fff !important;
	border-right: 1px solid #fff !important;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table td.arbgcomanda a {
	color: #fff;
}

.woocommerce .woocommerce-MyAccount-content table.shop_table th.arbgcomanda {
	border-bottom: 1px solid #fff !important;
}

.ar-comenzi-client-body {
	transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.ar-comenzi-client-body.loading {
	pointer-events: none;
	opacity: 0.4;
}

.woocommerce .woocommerce-MyAccount-content .button#ar-load-more {
	padding: 18px 20px !important;
	color: #fff !important;
}

@media(max-width:767px) {
	.ar-comenzi-client-body thead {
		display: none !important;
	}

	.ar-comenzi-client-body table,
	.ar-comenzi-client-body tbody,
	.ar-comenzi-client-body tr,
	.ar-comenzi-client-body td,
	.ar-comenzi-client-body th {
		display: flex !important;
		border: 0 !important;
	}

	#ar-comenzi-rows {
		gap: 10px;
		flex-direction: column;
		width: 100%;
	}

	#ar-comenzi-rows tr {
		background-color: #F6F7FA;
		border-radius: 6px;
		padding: 10px;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: space-between;
	}

	.woocommerce-MyAccount-content .ar-comenzi-client-body table.shop_table {
		border: 0 !important;
	}

	.woocommerce .woocommerce-MyAccount-content table.shop_table td.arbgcomanda {
		background-color: transparent;
	}

	#ar-comenzi-rows td:nth-child(5) {
		width: 100%;
	}

	.woocommerce .woocommerce-MyAccount-content table.shop_table td.arbgcomanda a {
		color: #380069;
	}

	#ar-comenzi-rows td:nth-child(1) a::before {
		content: "Comanda ";
	}

	.woocommerce .woocommerce-MyAccount-content table.shop_table td.arbgcomanda {
		border-bottom: 0 !important;
		border-right: 0 !important;
	}

	.woocommerce .ar-comenzi-client-body table.shop_table td {
		border: 0 !important;
		height: auto !important;
	}

	#ar-comenzi-rows td:nth-child(2) span::before {
		content: " din data: "
	}

	#ar-comenzi-rows td:nth-child(4)::before {
		content: " TOTAL: "
	}

	#ar-comenzi-rows td:nth-child(3)::before {
		content: " Status: "
	}

	.ar-order-actions {
		display: flex;
		flex-direction: row;
		gap: 6px;
		justify-content: end;
		align-items: center;
		padding: 0;
		width: 100%;
	}

	.ar-order-actions a.button {
		width: 100%;
		padding: 8px !important;
		text-align: center;
		font-size: 13px !important;
	}

	#ar-comenzi-rows td {
		gap: 7px;
		font-size: 13px;
	}

	#ar-comenzi-rows td.arbgcomanda {
		font-size: 15px;
	}

	#ar-comenzi-rows td:nth-child(4) {
		font-weight: 700;
	}

	.woocommerce-MyAccount-content .ar-comenzi-client-body table.shop_table tbody tr:nth-child(2n) td {
		background-color: transparent;
	}
}

@media(max-width:639px) {
	#ar-comenzi-rows td {
		font-size: 12px;
	}

	#ar-comenzi-rows td.arbgcomanda {
		font-size: 14px;
	}

	#ar-comenzi-rows td:nth-child(2) span::before {
		content: " din: "
	}

	.ar-comenzi-client-head {
		gap: 10px;
		flex-wrap: wrap;
	}

	#ar-load-more-wrap {
		padding: 20px 0;
	}

}

@media(max-width:479px) {
	#ar-load-more-wrap #ar-load-more {
		width: 100%;
		font-size: 14px;
	}
}

@media(max-width:399px) {
	#ar-comenzi-rows td {
		font-size: 12px;
	}

	#ar-comenzi-rows td.arbgcomanda {
		font-size: 14px;
	}

	#ar-comenzi-rows td:nth-child(2) span::before {
		content: " din: "
	}

	.ar-comenzi-filter label {
		font-size: 13px;
	}
}

/* END AR-1134 */