.otp-input-flex {
	display: flex;
	flex-wrap: nowrap;
	margin-left: -7px;
	margin-right: -7px;
}

.otp-forms form .form-group .otp-input-flex input.form-control {
	height: 46px;
	width: 52px !important;
	margin: 0 7px;
}


.checkout-forms .radio-group-flex .radio-button__label-wrapper {
	border-radius: 50%;
	cursor: pointer;
	display: block;
	padding-left: 30px;
	position: relative;
	top: 5px;
}

.checkout-forms .radio-group-flex .radio-button__custom-indicator {
	background-color: white;
	border: 2px solid #bfc9d4;
	border-radius: 50%;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.checkout-forms .radio-group-flex .radio-button__custom-indicator:focus-visible,
.checkout-forms .radio-group-flex .radio-button__custom-indicator:focus,
.checkout-forms .radio-group-flex .radio-button__custom-indicator:hover {
	outline: none !important;
	border-color: #00b074;
}

.checkout-forms .radio-group-flex .radio-button__label-wrapper:focus-visible {
	outline: none !important;
}

.checkout-forms .radio-group-flex .radio-button__custom-indicator::after {
	background-color: #00b074;
	border-radius: 50%;
	content: "";
	display: none;
	height: 10px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 10px;
}

.checkout-forms .radio-group-flex .radio-button__input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.checkout-forms .radio-group-flex .radio-button__input:focus~.radio-button__custom-indicator,
.checkout-forms .radio-group-flex .radio-button__input:checked~.radio-button__custom-indicator {
	border-color: #00b074;
}

.checkout-forms .radio-group-flex .radio-button__input:checked~.radio-button__custom-indicator::after {
	display: block;
}

.checkout-forms .radio-group-flex .radio-button__input:disabled~.radio-button__custom-indicator {
	opacity: 0.6;
	pointer-events: none;
}

.checkout-forms .radio-group-flex {
	display: flex;
	margin: 10px 0;
}

.checkout-forms .radio-group-flex .radio-button {
	margin-right: 20px;
}



.checkout-section .form-wrap .form-inner.checkout-forms-fields textarea {
	padding: 0;
	background: transparent;
	display: unset;
	width: unset;
	transition: unset;
	font-size: 0.875rem;
	font-weight: 400;
	color: inherit;
	font-family: var(--font-cabin);
	margin-right: 0;
	border: unset;
	border-radius: unset;
}

.select2-container--default .select2-results__option--selectable,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: 0.875rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	color: #868686 !important;
	background-color: rgba(244, 111, 48, 0.1) !important;
}

a.otp-resend-link {
	cursor: pointer;
}

a.otp-mobile-link {
	cursor: pointer;
}

li.nav-user-name {
	color: white;
	font-size: 0.938rem;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-flex !important;
}

.pet-title {
	margin-bottom: 0px !important;
}

.pet-info {
	border: none;
	padding: 5px 10px;
	margin: 0 0 5px 0;
	/* background: #EFF0ED; */
	border-radius: 6px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.pet-info-buttongroup .btn {
	height: 30px;
	width: 30px;
	color: #ffff;
	padding: 0;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	font-size: 13px;
}

.pet-info-buttongroup .btn.delete-btn {
	background: #ff0000;
}

.pet-info-buttongroup .btn.edit-btn {
	background: #28a528;
}

.pet-info.add-pet-info div {
	align-self: center;
}

a.btn.add-pet-btn {
	background: #000100;
	color: #fff;
	margin-top: 10px;
	border-radius: 6px;
	font-size: 13px;
	margin-bottom: 15px;
}

a.btn.add-pet-btn:hover,
a.btn.add-pet-btn:focus,
a.btn.add-pet-btn:active,
a.btn.add-pet-btn.active {
	color: #fff;
}

a.pet-info-cancel.btn {
	font-size: 14px;
	display: inline-block;
	padding: 0;
	text-align: center;
	background: #ff0000;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	color: #fff;
	margin: 0;
	line-height: 29px;
	cursor: pointer;
}


.pet-radio {
	height: inherit;
	margin: auto;
}



.user-name {
	display: flex;
	margin-left: 10px;
	padding-top: 5px;
}


.nav__profile-form {
	position: absolute;
	top: calc(100% + 15px);
	right: -32px;

	align-items: center;
	background-color: var(--title-color1);
	border: 1px solid #000;
	padding: 15px;
	transition: 0.35s;
	opacity: 0;
	visibility: hidden;
}


.nav-user-name:hover .nav__profile-form {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 7px);
}


