body {
	background-color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: arial,sans-serif;
	color: #000;
	padding: 0 !important;
}

.modal-emulsion__input-grid input::-webkit-inner-spin-button,
.modal-emulsion__input-grid input::-webkit-outer-spin-button,
.order__select-qty-item-inputwrap input::-webkit-inner-spin-button,
.order__select-qty-item-inputwrap input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.modal-emulsion__input-grid input[type=number],
.order__select-qty-item-inputwrap input[type=number] {
	-moz-appearance: textfield;
}

.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.minicart-dropdown-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.minicart-dropdown__item-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.my-orders__scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.order__tabs-content-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 3px;
}

.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.minicart-dropdown-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 3px;
	background-color: #857e90;
	opacity: .35;
}

.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #857e90;
	opacity: .35;
}

.minicart-dropdown-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.minicart-dropdown__item-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.my-orders__scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.order__tabs-content-scrollbar .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.minicart-dropdown-scrollbar .mCSB_inside .mCSB_container,
.minicart-dropdown__item-scrollbar .mCSB_inside .mCSB_container,
.my-orders__scrollbar .mCSB_inside .mCSB_container,
.order__tabs-content-scrollbar .mCSB_inside .mCSB_container {
	margin-right: 20px;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5!important;
}

.btn {
	color: #fff;
	border: 0;
	line-height: 20px;
	box-sizing: border-box;
	border-radius: 0;
}

.btn:focus {
	outline: none!important;
	box-shadow: none;
}

.btn:active,
.btn:hover {
	outline: 0 none!important;
	box-shadow: none;
}

.btn--primary {
	background: #502c83;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	font-size: 20px;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	opacity: 1;
	background: #502c83;
	color: #fff;
}

.btn--primary.disabled,
.btn--primary:disabled {
	cursor: not-allowed;
	color: #fff;
	opacity: .65;
}

.btn--outline-violet {
	border: 1.5px solid #502c83;
	background: transparent;
	color: #502c83;
	border-radius: 5px!important;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 15px;
}

.btn--outline-violet:active,
.btn--outline-violet:focus,
.btn--outline-violet:hover {
 border: 1.5px solid #502c83;
  box-shadow: inset 0 0 0 .5px #502c83;
	color: #502c83;
}

.btn-link {
	font-size: 12px;
	color: #502c83;
	font-weight: 700;
	height: 14px;
	line-height: 16px;
	text-decoration: underline;
}

.btn-link:focus,.btn-link:hover {
  color: #502c83;
  text-decoration: none !important;
  display: inline-block;
}

.btn-link:focus:after,.btn-link:hover:after {
  border-bottom: 2px solid #502c83;
  content: " ";
  display: block;
}

.dropdown {
	position: relative;
}

.dropdown .btn-default {
	background: none;
	color: #784cb6;
	font-size: 16px;
	width: 100%;
	text-align: left;
	padding: 0 20px 0 0;
}

.dropdown .btn-default:active,
.dropdown .btn-default:focus {
	background-color: transparent;
	border-color: transparent;
	color: #784cb6;
}

.dropdown-toggle .caret {
	border: none;
	position: absolute;
	right: 0;
	top: 15px;
}

.dropdown-toggle .caret:after {
	color: #784cb6;
	content: "";
	border: solid #784cb6;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	position: relative;
	bottom: 15px;
	right: 0;
}

.dropdown.open .caret:after {
	transform: rotate(225deg);
}

.dropdown.open.btn-default:active,
.dropdown.open.btn-default:focus,
.dropdown.open .dropdown-toggle.btn-default {
	background-color: transparent;
	border-color: transparent;
	color: #784cb6;
}

.ripple-effect {
	background-position: 50%;
	transition: all .8s;
}

.ripple-effect:hover {
	background: #502c83 radial-gradient(circle, transparent 1%, #502c83 0) 50%/15000%;
}

.ripple-effect:active {
	background-color: #251738;
	background-size: 100%;
	transition: all 0s;
}

.dashboard-page-font {
	font-family: Barlow, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000;
}

.dashboard-page-font .popover {
	pointer-events: none;
}

.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
	left: 125px;
}

.section-right {
	z-index: 999;
}

.img-fluid {
	width: 100%;
}

.img-fluid-max {
	max-width: 100%;
	width: auto!important;
	margin: auto;
}

#ym-notification,
#ymDivCircle,
#ymFrameHolder {
	left: 120px;
	z-index: 999!important;
}

#ymFrameHolder {
	z-index: 1020!important;
}

.dp-account {
	position: relative;
}

.dp-account .modal-body:before {
	display: none;
}

header.dp-common [class*=col-] {
	margin-bottom: 0;
}

.dropdown-menu {
	z-index: 1050;
}

.modal-confirm .modal-dialog,
.modal-schedule .modal-dialog {
	top: 50%;
	transform: translateY(-60%)!important;
}

.no-padding {
	padding: 0!important;
	}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	background: rgba(133,126,144,.4)!important;
	width: 3px;
	height: 3px;
}

.my-orders__row {
	margin-top: 20px;
}

.my-orders__body {
	background-color: #faf9ff;
	border-radius: 0 0 10px 10px;
	padding: 12px 18px;
	font-family: Barlow, sans-serif;
	border: .8px solid rgba(181, 146, 230, .3);
	height: 360px;
	overflow: hidden;
	position: relative;
}

.my-orders__body-regional-offer {
	padding: 0;
}

.my-orders__body-regional-offer img {
	width: 100%;
	height: 360px;
}

.my-orders__header {
	background-color: #a980e2;
	font-weight: 700;
	color: #faf9ff;
	font-size: 20px;
	border-radius: 10px 10px 0 0;
	padding: 7px 18px;
}

.my-orders__product-label {
	color: #606162;
	padding-right: 10px;
	margin: 0;
	font-weight: 500;
}

.my-orders__product-row {
	padding-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.my-orders__product-img {
	max-width: 95px;
}

.my-orders__product-img .img-fluid {
	width: 100%;
	}
.my-orders__product-img .region-carousel-item {
	width: 95%!important;
}

.my-orders__product-details {
	padding: 0;
	display: flex;
	flex-direction: column;
}

.my-orders__product-title {
	color: #555656;
	font-size: 16px;
	font-weight: 600;
}

#apRegionSpecial .my-orders__product-title {
 padding-bottom: 5px;
}

.my-orders__product-info {
	color: #606162;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
}

#apRegionSpecial .my-orders__product-label {
  min-width: 40px;
}

#apRegionSpecial .my-orders__product-info{
  align-items:flex-start;
}

.my-orders__product-info span {
	line-height: 15px;
	overflow: hidden;
	display: block;
}

.my-orders__product-link {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: flex-end;
}

.my-orders__product-link .btn-link {
	font-size: 12px;
	color: #502c83;
	font-weight: 700;
	height: 14px;
	line-height: 16px;
	text-decoration: underline;
}

.my-orders__product-link .btn-link:hover {
	color: #502c83;
	text-decoration: none;
	display: inline-block;
}

.my-orders__product-link .btn-link:hover:after {
	border-bottom: 2px solid #502c83;
	content: " ";
	display: block;
}

.my-orders__product-link.add-to-cart {
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 3px;
}

.my-orders__product-qty {
	font-size: 13px;
	color: #784cb6;
	padding-top: 10px;
	margin-top: auto;
}

.my-orders__product-add-to-cart,.my-orders__product-qty {
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}

.my-orders__product-add-to-cart {
	color: #8a6ab7;
	font-size: 12px;
	align-items: center;
	width: 55px;
}

.my-orders__product-add-to-cart .my-orders__product-add-img {
	width: 14px;
	height: 14px;
}

.my-orders__close-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.my-orders-frequently-ordered .my-orders__product-link {
	align-items: flex-end;
	padding-bottom: 3px;
}

.my-orders-month-spl .my-orders__product-link {
	align-items: center;
	justify-content: center;
	padding-right: 10px;
	padding-left: 8px;
	}
.my-orders-month-spl .my-orders__product-label--knowmore {
	width: 63px;
}

.my-orders__scrollbar {
	height: 310px;
	overflow: hidden;
	margin-right: -10px;
	padding-right: 10px;
}

.my-orders__scrollbar .os-scrollbar-vertical {
	right: -5px!important;
}

.dashboard-page .task-card__item {
	border: .8px solid #b592e6;
	border-radius: 5px;
	height: 100%;
	display: flex;
	background: #f9f4ff;
	flex-direction: column;
	justify-content: space-between;
}

.dashboard-page .task-card__item--warning {
	position: relative;
	border: 2px solid #ffb259;
}

.dashboard-page .task-card__item--warning .task-card__item-title,
.dashboard-page .task-card__item--warning .task-card__item-title-text:hover {
	padding-top: 15px
}

.dashboard-page .task-card__item--warning .task-card__item-title-icon {
	top: 16px
}

.dashboard-page .task-card__item--trending {
	border: .8px solid #efc78b;
	background: #fff8ef;
}

.dashboard-page .task-card__item--trending .task-card__item-body {
	background-color: #fff8ef;
}

.dashboard-page .task-card__item--trending .task-card__item-content {
	height: 50px;
	align-items: baseline;
}

.dashboard-page .task-card__item--trending .task-card__item-header {
	border-bottom: .8px solid #efc78b;
	min-height: 184px;
	justify-content: flex-end;
}

.dashboard-page .task-card__item--trending .task-card__item-header .carousel-item {
	padding: 10px 10px 25px;
}

.dashboard-page .task-card__item--trending .task-card__button {
	background-color: #fff;
}

.dashboard-page .task-card__item-warning {
	position: absolute;
	top: -18px;
	font-size: 12px;
	color: #f57f45;
	background: #fff;
	padding: 5px 8px 5px 18px;
	border: 2px solid #f57f45;
	border-radius: 3px;
	left: 20px;
	z-index: 3;
	font-weight: 600;
}

.dashboard-page .task-card__item-warning:after {
	content: "";
	height: 2px;
	width: 12px;
	background-color: #f57f45;
	position: absolute;
	top: -2px;
	left: -8px;
}

.dashboard-page .task-card__item-warning:before {
	content: url(../images/oval-copy-9-svg.png);
	position: absolute;
	left: -12px;
	top: 3px;
}

.dashboard-page .task-card__item-header {
	border-bottom: .8px solid #b592e6;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	border-radius: 5px 5px 0 0;
}

.dashboard-page .task-card__item-title {
	padding: 5px 10px;
	color: #fff;
	background-color: #8a6ab7;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px 4px 0 0;
	z-index: auto;
	padding: 5px 27px 5px 10px
}

.dashboard-page .task-card__item-title-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.dashboard-page .task-card__item-title-text:hover {
	white-space: normal;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	padding: 5px 27px 5px 10px;
	background: #8a6ab7;
	z-index: 2;
	border-radius: 4px 4px 0 0
}

.dashboard-page .task-card__item-title-icon {
	position: absolute;
	right: 10px;
	width: 18px;
	top: 6px;
	z-index: 3
}

.dashboard-page .task-card__item-tooltip {
	position: relative;
	margin-left: 3px;
	display: flex;
	align-items: center;
}

.dashboard-page .task-card__item .tooltip {
	border: none;
	background: transparent;
}

.dashboard-page .task-card__item-carousel-wrapper {
	min-height: 180px;
}

.dashboard-page .task-card__item-slab {
	padding: 2px 3px;
	border: .8px solid #f57f45;
	background: transparent;
	color: #f57f45;
	position: absolute;
	bottom: 7px;
	right: -1px;
	font-size: 11px;
	z-index: 4;
	cursor: pointer;
	background-color: #fff;
	font-weight: 400;
}

.dashboard-page .task-card__item-slab:focus {
	outline: none;
}

.dashboard-page .task-card__item-body {
	padding: 10px 12px 20px;
	display: flex;
	margin: 0;
	flex-direction: column;
	min-height: 125px;
	justify-content: space-between;
	background-color: #f9f4ff;
	border-radius: 0 0 5px 5px;
}

