Current Path : /storage/v11800/abaniliving-com/public_html/wp-content/plugins/woocommerce/assets/css/

Linux v11800 5.3.0-1023-aws #25~18.04.1-Ubuntu SMP Fri Jun 5 15:19:18 UTC 2020 aarch64

Upload File :
Current File : /storage/v11800/abaniliving-com/public_html/wp-content/plugins/woocommerce/assets/css/helper.scss
/*------------------------------------------------------------------------------
  General table styling
------------------------------------------------------------------------------*/

$white: #fff;

// Grays
$gray:                   #87a6bc;
$gray-light:             lighten($gray, 33%); //#f3f6f8
$gray-dark:              darken($gray, 38%); //#2e4453

// $gray-text: ideal for standard, non placeholder text
// $gray-text-min: minimum contrast needed for WCAG 2.0 AA on white background
$gray-text:              $gray-dark;
$gray-text-min:          darken($gray, 18%); //#537994

$admin-theme-color: var(--wp-admin-theme-color);

/*------------------------------------------------------------------------------
  Tab navigation
------------------------------------------------------------------------------*/
.wc-helper {

	.nav-tab-wrapper {
		margin-bottom: 22px;
	}

	@media only screen and (max-width: 784px) {

		.nav-tab {
			max-width: 40%;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	}
}


/*------------------------------------------------------------------------------
  Buttons
------------------------------------------------------------------------------*/

.wc-helper {

	.button,
	.button:hover,
	.button:focus,
	.button:active {
		background-color: $admin-theme-color;
		border-width: 0;
		box-shadow: none;
		border-radius: 3px;
		color: #fff;
		height: auto;
		padding: 3px 14px;
		text-align: center;
		white-space: normal !important;

		@media only screen and (max-width: 782px) {
			line-height: 2;
		}

		&.button-secondary {
			background-color: #e6e6e6;
			color: #3c3c3c;
			text-shadow: none;
		}
	}

	.button:hover {
		opacity: 0.8;
	}
}

.wc-helper .subscription-filter {
	font-size: 13px;
	line-height: 13px;
	margin: 22px 0;

	label {
		display: none;
		position: relative;

		.chevron {
			color: #e1e1e1;
			border-bottom-width: 0;
			line-height: 1;
			padding: 0;
			position: absolute;
			top: 10px;
			right: 14px;
		}
	}

	li {
		display: inline-block;
		padding: 0 4px 0 8px;
		position: relative;

		&::before {
			background-color: #979797;
			content: " ";
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 1px;
		}

		&:first-of-type {

			&::before {
				display: none;
			}
		}
	}

	a {
		text-decoration: none;

		&.current {
			color: #000;
			font-weight: 600;
		}
	}

	.count {
		color: #555d66;
		font-weight: 400;
	}

	@media only screen and (max-width: 600px) {
		background-color: #fff;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		font-size: 14px;

		label,
		li {
			line-height: 21px;
			padding: 8px 16px;
			margin: 0;

			&:last-child {
				border-bottom: none;
			}
		}

		li {
			border-bottom: 1px solid #e1e1e1;
		}

		label,
		span.chevron {
			display: block;
		}

		label {
			text-decoration: none;
		}

		li {
			display: none;
		}

		li {

			&::before {
				display: none;
			}
		}

		a {
			cursor: pointer;
		}

		span.chevron {
			color: #555;
			opacity: 0.5;
			transform: rotateX(180deg);
		}

		&:focus,
		&:hover {
			box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);

			label {
				border-bottom: 1px solid #e1e1e1;
			}

			li {
				display: block;
			}

			span.chevron {
				transform: rotateX(0deg);
			}
		}
	}

}

/*------------------------------------------------------------------------------
  Subscriptons Header
------------------------------------------------------------------------------*/