a.nav__profile-form-link {
	height: auto !important;
	width: auto !important;
	border-radius: 0% !important;
	border: none !important;
	border: none !important;
	display: block !important;
	margin-top: 10px;
	color: white;
}



.checkout-section .edit-btn {
	position: absolute;
	top: 10%;
	transform: translateY(-50%);
	right: 10px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	transition: 0.3s ease;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.checkout-forms .select2-container .select2-selection--single {
	min-height: 45px;
}

.checkout-forms .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 44px;
}

.checkout-forms .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 43px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	background: #fff;
}

.checkout-forms .select2-container--default .select2-selection--multiple {
	min-height: 45px !important;
	padding-top: 5px;
}

header.style-1 .nav-right ul li .nav__profile-form a::after,
header.style-1 .nav-right ul li:hover .nav__profile-form a::after,
header.style-1 .nav-right ul li .nav__profile-form a:hover::after {
	display: none !important;
}


.dc-forms-details {
	background: #fff;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgb(168 172 199 / 16%);
	margin-top: 10px;
	margin-bottom: 10px;
}

.dc-forms-details .table-control {
	padding: 23px;
	display: flex;
	justify-content: end;
}

.dc-forms-details .table-responsive {
	min-height: 600px;
	max-height: 600px;
}

.dc-forms-details .table thead th {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #6e6e6e;
	color: #fff;
	height: 68px;
	vertical-align: middle;
	padding-left: 40px;
	white-space: nowrap;
}

.dc-forms-details .table td {
	padding-left: 40px;
	font-family: var(--font-cabin);
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #18171c;
	height: 68px;
	vertical-align: middle;
}

.dc-forms-details .table-control a.book-appointment-btn {
	background: #198972;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 16px;
	margin: 0;
	border-radius: 4px;
}

.dc-forms-details .table-control-buttons {
	padding: 0 5px;
}

.dc-forms-details .search-form-group {
	position: relative;
	width: 349px;
	padding: 0 5px;
}

.dc-forms-details .table-control input.form-control {
	border-radius: 5px;
	border: solid 1px #bfc9d4;
	background-color: #fff;
	color: #18171c;
	font-size: 12px;
	height: 45px;
	padding: 10px 20px 10px 34px;
}

.dc-forms-details .table-control input.form-control:focus,
.dc-forms-details .table-control input.form-control:hover {
	outline: none;
	box-shadow: none;
}

.dc-forms-details .search-form-group img {
	width: 15px;
	position: absolute;
	top: 15px;
	left: 15px;
	height: 15px;
}

.dc-forms-details .edit-del-group {
	display: flex;
}

.dc-forms-details .edit-del-group button.btn,
.dc-forms-details .edit-del-group a.btn {
	height: 24px;
	width: 24px;
	background: no-repeat;
	padding: 0;
	margin-right: 15px;
	cursor: pointer;
	margin-top: 0;
}

.dc-forms-details .edit-del-group button.btn img,
.dc-forms-details .edit-del-group a.btn img {
	height: 27px;
	width: auto;
}

.dc-forms-details td.status-completed {
	color: #50d68d;
	font-weight: 600;
}

.dc-forms-details td.status-confirmed {
	color: #8873ef;
	font-weight: 600;
}

.dc-forms-details td.status-pending {
	color: #ffc400;
	font-weight: 600;
}

.dc-forms-details .table tr:hover {
	background: #f1f2f3;
}

.dc-forms-details .pro-table-responsive {
	border-radius: 5px 5px 0 0;
}

.dc-forms-details .table-control.tc-flex {
	display: flex;
	justify-content: space-between;
}

.dc-forms-details .table-control.tc-flex h3 {
	font-family: var(--font-cabin);
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #18171c;
	margin: 0;
	align-self: center;
}