.dashboard-page .task-card__item-content {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.dashboard-page .task-card__item-icon {
	width: 30%;
	padding-right: 14px;
	padding-left: 3px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.dashboard-page .task-card__item-icon img {
	width: 100%;
	max-width: 37px;
	min-width: 20px;
	margin-bottom: 8px;
}

.dashboard-page .task-card__item-icon img:last-child {
	margin-bottom: 0;
}

.dashboard-page .task-card__item-icon--multiple {
	padding-right: 18px;
	padding-left: 5px;
}

.dashboard-page .task-card__item-icon--multiple img {
	max-width: 28px;
	min-width: 20px;
}

.dashboard-page .task-card__item-description {
	width: 70%;
	overflow: visible;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.dashboard-page .task-card__item-description-large {
	margin-left: 5px;
}

.dashboard-page .task-card__item-description-info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: 12px;
	color: #8a6ab7;
}

.dashboard-page .task-card__item-description-info--wrap {
	white-space: normal;
	overflow: visible;
	display: flex;
}

.dashboard-page .task-card__item-description-info--wrap .task-card__item-description-label {
	margin-right: 2px;
}

.dashboard-page .task-card__item-description-info--expand:hover {
	overflow: visible;
}

.dashboard-page .task-card__item-description-info--expand:hover .task-card__item-description-info--expand-value {
	position: absolute;
	background: #fff;
	border: 1px solid #c4a7ee;
	padding: 0 2px;
	z-index: 2;
}

.dashboard-page .task-card__item-description-title {
	font-size: 18px;
	font-weight: 600;
	color: #e1982d;
	margin-top: 5px;
	margin-bottom: 0;
	height: 43px;
	overflow: hidden;
	line-height: 1.2em;
	display: block;
	padding-right: 10px;
	width: 100%;
}

.dashboard-page .task-card__item-description-title .code {
	display: block;
	text-align: center;
}

.dashboard-page .task-card__item-description-title .description {
	text-align: left;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dashboard-page .task-card__item-description-title .description.expand--left {
	right: 20px;
}

.dashboard-page .task-card__item-description-title .description.expand--left:hover,
.dashboard-page .task-card__item-description-title .description.expand--right:hover {
	overflow: visible;
	white-space: nowrap;
	position: absolute;
	background: #fff;
	border: 1px solid #efc78b;
	padding: 0 2px;
	z-index: 999;
}

.dashboard-page .task-card__item .owl-carousel,
.dashboard-page .task-card__item .owl-carousel.owl-loaded {
	overflow: hidden;
}

.dashboard-page .task-card__item .owl-carousel .owl-stage,
.dashboard-page .task-card__section-header {
	display: flex;
	align-items: center;
}

.dashboard-page .task-card__section-header .task-card__tooltip .popover {
	top: 15px!important;
}

.dashboard-page .task-card__section-header .task-card__tooltip .popover-content {
	font-weight: 500;
	font-size: 14px;
}

.dashboard-page .task-card__section-title {
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	line-height: .65;
	letter-spacing: normal;
	color: #a980e2;
	margin: 15px 0;
	font-weight: 700;
	display: inline-block;
}

.dashboard-page .task-card__section-title-sync {
	margin-left: 20px;
	color: #787979;
	display: flex;
	align-items: center;
}

.dashboard-page .task-card__section-title-sync-icon {
	margin-right: 4px;
	width: 17px;
	cursor: pointer;
}

.ap-regional__banner-icon
{
	cursor: pointer;
}

.dashboard-page .task-card__section-title-sync b {
	margin-left: 4px;
}

.dashboard-page .task-card__section-title-viewall {
	margin-left: auto;
	font-weight: 700;
	color: #502c83;
	font-size: 13px;
}

.dashboard-page .task-card__section-title-viewall:focus,
.dashboard-page .task-card__section-title-viewall:hover {
	text-decoration: none;
}

.dashboard-page .task-card__wrapper {
	margin-left: -10px;
	margin-right: -10px;

}

.dashboard-page .task-card__wrap {
	padding-left: 10px;
	padding-right: 10px;
}

.dashboard-page .task-card__wrap--warning {
	margin-top: 15px;
}

.dashboard-page .task-card__tooltip {
	padding-left: 5px;
}

.dashboard-page .task-card__tooltip .popover {
	top: 8px!important;
	max-width: 350px;
}

.dashboard-page .task-card__tooltip .popover.right {
	margin-right: 20px;
}

.dashboard-page .task-card__tooltip .popover-content {
	width: 340px;
	font-weight: 500;
	font-size: 13px;
}

.dashboard-page .carousel-item {
	padding: 10px 10px 0;
	overflow: hidden;
	text-align: center;
}

.dashboard-page .carousel-item .img-fluid-max {
	max-height: 108px;
}

.dashboard-page .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
	margin-bottom: 4px;
}

.dashboard-page .owl-theme .owl-dots .owl-dot {
	outline: none;
}

.dashboard-page .owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	margin: 5px 2.5px;
	border-radius: 50%;
	background: #d2baf4;
}

.dashboard-page .owl-theme .owl-dots .owl-dot.active span,
.dashboard-page .owl-theme .owl-dots .owl-dot.hover span {
	background: #a980e2;
}

.dashboard-page .owl-theme .owl-dots.disabled {
	display: block;
	visibility: hidden;
	}
/* .nicescroll-rails {
	z-index: 0;
	display: block!important;
} */

.modal-emulsion {
	font-family: Barlow,sans-serif;
}

.modal-emulsion__header {
	background-color: #784cb6;
	color: #fff;
	font-weight: 500;
	border-radius: 35px 35px 0 0;
	position: relative;
    padding-right: 50px;
}

.modal-emulsion__header .icon-percentage {
	position: absolute;
	left: 40px;
	top: -50px;
}

.modal-emulsion__header .close {
	opacity: 1;
	position: absolute;
    right: 20px;
    top: 20px;
}

.modal-emulsion__header .close:active,
.modal-emulsion__header .close:focus {
	outline: none;
}

.modal-emulsion__title {
	font-size: 35px;
	padding-left: 160px;
	display: inline;
}

.modal-emulsion__body {
	padding: 10px 30px;
	background-color: #fff;
	border-radius: 40px 40px 35px 35px;
}

.modal-emulsion__content {
	background-color: #fff;
	border-radius: 40px 40px 35px 35px;
	border: none;
}

.modal-emulsion__credit-note {
	font-weight: 600;
	font-size: 20px;
	color: #787979;
	margin-bottom: 10px;
	text-align:center;
}

.modal-emulsion__credit-note.modal_align{
	font-size:16px;
}

.modal-emulsion__credit-note.success {
	background-color: rgba(92, 183, 92, .3);
	color: #5cb85c;
	margin: -20px -30px 0;
	padding: 10px 30px;
}

.modal-emulsion__product-img {
	display: inline-block;
}

.modal-emulsion_productInfo {
	display: flex;
	align-items: center;
}

.modal-emulsion__product-img img {
	width: 69px;
	height: 77px;
}

.modal-emulsion__product-title {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #3f3e41;
	width: 180px;
	overflow-wrap: normal;
	padding-left: 10px;
}

.modal-emulsion__product-wrap {
	height: 260px;
	margin-right: -10px;
	padding-right: 10px;
}

.modal-emulsion__product-wrap .os-scrollbar,.modal-emulsion__product-wrap .os-scrollbar-corner {
	background: #fff!important;
}

.modal-emulsion__product-wrap .os-scrollbar-vertical {
	right: -5px!important;
}

.modal-emulsion__product-row {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e2eb;
}

.modal-emulsion__product-row:last-child {
	border-bottom: none;
}

.modal-emulsion__product-row .product-grid {
	display: flex;
	align-items: flex-start;
}

.modal-emulsion__product-row .form-group {
	display: inline-block;
	margin-bottom: 8px;
	margin-top: 8px;
	position: relative;
}

.modal-emulsion__product-row .form-group .input-minus,
.modal-emulsion__product-row .form-group .input-plus {
	display: none;
}

.modal-emulsion__product-row .form-group:hover .input-minus,
.modal-emulsion__product-row .form-group:hover .input-plus {
	display: block;
}

.modal-emulsion__product-row .form-group.focus .badge,
.modal-emulsion__product-row .form-group:hover .badge {
	color: #502c83;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.active .input-minus,
.modal-emulsion__product-row .form-group.active .input-plus {
	display: block;
}

.modal-emulsion__product-row .form-group.active .badge {
	color: #502c83;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.active .total {
	color: #787979;
}

.modal-emulsion__product-row .form-group.active .form-control[readonly] {
	border: 1px solid #502c83;
}

.modal-emulsion__product-row .form-group.orange .badge {
	color: #f44336;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.orange .form-control,
.modal-emulsion__product-row .form-group.orange .form-control:hover {
	border: 1px solid #f44336;
}

.modal-emulsion__product-row .form-group.yellow .badge {
	color: #ffab40;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.yellow .form-control,
.modal-emulsion__product-row .form-group.yellow .form-control:hover {
	border: 1px solid #ffab40;
}

.modal-emulsion__product-row .form-group.green .badge {
	color: #5cb85c;
	font-weight: 700;
}

.modal-emulsion__product-row .form-group.green .form-control,
.modal-emulsion__product-row .form-group.green .form-control:hover {
	border: 1px solid #5cb85c;
}

.modal-emulsion__product-row .badge {
	position: absolute;
	background: #fff;
	top: -7px;
	color: #e4e2eb;
	font-size: 12px;
	padding: 0;
	margin-left: 5px;
	font-weight: 400;
	border-radius: 0;
}

.modal-emulsion__product-row .badge.total {
	color: #787979;
}

.modal-emulsion__product-row .plus-sign {
	border-radius: 50%;
	height: 16px;
	width: 16px;
	padding: 0;
	border: 1px solid #784cb6;
	background: #faf9ff;
	font-size: 15px;
	font-weight: 400;
	margin-right: 15px;
	position: relative;
	top: 14px;
	display: inline-flex;
	line-height: 16px;
	outline: none;
	min-width: 16px;
}

.modal-emulsion__product-row .plus-sign:before {
	content: "\002B";
	color: #784cb6;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.modal-emulsion__product-row .plus-sign.d-none {
	visibility: hidden;
	pointer-events: none;
}

.modal-emulsion__product-row .close-icon {
	height: 27px;
	width: 14px;
	padding: 0;
	background: #faf9ff;
	margin-right: 10px;
	border: none;
	background: transparent;
	transform: rotate(45deg);
}

.modal-emulsion__product-row .close-icon:focus {
	outline: none;
}

.modal-emulsion__product-row .close-icon:before {
	content: "+";
	font-size: 24px;
	font-weight: 300;
	color: #502c83;
	position: relative;
	bottom: 10px;
	left: 14px;
	font-family: Ubuntu;
}

.modal-emulsion__product-row .input-minus {
	padding: 0;
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #787979;
	line-height: 14px;
	background: transparent;
}

.modal-emulsion__product-row .input-minus span {
	font-weight: 500;
}

.modal-emulsion__product-row .input-plus {
	padding: 0;
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	color: #787979;
	background: transparent;
}

.modal-emulsion__product-row .input-plus span {
	font-weight: 500;
}

.modal-emulsion__product-row .btn-default:active,
.modal-emulsion__product-row .btn-default:hover {
	outline: none;
	background-color: transparent;
}

.modal-emulsion__product-row .btn-plus {
	display: inline-block;
	width: 25px;
}

.modal-emulsion__product-row .add-grid-row {
	margin-top: 15px;
}

.modal-emulsion__product-row .plus-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.modal-emulsion__product-row .plus-icon:before {
	content: "\002b";
	font-size: 14px;
	font-weight: 500;
}

.modal-emulsion__product-row .minus-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.modal-emulsion__product-row .minus-icon:before {
	content: "\2212";
	font-size: 14px;
	font-weight: 500;
}

.modal-emulsion__product-input {
	width: 59px!important;
	height: 29px;
	border-radius: 4px;
	border: 1px solid #e4e2eb;
	color: #606162;
	margin-right: 10px;
	padding: 0 5px;
}

.modal-emulsion__product-input:focus,
.modal-emulsion__product-input:hover {
	border: 1px solid #502c83;
}

.modal-emulsion__product-input.total {
	border: 1px solid #787979;
	color: #787979;
}

.modal-emulsion__product-input.total:focus {
	border: 1px solid #787979;
}

.modal-emulsion__product-input[readonly] {
	background-color: #fff;
}

.modal-emulsion__product-select {
	min-width: 205px;
    align-self: flex-start;
    margin-right: 10px;
    width: 205px;
}
.modal-emulsion__body .modal-emulsion__category-filter{
	text-align: center;
    color: red;
}

/* task card popup new select drop down st */

.modal-emulsion__product-select ::-webkit-scrollbar {
	width: 4px
}

.modal-emulsion__product-select ::-webkit-scrollbar-track {
	background: transparent
}

.modal-emulsion__product-select ::-webkit-scrollbar-thumb {
	background: rgba(133, 126, 144, .3)
}

.modal-emulsion__product-select .selectize-control.form-control {
	padding: 0;
	border: none;
	box-shadow: none
}

.modal-emulsion__product-select .selectize-control.form-control .selectize-input {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	padding: 0 5px
}

.modal-emulsion__product-select .selectize-control.form-control .selectize-input:after {
	right: 5px
}

.modal-emulsion__product-select .selectize-control.form-control .item,
.modal-emulsion__product-select .selectize-control.form-control input {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #784cb6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	overflow: hidden;
	max-width: 93%
}

.modal-emulsion__product-select .selectize-dropdown {
	background-color: #faf9ff;
	margin: 0;
	padding: 0;
	height: auto;
	border: 1px solid #d9caef;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	border-radius: 0 0 0 5px
}

.modal-emulsion__product-select .selectize-dropdown .selectize-dropdown-content {
	max-height: 105px;
	scrollbar-width: thin;
	scrollbar-color: rgba(133, 126, 144, .3) transparent
}

.modal-emulsion__product-select .selectize-dropdown .option {
	font-size: 16px;
	font-weight: 500;
	color: #787979;
	padding: 5px;
	cursor: pointer
}

.modal-emulsion__product-select .selectize-dropdown .option.active {
	background-color: #edebf7
}

.modal-emulsion__product-select .selectize-dropdown .option.active .product-select-imagewrap {
	z-index: 3;
	display: flex
}

.modal-emulsion__product-select .selectize-dropdown .option .product-select__text {
	display: flex;
	align-items: center;
	text-transform: none;
	line-height: 15px;
	font-size: 14px
}

/* task card popup new select drop down ed */

.modal-emulsion__product-select label {
	color: #784cb6;
	font-size: 16px;
}

.modal-emulsion__input-grid {
	display: inline-block;
	width: 82%;
}

.em-model-packWrapper {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.modal-emulsion__reward {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #e4544f;
	background-color: #ffece3;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 30px;
}

.modal-emulsion__reward.slab-achieved {
	background-color: rgba(92, 183, 92, .3);
	color: #5cb85c;
}

.modal-emulsion__actions {
	text-align: right;
	padding: 25px;
}

.modal-emulsion__actions .total {
	font-size: 20px;
	font-weight: 600;
	color: #787979;
}

.modal-emulsion__actions .btn-add-to-cart {
	border: 1.5px solid #502c83;
	background: transparent;
	color: #502c83;
	border-radius: 5px!important;
	font-size: 12px;
	font-weight: 600;
	width: 160px;
}

.modal-emulsion__actions .btn-add-to-cart_taskCard {
	border: 1.5px solid #502c83;
	background: transparent;
	color: #502c83;
	border-radius: 5px!important;
	font-size: 12px;
	font-weight: 600;
	width: 160px;
}

.modal-emulsion__form {
	padding-left: 0!important;
	padding-right: 0!important;
}

.modal-emulsion.modal-order-history .modal-emulsion__title {
	padding-left: 15px;
	display: inline-block;
}

.modal-emulsion.modal-order-history .order-date {
	padding-left: 55px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table {
	border-top: 1px solid #e4e2eb;
	white-space: nowrap;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody tr td,
.modal-emulsion.modal-order-history .order__tabs-recent-order-table thead tr th {
	font-weight: 600;
	color: #787979;
	border: none;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody .btn-link {
	font-weight: 500;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody tr td:nth-child(2) {
	text-align: left;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody tr td {
	font-weight: 400;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
	font-size: 13px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table thead tr th {
	font-size: 15px;
	text-align: center;
	padding-top: 20px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table thead tr th:nth-child(2) {
	text-align: left;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table thead:first-child>tr:first-child>th {
	padding-bottom: 15px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .billed {
	color: #5cb85c;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .not-billed {
	color: #f44336;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue {
	position: relative;
	top: 3px;
	min-width: 15px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue input {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 3px;
	left: 11px;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue input[type=checkbox] {
	cursor: pointer;
	height: auto;
	margin-left: 0;
	opacity: 0;
	width: auto;
	z-index: 1;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue input[type=checkbox]:checked+label:before {
	background: #502c83;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue label:before {
	background-color: transparent;
	content: "";
	height: 15px;
	left: 9px;
	top: 0;
	position: absolute;
	width: 15px;
	border-radius: 3px;
	border: 1px solid #502c83;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table .checkbox-blue input[type=checkbox]:checked+label:after {
	height: 12px;
	left: 13px;
	top: 0;
	transform: rotate(45deg);
	width: 6px;
	content: "";
	position: absolute;
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
}

.modal-emulsion.modal-order-history .order__tabs-recent-order-table.submit-modal__table {
	border-top: none;
	white-space: nowrap;
}
.modal-emulsion.modal-order-history .order__tabs-actions {
	text-align: right;
	padding: 25px 40px 50px 0;
	position: relative;
}

.modal-emulsion.modal-order-history .order__tabs-actions-new {
	text-align: right;
	padding: 0px 40px 50px 0;
	position: relative;
}

.submit-modal .submit-modal__radiowrap {
	margin-top: 10px;
}

.modal-emulsion.modal-order-history .order__tabs-actions .error-msg {
	position: absolute;
	left: 40px;
	width: 70%;
	text-align: left;
	top: 0;
	font-size: 13px;
	color: #f24a3c;
	bottom: 50px;
	max-height: 69px;
	overflow: auto;
	display: flex;
}

.modal-emulsion.modal-order-history .order-table-scrollbar {
	max-height: 205px;
	overflow: hidden;
	padding-right: 10px;
	margin-right: -10px;
}



.modal-emulsion.modal-order-history .order-table-scrollbar .os-scrollbar-vertical {
	right: -5px!important;
}

.submit-modal__radiowrap {
	display: flex;
	flex-wrap: wrap
}

.submit-modal__radiowrap label {
	font-weight: 600;
	font-size: 15px;
	text-transform: none;
	color: #787979;
	margin-left: 5px
}

.submit-modal__radio-item {
	margin-left: 10px
}

.submit-modal-scrollbar {
	max-height: 205px!important;
}

.submit-modal .order__tabs-actions {
	padding: 0 40px 50px 0!important;
}

.submit-modal .btn-save-order-seasonal {
	padding: 10px 15px;
	border-radius: 5px!important;
	font-size: 14px;
	font-weight: 600;
	max-width: 160px!important;
	border: none;
	text-transform: uppercase
}

.submit-modal .btn-save-order-seasonal:focus {
	box-shadow: none;
	border: none;
	outline: none
}

.submit-modal__footer-radio {
	padding-left: 40px
}

.submit-modal__footer-radio .col-chk-box {
	display: flex
}

.submit-modal__footer-radio .col-chk-box input {
	margin-top: 2px
}

.submit-modal .form-group {
	display: inline-block;
	margin-bottom: 8px;
	margin-top: -5px;
	position: relative
}

.submit-modal .form-group .input-minus,
.submit-modal .form-group .input-plus {
	display: none
}

.submit-modal .form-group:hover .input-minus,
.submit-modal .form-group:hover .input-plus {
	display: block
}

.submit-modal .form-group.focus .badge,
.submit-modal .form-group:hover .badge {
	color: #502c83;
	font-weight: 700
}

.submit-modal .form-group.active .input-minus,
.submit-modal .form-group.active .input-plus {
	display: block
}

.submit-modal .form-group.active .badge {
	color: #502c83;
	font-weight: 700
}

.submit-modal .form-group.active .total {
	color: #787979
}

.submit-modal .form-group.active .form-control[readonly] {
	border: 1px solid #502c83
}

.submit-modal .form-group.orange .badge {
	color: #f44336;
	font-weight: 700
}

.submit-modal .form-group.orange .form-control,
.submit-modal .form-group.orange .form-control:hover {
	border: 1px solid #f44336
}

.submit-modal .form-group.yellow .badge {
	color: #ffab40;
	font-weight: 700
}

.submit-modal .form-group.yellow .form-control,
.submit-modal .form-group.yellow .form-control:hover {
	border: 1px solid #ffab40
}

.submit-modal .form-group.green .badge {
	color: #5cb85c;
	font-weight: 700
}

.submit-modal .form-group.green .form-control,
.submit-modal .form-group.green .form-control:hover {
	border: 1px solid #5cb85c
}

.submit-modal .badge {
	position: absolute;
	background: #fff;
	top: -7px;
	color: #e4e2eb;
	font-size: 12px;
	padding: 0;
	margin-left: 5px;
	font-weight: 400;
	border-radius: 0;
	left: 0;
}

.submit-modal .badge.total {
	color: #787979
}

.submit-modal .plus-sign {
	border-radius: 50%;
	height: 16px;
	width: 16px;
	padding: 0;
	border: 1px solid #784cb6;
	background: #faf9ff;
	font-size: 15px;
	font-weight: 400;
	margin-right: 15px;
	position: relative;
	top: 14px;
	display: inline-flex;
	line-height: 16px;
	outline: none
}

.submit-modal .plus-sign:before {
	content: "\002B";
	color: #784cb6;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.submit-modal .plus-sign.d-none {
	visibility: hidden;
	pointer-events: none
}

.submit-modal .input-minus {
	padding: 0;
	position: absolute;
	right: 5px;
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #787979;
	line-height: 14px;
	background: transparent
}

.submit-modal .input-minus span {
	font-weight: 500
}

.submit-modal .input-plus {
	padding: 0;
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	color: #787979;
	background: transparent
}

.submit-modal .input-plus span {
	font-weight: 500
}

.submit-modal .plus-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

.submit-modal .plus-icon:before {
	content: "\002b";
	font-size: 14px;
	font-weight: 500
}

.submit-modal .minus-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

.submit-modal .minus-icon:before {
	content: "\2212";
	font-size: 14px;
	font-weight: 500
}

.submit-modal input::-webkit-inner-spin-button,
.submit-modal input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.submit-modal input[type=number] {
	-moz-appearance: textfield
}

.modal-order-placed {
	font-family: Barlow,sans-serif;
}

.modal-order-placed__dialog {
	margin: auto;
	top: 50%;
	transform: translateY(-50%)!important;
}

.modal-order-placed__header {
	padding: 0;
	border: none;
	background-color: #faf9ff;
	border-radius: 6px;
}

.modal-order-placed__header .close {
	font-weight: 400;
	font-size: 40px;
	margin: 0 20px;
	opacity: 1;
	color: #502c83;
}

.modal-order-placed__header .close:focus,
.modal-order-placed__header .close:hover {
	outline: none;
}

.modal-order-placed__body {
	background-color: #faf9ff;
	font-size: 20px;
	text-align: center;
	padding: 0 15px 30px;
	border-radius: 6px;
}

.modal-order-placed__body img {
	margin-bottom: 15px;
}

.modal-order-placed__info strong {
	color: #784cb6;
	display: block;
}

.modal-order-placed__info span {
	color: #857e90;
	display: block;
}

.modal-order-placed__content {
	border-radius: 6px;
}

.modal-order-placed--fail .modal-order-placed__info strong {
	color: #f24a3c;
}

.modal-order-placed--partial .modal-order-placed__info strong {
	color: #e1982d;
}

.modal-order-status .dispatch-status-bar {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #e4e2eb;
}

.modal-order-status .dispatch-status-bar1 {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #e4e2eb;
}

.modal-order-status .dispatch-status-bar .stage-info .stage.completed,
.modal-order-status .dispatch-status-bar .stage-info .stage.completed:before {
	background-color: #8a6ab7;
}

.modal-order-status .dispatch-status-bar .stage-info {
	font-size: 14px;
	font-weight: 400;
	color: #787979;
	position: relative;
}

.modal-order-status .dispatch-status-bar .stage-info__detail,
.modal-order-status .dispatch-status-bar .stage-info__title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.modal-order-status .dispatch-status-bar .stage-info__icon {
	margin-top: 65px;
}

.modal-order-status .dispatch-status-bar .stage-info__label {
	font-size: 15px;
	margin-bottom: 33px;
}

.modal-order-status .dispatch-status-bar .stage-info__detail {
	bottom: 0;
}

.modal-order-status .dispatch-status-bar .stage-info:last-child {
	margin-right: 35px;
}

.modal-order-status .dispatch-status-bar .stage-info:first-child {
	margin-left: 35px;
	}


.modal-knowmore .modal-emulsion__dialog {
	width: auto!important;
	display: table;
	max-width: 990px
}

.modal-knowmore .modal-emulsion__body {
	padding: 0;
}


.modal-knowmore__taskcard-title {
	font-size: 20px;
	color: #502c83;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 20px;
}

.modal-knowmore .task-card__wrapper {
	display: flex;
	justify-content: center;
}

.modal-knowmore .task-card__wrapper .task-card__wrap {
	max-width: 210px;
	min-width: 170px;
	width:210px;
}
.modal-knowmore__taskcard-wrap {
	padding: 0 25px 25px;
	background: #faf9ff;
	border-radius: 0 0 35px;
	flex:1;
}

.modal-knowmore__media-wrap {
	padding: 30px 20px 20px;
	max-height: 403px;
	width: 495px
}

.modal-knowmore__media-title {
	font-size: 20px;
	color: #606162;
	font-weight: 700;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 20px;
	border-bottom: 1px solid #e4e2eb;
}

.modal-knowmore__video-title {
	font-size: 16px;
	font-weight: 800;
	color: #606162;
	margin: 0 0 20px;
}

.modal-knowmore__wrap {
	display: flex
}

.modal-knowmore__carousel {
	padding: 10px 15px;
}

.modal-knowmore__carousel-item {
	overflow: hidden;
	height: 280px;
	display: flex;
	flex-direction: column
}

.modal-knowmore__carousel-item img {
	max-width: 100%;
	max-height: 240px;
	margin: auto;
	width: auto!important
}

.modal-knowmore__carousel-item iframe {
	width: 100%;
	min-height: 250px;
	height: 100%;
}

.modal-knowmore__carousel-counter {
	font-size: 14px;
	font-weight: 500;
	color: #aaa;
	text-align: right;
}

.modal-knowmore .owl-next,
.modal-knowmore .owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block!important;
	border: 0 solid #000;
}

.modal-knowmore .owl-theme .owl-nav [class*=owl-]:focus,.modal-knowmore .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	border: none;
	outline: none;
}

.modal-knowmore .owl-prev {
	left: -25px;
	background: transparent !important;
}

.modal-knowmore .owl-next {
	right: -5px;
	background: transparent !important;
}

.sales-tracker {
	border-radius: 10px;
}

.sales-tracker__header {
	background-color: #a980e2;
	font-weight: 700;
	color: #faf9ff;
	font-size: 20px;
	border-radius: 10px 10px 0 0;
	padding: 7px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sales-tracker__header-sync {
	font-weight: 400;
	color: #fff;
	font-size: 10.5px;
}

.sales-tracker__header-sync-icon {
	margin-right: 4px;
	width: 12px;
}

.sales-tracker__header-sync b {
	margin-left: 4px;
}

.sales-tracker__performance-canvas {
	position: relative;
	margin: 10px -5px 15px -10px;
	height: 255px;
}

.sales-tracker__performance-chart {
	width: 100%;
	height: 255px;
}

.sales-tracker__performance-chart-data {
	display: none;
}

.sales-tracker__performance-legend {
	position: absolute;
	top: -7px;
	right: 30px;
	z-index: 2;
	font-size: 12px;
	color: #787979;
	text-align: right;
	width: 85%;
    overflow: hidden;
}

.sales-tracker__performance-legend img {
	vertical-align: bottom;
	margin-right: 5px;
}

.sales-tracker__performance-legend .sales-performance-data{
	 line-height: 15px;
}

.sales-tracker__section {
	padding: 0 18px;
	position: relative;
}

.sales-tracker__section-title {
	color: #a980e2;
	font-size: 18px;
	font-weight: 600;
	margin-top: 14px;
	margin-bottom: 0;
	position: relative;
}

.sales-tracker__section-title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: #a980e2;
}

.sales-tracker__section-peak-name {
	font-size: 12px;
	color: #787979;
}

.sales-tracker__section-remark {
	font-size: 12px;
	color: #787979;
}

.sales-tracker__section--performance {
	border: .8px solid rgba(181, 146, 230, .3);
	background-color: #f9f4ff;
}

.sales-tracker__section--volume-status {
	border: .8px solid rgba(181, 146, 230, .3);
	border-top: none;
	padding-top: 18px;
	height: auto;
	background-color: #f3f1fb;
	padding-bottom: 10px
}

.sales-tracker__section--billing {
	background-color: #edebf7;
	border-radius: 0 0 10px 10px;
	margin-top: 12px;
	border: .8px solid rgba(181, 146, 230, .3);
}

.sales-tracker__section--warning {
	border: 1px solid #ffb259;
	outline: 1.6px solid #ffb259;
}

.sales-tracker__section-warning {
	position: absolute;
	top: -18px;
	font-size: 12px;
	font-weight: 600;
	color: #f57f45;
	background: #fff;
	padding: 5px 8px 5px 18px;
	border: 2px solid #f57f45;
	border-radius: 3px;
	left: 25px;
}

.sales-tracker__section-warning:after {
	content: "";
	height: 2px;
	width: 12px;
	background-color: #f57f45;
	position: absolute;
	top: -2px;
	left: -8px;
}

.sales-tracker__section-warning:before {
	content: url(../images/oval-copy-9-svg.png);
	position: absolute;
	left: -12px;
	bottom: -6px;
}

.sales-tracker__volume-canvas {
	overflow: hidden;
	margin: 10px -10px;
	max-height: 140px;
}

.sales-tracker__volume-canvas svg {
	width: 100%;
	height: 100%;
	min-height: 120px;
	max-height: 140px;
}

.sales-tracker__volume-canvas polyline {
	opacity: .3;
	stroke-width: 1px;
}

.sales-tracker__volume-chart-data {
	display: none;
}

.sales-tracker__billing-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-right: -3px;
}

.sales-tracker__billing__table {
	color: #787979;
	font-size: 15px;
	font-weight: 500;
	margin-top: 12px;
	border-collapse: separate;
	border-spacing: 0 4px;
	max-width: 230px;
}

.sales-tracker__billing__td {
	padding: 0;
}

.sales-tracker__billing__td span {
	font-size: 10px;
}

.sales-tracker__billing .btn--place-order {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px!important;
	box-shadow: 4px 5px 10px 0 #8c78a9;
}

.sales-tracker__billing .btn--place-order:focus {
	outline: none;
}

.sales-tracker__billing .btn--place-order:active,
.sales-tracker__billing .btn--place-order:hover {
	outline: 0 none;
}

.sales-tracker__billing-devider {
	margin: 8px -20px 13px;
	border-top: .8px solid rgba(181, 146, 230, .3);
}

.sales-tracker__billing-info {
	color: #784cb6;
	font-size: 13px;
	float: right;
	margin-bottom: 10px;
	font-weight: 500;
	}
.sales-tracker__placeorder-wrap {
	min-height: 70px;
}

.dashboard-page--trending .sales-tracker__performance-canvas {
	height: 236px;
}

.dashboard-page .quick-links__wrapper {
	position: fixed;
	z-index: 1019;
	top: 74px;
	background: #502c83;
	margin-bottom: 10px;
	left: 135px;
	right: 15px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	min-height: 35px;
}

.dashboard-page .quick-links__wrapper .collapse {
	background: rgba(80, 44, 131, .95);
}

.dashboard-page .quick-links__wrapper .collapse.in {
	display: block;
	height: 90vh;
	transition: all .1s linear;
	width: 100%;
}

.dashboard-page .quick-links__wrapper .collapsing {
	transition: none;
	display: none;
}

.dashboard-page .quick-links__nav-item {
	cursor: pointer;
	display: flex;
	white-space: nowrap;
	padding: 0 0 0 15px;
	align-items: center;
	font-size: 12px;
	color: #fff;
	min-height: 21px;
	font-weight: 600;
	border-left: 1px solid #fff;
	margin: 3px 0 3px 15px;
}

.dashboard-page .quick-links__nav-item--dealer {
	cursor: default;
}

.dashboard-page .quick-links__nav-item-select {
	cursor: pointer;
	border-radius: 3px;
	height: 25px;
	width: 165px;
	margin-left: 8px;
	color: #502c83;
	font-weight: 700;
	font-size: 13px;
	padding: 0 14px;
}

.dashboard-page .quick-links__nav-item-select option {
	font-size: 13px;
	color: #502c83;
	font-weight: 700;
	font-family: Barlow;
}

.dashboard-page .quick-links__nav-item-select option:hover {
	cursor: pointer;
}

.dashboard-page .quick-links__nav-item-link-wrap {
	display: flex;
	padding: 0;
	color: #fff;
	align-items: center;
}

.dashboard-page .quick-links__nav-item-link-wrap:focus,
.dashboard-page .quick-links__nav-item-link-wrap:hover {
	text-decoration: none;
	color: #fff;
	background: transparent;
}

.dashboard-page .quick-links__nav--dealer-code {
	margin: 5px 10px 5px 0;
}

.dashboard-page .quick-links__nav-icon {
	margin-right: 8px;
}

.dashboard-page .quick-links__dealer-code {
	display: flex;
	align-items: center;
}

.dashboard-page .quick-links__toggle {
	background: transparent;
	border: none;
	color: #fff;
	padding-left: 15px;
	position: relative;
	font-weight: 700;
	font-size: 12px;
}

.dashboard-page .quick-links__toggle:focus {
	outline: none;
}

.dashboard-page .quick-links__toggle.collapsed:after {
	content: url(../images/arrow-down.png);
	transform: translateY(-50%);
	right: -17px;
}

.dashboard-page .quick-links__toggle:after {
	content: url(../images/arrow-up.png);
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-53%);
}

.modal-feedback .modal-dialog .modal-body:before,
.modal-quick-order .modal-dialog .modal-body:before,
.modal-scratch-pad .modal-dialog .modal-body:before {
	display: none;
}

.popover {
	top: 13px!important;
	border-radius: 5px;
	border: 1px solid #b592e6;
	z-index: 1060;
}

.popover.right {
	margin-left: 20px;
}

.popover.right .arrow {
	top: 12px!important;
	left: -20.5px;
	border: none;
}

.popover.right .arrow:after {
	top: -1px;
	border-color: #faf9ff transparent;
	border-width: 10px 0 0 21px;
	z-index: 1;
}

.popover.right .arrow:after,
.popover.right .arrow:before {
	content: "";
	position: absolute;
	left: 3px;
	border-style: solid;
	display: block;
	width: 0;
}

.popover.right .arrow:before {
	top: -2px!important;
	border-color: #b592e6 transparent;
	border-width: 12px 2px 0 18px;
	z-index: 0;
}

.popover.left {
	margin-left: -20px;
}

.popover.left .arrow {
	top: 12px!important;
	right: 0;
	border: none;
}

.popover.left .arrow:after {
	top: -1px;
	border-color: #faf9ff transparent;
	border-width: 10px 21px 0 0;
	z-index: 1;
}

.popover.left .arrow:after,
.popover.left .arrow:before {
	content: "";
	position: absolute;
	left: -3px;
	border-style: solid;
	display: block;
	width: 0;
}

.popover.left .arrow:before {
	top: -2px!important;
	border-color: #b592e6 transparent;
	border-width: 12px 18px 0 2px;
	z-index: 0;
}

.popover-content {
	background-color: #faf9ff;
	color: #8a6ab7;
	width: 185px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	max-height: 310px;
}

.popover ul {
	list-style: none;
	padding: 0;
}

.popover ul li {
	padding-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popover ul .ellipsis {
	text-align: right;
}

.dashboard-order-page .breadcrumb {
	font-size: 15px;
	line-height: .65;
	margin: 0;
	font-weight: 500;
	padding: 0;
	background-color: #fff;
}

.dashboard-order-page .breadcrumb-item a {
	color: #a980e2;
}

.dashboard-order-page .breadcrumb-item.active {
	color: #502c83;
}

.dashboard-order-page .breadcrumb-item.active:before {
	color: #a980e2;
}

.dashboard-order-page .order__breadcrumb {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0 30px;
	flex-wrap: wrap;
}

.dashboard-order-page .order__layout-link a {
	margin-right: 45px;
	font-size: 14px;
	font-weight: 700;
	color: #789eff;
	border-bottom: 2px solid #789eff;
}

.dashboard-order-page .order__layout-link a:focus,
.dashboard-order-page .order__layout-link a:hover {
	text-decoration: none;
}

.dashboard-order-page .order__search-wrapper {
	width: 100%;
	display: flex;
	height: 50px;
}

.dashboard-order-page .order__search-wrapper-error .order__select-bar-wrapper {
	box-shadow: 0 0 0 2px #f24a3c;
	border-radius: 5px;
	height: 52px;
}

.dashboard-order-page .order__search-dialog-wrap {
	height: 100px;
	background-color: #fff1f1;
	border-radius: 4px;
	border: 1px solid #f57f45;
	width: 220px;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 10;
}

.dashboard-order-page .order__search-info {
	font-size: 12px;
	font-weight: 500;
	color: #787979;
	margin-top: 7px;
	width: 100%;
	text-align: right;
	padding-right: 2px;
	position: absolute;
   	 top: 100%;
}

.dashboard-order-page .order__search-dialog {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px;
	justify-content: space-around;
}

.dashboard-order-page .order__search-dialog-close {
	position: absolute;
	right: 7px;
	top: 1px;
	cursor: pointer;
}

.dashboard-order-page .order__search-dialog-description {
	font-size: 13px;
	font-weight: 500;
	color: #787979;
}

.dashboard-order-page .order__search-dialog-description span {
	margin-left: 5px;
}

.dashboard-order-page .order__search-dialog-icon {
	display: flex;
	flex-direction: column;
	padding-right: 4px
}

.dashboard-order-page .order__search-dialog-icon img {
	min-width: 30px;
	max-width: 35px
}

.dashboard-order-page .order__search-dialog-link a {
	color: #f57f45;
	font-size: 10px;
	font-weight: 600;
	border-bottom: 1px solid #f57f45;
}

.dashboard-order-page .order__search-dialog-link a:hover {
	text-decoration: none;
}

.dashboard-order-page .order__search-dialog-warning {
	position: absolute;
	top: -12px;
	font-size: 9px;
	font-weight: 600;
	color: #f57f45;
	background: #fff;
	padding: 2px 7px 2px 12px;
	border: 1px solid #f57f45;
	border-radius: 3px;
	left: 25px;
	z-index: 2;
}

.dashboard-order-page .order__search-dialog-warning:after {
	content: "";
	height: 1px;
	width: 12px;
	background-color: #f57f45;
	position: absolute;
	top: -1px;
	left: -5px;
}

.dashboard-order-page .order__search-dialog-warning:before {
	background-image: url(../images/oval-copy-9-svg.png);
	background-size: 17px 17px;
	display: inline-block;
	width: 17px;
	height: 17px;
	content: "";
	position: absolute;
	left: -9px;
	bottom: -1.5px;
}

.dashboard-order-page .order__select-bar-wrapper {
	width: 95.5%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-control {
	height: 48px;
	font-family: Barlow;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown {
	background-color: #faf9ff;
	margin: 0;
	border: 1px solid #d9caef;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	border-radius: 0 0 0 5px;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .selectize-dropdown-content {
	max-height: 305px;
	scrollbar-width: thin;
	scrollbar-color: rgba(133, 126, 144, .6) transparent;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option {
	font-size: 14px;
	font-weight: 500;
	color: #787979;
	padding: 8px 30px 8px 15px;
	cursor: pointer;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option.active {
	background-color: #edebf7;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option.active .product-select-imagewrap {
	z-index: 3;
	display: flex !important;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option .product-select-imagewrap {
	position: absolute;
	/* margin-right: -67%; */
	right: 8px;
	top: 0;
	bottom: 0;
	z-index: 1;
	height: 306px;
	overflow: hidden;
	border: 1px solid #d9caef;
	border-top: none;
	background: #faf9ff;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40%;
	border-radius: 0 0 5px;
	border-right: none;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option .product-select__text {
	display: flex;
	align-items: center;
}

.dashboard-order-page .order__select-bar-wrapper .order__select--universal .selectize-dropdown .option .product-select__text {
	display: flex;
	align-items: center;
	width: 60%
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option .product-select-imagewrap img {
    width: 150px;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .optgroup-header {
	font-weight: 700;
	color: #787979;
	font-size: 16px;
	background-color: transparent;
	padding: 8px 30px 8px 15px;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .optgroup {
	border-top: 1px solid #d9caef;
	padding: 5px 0;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .optgroup:first-child {
	border-top: none;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input {
	font-size: 14px;
	height: 100%;
	width: 100%;
	font-weight: 500;
	color: #784cb6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding-left: 15px;
	padding-right: 17px;
	white-space: nowrap;
	line-height: 32px;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.input-active {
	background: transparent;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.input-active+.selectize-dropdown {
	opacity: 0;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.input-active.dropdown-active.has-options+.selectize-dropdown {
	opacity: 1;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.disabled,
.dashboard-order-page .order__select-bar-wrapper .selectize-input.disabled input {
	cursor: not-allowed!important;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input.dropdown-active:after,
.dashboard-order-page .order__select-bar-wrapper .selectize-input:after {
	content: url(../images/select-down.png);
	border: none;
	top: 3px;
	margin-top: 0;
	right: 0;
	height: 40px;
	width: 20px;
	align-items: center;
	justify-content: flex-start;
	display: flex;
	background: #faf9ff;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input .item,
.dashboard-order-page .order__select-bar-wrapper .selectize-input input {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #784cb6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input .item:-ms-input-placeholder,
.dashboard-order-page .order__select-bar-wrapper .selectize-input input:-ms-input-placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .order__select--category .selectize-input .item:-ms-input-placeholder,
.dashboard-order-page .order__select-bar-wrapper .order__select--category .selectize-input input:-ms-input-placeholder {
	color: #784cb6;
	font-weight: 500;
	opacity: 1;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input ::-moz-placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input :-ms-input-placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input ::-ms-input-placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper .selectize-input ::placeholder {
	color: #787979;
	opacity: 1;
	font-weight: 400;
	text-transform: capitalize;
}

.dashboard-order-page .order__select-bar-wrapper ::-webkit-scrollbar {
	width: 6px;
}

.dashboard-order-page .order__select-bar-wrapper ::-webkit-scrollbar-track {
	background: transparent;
}

.dashboard-order-page .order__select-bar-wrapper ::-webkit-scrollbar-thumb {
	background: rgba(133, 126, 144, .6);
}

.dashboard-order-page .order__select--item {
	border: 1px solid #d9caef;
	border-right: none;
	background-color: #faf9ff;
	min-height: 40px;
}

.dashboard-order-page .order__select--item select {
	opacity: 0;
}

.dashboard-order-page .order__select-bar--shade-selected .order__select--universal {
	display: none;
}

.dashboard-order-page .order__select-bar--shade-selected .order__select--product,.dashboard-order-page .order__select-bar--shade-selected .order__select--shade {
	display: block;
}

.dashboard-order-page .order__select-bar--shade-selected .order__select--qtybox-wrapper {
	display: inline-flex;
	flex-wrap: nowrap;
}

.dashboard-order-page .order__select-bar--shade-selected .selectize-dropdown {
	width: 100%;
}

.dashboard-order-page .order__select-bar--shade-selected.order__select-bar--universal-selected .order__select--product {
	min-width: 24%;
}

.dashboard-order-page .order__select-bar--universal-selected .order__select--universal {
	display: none;
}

.dashboard-order-page .order__select-bar--universal-selected .order__select--product,.dashboard-order-page .order__select-bar--universal-selected .order__select--shade {
	display: block;
}

.product-search-icon-div{
    width: 8%;
    border-left: 1px solid #d9caef;
    border-top: 1px solid #d9caef;
    border-bottom: 1px solid #d9caef;
    background-color: #faf9ff;
    text-align: center;
    align-content: center;
}

.product-search-icon-image{
    width: 35px;
}

.dashboard-order-page .order__select--universal {
	width: 92%;
	border-left: 1px solid #d9caef;
	border-right: 1px solid #d9caef;
	border-radius: 0 5px 5px 0;
}

.dashboard-order-page .order__select--universal .selectize-dropdown-content {
	height: 305px;
	max-height: 305px;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
}

.dashboard-order-page .order__select--product {
	display: none;
	width: 60%;
	border-left: 1px solid #d9caef;
	border-radius: 0;
}

.dashboard-order-page .order__select--product .selectize-dropdown-content {
	height: auto;
	max-height: 305px;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
}

.dashboard-order-page .order__select--category {
	width: 20%;
	min-width: 17%;
	border-radius: 5px 0 0 5px;
}

.dashboard-order-page .order__select--category .selectize-input {
	text-align: left;
}

.dashboard-order-page .order__select--category .selectize-dropdown .option {
	padding: 8px 15px;
	padding-right: 5px;
}

.dashboard-order-page .order__select--category .selectize-dropdown .option .product-select__text {
	justify-content: left;
    text-align: left;
}

.dashboard-order-page .order__select--shade {
	display: none;
	width: 40%;
	border-left: 1px solid #d9caef;
	border-right: 1px solid #d9caef;
	border-radius: 0 5px 5px 0;
}

.dashboard-order-page .order__select-qty-item {
	display: flex;
	flex-direction: column;
	border: 1px solid #d9caef;
	border-right: none;
	overflow: hidden;
	max-width: 60px;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	white-space: nowrap;
}

.dashboard-order-page .order__select-qty-item:first-child {
	border-left: none;
}

.dashboard-order-page .order__select-qty-item--total {
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	border-right: 1px solid #d9caef;
}

.dashboard-order-page .order__select-qty-item-header {
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	overflow: hidden;
	color: #606162;
	background: #f2eff8;
	border-bottom: 1px solid #d9caef;
	padding: 0 1px;
}

.dashboard-order-page .order__select-qty-item-header.orange {
	border: 1px solid #f44336;
	background: rgba(244, 67, 54, .2);
}

.dashboard-order-page .order__select-qty-item-header.yellow {
	border: 1px solid #ff8640;
	background: rgba(255, 134, 64, .2);
}

.dashboard-order-page .order__select-qty-item-header.green {
	background: rgba(92, 184, 92, .2);
	border: 1px solid #5cb85c;
}

.dashboard-order-page .order__select-qty-item-inputwrap {
	height: 30px;
	display: inline-block;
	position: relative;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	max-width: 60px;
}

.dashboard-order-page .order__select-qty-item-inputwrap .input-minus {
	padding: 0;
	position: absolute;
	right: 1px;
	bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #787979;
	line-height: 14px;
	background: transparent;
}

.dashboard-order-page .order__select-qty-item-inputwrap .input-plus {
	position: absolute;
	top: 0;
	padding: 0;
	right: 1px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #787979;
	background: transparent;
}

.dashboard-order-page .order__select-qty-item-inputwrap .plus-icon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.dashboard-order-page .order__select-qty-item-inputwrap .plus-icon:before {
	content: "\002b";
	font-size: 14px;
	font-weight: 500;
}

.dashboard-order-page .order__select-qty-item-inputwrap .minus-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.dashboard-order-page .order__select-qty-item-inputwrap .minus-icon:before {
	content: "\2212";
	font-size: 14px;
	font-weight: 500;
}

.dashboard-order-page .order__select-qty-item-inputwrap .input-minus,
.dashboard-order-page .order__select-qty-item-inputwrap .input-plus {
	display: none;
}

.dashboard-order-page .order__select-qty-item-inputwrap:hover .input-minus,
.dashboard-order-page .order__select-qty-item-inputwrap:hover .input-plus {
	display: block;
}

.dashboard-order-page .order__select-qty-item-inputwrap.orange {
	border: 1px solid #f44336;
}

.dashboard-order-page .order__select-qty-item-inputwrap.yellow {
	border: 1px solid #ff8640;
}

.dashboard-order-page .order__select-qty-item-inputwrap.green {
	border: 1px solid #5cb85c;
}

.dashboard-order-page .order__select-qty-item-input {
	text-align: center;
	background: #faf9ff;
	width: 100%;
	height: 28px!important;
	border-radius: 0;
	border: none;
	color: #784cb6;
	margin-right: 0;
	padding: 0 5px;
	height: 100%;
}

.dashboard-order-page .order__select-qty-item-input:focus {
	outline-color: #d9caef;
}

.dashboard-order-page .order__select-qty-item-input.focusanimation {
	box-shadow: inset 0 0 3px 1px rgba(102,175,233,.9);
}

.dashboard-order-page .order__select--qtybox-wrapper {
	display: none;
	border-left: none;
}

.dashboard-order-page .order__select-button {
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 5px 0 5px 7px;
	position: relative;
}

.dashboard-order-page .order__select-button-btn,
.dashboard-order-page .order__select-button-close {
	width: 30px;
	height: 30px;
	border-radius: 50%!important;
	border: 1px solid #502c83;
	background: #faf9ff;
	padding: 5px;
	align-items: center;
	display: flex;
}

.dashboard-order-page .order__select-button-btn img,
.dashboard-order-page .order__select-button-close img {
	width: 100%;
}

.dashboard-order-page .order__select-button-btn:focus,
.dashboard-order-page .order__select-button-close:focus {
	outline: none;
}

.dashboard-order-page .order__select-button-btn.disabled,
.dashboard-order-page .order__select-button-close.disabled {
	pointer-events: none;
}

.dashboard-order-page .order__select-button-close {
	position: absolute;
	transform: rotate(45deg);
	bottom: 46px;
	display: none;
	left: 7px;
}

.dashboard-order-page .order__tabs {
	padding: 20px 0;
	border-top: 1px solid #a980e2;
	margin-top: 52px;
	margin-right: 30px;
}

.dashboard-order-page .order__tabs.shade-selected {
	margin-top: 55px;
}

.dashboard-order-page .order__tabs-nav {
	border-bottom: 0;
}

.dashboard-order-page .order__tabs-nav li.active .order-tabs__link {
	font-size: 14px;
	font-weight: 700;
	color: #502c83;
	padding: 5px 10px;
	line-height: 20px;
}

.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:active,
.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:focus,
.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:hover {
	border: 0;
	border-left: 1px solid #a980e2!important;
	background: transparent;
	color: #502c83!important;
}

.dashboard-order-page .order__tabs-nav li .order-tabs__link {
	font-size: 14px;
	font-weight: 600;
	color: #a980e2;
	border: 0;
	border-left: 1px solid #a980e2;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 0;
}

.dashboard-order-page .order__tabs-nav li .order-tabs__link:active,
.dashboard-order-page .order__tabs-nav li .order-tabs__link:focus,
.dashboard-order-page .order__tabs-nav li .order-tabs__link:hover {
	border-left: 1px solid #a980e2;
	background: transparent;
	color: #a980e2!important;
}



.dashboard-order-page .order__tabs-nav li:first-child {
	text-align: left;
	position: relative;
}

.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link {
	border-left: none;
}
.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link:active,
.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link:focus,
.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link:hover {
	border-left: none!important
}
.dashboard-order-page .order__tabs-nav .task-card__tooltip {
	position: absolute;
	right: 19px;
	top: 2px;
}

.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover {
	top: 15px!important;
}

.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover-content {
	font-weight: 500;
	font-size: 14px;
}

.dashboard-order-page .order__tabs-content .task-card__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.dashboard-order-page .order__tabs-content .task-card__wrap {
	margin-top: 25px;
}

.dashboard-order-page .order__tabs-content .task-card__section-header {
	justify-content: flex-end;
	padding-right: 5px;
	margin-bottom: -2px;
	display: flex;
}

.dashboard-order-page .order__tabs-content .task-card__section-header--trending {
	margin-bottom: -10px;
}

.dashboard-order-page .order__tabs-content .task-card__wrapper:last-child {
	margin-bottom: 15px;
}

.dashboard-order-page .order__tabs-content .task-card__item-body {
	padding: 6px 16px 20px;
}

.dashboard-order-page .order__tabs-recent-order-table tbody tr td,
.dashboard-order-page .order__tabs-recent-order-table thead tr th {
	font-size: 14px;
	font-weight: 600;
	color: #606162;
	text-align: center;
}

.dashboard-order-page .order__tabs-recent-order-table tbody .btn-link {
	font-weight: 500;
}

.dashboard-order-page .order__tabs-recent-order-table tbody tr td {
	font-weight: 400;
	padding-bottom: 15px;
	text-align: center;
	vertical-align: top;
	border: none;
}

.dashboard-order-page .order__tabs-recent-order-table thead:first-child>tr:first-child>th {
	padding-bottom: 20px;
	border: none;
}

.dashboard-order-page .order__tabs-recent-order-table .billed {
	color: #5cb85c;
}

.dashboard-order-page .order__tabs-recent-order-table .not-billed {
	color: #f44336;
}

.dashboard-order-page .order__tabs-content-scrollbar {
	height: 600px;
	overflow: hidden;
	padding-right: 15px;
	}
.dashboard-order-page .order__tabs-content-scrollbar .os-scrollbar-vertical {
	right: -5px!important;
}

.dashboard-order-page .order__tabs-wrapper {
	position: relative;
}

.dashboard-order-page .order__tabs-wrapper .mask-tabs {
	display: none;
}

.dashboard-order-page .order__tabs-wrapper.searchbar-open .mask-tabs {
	top: 0;
	display: block;
	opacity: .56;
	background-color: #251738;
	position: absolute;
	left: -20px;
	right: -10px;
	bottom: -3px;
	z-index: 5;
}

.minicart-dropdown {
	display: block;
	background: #faf9ff;
	border: 1px solid #e4d8f7;
}

.minicart-dropdown__heading {
	background-color: #f3f1fb;
	color: #a980e2;
	font-weight: 600;
	font-size: 18px;
	padding: 5px 20px;
	border-bottom: 1px solid #e4d8f7;
	display: flex;
	justify-content: space-between;
}

.minicart-dropdown__heading-icon {
	display: flex;
	align-items: center;
	position: relative;
}

.minicart-dropdown__heading-icon img {
	padding-right: 5px;
}

.minicart-dropdown__heading-icon .dropdown-select {
	border-radius: 3px;
	height: 25px;
	max-width: 180px;
	margin-left: 8px;
	padding: 0 10px;
	color: #502c83;
	font-weight: 700;
}

.minicart-dropdown__heading-icon .dropdown-select option {
	font-size: 12px;
	color: #502c83;
	font-weight: 700;
}

.minicart-dropdown__heading-icon .popover {
	top: 25px!important;
	left: 0!important;
	transform: translateX(calc(-50% + 11px));
}

.minicart-dropdown__heading-icon .popover.left>.arrow:after {
	border-left-color: #faf9ff;
}

.minicart-dropdown__heading-icon .popover-content {
	width: auto!important;
	height: auto!important;
}

.minicart-dropdown__item-row {
	padding: 15px 0;
	margin: 0 0 0 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	border-top: 1px solid #e4e2eb;
}

.minicart-dropdown__item-row:first-child
{
  border-top: none;
}

.complimentary-section
{
  border-bottom: 1px solid #e4e2eb;
  padding-bottom: 5px;
}

/*.minicart-dropdown__item-row:nth-last-child(1) {
	border: none;
}*/

.minicart-dropdown__item-img {
	position: relative;
}

.minicart-dropdown__item-img-icon {
	position: absolute;
	top: -10px;
	right: 3px;
}

.minicart-dropdown__item-img .img-fluid {
	height: 100px;
}

.minicart-dropdown__item-scrollbar {
	height: 515px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-right: 20px;
}


.minicart-dropdown__item-details {
	padding-top: 20px;
	min-height: 515px;
}

.minicart-dropdown__item-details .general-order {
	border: 1px dashed #784cb6;
	border-radius: 8px;
	position: relative;
	padding: 0 5px;
	margin: 0 -5px 0 10px;
	background: rgba(243,236,253,.35);
	margin-top: 10px!important;
	margin-bottom: 5px;
}

.minicart-dropdown__item-details .general-order__title {
  display: flex;
  justify-content: space-between;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__item-row {
  margin-left: 0;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__item-row:last-child {
  border-bottom: none;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__item-row
{
  border-top: none!important;
  border-bottom:1px solid #e4e2eb;
}

.minicart-dropdown__item-details .general-order .close-icon {
  height: 27px;
  width: 14px;
  padding: 0;
  background: #faf9ff;
  border: none;
  background: transparent;
  transform: rotate(45deg);
}

.minicart-dropdown__item-details .general-order .close-icon:before {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  color: #502c83;
  position: relative;
  top: 5px;
  right: 3px;
  font-family: Ubuntu;
}

.minicart-dropdown__item-details .general-order .order-info {
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  color: #502c83;
  opacity: .62;
  padding: 5px;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-total {
  justify-content: flex-end;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-total .btn-link {
  height: auto;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-qty-info {
  width: 100%;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-qty-info .qty {
  min-width: 60px;
}

.minicart-dropdown__item-details .general-order .minicart-dropdown__product-qty .input-minus,.minicart-dropdown__item-details .general-order .minicart-dropdown__product-qty .input-plus {
  right: 5px;
}

.minicart-dropdown__item-empty {
	background: url(../images/empty-cart-icon.png) 50% no-repeat;
	min-height: 600px;
	position: relative;
	margin-top: -20px;
}

.minicart-dropdown__item-empty-info {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	color: #a980e2;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.minicart-dropdown__product-info {
	color: #606162;
	font-size: 12px;
	font-weight: 500;
	padding-left: 5px!important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.minicart-dropdown__product-qty {
	color: #784cb6;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	padding-bottom: 4px;
}

.minicart-dropdown__product-qty:last-child {
	padding-bottom: 0;
}

.minicart-dropdown__product-qty-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.minicart-dropdown__product-qty-info .qty {
	min-width: 57px;
	width: 57px;
	padding-right: 5px;
	text-align: left;
}

.minicart-dropdown__product-qty-info .pack {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 5px;
}

.minicart-dropdown__product-qty-info .pack-value {
	padding-left: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.minicart-dropdown__product-qty-info .pack-value.expand:hover {
	overflow: visible;
	position: absolute;
	background: #fff;
	border: 1px solid #e4e2eb;
	padding: 0 2px;
	z-index: 2;
	left: 30px;
	top: 0;
}

.minicart-dropdown__product-qty-info .pack-value.expand:hover+span {
	margin-left: 94px;
}

.minicart-dropdown__product-qty .input-plus {
	top: 3px;
}

.minicart-dropdown__product-qty .input-minus,
.minicart-dropdown__product-qty .input-plus {
	padding: 0;
	color: #784cb6;
	display: block;
	width: 10px;
	position: absolute;
	right: 0;
	font-size: 10px;
	line-height: 5px;
	pointer-events: auto;
	overflow: hidden;
}

.minicart-dropdown__product-qty .input-minus {
	top: 12px;
}

.minicart-dropdown__product-qty .plus-icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 5px;
	height: 100%;
	overflow: visible;
}

.minicart-dropdown__product-qty .plus-icon:before {
	content: "\002b";
	font-size: 14px;
	font-weight: 500;
}

.minicart-dropdown__product-qty .minus-icon {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 5px;
	 height: 100%;
	vertical-align: bottom;
}

.minicart-dropdown__product-qty .minus-icon:before {
	content: "\2212";
	font-size: 14px;
	font-weight: 500;
}

.minicart-dropdown__product-qty-val {
	display: inline;
}

.minicart-dropdown__product-total {
	color: #606162;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-end;
}

.minicart-dropdown__product-total .close-icon {
	height: 27px;
	width: 14px;
	padding: 0;
	background: #faf9ff;
	border: none;
	background: transparent;
	transform: rotate(45deg);
}

.minicart-dropdown__product-total .close-icon:before {
	content: "+";
	font-size: 24px;
	font-weight: 300;
	color: #502c83;
	position: relative;
	top: 0;
	right: 3px;
	font-family: Ubuntu;
}

.minicart-dropdown__offers {
	background: #f2eefc;
	border-top: 1px solid #e4d8f7;
	border-bottom: 1px solid #e4d8f7;
}

.minicart-dropdown__offers-cart {
	text-align: right;
	padding: 5px 20px;
	border-bottom: 1px solid #e4d8f7;
}

.minicart-dropdown__offers-dropdown {
	color: #a980e2;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 0 15px 20px;
	position: relative;
}

.minicart-dropdown__offers-dropdown.animated {
	-webkit-animation: fade 1s linear;
	animation: fade 1s linear;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1000;
	left: 0;
	right: 0;
	opacity: 1;
	display: none;
}

@-webkit-keyframes fade {
	0%,
	to {
		opacity: 0;
		background: rgba(80, 43, 133, .5);
	}

	50% {
		opacity: 1;
		background: rgba(80, 43, 133, .2);
	}
}

.minicart-dropdown__offers-dropdown .dropdown .btn {
	font-weight: 600;
	font-size: 18px;
	color: #a980e2;
}

.minicart-dropdown__offers-dropdown .dropdown .my-orders__product-row {
	display: none;
	margin-top: 15px;
}

.minicart-dropdown__offers-dropdown .dropdown .dropdown-menu {
	left: 0;
	top: 15px;
	box-shadow: none;
	border: none;
	border-radius: 0;
	width: 100%;
	z-index: auto;
	background-color: #f2eefc;
	position: relative;
}

.minicart-dropdown__offers-dropdown .dropdown.open .dropdown-menu {
	transition: all .3s ease-in-out;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-row {
	display: flex;
	border-bottom: 1px solid #e4d8f7;
	margin: 0;
	padding-top: 15px;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-row:last-child {
	border-bottom: none;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-img {
	margin-right: 15px;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-link {
	justify-content: flex-end;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-title {
	padding-bottom: 5px;
}

.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-info,
.minicart-dropdown__offers-dropdown .dropdown.open .my-orders__product-label {
	font-weight: 600;
	font-size: 15px;
}

.minicart-dropdown__offers-dropdown .dropdown.open .minicart-dropdown-scrollbar {
	height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
	padding-right: 15px;
	margin-right: -15px;
	width: 100%;
}


.minicart-dropdown__offers-dropdown .dropdown-toggle .caret:after {
	right: 30px;
}

.minicart-dropdown__offers-dropdown .dropdown-toggle .caret-overlay {
	-webkit-animation: fade 1s linear;
	animation: fade 1s linear;
	height: 15px;
	width: 16px;
	position: absolute;
	top: 7px;
	bottom: 0;
	z-index: 1000;
	right: 18px;
	opacity: 1;
	display: none;
}

@keyframes fade {
	0%,
	to {
		opacity: 0;
		background: rgba(80, 43, 133, .5);
	}

	50% {
		opacity: 1;
		background: rgba(80, 43, 133, .2);
	}
}

.minicart-dropdown__total-row {
	color: #857e90;
	font-size: 18px;
	font-weight: 600;
	padding: 20px;
	border-top: 1px solid #e4d8f7;
	border-bottom: 1px solid #e4d8f7;
}

.minicart-dropdown__total-qty {
	text-align: right;
}

.minicart-dropdown__total-note {
	display: none;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: normal;
	color: #857e90;
	padding: 20px 19px;
}

.minicart-dropdown__total-note strong {
	font-size: 14px;
}

.minicart-dropdown__actions {
	padding: 15px 0;
	text-align: center;
	margin: 0 20px;
}

.minicart-dropdown__actions .btn--primary {
	border-radius: 7px;
	padding: 15px;
}

.minicart-dropdown__actions .minicart-dropdown__schedule {
	padding-left: 5px;
}

.minicart-dropdown__actions-wrap {
	min-height: 80px;
}
.minicart-dropdown__schedule {
	display: none;
	justify-content: space-between;
	align-items: center;
}

.minicart-dropdown__schedule .btn-place-order {
	max-width: 160px;
	width: 160px;
	display: block;
}

.minicart-dropdown__schedule .btn-underline-violet {
	margin-left: 20px;
	width: auto;
	font-size: 20px;
	border-bottom: 2px solid #502c83;
	background: transparent;
	color: #502c83;
	padding: 5px 0;
}

.minicart-dropdown__add-items {
	text-align: left;
	padding: 5px 20px;
	border-bottom: 1px solid #e4d8f7;
}

.minicart-dropdown-open .mask-body {
	top: 79px;
	opacity: .56;
	background-color: #251738;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
}

.offer-dropdown-wrapper.slide-effect {
	overflow: hidden;
	height: 206px;
}

.offer-dropdown-wrapper.slide-effect .js-offer-dropdown {
	top: 100%;
	position: relative;
	transition: all .5s ease-out;
	height: 100%;
}

.offer-dropdown-wrapper.slide-effect.slide-from-bottom .js-offer-dropdown {
	top: 0;
}

@media (min-width:1024.9px) {
	footer.common {
		margin-right: -10px;
	}
}

@media (min-width:1024.1px) {
	.dashboard-order-page .order__select-bar--shade-selected .selectize-dropdown .option .product-select-imagewrap {
		margin-right: -57.9%;
		width: 66%;
		border-top: 1px solid #d9caef;
		top: -1px;
		height: 307px;
	}
}

@media (min-width:1025px) {
	.section-right {
		width: 29%;
		z-index: 1000;
		padding: 0;
	}

	.section-left {
		width: 71%;
	}

	.dp-account {
		top: 83px;
	}

	header.dp-common .logo-panel {
		max-width: 40%;
		}
	.my-orders-frequently-ordered {
		padding-left: 10px;
	}

	.my-orders-month-spl {
		padding-right: 10px;
	}

	.modal-emulsion .modal-lg {
		width: 970px;
		margin-top: 70px;
	}

	.modal-emulsion.modal-order-history .modal-lg {
		width: 990px;
		margin-top: 70px;
	}

	.modal-order-placed__dialog {
		width: 430px;
	}

	.modal-order-placed__body img {
		width: auto;
		height: auto;
	}
	.modal-knowmore .modal-emulsion__dialog {
		max-width: 990px
	}
	.dashboard-page .quick-links__wrapper {
		flex-wrap: nowrap;
	}

	.dashboard-page .quick-links__wrapper .collapse {
		display: block;
		height: auto!important;
	}

	.dashboard-page .quick-links__wrapper .collapse.in {
		height: auto;
	}

	.dashboard-page .quick-links__nav {
		margin-right: 15px;
		display: flex;
		align-items: center;
	}

	.dashboard-page .quick-links__toggle {
		display: none;
	}

	.dashboard-order-page .order__select-bar-wrapper {
		flex-wrap: nowrap;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--product {
		width: 35%;
		min-width: 35%;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--product .selectize-dropdown-content {
		width: 100%;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--shade {
		min-width: 20%;
		border-radius: 0;
		flex: 1;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--qtybox-wrapper {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link {
		padding: 0 40px;
		font-size: 20px;
	}

	.dashboard-order-page .order__tabs-nav li .order-tabs__link {
		padding: 0 40px;
		font-size: 16px;
	}

	.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__link {
		padding-left: 0;
	}

	.dashboard-order-page .order__tabs-recent-order.table-responsive {
		overflow-x: hidden;
	}

	.minicart-dropdown__item-img .img-fluid {
		height: 85px;
		max-width: 70px;
	}

	.minicart-dropdown__item-img .default-img {
	height: 85px;
	max-width: 65px;
	}
	}
@media (min-width:1201px) {
	.section-right {
		width: 29%;
		z-index: 1000;
		padding: 0;
	}

	.section-left {
		width: 71%;
	}

	.my-orders-frequently-ordered {
		padding-left: 10px;
	}

	.my-orders-month-spl {
		padding-right: 10px;
	}

	.modal-emulsion .modal-lg {
		width: 1160px;
		margin-top: 70px;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--shade {
		min-width: 20%;
	}

	.dashboard-order-page .order__select-bar--shade-selected.order__select-bar--universal-selected .order__select--product {
		min-width: 24%;
	}

	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link {
		padding: 0 40px;
		font-size: 20px;
	}

	.dashboard-order-page .order__tabs-nav li .order-tabs__link {
		font-size: 16px;
		padding: 0 40px;
	}

	.dashboard-order-page .order__tabs-nav li:first-child .order-tabs__taskCard {
		padding-right: 30px;
	}
}

@media (min-width:1400px) {
	.dp-account {
		margin: 0 auto;
		width: 100%;
	}
}

@media (max-width:1311px) {
	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 9.4%;
	}
	.dp-account {
		top: 130px;
	}

	.dashboard-page .quick-links__wrapper {
		top: 117px;
		left: 10%;
		flex-wrap: wrap-reverse;
	}

	.minicart-dropdown__actions .btn--primary {
		font-size: 18px;
	}

	.minicart-dropdown__schedule .btn-place-order {
		font-size: 16px;
	}

	.minicart-dropdown__schedule .btn-underline-violet {
		font-size: 16px;
		margin-left: 0;
		margin-right: 5px;
	}
}

@media (max-width:1281px) {
	.account-section {
		top: 130px;
	}

	.dashboard-page .quick-links__wrapper {
		top: 117px;
		left: 10%;
		flex-wrap: wrap-reverse;
	}
}

@media (max-width:1118px) {
	.account-section {
		top: 157px;
	}
}
@media (max-width:1024.98px) {
	[class*=col-] {
		margin-bottom: 15px;

	}

.dashboard-order-page .order__search-info{
	top: 110px;
	}

	.logo-container {
		font-size: 10px;
	}

	.my-orders__product-row {
		height: auto!important;
	}

	.my-orders__product-link .btn-link:hover {
		text-decoration: underline !important;
	}

	.my-orders__product-link .btn-link:hover:after {
		display: none!important;
	}

	.modal-emulsion__product-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.modal-emulsion__product-row .product-grid {
		display: block;
	}

	.modal-emulsion__product-row .form-group {
		margin-bottom: 20px;
	}

	.modal-emulsion__product-row .plus-sign {
		top: 3px;
	}

	.modal-emulsion__input-grid {
		width: 100%;
	}

	.submit-modal .form-group {
		margin-bottom: 20px;
	}

	.submit-modal .plus-sign {
		top: 3px;
	}

	.modal-order-placed__body img {
		max-width: 120px;
			}
.modal-knowmore__taskcard-wrap {
   margin-bottom: 0;
}
	.sales-tracker__placeorder.non-sticky {
		position: static;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		padding: 0;
		border-radius: 0;
		background: none;
		margin-bottom: 0;
	}

	.dashboard-page .quick-links__wrapper {
		display: flex;
		align-items: center;
		background: transparent;
		flex-wrap: wrap;
	}

	.dashboard-page .quick-links__wrapper .collapse {
		margin-top: -1px;
	}

	.dashboard-page .quick-links__nav {
		margin: 0 15px;
		overflow: hidden;
		float: none!important;
	}

	.dashboard-page .quick-links__nav-item {
		border-left: none;
	}

	.dashboard-page .quick-links__nav-item:not(.quick-links__nav--dealer-code) {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 60px;
		height: 60px;
		padding-left: 20px;
		border-bottom: 1px solid #301655;
		margin: 0;
	}

	.dashboard-page .quick-links__nav--dealer-code {
		display: flex;
		width: auto;
	}

	.dashboard-page .quick-links__dealer-code {
		justify-content: space-between;
		width: 100%;
		background: #502c83;
	}

	.dashboard-order-page .order__search-wrapper-wrap {
		min-height: 70px;
	}

	.dashboard-order-page .order__search-wrapper-error .order__select--qtybox-wrapper {
		box-shadow: 0 0 0 2px #f24a3c;
		border-radius: 5px;
	}

	.dashboard-order-page .order__search-dialog-wrap {
		top: 183px;
		right: -15px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .selectize-dropdown-content {
		max-height: 200px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option .product-select-imagewrap {
		height: 201px;
	}

	.dashboard-order-page .order__select-bar--shade-selected .order__select--qtybox-wrapper {
		margin-top: 10px;
		width: auto;
			}
.dashboard-order-page .order__select--universal {
		width: 100%;
		min-width: 100%;
		margin-bottom: 10px;
		border-radius: 5px;
	}

	.dashboard-order-page .order__select--product {
		width: 65%;
		min-width: 65%;
		border-radius: 5px 0 0 5px;
	}

	.dashboard-order-page .order__select--category {
		width: 40%;
		min-width: 40%;
		margin-bottom: 10px;
		border-radius: 5px;
		border-right: 1px solid #d9caef;
	}

	.dashboard-order-page .order__select--shade {
		width: 35%;
		min-width: 35%;
	}

	.dashboard-order-page .order__select-qty-item:first-child {
		border-radius: 5px 0 0 5px;
	}

	.dashboard-order-page .order__select--qtybox-wrapper {
		border-radius: 5px 0 0 5px;
		border-left: 1px solid #d9caef;
	}

	.dashboard-order-page .order__tabs.shade-selected {
		margin-top: 115px;
	}

	.dashboard-order-page .order__tabs-nav .task-card__tooltip {
		top: 6px;
	}
	.dashboard-order-page .order__tabs-content .task-card__wrap {
		margin-top: 15px;
	}

	.dashboard-order-page .order__tabs-content .task-card__section-header {
		margin-bottom: 6px
	}

	.minicart-dropdown__actions.non-sticky {
		position: static;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 0;
	}
}

@media (max-width:1023.9px) {
	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 19%;
	}
	.dp-account {
		top: 80px;
	}

	.dashboard-page .quick-links__wrapper {
		top: 73px;
		left: 17%;
	}
}

@media (max-width:991.98px) {
	.modal-knowmore .modal-emulsion__dialog {
		max-width: 700px
	}
	.modal-knowmore .task-card__wrapper .task-card__wrap {
		max-width: 170px;
		min-width: 150px;
		width: 160px;
	}
	.modal-knowmore__media-wrap {
		width: 350px
	}
	.sales-tracker__placeorder {
		position: fixed;
		bottom: 5px;
		left: calc(16.6% + 30px);
		right: 35px;
		z-index: 9999;
		padding: 0 15px;
		border-radius: 10px;
		margin-bottom: -20px;
	}

	.minicart-dropdown__actions {
		position: fixed;
		bottom: 0;
		background: linear-gradient(90deg,#f2eefc 90%,transparent 0);
		left: calc(16.6% + 25px);
		right: 30px;
		z-index: 999;
		padding: 0;
		margin: 5px 20px;
		border-radius: 10px;
	}
}
@media (max-width:955px) {
	.dp-account {
		top: 120px;
	}

	.dp-account .left-navigation--dashboard {
		margin-top: 55px!important;
	}

	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 29px;
	}

	.dashboard-page .quick-links__wrapper {
		left: 29px;
		top: 116px;
	}
}

@media (max-width:767.98px) {
.btn-link {
		font-size: 11px;
	}
	#ym-notification,
	#ymDivCircle,
	#ymFrameHolder {
		left: 5px;
		bottom: 50px!important;
	}

	.dp-account {
		top: 88px;
	}

	header.dp-common {
		left: 15px;
			}
.my-orders__product-link .btn-link {
		font-size: 11px;
	}

	.dashboard-page .task-card__item-description-title {
		font-size: 14px;
	}

	.modal-emulsion__header .icon-percentage {
		bottom: 0;
		left: 15px;
		top: -12px;
		width: 70px;
	}

	.modal-emulsion__header .close {
		margin-top: 5px;
	}

	.modal-emulsion__title {
		padding-left: 76px;
		font-size: 25px;
		display: inline;
	}

	.modal-emulsion.modal-order-history .order-date {
		padding-left: 0;
		display: block;
	}

	.modal-emulsion.modal-order-history .order__tabs-recent-order-table tbody tr td:first-child {
		padding: 10px 35px 0 5px;
	}

	.modal-emulsion.modal-order-history .order__tabs-actions .error-msg {
		width: auto;
		margin-right: 40px;
		display: block;
		margin-bottom: 5px;
		padding-right: 40px;
		position: relative;
		}
	.modal-order-placed__dialog {
		padding: 0 10px;
	}
	.modal-knowmore .modal-emulsion__dialog {
		display: block
	}
	.modal-knowmore .task-card__wrapper .task-card__wrap {
		max-width: 50%;
		width:50%;
	}
	.modal-knowmore__taskcard-wrap {
		border-radius: 0 0 35px 35px;
		width: 100%
	}
	.modal-knowmore__media-wrap {
		margin-bottom: 0;
		width: 100%
	}

	.modal-knowmore__wrap {
		margin: 0;
		padding: 0;
		flex-wrap: wrap
	}

	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 14px;
	}

	.dashboard-page .quick-links__wrapper {
		left: 14px;
		top: 77px;
	}

	.dashboard-page .quick-links__wrapper .collapse.in {
		min-height: 100%;
		height: calc(100vh - 108px);
		overflow-y: scroll;
	}

	.dashboard-order-page .order__breadcrumb .breadcrumb-item {
		padding: 4px 0;
	}

	.dashboard-order-page .order__layout-link a {
		margin-top: 5px;
		margin-right: 0;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .optgroup-header,
	.dashboard-order-page .order__select-bar-wrapper .selectize-dropdown .option {
		font-size: 12px;
		padding: 3px 15px 3px 10px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input {
		padding-left: 10px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input .item,
	.dashboard-order-page .order__select-bar-wrapper .selectize-input input {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input .item:-ms-input-placeholder,
	.dashboard-order-page .order__select-bar-wrapper .selectize-input input:-ms-input-placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input ::-moz-placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input :-ms-input-placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input ::-ms-input-placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-bar-wrapper .selectize-input ::placeholder {
		font-size: 12px;
	}

	.dashboard-order-page .order__select-qty-item-header {
		font-size: 12px;
	}

	.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover {
		top: 19px!important;
		left: 10px!important;
	}

	.minicart-dropdown__item-empty {
		min-height: 400px;
	}

	.minicart-dropdown__product-qty-info {
		width: 135px;
	}

	.minicart-dropdown__actions {
		left: 30px;
		right: 30px;
		background: linear-gradient(90deg,#f2eefc 80%,transparent 0);
	}
}

@media (max-width:575.98px) {
	.my-orders-month-spl .my-orders__product-link {
		padding-left: 3px;
		padding-right: 7px;
	}

	.dashboard-page .task-card__item-title .popover-content {
		width: 165px;
		font-size: 12px;
	}

	.dashboard-page .task-card__item-title .task-card__item-tooltip {
		display: flex;
	}

	.dashboard-page .task-card__item-tooltip {
		display: inline-block;
	}

	.dashboard-page .task-card__section-header {
		display: block;
		margin-bottom: 10px;
	}

	.dashboard-page .task-card__section-header .task-card__tooltip {
		position: relative;
		top: -4px;
	}

	.dashboard-page .task-card__section-header .task-card__tooltip .popover {
		top: 39px!important;
		left: -150px!important;
	}

	.dashboard-page .task-card__section-title-sync {
		margin-left: 0;
		display: block;
		width: 100%;
		text-align: left;
	}

	.dashboard-page .task-card__section-title-viewall {
		display: block;
		width: 100px;
		text-align: right;
	}

	.dashboard-page .task-card__tooltip .popover {
		top: 45px!important;
	}

	.dashboard-page .task-card__tooltip .popover.right .arrow {
		top: -10px!important;
		left: 39%;
	}

	.dashboard-page .task-card__tooltip .popover.right .arrow:after,
	.dashboard-page .task-card__tooltip .popover.right .arrow:before {
		border-width: 0 10px 21px;
		}
	.modal-emulsion.modal-order-history .modal-emulsion__header {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.modal-emulsion.modal-order-history .modal-emulsion__header .close {
		min-width: 30px;
	}
	.submit-modal__footer-radio {
		text-align: left
		}

	.sales-tracker__placeorder {
		position: fixed;
		bottom: 5px;
		left: 30px;
		right: 30px;
		z-index: 9999;
		padding: 0 15px;
		border-radius: 10px;
		margin-bottom: -20px
	}

	.modal-knowmore .modal-emulsion__header {
		display: block!important;
			}

	.dashboard-page .quick-links__nav-item-select {
		max-width: 100px;
		padding: 0 1px;
		font-size: 12px;
	}

	.dashboard-page .quick-links__nav--dealer-code {
		margin: 5px 10px 5px 0;
		font-size: 12px;
	}

	.dashboard-page .quick-links__toggle {
		padding-left: 10px;
		font-size: 12px;
	}
	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:active,
	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:focus,
	.dashboard-order-page .order__tabs-nav li.active .order-tabs__link:hover,
	.dashboard-order-page .order__tabs-nav li .order-tabs__link,
	.dashboard-order-page .order__tabs-nav li .order-tabs__link:active,
	.dashboard-order-page .order__tabs-nav li .order-tabs__link:focus,
	.dashboard-order-page .order__tabs-nav li .order-tabs__link:hover {
		border-right: 1px solid #a980e2!important;
		border-left: none!important
	}
	.dashboard-order-page .order__tabs-nav li:last-child .order-tabs__link,
	.dashboard-order-page .order__tabs-nav li:last-child .order-tabs__link:active,
	.dashboard-order-page .order__tabs-nav li:last-child .order-tabs__link:focus,
	.dashboard-order-page .order__tabs-nav li:last-child .order-tabs__link:hover {
		border-right: none!important
	}
	.dashboard-order-page .order__tabs-nav .task-card__tooltip {
		top: 4px
	}

	.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover {
		top: 44px!important;
		left: -120px!important;
	}

	.dashboard-order-page .order__tabs-nav .task-card__tooltip .popover .arrow {
		left: 30%;
		}
.minicart-dropdown__actions {
		position: fixed;
		bottom: 0;
		background: linear-gradient(90deg,#f2eefc 50%,transparent 0);
		left: 20px;
		right: 20px;
		z-index: 999;
		padding: 0;
		margin: 5px 20px;
		border-radius: 10px;
	}

	.minicart-dropdown__actions.non-sticky {
		position: static;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 0;
	}

	.minicart-dropdown__schedule .btn-underline-violet {
		margin-left: 0;
	}
}

@media (min-width:768px) and (max-width:1024.98px) {
	.dashboard-page .task-card__section-header .task-card__tooltip .popover {
		left: 149px!important;
			}
	.modal-emulsion__header .icon-percentage {
		bottom: 0;
		top: -40px;
	}

	.modal-emulsion.modal-order-history .order__tabs-actions .error-msg {
		width: 60%;
	}

	.dashboard-order-page .order__tabs-content .task-card__wrap:nth-child(3n+1) .popover.left {
		margin-left: 1px;
		margin-top: -7px;
		transform: scaleX(-1);
		left: 100%!important;
	}

	.dashboard-order-page .order__tabs-content .task-card__wrap:nth-child(3n+1) .popover-content {
		transform: scaleX(-1);
	}
}

@media (max-width:1023.9px) and (min-width:992px) {
	.dashboard-page:not(.dashboard-page-font) .quick-links__wrapper {
		left: 11%;
	}
	.dashboard-page .quick-links__wrapper {
		left: 10%;
	}
}

.product-element-error {
	position: relative;
}

.product-element-error::after{
position: absolute;
content: '';
top: 0px;
left: 0px;
right: 10px;
bottom: 0px;
background : rgba(255,0,0,.1);
border-radius : 5px;
pointer-events: none
   }

 #submitModal .product-element-error::after{
 right: 0px;
 }


 .product-row-error {
	border: 1px solid red !important;
	padding: 5px 0 !important;
	margin: 0 !important;
}

.product-row-error + .product-row-error {
	border-top: none !important;
}


.mCSB_dragger{
	visibility: visible !important;
}

.mCSB_scrollTools_vertical
{
	visibility: visible !important;
}

.page-loader-new-ordering-layout , .page-loader-new-order-layout{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
	display: none;
	user-select: none;
}
.page-loader-new-ordering-layout img{
    margin: auto;
    position: absolute;
    right:0;
    bottom:0;
    top: -50%;
    left:0;
}

.page-loader-new-order-layout img{
    margin: auto;
    position: absolute;
    right:0;
    bottom:0;
    top: 0;
    left:0;
}

.navbar-minicart-dropdown-wrapper{
	position: relative;
}

.cart-page-loader{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
	display: none;
	user-select: none;
}
.cart-page-loader img {
    margin: auto;
    position: absolute;
    right:0;
    bottom:0;
    top: -50%;
    left:0;
}
.minicart-dropdown__offers-dropdown .my-orders__product-info{
	align-items: flex-start;
}

.minicart-dropdown__offers-dropdown .my-orders__product-info span{
	line-height: inherit;
}

.minicart-dropdown__offers-dropdown .cart-offers-empty{
    color: #606162;
    font-weight: 600;
}

.ap-regionSpl-page-loader-layout
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.my-orders__body-regional-offer.static-banner-section
{
	margin: -12px -18px;
}
.modal-emulsion__product-select ::placeholder {
color: #737373 !important;
}

/*
.modal-knowmore__media-wrap .modal-knowmore__carousel-item img{
    max-width: 100%;
    max-height: 240px;
    margin: auto;
    width: auto!important;
}

.modal-knowmore__media-wrap .modal-knowmore__carousel-item {
    height: 260px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) and (max-width: 992px)
{
   .modal-dialog {
       width: 700px;
       margin: 30px auto;
   }
}*/



.whatsapp-consent{
  width : 100%;
  height:100%;
  position : relative;
  margin-bottom : 15px;
}

.whatsapp_icon {
  width: 25px;
  margin-left : 1%;
  margin-right : 1%;
}

.whatsapp_icon > img{
  width: 100%;
}

.whatsapp_icon > span{
  width: 10%;
}

.consent-message-div{
  margin-left : 2%;
  display : block;
  text-transform : none;
  font-size : 12px;
  font-weight : 600;
  font-family : system-ui;
}


.whatsapp-ico{
    fill: white;
    width: 7%;
    height: 45%;
    padding: 0px;
    background-color: #4dc247;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
    position: relative;
    z-index: 10;
    margin-left : 1px;
    margin-right: 1px;
}

/* .whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}
 */
/* .fa-whatsapp  {
  color:#fff;
  background:
  linear-gradient(#25d366,#25d366)10px 84%/10px 9px no-repeat,
  radial-gradient(circle at center, #25d366 63%,transparent 0);
}
 */


@media screen and (max-width:885px) and (min-width:793px) {
  .whatsapp-ico {
     height: 30%;
  }
}

@media screen and (min-width:768px) and (max-width:792px) {
  .whatsapp-ico {
     height: 35%;
     width :8%;
  }
}


@media screen and (max-width:767px) and (min-width:492px) {
  .whatsapp-ico {
     height: 70%;
     width :6%;
  }
}

@media screen and (max-width:496px) and (min-width:286px){
  .whatsapp-ico {
     height: 50%;
     width : 7%;
  }
}

@media screen and (max-width:285px) {
  .whatsapp-ico {
     height: 30%;
     width : 7%;
  }
}

img.invoice_download {
    margin-left: 5px;
}

.complaint-id-success{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    line-height: 16px;
}

.complaint-success-msg{
    position: relative;
    top: 0px;
    left: 7px;
    font-size: 15px;
    color: antiquewhite;
}

.compl-response-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.compl-response-modal-content {
  background-color: #fefefe;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #888;
  width: 35%;
  height: 135px;
}

.compl-response-view-status{
    margin-top: 30px;
}

.complaint-id-class{
    display: flex;
    justify-content: center;
}

.compl-response-modal-header{
    display: flex;
    padding: 5px 5px 0px 5px;
    justify-content: space-between;
    background-color: #6b2b7d;
    border-radius: 8px;
}

.compl-response-modal-body{
    padding: 22px;
}

.compl-response-modal-bodycontent{
    padding: 10px;
}

.compl-response-close {
  color: #000000;
  position: relative;
  right: 5px;
  bottom: 3px;
  font-size: 28px;
  font-weight: bold;
}

.compl-response-close:hover,
.compl-response-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.compl-response-loading-spinner{
  width: 40px;
  height: 40px;
  border: 2px solid indigo;
  border-radius: 50%;
  border-top-color: #0001;
  position: relative;
  left: 621px;
  top: 189px;
  z-index: 99999;
  display: inline-block;
  animation: loadingspinner .7s linear infinite;
}

.minicart-dropdown .stp-for-cp2-retail #shipToPartyList{
    border-radius: 3px;
    height: 25px;
    margin: 4px 8px;
    color: #502c83;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    width: -webkit-fill-available;
}

.stp-for-cp2-retail {
    background-color: #faf9ff;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    border-radius: 0 0 0 5px;
}

.select-stp-label{
    color: #502c83;
    font-weight: 700;
    font-size: 13px;
    margin-left: 11px;
    margin-top: 10px;
}

.comment-input-cp2-retail{
    border-radius: 3px;
    height: 25px;
    margin: 10px 8px;
    color: #502c83;
    padding: 10px;
    font-size: 13px;
    width: -webkit-fill-available;
    border: 0.7px solid;
}

.orderRemarkError{
    display: none;
    margin-left: 12px;
    color: red;
}

.order__remark-character{
    font-size: 10px;
    font-weight: 700;
    line-height: 2px;
    margin-bottom: 10px;
    margin-left: 315px;
}

.form-login__description {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 17px;
    text-align: center;
    color: green;
}
/*  and (max-width:792px)
 */


/* Product MRV Form CSS */
.cp2LogoDiv{
    justify-self: center;
    padding-bottom: 5px;
}

.mrvMainDiv{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    justify-items: center;
    padding-bottom: 30px;
    padding-top: 15px;
    width: 380px;
    justify-self: center;
}

.mrv-input-div{
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 5px;
    width: 220px;
}

.mrv-form-header{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.mrv-form-input{
    padding: 6px 12px;
    line-height: 30px;
    height: 25px;
    border: solid 1px #b560a3;
    border-radius: 4px;
}

#discrepancyRequestForm{
    display: none;
    padding-left: 16px;
}


#dealerVerificationForm{

}

.discr-header{
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.discr-data-label{
    font-size: 14px;
}

.discr-invoiceno-div{
    display: flex;
    gap: 40px;
    padding-bottom: 5px;
}

.discr-gstinvoiceno-div{
    display: flex;
    gap: 40px;
    padding-bottom: 5px;
}

.discr-dealrcode-div{
    display: flex;
    gap: 64px;
    padding-bottom: 5px;
}

.discr-dealrname-div{
    display: flex;
    gap: 59px;
    padding-bottom: 5px;
}

.discr-matreceipt-labl{
    margin-top: 6px;
    margin-right: 5px;
    font-size: 13px
}

.mrv-accordion-content {
  display: none;
  background-color: #fff8f8;
  border-top: 0.5px solid lightgrey;
  border-bottom: 0.5px solid lightgrey;
}

.mrv-accordion-row {
  cursor: pointer;
  background-color: #ffffff;
}

#invoiceDetailsTable{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
}

#invoiceDetailsDiv{
    width: 350px;
}

#invoiceDetailsTable th{
    font-size: 12px;
    color: black;
    background-color: #f0f2f4;
    text-transform: none;
    width: 350px;
}

#invoiceDetailsTable td {
    padding: 10px 10px;
}

.mrv-sku-form-container label{
    font-size: 12px;
    text-transform: none;
}

.tbl-header-row{
    border-bottom: 1px solid darkgray;
}

.invoice-dets-header{
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-top: 4px;
    color: #333;
}

.mrv-qtys-div{
    justify-content: space-between;
    display: flex;
}

.mrv-qtys-input{
    width: 50px;
    height: 25px;
    border: 0.5px solid #b560a3 !important;
}

.mrv-sku-damcat-div{
    display: flex;
    gap: 30px;
    align-items: center;
    padding-top: 8px;
}

.mrv-sku-select-dd{
    padding: 4px;
    width: max-content;
    border-radius: 5px;
    border: 0.5px solid #b560a3;
    position: relative;
}

.mrv-sku-matstat-div{
    display: flex;
    gap: 61px;
    align-items: center;
    padding-top: 8px;
}

.mrv-sku-remark-div{
    display: flex;
    gap: 95px;
    padding-top: 8px;
}

.mrv-sku-remark-input{
    padding: 4px;
    width: 175px;
    border: 0.5px solid #b560a3;
    border-radius: 5px;
}

.mrv-image-upload-div{
    display: flex;
    flex-direction: column;
    padding-top: 8px;
}

.mrv-image-upload{
    border: 1px solid #b560a3;
    padding: 5px;
    width: 300px;
    border-radius: 5px;
}

.mrv-select-checkbox{
    margin-left: 5px;
    margin-top: 1px;
}

.mrv-save-dets-div{
    padding-top: 15px;
    padding-bottom: 10px;
    justify-self: center;
}

.mrv-submit-btn-div{
    justify-self: center;
    padding-top: 15px;
}

.mrv-input-disabled{
    background-color: darkgrey;
}

.mrv-disable-btn{
    border-radius: 5px !important;
    background-color: darkgrey !important;
    border-color: darkgrey !important;
}

.mrv-validation-errors{
    padding-left: 10px;
    padding-top: 10px;
    color: #b10000;
}

.invoice-date-validation{
    padding: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #b70000;
}

.damage-cats-options{
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 200px;
    overflow-y: scroll;
    background: white;
    padding: 8px;
    border: 0.5px solid #b560a3;
    border-radius: 5px;
    width: max-content;
    z-index: 999;
    left: -2px;
    top: 28px;
}

.mrv-selected-dam-cat-div{
    display: flex;
    margin-top: 5px;
}

.mrv-selected-dams{
    height: 100px;
    overflow-y: scroll;
    padding: 4px;
    border: 0.5px solid #b560a3;
    border-radius: 5px;
}

.selected-dam-value{
    font-size: 11px;
    background-color: #bdbdbd;
    border-radius: 8px;
    padding-left: 9px;
    padding-right: 11px;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.remove-selected-dam{
    align-content: center;
    font-size: 11px;
    cursor: pointer;
}

.dam-cat-val-div{
    font-weight: 700;
    color: #333;
    padding-bottom: 3px;
}