.wc-helper {

	.subscriptions-header {
		margin: 3em 0 0;
		position: relative;
		z-index: 10;

		h2 {
			display: inline-block;
			line-height: 25px;
			margin: 0 0 1.5em 0;
		}

	}

	.button-update,
	.button-update:hover {
		background-color: #e6e6e6;
		border-radius: 4px;
		color: #333;
		font-weight: 800;
		font-size: 10px;
		line-height: 20px;
		margin-left: 6px;
		opacity: 0.75;
		padding: 3px 7px;
		text-transform: uppercase;

		.dashicons {
			font-size: 12px;
			height: 12px;
			width: 12px;
			vertical-align: text-bottom;
		}
	}

	.button-update:hover {
		opacity: 1;
	}

	.user-info {
		background-color: #fff;
		border: 1px solid #e1e1e1;
		border-radius: 4px;
		font-size: 12px;
		line-height: 26px;
		position: absolute;
		top: -10px;
		right: 0;
		transition: all 0.1s ease-in;

		@media only screen and (max-width: 600px) {
			position: relative;
			width: 100%;
		}

		p {
			line-height: 26px;
			margin: 0;
		}

		&:hover {
			box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
		}

		header {
			color: #555;
			font-weight: 600;
			padding: 6px 14px;
			position: relative;

			p {
				padding-right: 26px;
			}

			.dashicons {
				opacity: 0.5;
				position: absolute;
				top: 9px;
				right: 14px;
			}

			&:hover {
				cursor: pointer;
			}
		}

		section {
			display: none;

			p {
				border-top: 1px solid #e1e1e1;
				padding: 6px 14px;
				text-align: center;
			}

			.actions {
				border-top: 1px solid #e1e1e1;
				display: flex;
			}

			a {
				cursor: pointer;
				font-weight: 600;
				line-height: 38px;
				padding: 0 14px;
				text-align: center;
				text-decoration: none;
				white-space: nowrap;
				width: 50%;

				.dashicons {
					margin-top: -3px;
					vertical-align: middle;
				}

				&:first-child {
					border-right: 1px solid #e1e1e1;
				}

				&:hover {
					background-color: $admin-theme-color;
					color: #fff;
				}
			}

			.avatar {
				border: 1px solid #ece1ea;
				border-radius: 50%;
				height: auto;
				margin-right: 6px;
				width: 24px;
				vertical-align: bottom;
			}
		}
	}

	.user-info:hover,
	.user-info:focus,
	.user-info:active {

		header .dashicons {
			transform: rotateX(180deg);
		}

		section {
			display: block;
		}
	}
}

/*------------------------------------------------------------------------------
  Subscripton table
------------------------------------------------------------------------------*/