.dc-forms-details .doctor-appointment-data .da-inner {
	padding: 23px;
}

.dc-forms-details .da-title {
	background-color: #6e6e6e;
	border-radius: 5px 5px 0 0;
}

.dc-forms-details .da-title h4 {
	margin: 0;
	font-family: var(--font-cabin);
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	padding: 15px 23px;
}

.dc-forms-details .da-inner-data {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}

.dc-forms-details .da-inner-data .da-inner-datacol {
	padding: 0 15px;
}

.dc-forms-details .da-inner-data .da-inner-datacol .da-formgroup label {
	font-family: var(--font-cabin);
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #828088;
}

.dc-forms-details .da-inner-data .da-inner-datacol .da-formgroup p {
	font-family: var(--font-cabin);
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: left;
	color: #18171c;
}

.dc-forms-details .da-formgroup {
	margin-bottom: 25px;
}

.dc-forms-details .da-inner-datacol {
	padding: 0 15px;
	flex: 0 0 33.333333%;
	width: 33.333333%;
}

.dc-forms-details .da-inner-datacol .da-formgroup:last-child {
	margin-bottom: 0;
}

.dc-forms-details .da-buttongroup button.btn,
.dc-forms-details .da-buttongroup a.btn {
	border: solid 1px #d9d9d9;
	background-color: #198972;
	border-radius: 4px;
	margin-top: 0;
	margin-bottom: 8px;
	width: 200px;
	font-family: var(--font-cabin);
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding: 15px 15px;
	display: block;
}

.dc-forms-details .da-buttongroup button.btn.download-invoice-btn {
	border: solid 1px #d9d9d9;
	background: #fff;
	color: #000;
}

.dc-forms-details .da-buttongroup a.btn.download-invoice-btn {
	border: solid 1px #d9d9d9;
	background: #fff;
	color: #000;
}


.dc-forms-details .da-buttongroup button.btn.cancel-appointment-btn {
	border: solid 1px #ef6f76;
	background: #fff;
	color: #ef6f76;
	margin-bottom: 0;
}

.dc-forms-details .da-inner-data .da-inner-datacol .da-formgroup p.status-completed {
	color: #50d68d;
	font-weight: bold;
}

.dc-forms-details .da-inner-data .da-inner-datacol .da-formgroup p.status-physical {
	color: #ffc400;
	font-weight: bold;
}

.dc-forms-details .da-inner-data .da-inner-datacol .da-formgroup p.status-confirmed {
	color: #8873ef;
	font-weight: bold;
}

.dc-forms-details .da-formgroup-left img {
	width: 105px;
}

.dc-forms-details .da-formgroup.da-formgroup-pic {
	display: flex;
	flex-wrap: wrap;
}

.dc-forms-details .da-formgroup-left {
	margin-right: 15px;
}

.dc-forms-details .da-formgroup-right {
	flex: 1;
}

.dc-forms-details .da-inner-data .da-inner-datacol .da-formgroup p.doctor-position {
	color: #828088;
	font-weight: normal;
}

.dc-forms-details .da-inner-profile .form-group label {
	font-family: var(--font-cabin);
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #18171c;
}

.dc-forms-details .da-inner-profile .form-group input.form-control {
	border: solid 1px #cbcccd;
	background-color: #fff;
	height: 46px;
	font-family: var(--font-cabin);
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

.dc-forms-details .da-inner-profile .form-group input.form-control::placeholder {
	color: #d0d6de;
}

.dc-forms-details .da-inner-profile .form-group input.form-control:hover,
.dc-forms-details .da-inner-profile .form-group input.form-control:focus {
	outline: none;
	box-shadow: none;
}

.dc-forms-details .da-inner-profile button.btn.profile-savebtn {
	height: 48px;
	background-color: #198972;
	border-radius: 4px;
	font-family: var(--font-cabin);
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 16px;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	width: 166px;
	padding: 15px;
	cursor: pointer;
	margin-top: 0;
}

.dc-forms-details form .form-group label sup {
	color: #ff0000;
}

.dc-forms-details .cs-input-fields {
	flex: 1;
}

.dc-forms-details .file-upload-wrapper {
	position: relative;
	width: 100%;
	height: 50px;
	border: solid 1px #cbcccd;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 0.25rem;
}

.dc-forms-details .file-upload-wrapper:before {
	content: "Browse";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	height: 50px;
	background: #bfc9d4;
	color: #fff;
	font-weight: 400;
	z-index: 25;
	font-size: 14px;
	line-height: 49px;
	padding: 0 12px;
	text-transform: capitalize;
	pointer-events: none;
	border-radius: 0;
	width: 120px;
}

.dc-forms-details .file-upload-wrapper input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}

