.global-menu-sprite {
	background-image: url(/cellc/img/quickLinks/global-menu.png) !important;
	background-position: -9px -9px;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	text-align: center;
}

.global-search-icon {
	background-position: -8px -9px;
}

.global-cart-icon {
	background-position: -105px -9px;
	position: relative;
}

.global-login-icon {
	background-position: -58px -9px;
}

.global-menu ul {
	margin: 0;
	padding: 0;
}

.global-menu-toplink {
	background-color: #F4F4F4;
	font-family: 'Poppins-bold';
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.global-menu-toplink ul {
	list-style: none;
	display: flex;
	gap: 15px;
}

.global-menu-toplink ul li a {
	padding: 10px 20px;
	display: block;
	color: #6B6B6B;
}

.global-menu-toplink ul li a:hover {
	text-decoration: none;
}

.global-menu-toplink ul li.active a {
	background-color: #FFFFFF;
	border-radius: 10px 10px 0px 0px;
}

.global-menu-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.global-menu-body ul {
	display: flex;
	list-style: none;
	gap: 16px;
	margin: 0;
}

.global-menu-body ul li a {
	font-family: 'Cell C Sans';
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 35px 0;
	height: auto;

}


.global-menu-navlinks {
	gap: 32px !important;
}

.global-menu-navlinks>li:hover>a {
	color: #EA5B0C;
}

.global-menu-navlinks li a {
	display: flex;
	align-items: center;
	gap: 8px;
}


.global-menu-navlinks>li:hover>a:after {
	border-bottom: 4px solid #F05A1E;
	content: " ";
	width: var(--linkWidth);
	display: block;
	bottom: 0px;
	position: absolute;
	z-index: 2;
}

.global-menu-navlinks>li>a svg {
	margin-left: 4px;
}

.global-menu-navlinks>li:hover>a svg {
	transform: rotate(180deg);
}

.global-menu-navlinks>li:hover>a svg path {
	fill: #F05A1E;
}

.global-menu-acslinks {}

.global-submenu {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 100%;
	display: flex;
	border-bottom: 1.5px solid #0C0D0D;
	border-top: 1px solid #D5D7D8;
	display: none;
	flex-direction: column;
	border-radius: 0px 0px 16px 16px;
}

.global-submenu-data {
	padding-left: 6%;
}

.global-submenu-list {
	padding: 32px;
	width: 20%;
	padding-left: 0;
}

.global-submenu-list-4 {
	width: 25%;
}

.global-submenu-list h2 {
	font-family: 'CellCSans-bold';
	font-size: 22px;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
	margin-bottom: 16px;
	color: #0C0D0D;
	padding-left: 16px;
}

.global-submenu-list ul {
	flex-direction: column;
	gap: 4px;
	display: flex;
}

.global-submenu-list ul li a {
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	color: #737373;
	padding: 0;
	text-align: left;
	padding: 12px 24px 12px 16px;
}

.global-submenu-list ul li a:hover {
	color: #FFFFFF;
	border-radius: 8px;
	background: #000 url("/cellc/img/header/chevron-right.png") no-repeat 98% center;
}

.global-submenu-gray {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #EDEEEF;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	color: #0C0D0D;
	padding-left: 32px;
	font-family: 'Poppins';
	flex: 1;
}

.global-submenu-gray h2 {
	font-size: 37px;
	font-weight: 400;
	font-family: 'CellCSans-bold';
	line-height: 37px;
	padding-left: 0px;
}

.global-submenu-gray .know-more {
	font-family: 'Poppins-semibold';
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #0C0D0D;
	text-decoration: underline;
	padding: 0;
	display: flex;
	align-items: center;
}

.global-submenu-gray .know-more-circle {
	font-family: 'Poppins-semibold';
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #0C0D0D;
	border: 1px solid #0C0D0D;
	padding: 8px 16px;
	display: inline-flex;
	margin-right: auto;
	align-items: center;
	border-radius: 50px;
	justify-content: center;
}

.global-submenu-gray .know-more-circle:hover {
	border: 1px solid #E5E7EB;
	color: #F9FAFB;
	background-color: #0D121C;
}

.global-submenu-orange {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(180deg, #EF7D00 0%, #E9500E 42.82%);
	font-family: 'Poppins-bold';
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;
	gap: 0;
	padding-left: 32px;
	max-width: 288px;
}

.global-submenu-orange .line {
	display: block;
}

.global-submenu-orange .line1 {
	font-family: 'Poppins-bold';
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
}

.global-submenu-orange .line2 {
	font-family: 'Poppins';
	font-size: 26px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
	font-size: 26px;
}

.global-submenu-orange .line3 {
	font-family: 'Poppins-bold';
	font-size: 23px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
}

.global-submenu-black{
	background: #0f0f0f;
	padding: 0;

}

.global-menu-body ul li:hover .global-submenu {
	display: flex;
}

.global-submenu-data {
	display: flex;
}

.menu-bar ul li.my-account-icon {
	padding: 0 10px;
}

.menu-bar ul li.right-side-menu-item {
	float: none;
	height: 50px;
	padding-top: 10px;
	background-color: transparent !important
}

.menu-bar ul li.right-side-menu-item.my-account-icon {
	padding: 0;
}

.menu-bar ul li.right-side-menu-item.menu-selected {
	background-color: transparent !important;
}


.global-right-action {
	display: flex;
	align-items: center;
}

.menu-bar .global-right-action>li>a {
	height: auto;
	padding-top: 0;
	padding-left: 10px;
}

.global-submenu-footer {
	padding: 12px 6%;
	border-radius: 0px 0px 16px 16px;
	border-bottom: solid 1.5px #0C0D0D;
	justify-content: space-between;
	display: flex;
	background-color: #000000;
	font-family: 'Poppins-bold';
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	align-items: center;
}

.global-submenu .global-submenu-footer .global-submenu-footer-lft li a {
	padding: 0;
	font-family: 'Poppins-semibold';
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	color: #FAFAF9;
	display: flex;
	margin-right: 24px;
	border-bottom: 1px solid #FAFAF9;
	align-items: center;
}

.global-submenu .global-submenu-footer .global-submenu-footer-lft li a:hover {
	color: #BEBFC0;
	border-bottom-color: #BEBFC0;
}

.global-submenu .global-submenu-footer .global-submenu-footer-lft li a:hover svg path {
	fill: #BEBFC0;
}

.global-submenu .global-submenu-footer .global-submenu-footer-right li {
	color: #fff;
}

.global-submenu .global-submenu-footer .global-submenu-footer-right li a {
	padding: 0;
	font-family: 'Poppins-bold';
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
	display: flex;
	margin-right: 16px;
	align-items: center;
}

.global-submenu .global-submenu-footer .global-submenu-footer-right {
	display: flex;
	list-style: none;
	align-items: center;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Poppins';
	line-height: 22px;
}

.global-submenu .global-submenu-footer .global-submenu-footer-right li a.registebtn {
	font-family: 'Poppins-bold';
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
	display: flex;
	margin-right: 10px;
	align-items: center;
	padding: 12px 28px 12px 28px;
	border-radius: 50px;
	border: 1px solid #FAFAF9;
	gap: 12px;
}

.global-submenu .global-submenu-footer .global-submenu-footer-right li a.registebtn:hover {
	background-color: #FAFAF9;
	color: #0C0D0D;
}

.global-login-icon {
	display: none;
}

.user-greeting-c .global-login-btn {
	display: none;
}

.user-greeting-c {
	display: flex;
	align-items: center;
	background-color: #292929;
	padding: 7px 10px;
	border-radius: 40px;
	font-family: 'Poppins';
	position: relative;
	gap: 5px;
	font-size: 14px;
	line-height: 19px;
	margin-top: 5px;
	color: #fff;
	margin-right: 10px;
	color: #fff;
}

.user-greeting-c .global-login-icon {
	display: block;
}

.logged-in-green {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: 23px;
	bottom: 12px;
}

.account-dropout>div:first-child {
	background-image: none !important;
}

#menu {
	transition: transform 0.3s ease-in-out;
}

/* Class to hide the header */
.header-hidden {
	transform: translateY(-100%);

}

.header-hidden .global-submenu {
	display: none !important;

}

.profile-wrapper {
	margin: -40px -24px 0;
	padding: 40px 24px 0;
	background-color: #fff;
	border-radius: 0 0 40px 40px;
}

.profile-wrapper .account-desc {
	font-family: 'Poppins-bold';
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	color: #111927;
	margin: 0;
}

.profile-wrapper h3.login-number {
	font-family: 'Cell C Sans';
	font-size: 37px;
	font-weight: 400;
	line-height: 37px;
	text-align: left;
	color: #111927;
	margin: 0;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #D2D6DB;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
}

.profile-wrapper .bal-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.profile-wrapper .bal-label {
	margin: 0;
	font-family: 'Poppins-bold';
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
	text-align: left;
}

.profile-wrapper a.bal-refresh {
	height: auto;
	padding: 0;
	line-height: normal;
	color: #F05A1E;
	font-family: 'Poppins-bold';
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	text-align: left;

}

.profile-wrapper .view-account {

	font-family: 'poppins-semibold';
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	text-align: center;
	width: 100%;
	background: #EA5B0C;
	color: #141414;
	border-radius: 40px;
	margin-bottom: 24px;
	padding: 14px 24px;
	box-shadow: 0;
	border: 0;

}

.profile-links {
	background-color: #F3F4F6;
	margin: 0 -24px;
	padding: 0 24px;
}

.profile-links ul li {
	float: none;
	padding: 16px;
}

.profile-links ul li:not(:last-child) {
	border-bottom: 1px solid #D2D6DB !important;
}

.profile-links ul li a {
	height: auto;
	padding: 0;
	font-family: 'Poppins';
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	display: flex;
	color: #000000;
	align-items: center;
	justify-content: space-between;
}

.bal-box-wrapper {
	margin: 0;
}

.profile-wrapper .bal-box {
	padding: 32px 12px 12px 12px;
	border: 1px solid #D2D6DB;
	border-radius: 12px;
	width: 160px;
	margin: 0;
	margin-right: 8px;
}

.profile-wrapper .bal-box .bal-value {
	font-family: 'CellCSans-semibold';
	font-size: 26px;
	font-weight: 500;
	line-height: 31.2px;
	color: #141414;
	display: block;
}

.profile-wrapper .bal-box .bal-type {
	font-family: 'poppins-semibold';
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	color: #9DA4AE;
	display: block;
}


/** slider start **/
.profile-wrapper ul.pagination.pagination-parent {
	text-align: center;
}

.profile-wrapper ul.pagination.pagination-parent>li {
	background: none repeat scroll 0 0 #0000004D;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	height: 6px;
	margin: 10px 3px;
	width: 10px;
	float: none;
}

.profile-wrapper ul.pagination.pagination-parent>li.slick-active {
	background: none repeat scroll 0 0 #131316;
	width: 30px;
}

.profile-wrapper ul.pagination.pagination-parent>li>button {
	visibility: hidden;
	border: none;
	margin: 0;
	padding: 0;
	line-height: 10px;
	-webkit-appearance: none;
}

.p-left {
	transform: rotate(180deg);
	top: -60px;
	position: absolute;
	right: 40px;
}

.p-right {
	top: -60px;
	position: absolute;
	right: 0;
}

.bal-box-wrapper .slick-disabled {
	opacity: 0.5;
}


.menu-basket-dropout .top-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 24px;
}