.wc-helper {

	.striped > tbody > :nth-child(odd),
	ul.striped > :nth-child(odd),
	.alternate {
		background-color: #fff;
	}

	table.widefat,
	.wp-editor-container,
	.stuffbox,
	p.popular-tags,
	.widgets-holder-wrap,
	.popular-tags,
	.feature-filter,
	.imgedit-group,
	.comment-ays {
		padding-top: 5px;
	}

	.widefat thead tr th,
	.widefat thead tr td,
	.widefat tfoot tr th,
	.widefat tfoot tr td {
		color: #32373c;
		padding-bottom: 15px;
		padding-top: 10px;
	}

	.widefat td {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.wp-list-table {
		border: 0;
		box-shadow: none;
		padding-top: 0 !important;
		z-index: 1;
	}

	.button {

		@media only screen and (max-width: 782px) {
			font-size: 11px;
		}
	}

	.wp-list-table__row {
		background-color: rgba(0, 0, 0, 0);

		td {
			align-items: center;
			background-color: #fff;
			border: 0;
			//border-top: 1px solid #e5e5e5;
			padding: 16px 22px;
			vertical-align: middle;

			@media only screen and (max-width: 782px) {
				padding: 16px;
			}
		}

		td.color-bar {
			border-left: 0;
		}

		&.is-ext-header {

			td {
				border-top: 1px solid #e1e1e1;
			}

			@media only screen and (max-width: 782px) {
				display: inline-flex;
				flex-flow: row wrap;
				width: 100%;

				.wp-list-table__ext-details {
					display: block;
					flex: 2;
				}

				.wp-list-table__ext-actions {
					display: block;
					flex: 1;
					min-width: 0;
				}
			}
		}

		&:last-child td {
			border-bottom: 24px solid #f1f1f1;
			box-shadow: inset 0 -1px 0 #e1e1e1;
		}
	}

	.wp-list-table__ext-details,
	.wp-list-table__ext-status,
	.wp-list-table__licence-container {
		padding-right: 22px;
		position: relative;
		width: 100%;

		&::before {
			background-color: #e1e1e1;
			content: " ";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0 !important;
			width: 1px !important;
		}
	}

	.wp-list-table__ext-details {
		display: flex;

		@media only screen and (max-width: 782px) {
			display: table;
		}
	}

	.wp-list-table__ext-title {
		color: $admin-theme-color;
		font-size: 18px;
		font-weight: 600;
		width: 60%;

		@media only screen and (max-width: 782px) {
			margin-bottom: 12px;
			width: 100%;
		}

		@media only screen and (max-width: 320px) {
			max-width: 120px;
		}
	}

	.wp-list-table__ext-description {
		color: #333;
		padding-left: 12px;
		width: 40%;

		@media only screen and (max-width: 782px) {
			padding-left: 0;
			width: 100%;
		}
	}

	.wp-list-table__ext-status {
		position: relative;

		&.update-available::after {
			background-color: #ffc322;
			content: " ";
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 5px;
		}

		&.expired::after {
			background-color: #b81c23;
			content: " ";
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 5px;
		}

		.dashicons-update {
			color: #ffc322;
		}

		.dashicons-info {
			color: #b81c23;
		}

		p {
			color: #333;
			margin: 0;
		}

		.dashicons {
			margin-right: 5px;
		}
	}

	.wp-list-table__ext-actions {
		min-width: 150px;
		position: relative;
		width: 25%;
		text-align: right;

		&::after {
			background-color: #e1e1e1;
			content: " ";
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			width: 1px;
		}
	}

	.wp-list-table__ext-updates,
	.wp-list-table__ext-licence {

		td {
			position: relative;

			&::before {
				background-color: #e1e1e1;
				content: " ";
				height: 1px;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
			}
		}

		td.wp-list-table__ext-status,
		td.wp-list-table__licence-container {

			&::before {
				left: 22px !important;
				width: auto !important;
			}
		}

		td.wp-list-table__ext-actions::before {
			right: 22px;
		}

		@media only screen and (max-width: 782px) {
			display: flex;

			.wp-list-table__ext-status {
				flex: 2;

				&::before {
					left: 0 !important;
					width: 100% !important;
				}
			}

			.wp-list-table__ext-actions {
				flex: 1;
				min-width: 0;

				&::before {
					left: 0 !important;
					right: 0 !important;
					width: 100% !important;
				}
			}
		}
	}

	.wp-list-table__licence-container {
		padding: 0 !important;

		&::after {
			background-color: #e1e1e1;
			content: " ";
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			width: 1px;
		}
	}

	.wp-list-table__licence-form {
		display: flex;
		padding: 16px 22px;

		@media only screen and (max-width: 782px) {
			display: block;
		}

		&::before {
			background-color: #e1e1e1;
			content: " ";
			height: 1px;
			position: absolute;
			top: 0;
			right: 22px;
			left: 22px;

			@media only screen and (max-width: 782px) {
				right: 0;
				left: 0;
			}
		}

		div {
			padding-right: 16px;
			vertical-align: middle;

			@media only screen and (max-width: 782px) {
				padding: 0;
			}
		}

		p {
			margin: 0 !important;
		}
	}

	.wp-list-table__licence-label {

		label {
			color: #23282d;
			font-weight: 600;
			line-height: 30px;
		}
	}

	.wp-list-table__licence-field {

		input {
			height: 32px;

			@media only screen and (max-width: 480px) {
				width: 100%;
			}
		}

		@media only screen and (max-width: 782px) {
			padding: 8px 0 16px !important;
		}
	}

	.wp-list-table__licence-actions {
		flex-grow: 2;
		padding-right: 0 !important;

		.button {
			margin-right: 8px;
		}

		.button-secondary {
			float: right;
			margin: 0 0 0 8px;
		}

		@media only screen and (max-width: 480px) {
			text-align: right;
		}
	}
}

/*------------------------------------------------------------------------------
  Expired notification bar
------------------------------------------------------------------------------*/

.wc-helper {

	td.color-bar {
		border-left: solid 4px transparent;
	}

	td.color-bar.expired {
		border-left-color: #b81c23;
	}

	td.color-bar.expiring {
		border-left-color: orange;
	}

	td.color-bar.update-available {
		border-left-color: #8fae1b;
	}

	td.color-bar.expiring.update-available {
		border-left-color: #8fae1b;
	}
}

/*------------------------------------------------------------------------------
  Connected account table
------------------------------------------------------------------------------*/

.wc-helper {

	.connect-wrapper {
		background-color: #fff;
		border: 1px solid #e5e5e5;
		margin-bottom: 25px;
		overflow: auto;
	}

	.connected {
		display: flex;

		.user-info {
			display: flex;
			padding: 20px;
			width: 100%;
			vertical-align: middle;
		}

		img {
			border: 1px solid #e5e5e5;
			height: 34px;
			width: 34px;
		}

		.buttons {
			padding: 20px;
			white-space: nowrap;
		}

		p {
			flex: 2;
			margin: 10px 0 0 20px;
		}

		.chevron {
			display: none;

			&:hover {
				color: $admin-theme-color;
				cursor: pointer;
			}
		}

		@media only screen and (max-width: 784px) {
			display: block;

			strong {
				display: block;
				overflow: hidden;
				text-overflow: ellipsis;
			}

			p {
				margin: 0;
				overflow: hidden;
				text-overflow: ellipsis;
				width: 80%;
			}

			.user-info {
				padding-right: 0;
				width: auto;
			}

			.avatar {
				margin-right: 12px;
			}

			.chevron {
				color: #e1e1e1;
				display: block;
				margin: 10px;
				transform: rotateX(0deg);
			}

			.buttons {
				display: none;
				border-top: 1px solid #e1e1e1;
				padding: 10px 20px;

				&.active {
					display: block;
				}

			}
		}
	}
}

/*------------------------------------------------------------------------------
  Initial connection screen
------------------------------------------------------------------------------*/

.wc-helper {

	.start-container {
		background-color: #fff;
		border-left: 4px solid $admin-theme-color;
		padding: 45px 20px 20px 30px;
		position: relative;
		overflow: hidden;

		h2,
		p {
			max-width: 800px;
		}
	}

	.start-container::before {
		color: #e9e9e9;
		content: "\e01C";
		display: block;
		font-family: WooCommerce;
		font-size: 192px;
		line-height: 1;
		position: absolute;
		top: 65%;
		right: -3%;
		text-align: center;
		width: 1em;
	}

	.start-container h2 {
		font-size: 24px;
		line-height: 29px;
		position: relative;
	}

	.start-container p {
		font-size: 16px;
		margin-bottom: 30px;
		position: relative;
	}

	.button-helper-connect {
		height: 37px;
		line-height: 37px;
		min-width: 124px;
		padding: 0 13px;
		text-shadow: none;

		&:hover,
		&:active,
		&:focus {
			padding: 0 13px;
		}
	}
}


// ==========================================================================
// FormToggle
// ==========================================================================

.form-toggle__wrapper {
	position: relative;

	label {
		cursor: default;
	}
}

.form-toggle {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: 0;
	text-align: left;
	text-indent: -100000px;
	z-index: 2;

	&:focus {
		box-shadow: none;
	}

	&.disabled {
		cursor: default;
	}
}

.form-toggle__switch {
	align-self: flex-start;
	background: #999;
	border-radius: 12px;
	box-sizing: border-box;
	display: inline-block;
	padding: 2px;
	outline: 0;
	position: relative;
	width: 40px;
	height: 24px;
	transition: all 0.4s ease, box-shadow 0s;
	vertical-align: middle;

	&::before,
	&::after {
		content: "";
		display: block;
		position: relative;
		width: 20px;
		height: 20px;
	}

	&::after {
		border-radius: 50%;
		background: $white;
		left: 0;
		transition: all 0.2s ease;
	}

	&::before {
		display: none;
	}

	.accessible-focus &:focus {
		box-shadow: 0 0 0 2px $admin-theme-color;
	}


}

.form-toggle__label {
	vertical-align: bottom;
	z-index: 1;

	.form-toggle__label-content {
		color: $gray-dark;
		flex: 0 1 100%;
		font-size: 13px;
		line-height: 16px;
		margin-left: 12px;
		margin-right: 8px;
		vertical-align: top;
		text-transform: uppercase;

		@media only screen and (max-width: 480px) {
			display: none;
		}
	}
}

.form-toggle {

	.accessible-focus &:focus {

		+ .form-toggle__label .form-toggle__switch {
			box-shadow: 0 0 0 2px $admin-theme-color;
		}

		&:checked + .form-toggle__label .form-toggle__switch {
			box-shadow: 0 0 0 2px $admin-theme-color;
		}
	}

	& + .form-toggle__label .form-toggle__switch {
		background: #999;
	}

	&:not(:disabled) {

		+ .form-toggle__label:hover .form-toggle__switch {
			background: #999;
		}
	}

	&.active {

		+ .form-toggle__label .form-toggle__switch {
			background: $admin-theme-color;

			&::after {
				left: 8px;
			}
		}

		+ .form-toggle__label:hover .form-toggle__switch {
			background: $admin-theme-color;
		}
	}

	&.disabled {

		+ label.form-toggle__label span.form-toggle__switch {
			opacity: 0.25;
		}
	}
}

// Classes for toggle state before action is complete (updating plugin or something)
.form-toggle.is-toggling {

	+ .form-toggle__label .form-toggle__switch {
		background: $admin-theme-color;
	}

	&:checked {

		+ .form-toggle__label .form-toggle__switch {
			background: #999;
		}
	}
}

.form-toggle.is-compact {

	+ .form-toggle__label .form-toggle__switch {
		border-radius: 8px;
		width: 24px;
		height: 16px;

		&::before,
		&::after {
			height: 12px;
			width: 12px;
		}
	}

	&:checked {

		+ .form-toggle__label .form-toggle__switch {

			&::after {
				left: 8px;
			}
		}
	}
}

ESTRELLA Pharma – Affy Pharma Pvt Ltd

TREPODOX

POWDER FOR ORAL SUSPENSION
30ML (HDPE BOTTLE)

Composition

Cefpodoxime 50mg/5ml

Indications & Uses

UTIs, LRTs

TREPODOX – CV

POWDER FOR ORAL SUSPENSION
30ML (GLASS BOTTLE)

Composition

Cefpodoxime 50mg + Potassium Clavulanate 31.25mg/ 5ml

Indications & Uses

Upper & lower respiratory infections, Uncomplicated skin infections, Urinary Tract Infections

ESTY CLAV

POWDER FOR ORAL SUSPENSION
30ML (GLASS +HDPE BOTTLE)

Composition

Amoxycillin 200mg + Potassium clavulanate 28.50 mg/ 5ml

Indications & Uses

Community Acquired Pneumonia, Acute Exacerbations of Chronic Bronchitis, Upper Respiratory Tract Infections, Urinary Tract Infections

ESTRIXIME – CV

POWDER FOR ORAL SUSPENSION
30ML (GLASS BOTTLE)

Composition

Cefixime 50mg + Potassium clavulanate 31.25mg/5ml

Indications & Uses

Urinary Tract Inefctions, AECB, Otitis Media, Typhoid/p>

ESTRIXIME

POWDER FOR ORAL SUSPENSION
30ML (HDPE BOTTLE)

Composition

Cefixime 50mg/5ml

Indications & Uses

Urinary Tract Inefctions, Gastroenteritis

REOMELL

ORAL SUSPENSION
15 ml

Composition

Azithromycin 200mg/5ml

Indications & Uses

Community Acquired Pneumonia, Acute Exacerbations of Chronic Bronchitis,

TAMEST – DS

ORAL SUSPENSION
60 ml

Composition

Paracetamol 250mg/5ml

Indications & Uses

Fever, Pain

STREFEN

ORAL SUSPENSION
60 ml

Composition

Paracetamol 125mg + Mefenamic Acid 50mg/5ml

Indications & Uses

Pain, Fever

STREFOX

ORAL SUSPENSION
30 ml

Composition

Ofloxacin 50mg/5ml

Indications & Uses

Acute exacerbations of chronic Bronchitis, Diarrhoea

TAMACET-P

SYRUP
60 ml

Composition

Paracetamol 125mg + PPH 5mg + Cetirizine HCI 2mg/5ml

Indications & Uses

Fever, common cold & Flu

HEPTRELL

ORAL SUSPENSION
200ml

Composition

Cyproheptadine HCI 2mg + Tricholine citrate 0.275mg/5ml

Indications & Uses

Stimulate Apetite, Induces Weight Gain, Cure Allergies

TREP-DSR

CAPSULES ( HARD GELATIN)
10X10 (Alu-Alu)

Composition

Pantoprazole 40mg (EC) + Domperidone 30mg (SR)

Indications & Uses

GERD, Dyspepsia, Acid Peptic Disorders, Gastritis

RALE-DSR

CAPSULES ( HARD GELATIN)
11X10 (Alu-Alu)

Composition

Rabeprazole 20mg (EC) + Domperidone SR

Indications & Uses

GERD, Dyspepsia, Acid Peptic Disorders, Gastritis

STRETOP-40

INJECTION
40ml

Composition

Pantoprazole Sodium 40mg + NaCL

Indications & Uses

Acid-peptic disorders in hospitalized patients, Zollinger – Ellison Syndrome, Treatment of GERD Associated with Erasive Esophagitis, GL Bleed

DIMACID

SUSPENSION
170ml

Composition

Activated Dimethicone 25mg + Magnesium Hydroxide 200mg+ Aluminium Hydroxide Gel 200mg/10ml

Indications & Uses

Heartburn, Acid Indigestion

ELLAZYME

SYRUP
200ml

Composition

Alpha Amylase (1:2000) 50mg, Pepsin(1:3000) 10mg/5ml

Indications & Uses

Dyspepsia, Flatulence, Anorexia, Pancreatic Insufficiency

ARBOLL-Z

CAPSULES (HARD GELATIN)
10X3X10

Composition

Vitamin C 75mg + Vitamin B12 5mcg + Carbonyl Iron 100mg + Folic Acid 1.5mg + Zinc Sulphate 61.8mg

Indications & Uses

Hyphocromic Anemia in Pregnancy, Chronic and / or Acute Blood Loss, Post-gynaesurgery, Iron Deficiency Anemia

EST-D3 60K

CAPSULES (SOFT GELATIN)
10X1X4

Composition

Cholecalciferol 60000 UI

Indications & Uses

Osteoporosis, Osteoarthritis, Musculoskeletal Pain, Type- 2 Diabetes, Menstrual Irregularities, Pre-eclampsia, IUGR

STREBONA

ORAL SUSPENSION
200ml

Composition

Calcium Carbonate 625mg, Vitamin D3 125 IU/5ml

Indications & Uses

Osteomalacia, Osteoporosis, Fractures, Premenstrual Syndrome

STREFE-III

SYRUP (IRON TONIC)
300 ml

Composition

Iron (III) Hydroxide Polymaltose 50mg, Folic Acid 0.5mg/15ml

Indications & Uses

Pregnancy and lactation, Iron Deficiency Anaemia, Anaemia due to Excessive Haemorrhage, Anaemia Associated with Infections and Malignant Disease

STRECIUM

CAPSULES (SOFT GELATIN)
5X2X15

Composition

Calcitriol 0.25mcg + Calcium Carbonate 500mg + Zinc Sulphate 7.5mg

Indications & Uses

Osteoporosis, Hypoparathyroidism, Pregnancy & Lactation, Premenstrual Syndrome

ESTRE-SPAS

TABLETS
20X10

Composition

Mefenamic Acid 250mg + Dicyclomine HCI 10mg

Indications & Uses

Dysmenorrhea, Irritable Bowel Syndrome, Colic and Bladder Spasm, Abdominal Pain

TAMEST-A

TABLETS (BLISTERS)
20X10

Composition

Nimeulide 100mg + Paracetamo; 325mg

Indications & Uses

Arthritis Pain, Soft Tissue Trauma Including Sprains, Musculoskeletal Pain, Pain Following Dental Extraction

PARTRA FORTE

TABLETS

20X10

Composition

Tramadol 37.5mg + Paracetamol 325mg

Indications & Uses

Chronic Back Pain, Osteoarthritis, Postoperative Pain

UMRELY GEL

GEL
30g

Composition

Diclofenac Diethylamine 1.16% w/w + Oleum Linseed Oil 3 % w/w + Menthol 5% w/w +Methyl Salicylate 10% w/w

Indications & Uses

Sprains & Strains, Lower Back Pain, Joint Pain, Knee Pain

MOISTACT

CREAM
20g

Composition

Urea 10% +Lactic Acid 10% + Propylene Glycol 10% + Liquid Paraffin 10%

Indications & Uses

Foot Cracks, Keratolytic

BELODIP

OINTMENT
15g

Composition

Clotrimazole 1% w/w + Beclomethasone Dipropionate 0.025% w/w + Neomycin 0.5% w/w

Indications & Uses

Eczema, Psoriasis, Corticosteroid Responsive Dermatoses

MIN-DAND

LOTION
100 ml

Composition

Ketoconazole 2% w/v

Indications & Uses

Pityriasis, Dandruff

MIN-DAND-Z

LOTION
100 ml

Composition

Ketoconazole Shampoo 2% w/v + ZPTO 1% w/v

Indications & Uses

Pityriasis, Dandruff

MIN-DAND

SOAP
75g

Composition

Ketoconazole 1% w/w

Indications & Uses

Tinea Versicolor, Prophylaxis of Pityriasis Versicolor

FLUTRELLA

TABLETS
20X1X1

Composition

Fluconazole 200mg

Indications & Uses

Vaginal Candidiasis, Brochopulmonary Infections, Candiduria, Tinea Pedis, Corposis, Cruris, Versicolor

ESTRAVIT

SYRUP
200ml

Composition

L-Iysine HCI 25mg + Vitamin B1 2.5mg + Vitamin B2 2.5mg + Vitamin B6 0.75mg + D-panthenol 3mg +Niacinamide 25mg + Mecobalamin 2mcg/10ml

Indications & Uses

Sub-optimal Growth, Poor Weight Gain, Malnutrition, Prolonged Illness

LYCOSTER PLUS

SYRUP
225ml

Composition

Each 10ml Contains: Lycopene 6% 1000mcg + Vitamin A Palmitate 2500 IU + Vitamin E 10 IU + Ascorbic Acid 50mg + Selenium (as Sodium Selenate) 35mcg + Zinc (As Zinc Gluconate) 3mg + Manganese (as Manganese Gluconate) 2mg + Iodine ( As Potassium Iodine) 100mcg + Copper (As Copper Sulphate0 500mcg + Thiamine HCI 2mg + Riboflavine 3mg + Pyridoxine HCI 1.5mg

Indications & Uses

Tiredness, Stress, Feeling of Weakness, Vitality Deficiency

OSERON

CAPSULES (SOFT GELATIN)
10X1X10

Composition

Antioxidant, Multivitamin & Multiminerals

Indications & Uses

Tiredness, Stress, Feeling of Weakness, Vitality Deficiency

GERMELLA

CAPSULES (SOFT GELATIN)
10X1X10

Composition

Vitamin E (Natural) 400 IU + Wheat Germ Oil 100mg + Omega 3 Fatty Acids 30mg

Indications & Uses

Ulcerative colitis, Metabolic Syndrome, Rheumatoid Arthritis, Type-2 Diabetes, Cardiovascular Diseases

LYCOSTER GOLD

CAPSULES (SOFT GELATIN)
10X1X10

Composition

Each SG Contains Lycopene 6% 2000 IU + Vitamin A 2500 IU + Vitamin E Acetate 10 IU + Vitamin C 50 mg + Zinc sulphate Monohydrate 27.45mg + Selenium Dioxide 70mcg

Indications & Uses

Idiopathic Male Infertility, Pre-eclampsia, Prostate Cancer, Cardiovascular Diseases, Diabetes Mellitus

OSERON -G

CAPSULES (SOFT GELATIN)
10X1X11

Composition

Ginseng + Multivitamin + Multimineral

Indications & Uses

Tiredness, Stress, Feeling of Weakness, Vitality Deficiency

OSERON -G

CAPSULES (SOFT GELATIN)
10X1X11

Composition

Ginseng + Multivitamin + Multimineral

Indications & Uses

Tiredness, Stress, Feeling of Weakness, Vitality Deficiency

ESTRIXIME-200 LB

TABLETS (Alu-Alu)
20X10

Composition

Cefixime 200mg + Lactic Acid Bacilus 2.5 billion spores

Indications & Uses

Otitis Media, Pharyngitis & Tonsillitis, Uncomplicated Urinary Tract Infections, Acute Exacerbations of Chronic Bronchitis, Enteric Fever

ESTRIXIME-CV-325

TABLETS (Alu-Alu)
10X1X6

Composition

Cefixime 200mg + Potassium Clavulanate 125mg

Indications & Uses

Respiratory Tract Infections, Urinary Tract Infections, Skin & Skin Structure Infections

ESTY CLAV-625 LB

TABLETS (Alu-Alu)
10X1X6

Composition

Amoxycillin 500mg + Potassium Clavulanate 125mg

Indications & Uses

Respiratory Tract Infections, Community Acquired Pneumonia, Gynaecological Infections, Acute Exacerbations of Chronic Bronchitis, Skin and Soft Tissue Infections

FLOXEST

TABLETS (Blister)
20X10

Composition

Ofloxacin 200mg + Ornidazole 500mg

Indications & Uses

Surgical ions, Diarrheas of Mixed Etiology, Gynaecological Infections, Orofacial and Dental Infections

VOFLOX-500

TABLETS
10X10

Composition

Levofloxacin 500mg

Indications & Uses

Acute Bacterial Sinusitis, Acute Bacterial Exacerbations of Chronic Bronchitis, Skin & Skin Structure Infections, Chronic Bacterial Prostatitis, Urinary Tract Infections

FLOXEST – O

TABLETS (Alu-Alu)
20X10

Composition

Cefixime 200mg + Ofloxacin 200mg

Indications & Uses

Community Acquired Pneumonia, Multiple Drug Resistant-TB, Typhoid

FLOXEST

TABLETS (Alu-Alu)
20X10

Composition

Ofloxacin 200mg

Indications & Uses

Community Acquired Pneumonia, Multiple Drug Resistant-TB, Typhoid

ESTY CLAV- 1.2

INJECTIONS
1.2g

Composition

Amoxycillin 1000mg + Potassium Clavulanate 200mg + WFI

Indications & Uses

Community Acquired Pneumonia, Gynaecological Infections, Upper Respiratory Tract Infections, Skin and Soft Tissue Infections, Urinary Tract Infections, Acute Exacerbations of Chronic Bronchitis

TRELLON-SB 1.5

INJECTIONS
1.5g

Composition

Ceftriaxone 1000mg + Sulbactam 500mg + WFI

Indications & Uses

Gynaecological Infections, Lower Respiratory Tract Infections, Intra-abdominal Infections with Aerobic Organisms, Surgical Prophylaxis

TRELLON-TZ 1.125

INJECTIONS
1.125gm

Composition

Ceftriaxone 1000mg + Tazobactam 500 mg + WFI

Indications & Uses

Bone & Joint Infections, Intra-abdominal Infections, Bacterial Meningitis, Pre-operative Surgical Prophylaxis

RELLAM

INJECTIONS
1gm

Composition

Meropenem 1gm + WFI

Indications & Uses

Complicated Intra-abdominal Infection (cIAI), Complicated Skin & Skin Structure Infections (cSSSI), Bacterial Meningitis, Noscocomial Pneumonia

TRELIN-Z 4.5

INJECTIONS
4.5gm

Composition

Piperacillin 4000mg + Tazobactam 500mg + WFI

Indications & Uses

Intra-abdominal Infections, Complicated Urinary Tract Infections, Febrile Neutropenia, Lower Respiratory Tract Infections

TRELIN-Z 4.5

INJECTIONS
4.5gm

Composition

Piperacillin 4000mg + Tazobactam 500mg + WFI

Indications & Uses

Intra-abdominal Infections, Complicated Urinary Tract Infections, Febrile Neutropenia, Lower Respiratory Tract Infections

BUTRELLA

SYRUP

100ml

Composition

Ambroxol HCI 15mg + Guaiphensin 50mg + Terbutaline Sulphate 1.5mg + Mentholated Base/5ml

Indications & Uses

Bronchitis, Productive Cough, Emphysema, Bronchial Asthma

BUTRELLA-BR

SYRUP

100ml

Composition

Terbutaline Sulphate 1.25mg + Bromhexine HCI 4mg + Guaiphenesin 50mg + Methalated Base/5ml

Indications & Uses

Acute Cough, Abnormal Mucus Secretion, Productive Cough

DEXTRIN

SYRUP
100ml

Composition

Dextromethorphan Hydrobromide 10mg + Phenylpherine 5 mg + Cetrizine 5mg + Mentholated Base/5ml

Indications & Uses

Commom Cold and Flu, Nasal Congestion, Sore Throat

VOTRELL-M

TABLETS (Alu-Alu)
20X10

Composition

Levocetirizine 5mg + Montelukast 10mg

Indications & Uses

Allergic Rhinitis, Nasal Congestion, Asthma

VOTRELL

TABLETS (Alu-Alu)
20X11

Composition

Levocetirizine 5mg

Indications & Uses

Chronic Idiopathic Urticaria (CIU), Seasonal Allergic Rhinitis (SAR), Perennial Allergic Rhinitis (PAR)

Arrange A Callback
[]
1 Step 1
Full Name
Telephone
Departmentyour full name
Postal Address
Message
0 /
Previous
Next
Shopping Basket