body,*{
	margin: 0;
	font-family: 'Manrope-Medium';
}

html {
  scroll-behavior: smooth;
}

.ManropeRegular {
	font-family: 'Manrope-Regular' !important;
}

.ManropeMedium {
	font-family: 'Manrope-Medium' !important;
}

.ManropeSemiBold {
	font-family: 'Manrope-SemiBold' !important;
}

.ManropeBold {
	font-family: 'Manrope-Bold' !important;
}

.ManropeExtraBold {
	font-family: 'Manrope-ExtraBold' !important;
}

.font10 {
	font-size: 10px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px !important;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font28 {
	font-size: 28px;
}

.font-size-inherit {
	font-size: inherit;
}

.w-8 {
	width: 8% !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}

.w-30 {
	width: 30% !important;
}

.w-35 {
	width: 35% !important;
}

.w-40 {
	width: 40% !important;
}

.w-45 {
	width: 45% !important;
}

.w-55 {
	width: 55% !important;
}

.w-60 {
	width: 60% !important;
}

.w-65 {
	width: 65% !important;
}

.w-70 {
	width: 70% !important;
}

.w-80 {
	width: 80% !important;
}

.w-85 {
	width: 85% !important;
}

.w-90 {
	width: 90% !important;
}

.w-95 {
	width: 95% !important;
}

.dNone {
	display: none;
}

a {
	text-decoration: inherit;
	color: currentColor;
}

.object-cover {
	object-fit: cover;
}

.object-contain {
	object-fit: contain;
}

/* Reusable UI Components & Variables */

.pb-20 {
	padding-bottom: 5rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.darkBG {
	background: #262626e6;
}

.bRadius10 {
	border-radius: 10px !important;
}

.bRadius14 {
	border-radius: 14px !important;
}

.text-white {
	color: #fff !important;
}

.text-orange {
	color: #f59e0b;
}

.button {
	border-radius: 8px;
	padding: 6px 10px;
	font-family: 'Manrope-Bold' !important;
}

.lightBtn {
	background: #fff;
	color: black;
	border: none;
}

.darkBtn {
	background: #262626 !important;
	color: #fff !important;
	border: none !important;
}

.transparentBtn {
	background: transparent;
	color: #000 !important;
	border: solid 1px #e0e0e0;
	transition: 0.2s;
}

.transparentBtn:hover {
	background: #262626 !important;
	border-color: #262626 !important;
	color: #fff !important;
	transition: 0.2s;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem;
}

.text-xs {
	font-size: .75rem;
	line-height: 1rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.contentCard {
	padding: 1rem;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	border: solid 1px #e0e0e0;
	border-radius: 1rem;
}

.align-middle {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contentCard .listing {
	background: #f0f0f0;
}

.contentCard .listing .btn {
	width: inherit !important;
	min-width: 80px;
	margin-left: auto;
}

.delivered {
	background: #e6e6e6 !important;
	color: #000 !important;
}

.dispatched {
	background: #262626;
	color: #fff;
}

.overflow-y-auto {
	overflow-y: auto;
}

.max-w-md {
	max-width: 28rem;
}

.formOuter .inputGroup input, .inputGroup select, .inputGroup textarea {
	height: 3rem;
	border: solid 1px #e0e0e0;
	border-radius: calc(.75rem - 2px);
	background: #f7f7f7;
	padding: 10px 0;
}

.formOuter .inputGroup input::placeholder {
	color: #abababb0 !important;
}

.inputDive {
	height: 2.5rem;
	border: solid 1px #e0e0e0;
	border-radius: calc(.75rem - 2px);
	background: #f7f7f7;
}

.inputDive svg {
	color: #757575d1;
	font-size: 13px;
}

.inputDive input {
	border: 0;
	background: transparent;
}

.inputDive input:focus-visible {
	outline: none !important;
}



.formOuter button {
	height: 3rem;
}

.blockCard {
	opacity: .5;
}

.flex-1 {
	flex: 1 1 0%;
}

.bgGrey {
	background: #2626261a;
}

.iconBox {
	background: #2626261a;
	width: 2rem;
	height: 2rem;
}

.text-red {
	color: #ef4343 !important;
}

.bgGreen {
	background: #16a34a;
}

.text-green {
	color: #16a34a;
}

.backButton {
	width: 25px;
	padding-top: 3px;
	margin-right: 15px;
}

.bg-light {
	background: #f7f7f7 !important;
}

input:focus, .btn:focus, select:focus, textarea:focus {
	border-color: inherit !important;
	box-shadow: inherit !important;
	outline: none;
}

button:focus:not(:focus-visible) {
	box-shadow: none !important;
}

header a img {
	height: auto;
	width: 50px;
	padding: 10px 0px;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sticky-top .tHeader {
	min-height: 3.5rem;
}

.sticky-top .tHeader button {
	padding: 6px 11px !important;
	border: solid 1px;
}

.installAppPage .tLogo {
	width: 90px;
}

.searchOuter {
	overflow: hidden;
	height: 3rem;
	opacity: 1;
}

.searchInput {
	background: #e5e7eb;
	padding: 4px 14px;
	color: #737373 !important;
}

.searchInput input {
	border: 0;
	background: transparent;
}

#barcodeInput {
	display: none;
}

.sticky-top .border-bottom {
	background: #f0f0f0;
	font-family: 'Manrope-Bold' !important;
}

.modalBottomAlign {
	align-items: end !important;
	min-height: 100% !important;
	margin: 0 !important;
}

.modalBottomAlign .modal-content {
	border-radius: 0 !important;
	border: solid 1px #f7f7f7;
}


.modal.fade .modalBottomAlign {
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.modal.show .modalBottomAlign {
  transform: translateY(0);
}

.changeCustomer .customerList button {
	background: transparent !important;
	padding: .75rem !important;
}

#changeAccount {
	--bs-modal-width: 100%;
}

.signoutBtn {
	align-content: center;
}























/* Bottom Navigation (MATCH IMAGE) */
.bottom-nav a {
	opacity: 0.5;
}

.bottom-nav .active {
	color:#000; font-weight:600;
	opacity: 1;
}

.bottom-nav a svg {
	padding: 6px;
}

.bottom-nav .active svg {
	background: #dfdfdf;
  border-radius: 10px;
}

/* Promo Card */
.promoCard {
	background: linear-gradient(270deg, #4a4a4acf 0%, #2C2C2C 100%);
	/*min-height: 180px;*/
}

.badge-new {
	background-color: #EF4444;
	color: white;
	font-size: 10px;
	padding: 4px 10px;
	border-radius: 20px;
}

.homActionBtn .button {
	height: 45px;
}

.contentCard .listing .listingBullet {
	background: #262626;
	width: .5rem;
	height: .5rem;
	border-radius: 9999px;
}

.trackingSection .trackCircle {
	background: #000;
	line-height: 16px;
	padding: 5px;
	border-radius: 15px;
	width: 26px;
	height: 26px;
}

.trackingSection .trackLine {
	background: #000;
	width: .125rem;
	height: 1.5rem;
	margin-left: 12px;
}

.notActive {
	opacity: 0.3;
}

.scanPage .scanImg {
	background: #2626261a;
	width: 5rem;
	height: 5rem;
	border-radius: 1rem;
}

.pZoomAction button {
	padding: 3px 8px !important;
}

.pZoomAction button:hover {
	color: #fff !important;
}

.zoomCard {
	width: 100%;
	height: 500px;          /* viewer height */
	overflow: auto;         /* SCROLL ENABLE */
	border-radius: 12px;
	background: #f7f7f7;
}

.zoomCard img {
	display: block;
	max-width: none;        /* IMPORTANT */
	transform-origin: top left;
	transition: transform 0.25s ease;
}

.accountPage .userIcon {
	width: 4rem;
	height: 4rem;
}

.accountPage .contentCard.overDue label {
	background: #ef43431a !important;
	color: #ef4343 !important;
}

.accountPage .accountOptions .box {
	padding: 1rem;
}

.accountPage .accountOptions .iconBox, .iconBox {
	width: 2.5rem;
	height: 2.5rem;
}

.accountPage .edit{
	background: #f7f7f7;
}

.signOut {
	border-color: #ef43434d;
}

.signOut:hover {
	border-color: #ef4343;
	background: #ef4343;
	color: #fff;
}

.innerForm .inputGroup input, .innerForm .inputGroup select {
	height: 38px !important;
	background: #f0f0f080 !important;
	border-color: solid 1px #e0e0e0 !important;
}

.notificationsPage .contentCard .btn {
	padding: 2px 8px;
}

.oHistoryPage .confirmed, .oConfirmed {
	color: #854d0e !important;
	background: #fef9c3 !important;
}

.oHistoryPage .shipped, .oShipped {
	color: #1e40af !important;
	background: #dbeafe !important;
}

.oHistoryPage .delivered, .oDelivered {
	background: #dcfce7 !important;
	color: #166534 !important;
}

.oPrinted {
	background: #f7731640;
	color: #b94c00 !important;
}

.oNewOrder {
	background: #3780f8 !important;
	color: #3780f8;
}

.oPacked {
	background: #262626 !important;
	color: #fff !important;
}

.oInvoiced {
	background: #18a59e;
}

.oCancelled {
	background: #d70a0a;
	color: #fff !important;
}

.orderStatusOption {
	display: none;
	width: 100%;
	right: 0;
	left: 0;
	top: 45px;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 5px;
	box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.orderStatusOption .option {
	padding: 6px 0;
}

.orderStatusOption .active {
	background: #262626;
	border-radius: 12px;
	color: #fff !important;
}

.orderStatusOption .active svg {
	color: #fff;
}

.single-slide .slick-dots {
	bottom: -16px !important;
}

.slick-dots li {
	width: 0 !important;
	height: 0 !important;
}

.slick-dots li button:before {
	font-size: 12px !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 5px !important;
}

.slick-dots li button {
	width: 0 !important;
	height: 0 !important;
}

.shortName {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100xp;
}

.orderDetailed td .pImg {
	width: 30px;
	object-fit: contain;
}

.inputDive {
	cursor: pointer;
}

.single-slide .slick-arrow {
	display: none !important;
}

/* Sign up */
.signUpPage .roundNumber {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 100px;
	background: #f0f0f0;
	color: #000;
}

.borderLine {
	background: #f0f0f0;
	border: solid 2px #f0f0f0;
	height: .25rem;
	width: 1.5rem;
	border-radius: .25rem;
	margin: 0 5px;
}

.topSteps .active .roundNumber {
	background: #262626;
	color: #fff;
}

.topSteps .active .borderLine {
	border: solid 2px #262626;
}

.fielUploadBox svg {
	padding-bottom: 10px;
	font-size: 20px;
}

.step-signup-modal .fielUploadBox {
  min-height: 140px;
  padding: 1.5rem;
  border: 2px dashed #e3e3e3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*color: #8f8f8f;*/
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
}

.step-signup-modal .fielUploadBox.dragover {
  border-color: #3498db;
  background-color: #f0f8ff;
}

.step-signup-modal .fielUploadBox i {
  font-size: 25px;
  /*color: #b7b7b7;*/
  margin-bottom: 10px;
  transition: color 0.3s;
}

.step-signup-modal .black-checkbox .form-check-input {
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 1.5px solid #000000;
	cursor: pointer;
	border-radius: 10px !important;
	margin-top: 5px;
	padding: 0;
}

.step-signup-modal .black-checkbox .form-check-input:checked {
	background-color: #000 !important;
	border-color: #000 !important;
	padding: 0 !important;
}

.step-signup-modal .black-checkbox .form-check-label {
	color: #333 !important;
	cursor: pointer;
	padding-top: 1px;
}

.step-signup-modal .black-checkbox {
	padding-left: 40px;
}

.items-center {
	align-items: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.hiddenDate {
	display: none;
}

.startDate {
	border: solid 1px #e0e0e0;
	background: transparent;
}

.aStatementCard .cWidth {
	width: 33%;
}

.aStatementCard .contentCard {
	padding: .75rem !important;
}

.toogleInput:checked {
	background-color: #262626;
	border-color: #262626;
}

.toogleInput {
	height: 1.3em;
	width: 2.4em !important;
}

.qtyOuter {
  width: auto;
  height: auto;
  background: #f7f7f7;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
}

.qty-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 22px;
  cursor: pointer;
}

.qty-value {
  text-align: center;
  position: relative;
}

.qty-text {
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
}

.qty-input {
  width: 70px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 12px;
  border: 3px solid #111;
  outline: none;
  display: none;
}

.cartPage .del {
	background: #fbd0cf5e;
	border-radius: 20px;
	width: 30px;
	height: 30px;
}

.cartPage .fixedBox {
	border-top: solid 1px #e0e0e0;
	background: #fff;
	border-color: #e0e0e0;
	bottom: 60px;
	right: 0;
	left: 0;
}

.cartPage, .shopPage {
	padding-bottom: 13rem;
}

.fixedBox button {
	height: 3rem;
}

.checkOuter .formOuter input {
	height: inherit !important;
}

.checkOuter .formOuter input::placeholder, .checkOuter .formOuter .noteInput::placeholder {
	color: #8c8c8c !important;
}

.checkOuter .formOuter .noteInput {
	min-height: 60px !important;
}

.checkOuter .orderItems .iDetali p {
	padding-bottom: 2px;
}

.checkOuter .fixedButtons {
	background: #000;
	right: 0;
	left: 0;
	bottom: 4rem;
	border-radius: 0;
	border: 0;
	border-top: solid 1px #e0e0e0;
}

.checkOuter .fixedButtons .button {
	height: 3rem;
}

#productDetail .prImage {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#productDetail .pdetail {
	background-color: #f0f0f0;
}

.closePDetail {
	top: 10px;
	right: 12px;
}

.ackMsgOuter {
	top: 10px;
	right: 10px;
	left: 10px;
	z-index: 99999;
}

.ackMsg {
	background-color: #f7f7f7 !important;
	padding: 1.5rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.brandBenefits ul li {
	list-style: none;
	line-height: 28px;
}

.brandBenefits ul li svg {
	margin-top: 7px;
}

.brandBenefits  .collapsIcon.active{
	transform: rotate(90deg);
	transition: 0.3s;
}

.brandBenefits .collapsIcon {
	transition: 0.3s;
}

.warehousePage .step-signup-modal .black-checkbox {
	padding-left: 19px !important;
}

.warehousePage .step-signup-modal .black-checkbox .form-check-input {
	width: 12px !important;
	height: 12px !important;
}

.warehousePage .step-signup-modal .fielUploadBox {
	min-height: 100px;
}

.warehousePage .previewImg {
	border: solid 2px #eee;
	border-radius: 6px;
	width: 80px;
	
	object-fit: contain;
	position: relative;
}

.warehousePage .previewImg img {
	border-radius: 6px;
}

.warehousePage .closePImg {
	background: #eee;
	height: 18px;
	width: 18px;
	border-radius: 20px;
}

.warehousePage .previewImg label {
	padding: 2px 0;
	text-align: center;
	border-radius: 6px !important;
	margin-bottom: 0 !important;
}

.warehousePage .previewImg svg {
	margin-bottom: -1px;
	padding-left: 2px;
	font-size: 11px;
}

.warehousePage .modal .formOuter .sBtn {
	height: 40px;
	padding: 0 30px;
}

.warehousePage .inputDive label {
	width: 4%;
}
































/* Shop page */

.categoryBox {
	border: 0 !important;
	border-bottom: solid 1px #e0e0e0 !important;
}

.categoryBox .categoryBtn {
	background: #262626;
	border: 0;
}

.shopPage .categoryBox .contentCard {
	border-radius: 0;
}

.shopPage .categoryBox .contentCard button {
	border: 0;
	background-color: transparent;
}

.shopPage .categoryBox .firstLetter {
	width: 2.5rem;
	height: 2.5rem;
	color: #737373 !important;
	background: #f0f0f0;
	border-radius: 50px;
}

.shopPage .contentCard .filterOuter {
	background: #f0f0f080;
}

.shopPage .selectedFilterLabel span {
	background: #26262633;
	border-radius: 5px;
	min-width: max-content;
}

.shopPage .filterOuter .resetBtn {
	color: #ef4343;
	background: #ef43431a !important;
	/*padding: .25rem .625rem;*/
	border-radius: .25rem;
}

.shopPage .grid, .grid {
	display: grid;
}

.shopPage .grid-cols-3, .grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shopPage .grid-cols-2, .grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shopPage .pCard .imageOuter {
	aspect-ratio: 3/4;
}

.pCard .pQtyOuter {
	background: #000c;
	border-radius: 5px;
}

.pCard .topFixed {
	top: .375rem;
	right: .375rem;
	left: .375rem;
}

.pCard .pQtyOuter button {
	width: 22px;
	height: 22px;
	border-radius: 3px;
}

.pCard .pQtyOuter button:focus {
	background: #6e6e6eba !important;
	border-radius: 5px;
}

.pQtyOuter input {
	background: transparent !important;
	border: 0;;
}

.pCard .packSize {
	transform: rotate(90deg);
	top: 50%;
	left: -20px;
}

.pCard .packSize label {
	background: #eee;
	color: #919191;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.filterOptionOuter {
	background: #f0f0f04d;
}

.filterOptionOuter .filterItemOpt {
	background: #f0f0f0;
	padding: .375rem .75rem;
	border-radius: 40px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.2s ease;
	color: #737373;
}

.filterOptionOuter .filterItemOpt:has(input:checked) {
	background: #262626;
	color: #fff;
}

.filterOptionOuter .filterItemOpt input[type="checkbox"], .filterOptionOuter .brandFilterItemOpt input[type="checkbox"] {
	display: none;
}

.filterItemList .selectedCount {
	padding: 0.210rem .375rem;
	border-radius: 9999px;
}

.filterOptionOuter .brandFilterItemOpt:has(input:checked) {
	background: #2626261a !important;
}

.filterOptionOuter .brandFilterItemOpt:has(input:checked) .fa-circle-check{
	display: block !important;
}

.brandFilterItemOpt:not(:last-child) {
	border-bottom: 1px solid #ebebeb;
}

.rotate-180 {
	transform: rotate(180deg);
	transition: 0.2s ease;
}

.animate-fade-in {
	display: block; /* Default visible */
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.animate-fade-in.dNone {
	display: none !important;
	opacity: 0;
}

.pCalculationOuter {
	right: 0;
	left: 0;
	bottom: 4.4rem;
}

.pCalculationOuter .separate {
	color: #737373 !important;
	border-color: #e0e0e0;
}

.pCalculationOuter button {
	height: 45px !important;
}




@media screen and (max-width:1024px) {
	.shopPage .grid-cols-3, .grid-cols-3 {
	    grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (max-width:599px) {
	.shopPage .grid-cols-3, .grid-cols-3 {
	    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	.warehousePage .topCards .cWidth {
		width: 50%;
	}

	.warehousePage .topCards .d-flex {
		display: block !important;
	}

	.warehousePage .topCards .contentCard p {
		padding-left: 0 !important;
		padding-top: 6px;
	}

	.warehousePage .topCards .contentCard span {
		padding-left: 0 !important;
	}

	.warehousePage .topCards .contentCard {
		min-height: 112px;
		height: 100%;
	}

	.warehousePage .topCards .cWidth:nth-child(odd) {
		padding-right: .25rem !important;
	}

	.warehousePage .topCards .cWidth:nth-child(even) {
		padding-left: .25rem !important;
	}
}

@media screen and (max-width:399px) {
	.shortName {
		width: 100px;
	}
}

@media screen and (max-width:350px) {
	.text-xl {
		font-size: 1.15rem;
		line-height: 1.25rem;
	}

	.text-lg {
		font-size: 1.115rem;
		line-height: 1.25rem;
	}

	.text-sm {
		font-size: .775rem;
		line-height: 1.15rem;
	}

	.text-xs {
		font-size: .65rem;
		line-height: .80rem;
	}

	.text-2xl {
		font-size: 1.3rem;
		line-height: 1.5rem;
	}
}