ul.dots li mark {
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
	border: .2rem solid #FFF;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #63be6a;
	position: absolute;
	top: 1.7rem;
	font-size: 1rem;
	line-height: 2rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	color: #FFF;
	font-weight: 700;
	left: 1.6rem;
}
ul.dots li mark.big {
	width: 3rem;
	height: 3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	border-radius: 3rem;
	line-height: 3rem;
	font-size: 1.6rem;
	top: -1rem;
	left: -1.5rem;
}
ul.dots li mark.green {
	background-color: #27ae60;
}
ul.dots li mark.blue {
	background-color: #3498db;
}
ul.dots > li > a > span > mark {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.dots > li:hover > a > span > mark {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}
.pagination > li > a, .pagination > li > span {
	color: #707274;
}
@-webkit-keyframes bounce {
		0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
		40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
		70% {
		-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
		90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
	}
@keyframes bounce {
		0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
		40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
		70% {
		-webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
		90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
	}
@-webkit-keyframes bounceIn {
		0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
		0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
		20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
		40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
		60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
		80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
		100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	}
.no-data-found {
	font-size: 1.8rem;
	margin: 10% 25%;
}
.pagination > li {
	float: right;
	margin-bottom: 1rem;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-right-radius: .4rem;
	border-top-right-radius: .4rem;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-left-radius: .4rem;
	border-top-left-radius: .4rem;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	background-color: #00855a;
	border-color: #00855a;
}
.business > .vertical > li.active > a {
	background-color: #003462;
	color: #ffffff;
}
#clearFiltersBtn {
	font-size: 1.5rem;
	padding: .3rem 1.3rem;
	margin-right: 2rem;
}
#stateSelect {
	font-size: 1.2rem;
	margin: 0rem 1.5rem;
	padding: 0rem .7rem;
	max-height: 2.8rem;
	max-width: 2.5rem;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.filterBtn {
	font-size: 1.5rem;
	padding: .3rem 1.3rem;
}
.viewBtn {
	min-width: 4rem !important;
}
.actions {
	list-style: none;
	display: flex;
}
.actions li {
	display: inline;
	margin: .5rem;
}
#dropdownMenu1 {
	margin-right: 1.5rem;
	height: 3.5rem;
	border: .1rem solid #ddd;
	border-radius: .5rem;
	margin-left: 1rem;
	font-size: 1.3rem;
	background: #fff;
	padding: .8rem 1.5rem;
}
.well {
	display: flex;
}
.cardsview {
	width: 100% !important;
}
.queryInput {
	height: 3rem;
	border-color: #eee;
	text-align: left;
	border-radius: .4rem !important;
}
:lang(ar) > .queryInput {
	text-align: right;
}
.selectInput, .form-control:read-only {
	height: 4rem !important;
	line-height: 2.6rem;
	padding: .5rem 1.5rem !important;
	border-color: #eee;
	border-radius: .4rem !important;
	font-size: 1.2rem;
	background-color: #fff !important;
}
.page-count {
	margin-left: .5rem;
	position: absolute !important;
	right: 3% !important;
}
:lang(ar) > .page-count {
	right: auto !important;
	left: 3%;
}
.main-load {
	align-items: center;
	background-color: rgba(255, 255, 255, .7);
	display: flex;
	height: 100%;
	width: 100%;
	right: 0;
	justify-content: center;
	position: absolute;
	z-index: 9999;
	top: 0;
}
.loader {
	width: 6rem;
}
.loader-wheel {
	animation: spin 1s infinite linear;
	border: .2rem solid rgba(30, 30, 30, .5);
	border-left: .4rem solid #fff;
	border-radius: 50%;
	height: 5rem;
	margin-bottom: 1rem;
	width: 5rem;
}
.loader-text {
	color: 0;
	text-align: right;
	float: right;
	font-family: arial, sans-serif;
}
.loader-text:after {
	content: "تحميل";
	animation: load 2s linear infinite;
}
@keyframes spin {
		0% {
		transform: rotate(0deg);
	}
		100% {
		transform: rotate(360deg);
	}
	}
@keyframes load {
		0% {
		content: "تحميل";
	}
		33% {
		content: "تحميل.";
	}
		67% {
		content: "تحميل..";
	}
		100% {
		content: "تحميل...";
	}
	}
.completed-color {
	color: #5cb85c;
}
.progress-color {
	color: #5bc0de;
}
.text-sm-center {
	text-align: left;
}
.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #5cb85c;
	fill: #5cb85c;
	animation: stroke .6s cubic-bezier(.65, 0, .45, 1) forwards;
}
.checkmark {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	display: block;
	stroke-linecap: round;
	stroke-width: 4;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 2% auto;
	box-shadow: inset 0rem 0rem 0rem #5cb85c;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
	margin-bottom: 3.6rem;
}
.sc-order-status-button {
	width: 100%;
	min-width: 4.5rem;
	min-height: 4.5rem;
	font-weight: bold;
	background-color: #fff;
	color: #428bca;
	border-color: #357ebd;
}
.request-success-message {
	color: #5cb85c;
}
@supports not (-ms-ime-align: auto) {
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
  }
}
.status-table th {
	position: sticky;
	-webkit-position: sticky;
	top: -.1rem;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0rem .1rem 0rem #ddd;
}
@keyframes stroke {
		100% {
		stroke-dashoffset: 0;
	}
	}
