.member-service-bg, .wishlist-remove-confirm{
	background: #FFFFFF;
	border: 1px solid #1493BB !important;
	box-sizing: border-box;
	border-radius: 5px !important;
	color: #1493BB !important;
	
}

.cart-count{
	position: relative;
	top: -3px;
	left: 0;
	font-size: 11px !important;
	background-color: #FF324D;
	border-radius: 50px;
	height: 16px;
	line-height: 16px;
	color: #fff !important;
	min-width: 16px;
	text-align: center !important;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top !important;
	margin-left: -7px;
	margin-right: -5px;
}

.noti-count{
	position: relative;
	top: -3px;
	left: 0;
	font-size: 11px !important;
	background-color: #FF324D;
	border-radius: 50px;
	height: 16px;
	line-height: 16px;
	color: #fff !important;
	min-width: 16px;
	text-align: center !important;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top !important;
	margin-left: -10px;
	margin-right: -5px;
}


/* arrow fontawesome icon to the right */
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'Ionicons';
  color: #000000;
  content: "\f3d0";
  float: right;
  margin-top: 8px;
  font-weight: 600;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);  
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #000000;
  margin-top: 8px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.panel-collapse:not(.show) {
    display: none;
}

.subCategoryDropDown{
	min-width: 250px !important;
	background: #FFFFFF;
	border: 2px solid #1493BB !important;
	box-sizing: border-box !important;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
	border-radius: 10px 10px 10px 10px !important;
}

.subCategoryMegaMenu{
	padding: 0px 10px 5px 10px !important;
}

.mega-menu-col .panel-body{
	margin-left: 41px !important;
}

.subcategory-mega-menu-col{
	border-bottom: 1px solid #DDDDDD !important;
	padding: 0.5rem 0px !important;
}

.subcategory-mega-menu-col:last-child{
	border: 0px !important;
	padding-bottom: 0px !important;
}

.caetgory-border-bottom::before {
	 content: "";
	 position: absolute;
	 border-bottom: 1px solid #DDDDDD;
	 left: 5px;
	 bottom: 0;
	 right: 5px;
}

#navCatContent li a span{
	white-space: normal !important;
	 word-wrap:break-word;
}

#changeLocationModal .modal-header{
	border-bottom: none !important;
}

.close{
	opacity: 1 !important;
}

#changeLocationModal .modal-title{
	font-size: 1.375rem !important;
	line-height: 2.063rem !important;
	font-weight: 500;
}

#changeLocationModal select{
	border: 1px solid #707070;
	box-sizing: border-box;
	height: 44px;
	border-radius: 5px;
}

#changeLocationModal .btn-apply{
	background: #1493BB;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	height: 44px;
	color: #fff !important;
}

#changeCustomerAddressModal .btn-cancel{
	background: #FFFFFF;
	border: 1px solid #1493BB;
	box-sizing: border-box;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	height: 44px;
	width: 100%;
	color: #1493BB !important;
}

#changeCustomerAddressModal .btn-choose{
	background: #1493BB;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	height: 44px;
	width: 100%;
	color: #fff !important;
}

#changeCustomerAddressModal .modal-title{
	font-size: 1.375rem;
	line-height: 2.063rem;
	font-weight: 500;
}

#changeCustomerAddressModal .modal-header{
	border-bottom: none !important;
}

.addNewAddress{
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-decoration-line: underline;
	color: #1493BB;
}

.firstSubCategoryDropdownMenu{
	top: -4px !important;
	border-radius: 0px 0px 10px 10px !important;
}

.redeem-btn{
    background: #1493BB !important;
    border-radius: 50px;
    float:left;
    color: #FFFFFF;
    font-size: smaller;
}

ul li h1 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}
 
ul li h2 {
	font-family: Poppins, sans-serif;

}