.dc-forms-details .cs-file-input [type="file"] {
	position: relative;
	width: 100%;
}

.dc-forms-details .file-upload-wrapper:after {
	content: attr(data-text);
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 15px;
	background: #fff;
	padding: 10px 15px;
	display: block;
	width: calc(100% - 135px);
	pointer-events: none;
	z-index: 20;
	height: 48px;
	line-height: 30px;
	color: #d0d6de;
	border-radius: 5px 10px 10px 5px;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
}

.dc-forms-details span.cs-error {
	color: #d16e6c;
	margin-top: 5px;
	display: block;
}

.dc-forms-details .upload-img {
	width: 110px;
	height: 110px;
	border-radius: 6px;
	overflow: hidden;
	margin-left: 15px;
	border: 1px solid #E9E9E9;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dc-forms-details .upload-img img {
	height: 110px;
	width: auto;
}

.dc-forms-details a.profile-passchange {
	color: #3686fc;
	margin-top: 15px;
	display: block;
	font-size: 14px;
}


.cs-pointer-none {
	pointer-events: none;
}


.cs-receipt {
	border: 1px solid #e5e5e5;
	border-top: 5px solid #FFC815;
	padding: 15px 0;
}

.cs-receipt-inner {
	max-width: 1440px;
	margin: auto;
}


.cr-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	margin: 0;
}

.cr-flex-leftdata h3,
.cr-flex-rightdata h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 20px;
}

.cr-flex-leftdata p,
.cr-flex-rightdata p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
}

.cr-flex.cs-pt0 {
	padding-top: 0;
}

.cs-label-group label {
	color: #9b9b9b;
	font-size: 14px;
	display: inline-block;
	line-height: 16px;
	margin: 0;
	min-width: 150px;
}

.cs-label-group p {
	color: #000;
	font-size: 14px;
	display: inline-block;
	line-height: 16px;
	margin: 0;
}

.cs-label-group {
	display: flex;
	margin: 5px 0;
}

.cr-flex-left,
.cr-flex-right {
	padding: 0 15px;
}

.cr-flex-leftdata-flex {
	display: flex;
	flex-wrap: wrap;
}

.cr-flex-leftdata-flex .cs-label-group label.w-auto {
	min-width: auto;
	margin-right: 10px;
}

.cr-flex-leftdata-flex .cs-label-group {
	margin-right: 30px;
}

label.l-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
	display: inline-block;
}

.c-000 {
	color: #000 !important;
}

.cs-table-responsive table,
.cs-table-responsive table th,
.cs-table-responsive table td {
	border: 1px solid #d3d2d2;
	border-collapse: collapse;
}