@keyframes scale {
		0%, 100% {
		transform: none;
	}
		50% {
		transform: scale3d(1.1, 1.1, 1);
	}
	}
@keyframes fill {
		100% {
		box-shadow: inset 0px 0px 0px 200px #357935;
	}
	}
@media (max-width:992px) {
	.text-sm-center {
		text-align: center;
		padding: 3rem;
	}
}
.v16362e14977d821091973341f053af43 #stateSelect {
	font-size: 1.2rem;
	margin: 0rem 1.5rem;
	padding: 0rem .7rem;
	max-height: 2.8rem;
	width: 2.8rem !important;
	height: 2.8rem !important;
}
.v16362e14977d821091973341f053af43 .queryInput {
	height: 2.8rem;
	border-color: #ddd;
	text-align: right;
	border: .1rem .1rem;
	width: 3.8rem !important;
}
.v16362e14977d821091973341f053af43 .selectInput {
	height: auto;
	line-height: 2.6rem;
	padding: 0;
	border-color: #ddd;
	width: 2.8rem !important;
	height: 2.8rem !important;
}
button.btn.btn-default.btn-clear {
	box-shadow: none !important;
}
#uiNotificationContainer {
	display: none !important;
}
h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	color: #63be6a;
	margin: 0;
	font-size: 2rem !important;
}
.namaa_shape {
	border-radius: 0 2.5rem 0 2.5rem;
}
.namaa_shape {
	width: 1.5rem;
	height: 4rem;
	border-radius: 2.5rem 0 2.5rem 0;
	background-color: #63be6a;
	display: inline-block;
	margin-inline-end: 1rem;
}
.panel-button {
	font-size: 1.4rem !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: .5rem;
	margin: 0 !important;
	padding: 0 !important;
}
.attach-btn {
	background-color: #63be6a;
	cursor: pointer;
	border-radius: .5rem;
	padding: .8rem 2rem;
	color: white;
	font-size: 1.3rem;
}
.glyphicon {
	font-size: 1.5rem;
}
.btn-link:hover {
	color: gray;
}
.btn {
	font-weight: 400;
	border-radius: .5rem;
	padding: .8rem 6rem;
	margin: .3rem;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: .1rem solid transparent;
	font-size: 1.3rem;
	line-height: 1.5;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary, .btn-success {
	color: #ffffff;
	border-radius: .5rem;
	font-size: 1.2rem;
}
.btn-action {
	padding: .2rem .8rem;
}
.back-btn {
	background-color: #f5f5f5;
	color: #63be6a;
	border-radius: .5rem;
	padding: .8rem 4rem;
	font-size: 1.4rem;
	margin-right: .5rem;
}
.back-btn:hover {
	color: #333;
	background-color: #e1e1e1;
}
.panel {
	border: 0 !important;
}
.custom-attachment {
	padding-bottom: 0rem !important;
	padding-top: 0rem !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.custom-paragraph {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.namaa-shape {
	width: 1.5rem;
	height: 4rem;
	border-radius: 2.5rem 0 2.5rem 0;
	background-color: #63be6a;
	display: inline-block;
}
.custom-component {
	padding: 2rem;
	margin-top: 1.5rem;
	background-color: #ffffff;
	transform: translateY(-24px);
	border-radius: 2rem;
	box-shadow: rgba(0, 0, 0, .07) 0px 1px 2px, rgba(0, 0, 0, .07) 0px 2px 4px, rgba(0, 0, 0, .07) 0px 4px 8px, rgba(0, 0, 0, .07) 0px 8px 16px, rgba(0, 0, 0, .07) 0px 16px 32px, rgba(0, 0, 0, .07) 0px 32px 64px;
}
.btn-group a, .btn-group button {
	box-shadow: rgba(0, 0, 0, .3) 0px 19px 38px, rgba(0, 0, 0, .22) 0px 5px 12px;
}
.btn-group a:lang(ar), .btn-group button:lang(ar) {
	float: left;
}
.custom-form-button {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
@media (max-width:768px) {
	.custom-form-button {
		justify-content: center;
	}
}
.btn-group.attachment-mobile > button {
	padding: .1rem .6rem;
}
.panel-button {
	float: none;
}
.sp-attachment-add {
	padding: .5rem;
}
.p-t-none {
	padding-top: 0 !important;
}
.file-list-wrap {
	margin-bottom: 1rem;
}
.sc-btn {
	color: #717171;
}
.dismiss-button {
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: #717171;
	cursor: pointer;
}
.item-header {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.sc-item-description img {
	max-width: 100%;
	height: auto;
}
.sc-sticky-item-header {
	position: sticky;
	position: -webkit-sticky;
	position: -ms-sticky;
	top: -4.4rem;
	z-index: 10;
	background-color: #fff;
	border-radius: .4rem .4rem 0 0;
	display: block;
	width: 100%;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem !important;
}
.sc-fixed {
	position: fixed;
	max-height: 100%;
	width: 17.67777%;
}
.no-margin {
	margin: 0rem;
}
.sc-item-error-messages {
	max-height: 100%;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}
.sc-field-error-label {
	margin-right: .5em;
	display: inline-block;
	cursor: pointer;
	background-color: #d9534f;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.image-gallery {
	font-size: .8rem;
	color: #CECECE;
}
.image-gallery .active {
	color: #717171;
}
.image-gallery i {
	padding: 0 .5rem;
}
.relative {
	position: relative;
}
.sc-order-widget-btn {
	position: absolute;
	left: 9%;
}
.sc-cat-item-legend {
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.cart-icon-margin {
	margin-right: .3rem;
}
.cart-icon-padding-top {
	padding-top: .2rem;
}
.bottom-button-width {
	width: 20%;
}
.cat-item-quantity-box-bottom-cart {
	padding-top: .4rem;
	width: 20%;
}
.cat-item-quantity-box {
	flex-grow: 1;
	padding-left: 1.2rem;
}
.cat-item-quantity-group {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.close-notification {
	position: absolute;
	top: 1rem;
	right: 1.8rem;
}
.help-tag-icon {
	color: #d9534f;
}
.sc-reqd-info-btn {
	margin-right: .5em;
	display: inline-block;
	white-space: normal !important;
	word-break: break-word !important;
}
@media only screen and (max-width : 992px) {
	.sc-fixed {
		position: relative;
		width: 100%;
	}
	.wishlist-update-message {
		display: block;
	}
	.sc-item-error-messages {
		position: relative;
	}
	.read-more, .read-less {
		font-size: 1.5rem;
		cursor: pointer;
		font-weight: 850;
		border-width: .125rem;
	}
	.more-text {
		display: none;
	}
	.inline-cart {
		display: none;
	}
	.right-side-cart {
		display: inherit !important;
	}
	.sp-attachment-add {
		margin-left: 0;
		padding: 0;
	}
}
@media only screen and (max-width : 768px) {
	.sc-sticky-item-header {
		position: inherit;
	}
	.sc-cat-item-short-description {
		width: 80%;
	}
}
.inline-cart .quantity-selector {
	display: inline-block;
	width: 6.5rem;
	padding-top: .2rem;
}
.alert-success .link {
	text-decoration: underline;
}
.alert-info-border {
	border-color: #5bc0de;
}
.native-mobile .panel {
	border-left: 0;
	border-right: 0;
}
.native-mobile .read-more, .native-mobile .read-less {
	font-size: 1.5rem;
	cursor: pointer;
}
.native-mobile .more-text {
	display: none;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-end {
	display: flex;
	justify-content: flex-end;
}
.attachment-height {
	height: 8rem;
}
.checkbox-container fieldset {
	margin-top: 3rem !important;
}
:lang(ar) .field_length {
	float: left;
}
:lang(ar) .type-boolean label span.boolean-control:before {
	right: .5rem !important;
}
:lang(ar) .type-boolean label span.boolean-control {
	padding-right: 3rem !important;
}
.ref-btn {
	display: none;
}
.modal-content-request {
	width: 100%;
}
.modal-footer {
	text-align: center;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}
.table > tbody > tr:hover td:first-child {
	cursor: pointer;
	text-decoration: underline;
}
.table > thead > tr > th {
	color: #003462;
	font-size: 1.4rem;
}
:lang(ar) > .table > thead > tr > th {
	text-align: right !important;
}
.table > thead > tr > th:lang(ar) {
	text-align: right !important;
}
.table > tbody > tr > td {
	padding: 1.5rem !important;
}
.table > thead {
	height: 4.5rem;
	background: #f5f5f5;
}
.table > tbody {
	border: .1rem solid #eee;
}
table.table-hover > tbody > tr > td > a {
	color: #717171;
}
.wellTable {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}
button.viewBtn {
	font-size: 1.2rem;
	padding: .1rem .4rem;
	margin-left: 1.6rem;
}
:lang(ar) > .nav {
	padding-right: 0;
	padding-left: auto;
}
.nav-stacked > li {
	width: 100%;
}
:lang(ar) > .nav-stacked > li {
	float: right;
}