.menu-basket-dropout .top-header h3 {
	margin: 0;
	font-family: 'Poppins-bold';
	font-size: 31px;
	font-weight: 700;
	line-height: 37.2px;
	color: #0C0D0D;

}

.menu-basket-dropout .basket-tab-container .basket-item-container .cart-item {
	display: flex;
	align-items: start;
	gap: 16px;
	border-top: 1px solid #9DA4AE !important;
	padding: 16px 0;
	margin: 0;
	width: 100%;
}

.menu-basket-dropout .basket-tab-container .basket-item-container .cart-item:last-child {
	border-bottom: 1px solid #9DA4AE !important;
}

.menu-basket-dropout .basket-tab-container .basket-item-container .cart-item .cart-details {
	float: none;
	display: block;
	width: 100%;
}

.menu-basket-dropout .basket-tab-container .basket-item-container .cart-item .cart-item-detail {


	font-family: 'Poppins';
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	color: #6C737F;
	display: block;
	margin-bottom: 8px;

}

.menu-basket-dropout .basket-tab-container .basket-item-container .cart-item .cart-item-name {
	font-family: 'Poppins-bold';
	font-size: 18px;
	font-weight: 500;
	line-height: 21.6px;
	color: #000000;
	margin: 0;
	margin-bottom: 4px;
}