.cs-table-responsive table th,
.cs-table-responsive table td {
	font-size: 14px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

.cs-table-responsive table th {
	font-weight: bold;
	background: #e9e9e9;
}

.cs-table-responsive {
	overflow-x: auto;
	margin-top: 15px;
}

.cs-table-responsive table {
	width: 100%;
}

.cr-flex.table-flex .cr-flex-left {
	width: 100%;
}

img.cs-dsign {
	width: 140px;
	margin-bottom: 5px;
}

img.cs-powerd-logo {
	width: 130px;
	margin-bottom: 5px;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

p.font-cssize {
	margin-bottom: 5px;
	font-weight: 600;
}

p.gp-text {
	color: #a3a3a3;
}

.cr-flex-right.ase-align {
	align-self: end;
}

.cr-flex.bb-none {
	border-bottom: none;
}

.cr-flex.cs-no-bottom-boder{
    border-bottom: none;
}

.cs-label-group label.ls-width{
	min-width: auto;
    margin-right: 10px;
}

@media (max-width: 575px) {
	.cr-flex.cs-pt0 .cr-flex-right {
		margin-top: 15px;
	}

	.cr-flex-right.ase-align {
		margin-top: 15px;
	}
}


.hero2 .hero-wrapper .banner-content h5 {
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--title-color1);
	font-family: var(--title-color1);
	text-transform: capitalize;
	position: relative;
}

.invoice-product-table {
	border-top: 1px solid #000;
}


.invoice-product-table thead tr th {
	background: #000;
	color: #fff;
}


.deleteCodeButton::before {
	background-color: #dc3545 !important;
}


.hero2-custom {
	display: block;
}


.web_title {
	font-size: 1.8rem;
	color: var(--white);
	font-weight: bold;
	letter-spacing: 0.02em;
	display: block;
	text-transform: uppercase;
	position: relative;
	font-family: var(--font-cabin);
	transition: all 0.5s ease-out 0s;
	position: relative;
}


.services-details-area .services-datails-content .banner-title .currency h5 {
	font-family: var(--font-dosis);
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 30px;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	background: var(--gradient-color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 25px;
}


.services-details-area .services-datails-content .banner-title .currency-grey h5 {
	font-family: var(--font-dosis);
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 30px;
	letter-spacing: 0.03em;
	text-transform: capitalize;
	background: grey;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 25px;
}



.doctor-title-right {
	text-align: end;
}



.prescription-complaint-list {
	list-style: none;
}


.eprescription-body {
	color: black;
}


.text-detail.detail-text {
	color: black;
}


.eprescription-body label {
	color: #828088;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	color: #8a8a8a !important;
}


.h1-feature-counter .counter-single .coundown div span {
	font-size: 1.9rem;
}


.h1-feature-counter .counter-single .coundown div h3 {
	font-size: 1.9rem;
}


.appointment-image-upload input {
	display: block;
	height: 45px;
	width: 100%;
	transition: 0.3s ease;
	width: 100%;
	height: 45px;
	font-size: 0.875rem;
	font-weight: 400;
	color: #868686;
	font-family: var(--font-cabin);
	padding: 10px 20px;
	margin-right: 0;
	background: #FFFFFF;
	border: 1px solid #eee;
	border-radius: 5px;
}


.ez-upload-image {
	background: #FFFFFF;
	border: 1px dashed #E4E7EC;
	border-radius: 12px;
	padding: 35px 15px;
	min-height: 120px;
	position: relative;
}

.ez-upload-imageflex {
	display: flex;
	flex-wrap: wrap;
}

.ez-upload-imageflex .epi-icons {
	height: 48px;
	width: 48px;
	margin-right: 15px;
}

.ez-upload-imageflex .epi-data {
	flex: 1;
	text-align: left;
	align-self: center;
}

.epi-data p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #757575;
	text-align: left;
}

.epi-data p a {
	display: inline-block;
	color: #6941C6;
}

.fileup_form-group .ez-upload-image.active {
	background-color: rgba(192, 192, 192, 0.2);
}

.fileup_form-group .form__file {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
}

.fileup_form-group .form__files-container {
	display: block;
	width: 100%;
	font-size: 0;
	margin-top: 20px;
}

.fileup_form-group .form__image-container {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 2px;
	overflow: hidden;
	margin-right: 5px;
}

.fileup_form-group .form__image-container:after,
.fileup_form-group .master_image_section .form__image-container:after {
	content: "✕";
	position: absolute;
	line-height: 110px;
	font-size: 30px;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	bottom: 0;
}

.fileup_form-group .form__image-container:hover:after,
.fileup_form-group .master_image_section .form__image-container:hover:after {
	opacity: 1;
	cursor: pointer;
}

.fileup_form-group .form__image {
	width: 100%;
	height: 100%;
}


.ez-upload-imageflex .epi-icons img {
	max-width: 100%;
}


.master_image_section {
	width: 120px;
	margin: 0 4px;
	float: left;
}


.inv-module-sec.modal.select-branch {
	z-index: 100000;
}


.inv-module-sec.modal.select-branch .cart-btn-group {
	justify-content: center;
}