.input_pl_wrapper {
	margin-bottom: 18px;
	position: relative;
	width: 100%;
}
.input_pl_wrapper input {
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.1px;
	padding: 11px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 4px;
	color: #000;
	display: block;
	font-family: Roboto;
}
.input_pl_wrapper label {
	position: absolute;
	left: 12px;
	top: 12px;
	pointer-events: none;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #9B9C99;
	z-index: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	display: block;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #525252;
	padding: 20px 0px;
	border-bottom: 1px solid #E2E2E2;
	background-image: url(/wp-content/themes/drblend/src/images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child a {
	border-top: 1px solid #E2E2E2;
}

.woocommerce-MyAccount-navigation-link--uap {
	display:none !important;
}

.affiliateuser-cert .woocommerce-MyAccount-navigation-link--uap {
	display:block !important;
}

.order_item {
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	padding: 30px 40px;
	margin-bottom: 20px;
}
.order_item_top {
	display: flex;
	flex-wrap: wrap;
	background: #F5F5F5;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.order_item_top_col p.top_heading {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #767676;
	margin: 0px;
	padding-bottom: 5px;
}
.order_item_top_col p.top_val {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.02em;
	text-transform: inherit;
	color: #000;
	margin: 0px;
}
.order_item_top_col {
	flex: 0 0 25%;
}
.order_item_bottom {
	display: flex;
	flex-wrap: wrap;
}
.order_item_bottom_image {
	flex: 0 0 40%;
	font-size: 0px;
	overflow: hidden;
}
.order_item_button {
	flex: 0 0 60%;
	display: block;
	text-align: right;
}
.order_item_bottom_image_item {
	display: block;
	margin-right: 10px;
	width: 70px;
	height: 70px;
	background: #F5F5F5;
	float: left;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #111111;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order_item_bottom_image_item img {
	display: block;
}
.order_item_button a {
	background: #FFFFFF;
	border: 1px solid #1F1F1F;
	border-radius: 100px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	text-transform: uppercase;
	color: #111111;
	vertical-align: middle;
	padding: 12px 30px;
	display: inline-block;
	margin-left: 10px;
	margin-top: 15px;
}
.order_item_button a:hover {
	background: #000;
	color: #fff;
}

.container-page-header h1 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 44px;
	color: #111111;
}
.container-page-header {
	background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 250px;
	float: left;
}

.woocommerce-MyAccount-content {
	width: calc(100% - 350px);
	float: right;
}

.main_content_loop > .woocommerce {
	overflow: hidden;
}

.view_order_top {
	padding: 30px 40px;
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
}


.order_product_items > h2 {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	color: #111111;
}
.order_product_item {
	border-top: 1px solid #E2E2E2;
	padding: 30px 0px;
	display: flex;
}
.order_product_item_image {
	flex: 0 0 100px;
	background: #CDCDCD;
	height: 100px;
	margin-right: 30px;
	justify-content: flex-start;
	display: flex;
}
.order_product_item_content {
	flex: 0 0 calc(100% - 130px);
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}
.order_product_item_content h3 {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #111111;
	margin: 0px;
}
.order_product_item_content p {
	font-family: Jost;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #767676;
	display: block;
	width: 100%;
	margin: 0px;
}
.view_order_top {
	margin-bottom: 20px;
}


.view_order_middle {
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	margin-bottom: 20px;
	padding: 30px 40px;
}
.order_item_bottom {
	padding: 30px 40px;
}
.view_order_middle h2 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #111111;
	margin: 0px;
	padding-bottom: 20px;
}
.view_order_total_item {
	border-bottom: 1px solid #E2E2E2;
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
}
.view_order_total_item > div {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #111111;
}
.view_order_total_item:last-child {
	border: navajowhite;
}

.order_item_bottom_ship {
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	margin-bottom: 20px;
	padding: 30px 40px;
}
.order_item_bottom_ship h2 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #111111;
	margin: 0px;
	padding-bottom: 20px;
}


.order_item_bottom_ship h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #111111;
	margin: 0px;
	padding-bottom: 20px;
}
.order_item_bottom_ship_details {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.order_item_bottom_col {
	flex: 0 0 33.33%;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #525252;
}
.order_item_bottom_col p {
	margin-top: 0px;
}


.woocommerce-Address {
	background: #F5F5F5;
	padding: 30px 40px !important;
}
.woocommerce-Address h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
}
.woocommerce-Address .title h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #111111;
	margin: 0px;
	padding-bottom: 30px;
}
.woocommerce-Address address {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #525252;
}


.woocommerce-address-fields__field-wrapper label {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #111111;
	margin-bottom: 5px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .input-text {
	background: #FFFFFF;
	border: 1px solid #CDCDCD !important;
	border-radius: 100px !important;
	padding: 16px !important;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #767676;
	margin-bottom: 15px !important;
}
.woocommerce-MyAccount-content h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	color: #111111;
	margin: 0px;
	padding-bottom: 20px;
}


.select2-container--default .select2-selection--single {
	height: 50px;
	border: 1px solid #CDCDCD;
	border-radius: 100px;
	padding: 5px 15px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #767676;
	margin-bottom: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	right: 10px;
}


.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input {
	background: #FFFFFF;
	border: 1px solid #CDCDCD !important;
	border-radius: 100px !important;
	padding: 16px !important;
	margin-bottom: 20px !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account label {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #111111;
	margin-bottom: 7px;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	position: absolute;
	right: 17px;
	top: 17px;
	cursor: pointer;
}
fieldset {
	border: none;
	padding: 0px !important;
}
fieldset legend {
	display: none;
}

.woocommerce-account form .form-row  input.input-text{
	padding-left: 20px !important;
	height: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
	display:none;
}

section.refer_friend_banner {
	border: 1px solid #E7E7EF;
	padding: 15px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0;
	background-color: #e7d6d6;
}

.wlr-myaccount-page {
	padding-top: 0 !important;
}

.refer_friend_title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 12px;
}

.refer_friend_banner {
	display: flex;
	align-items: center; /* Optional, align vertically */
}

.refer_friend_icon {
	margin-right: 20px; /* Adjust the space between the icon and content */
}

@media (max-width: 991px) {
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content {
		width: 100%;
		float: none;
	}
}

@media (max-width: 900px) {
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}

	.u-column1.col-1.woocommerce-Address {
		padding: 15px;
		margin-bottom: 15px;
	}
	.order_item_bottom_ship {
		padding: 15px;
	}
	.order_item_bottom_col {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.order_item_bottom_ship_details {
		flex-wrap: wrap;
	}
	.order_item_bottom_col:last-child {
		margin: 0px;
	}
	.view_order_top {
		padding: 15px;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		max-width: inherit;
	}
	.order_item {
		padding: 15px;
	}
	.order_item_top {
		padding: 15px 15px 0px 15px;
		margin-bottom: 15px;
	}
	.order_item_top_col {
		flex: 0 0 50%;
		padding-bottom: 15px;
	}
	.order_item_bottom {
		padding: 0px;
	}
	.order_item_bottom_image_item {
		margin-bottom: 10px;
	}
	.order_item_button {
		flex: 0 0 100%;
		text-align: left;
	}
	.order_item_button a {
		max-width: 1000%;
		margin-bottom: 0px;
		margin-left: 0px;
	}
}