.menu-basket-dropout .basket-tab-container .basket-item-container .cart-item .cart-details .cart-details-r1,
.menu-basket-dropout .basket-tab-container .basket-item-container .cart-item .cart-details .cart-details-r2 {
	gap: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.cart-details-r1>div {
	max-width: 50%;
}

.cart-item .product-quantity-input {
	background-color: #E5E7EB;
	width: 50px;
	border-radius: 999px;
	text-align: center;
	padding: 8px 12px;
	border: 0;
	box-shadow: none;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	color: #000;
}

.cart-total {

	margin: 16px 0;
	display: flex;
	justify-content: space-between;
}

.cart-total h5 {
	margin: 0;
	font-family: 'Poppins-semibold';
	font-size: 18px;
	font-weight: 500;
	line-height: 21.6px;
}

.cart-total label {
	color: #6C737F;
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
}

.navSearchWrapper .chosen-container {
	width: 24% !important;
	min-width: 180px;
}

.navSearchWrapper .chosen-container-single .chosen-single {
	background-color: #424242;
	padding: 15px 8px 15px 20px;
	border-radius: 999px 0 0 999px;
	border: 0;
	font-family: 'Poppins-semibold';
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
	color: #fff;
}

.navSearchWrapper .chosen-container-single .chosen-single span {
	padding: 0;
	margin: 0;
}


.navSearchWrapper .chosen-container-single .chosen-single:before {
	display: none;
}


.navSearchWrapper .chosen-container-single .chosen-single div {
	background-color: #424242;
}

.navSearchWrapper .chosen-container-single .chosen-single div:after {
	top: 15px;
	left: -21px;
	background-size: 66%;
	background-image: url("/cellc/img/header/chevron-down.svg");
	transform: rotate(0);
	background-size: 100%;
}

.navSearchWrapper .chosen-container-single.chosen-container-active .chosen-single div:after {

	transform: rotate(180deg)
}

.navSearchWrapper .chosen-container-single.chosen-container-active .chosen-single,
.navSearchWrapper .chosen-container-single.chosen-container-active .chosen-single div {
	background-color: #EA5B0C;
	color: #141414;
}

.navSearchWrapper .chosen-drop {
	margin-top: 2px;
	left: 15px !important;
	width: 90%;
	display: none;
	background-color: transparent;
	border: 0;
}

.navSearchWrapper .chosen-container-single.chosen-container-active .chosen-drop {
	display: block;
}

.navSearchWrapper .chosen-drop li {
	font-family: 'Poppins-semibold';
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
	color: #fff;
	padding: 12px 8px 12px 20px;
	background-color: #2E2E2E;
	float: none;
}

.navSearchWrapper .chosen-drop li:hover,
.navSearchWrapper .chosen-drop li.result-selected {
	background-color: #3F3F3F;
	color: #fff;
	border-radius: 8px;
}

.navSearchWrapper .chosen-drop li:last-child {
	border-radius: 0 0 8px 8px;
}

.navSearchWrapper .chosen-container .chosen-results {
	padding: 4px;
	background-color: #2E2E2E;
	border-radius: 8px;


}

.ui-widget.ui-widget-content {
	padding: 4px;
	border: 0;
	background-color: #2E2E2E;
	border-radius: 12px;
}

.ui-menu .ui-menu-item-wrapper {
	font-family: 'Poppins-semibold';
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #FFFFFFCC;
	border-color: #2E2E2E;
	padding: 12px 8px 12px 20px;
	background: #2E2E2E url("/cellc/img/header/chevron-right.png") no-repeat 98% center;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
	background-color: #3F3F3F;
	border-radius: 8px;
	border-color: #3F3F3F;
}

.cart-epmty-bg {
	background: url(/cellc/img/header/cartbg-circle.png), url(/cellc/img/header/shopping-bag-01.svg);
	background-position: center, center;
	background-repeat: no-repeat;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	text-align: center;
	min-height: 350px;
	background-size: cover, auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	border-top: 1px solid #9DA4AE;
	color: #475467;
}

.cart-epmty-bg h4 {
	margin: 0;
	margin-bottom: 8px;
	font-family: 'Poppins-bold';
	font-size: 24px;
	font-weight: 700;
	line-height: 28.8px;
	letter-spacing: -0.02em;
	text-align: center;
}

.global-login-btn,
.global-login-btn:hover {
	min-width: 89px;
	min-height: 50px;
	padding: 14px 24px;
	border-radius: 40px;
	background-color: #EA5B0C;
	border: 0;
	color: #000000;
	font-family: 'CellCSans-semibold';
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	letter-spacing: -0.02em;
	text-align: left;
	margin-right: 10px;
}




.help-block,
.errorMessage {
	color: #D92D20 !important;
	font-family: 'Poppins' !important;
	font-size: 10px !important;
	font-weight: 400;
	line-height: 12px;
	text-align: left;
}

.textbox-inline-label {
	position: relative;
}

.textbox-inline-label input+label,
.textbox-inline-label input:focus+label,
.textbox-inline-label select+label,
.textbox-inline-label select:focus+label {
	display: block;
	font-family: 'Poppins-semibold'!important;
	font-size: 12px!important;
	font-weight: 500;
	line-height: 14.4px!important;
	letter-spacing: -0.02em;
	text-align: center;
	position: absolute;
	top: -5px;
	z-index: 1;
	left: 1em;
	background-color: white;
	padding: 0 5px;
}

.textbox-inline-label input:placeholder-shown+label {
	display: none;
}

.textbox-inline-label input:focus,
.textbox-inline-label select:focus {
	border-color: #131316;
	box-shadow: none;
}

.has-error input[type='text'],
.has-error input[type='email'],
.has-error input[type='number'],
.has-error select {
	border-color: #FDA29B !important;
}

.textbox-inline-label.has-error input+label,
.textbox-inline-label.has-error select+label {
	color: #D92D20;
}

.pymt-summart {
	background-color: #0F0F0F;
	color: #fff;
	border-radius: 16px;
	padding: 24px 16px;
}

.pymt-summart h5 {
	margin: 0;
	padding-bottom: 24px;

	border-bottom: 1px solid #525252;
	font-family: 'CellCSans-bold';
	font-size: 26px;
	font-weight: 700;
	line-height: 23.4px;
	text-align: left;
}

.pymt-summart-desc {
	padding: 24px 0;
	border-bottom: 1px solid #525252;
	border-top: 1px solid #525252;
	font-family: 'CellCSans-bold';
	font-size: 22px;
	font-weight: 700;
	line-height: 23.4px;
	text-align: left;
	margin-bottom: 24px;
}

.pymt-summart-desc>div.row:nth-child(1) {
	margin-bottom: 24px;
}

.pymt-summart-desc span.planLabel {
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
	text-align: left;
	color: #737373;
}

.pymt-summart .totlValue {
	font-family: 'CellCSans-bold';
	font-size: 22px;
	font-weight: 700;
}