/*css starts here*/
@font-face {
	font-family: 'gotham_rounded_book';
	src: url('../fonts/GothamRounded-Book/GothamRounded-Book.eot');
	/*src: url('fonts/GothamRounded-Book/GothamRounded-Book.eot?#iefix') format('embedded-opentype');*/
	src: url('../fonts/GothamRounded-Book/GothamRounded-Book.otf');
	src: url('../fonts/GothamRounded-Book/GothamRounded-Book.ttf');
	src: url('../fonts/GothamRounded-Book/GothamRounded-Book.woff');
}

@font-face {
	font-family: 'century_gothic';
	src: url('../fonts/century-gothic/gothic.eot');
	/*src: url('fonts/GothamRounded-Book/GothamRounded-Book.eot?#iefix') format('embedded-opentype');*/
	/*src: url('../fonts/century-gothic/GothamRounded-Book.otf');*/
	src: url('../fonts/century-gothic/gothic.ttf');
	src: url('../fonts/century-gothic/gothic.woff');
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

body {
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'gotham_rounded_book', sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
}

input, select, textarea {
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	outline: none;
}

button:focus, button.focus, button:active, button.active {
	outline: 0;
	box-shadow: none;
}

blockquote, body, button, dd, div, dl, dt, embed, fieldset, form, h1, h2,
	h3, h4, h5, h6, hr, input, label, li, object, ol, p, pre, table, td, th,
	ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.top-bar {
	background: #fff;
	color: #212121;
	font-size: 11px;
	padding: 0px 1rem;
	font-weight: 400
}

.top-bar .dropdown-item {
	font-weight: 300
}

.top-bar a {
	color: #212121;
	text-decoration: none
}

.top-bar img {
	margin-right: 10px;
	width: 20px
}

.top-bar ul {
	margin-bottom: 0
}

.top-bar ul li {
	padding: 0 15px;
	border-right: 1px solid #757575;
	margin-right: 0 !important
}

.top-bar ul li:first-of-type {
	padding-left: 0
}

.top-bar ul li:last-of-type {
	border-right: none
}

.top-bar ul i {
	margin-right: 7px
}

.top-bar .dropdown {
	padding: 0 25px;
	border-left: 1px solid #555;
	margin-left: 0 !important
}

.top-bar .dropdown:last-of-type {
	padding-right: 0;
	padding-left: 20px
}

.top-bar .dropdown:first-of-type {
	border-left: none
}

.top-bar .dropdown-menu {
	margin-top: 17px
}

.top-bar a.dropdown-toggle {
	color: inherit;
	text-decoration: none
}

.top-bar a.dropdown-toggle::after {
	margin-left: 5px
}

.top-bar a.dropdown-item {
	color: #555;
	font-weight: 300
}

.top-bar a.dropdown-item:hover {
	color: #fff
}

@media ( max-width : 992px) {
	.top-bar .text-col {
		display: none
	}
}

nav.navbar {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	padding-top: 1px;
	padding-bottom: 3px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1)
}

#bottom-nav nav.navbar {
	padding-top: 5px;
	padding-bottom: 5px;
}

nav.navbar .dropdown-item {
	padding: 0;
	margin-bottom: 30px
}

nav.navbar .dropdown-item:last-of-type {
	margin-bottom: 0
}

nav.navbar .nav-item {
	position: relative
}

nav.navbar a.nav-link {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

nav.navbar a.nav-link.active, nav.navbar a.nav-link:hover {
	color: #9055A2
}

nav.navbar a.nav-link i {
	margin-left: 3px
}

/*nav.navbar .cart .dropdown-menu {
    padding: 30px
}*/
nav.navbar a.view-cart {
	display: none
}

nav.navbar .cart-product {
	min-width: 320px
}

nav.navbar .cart-product .img {
	min-width: 70px;
	min-height: 70px;
	max-width: 70px;
	max-height: 70px;
	background: #f5f5f5;
	padding: 10px;
	overflow: hidden
}

nav.navbar .right-col .search::after, nav.navbar .right-col a.dropdown-toggle::after,
	nav.navbar .right-col .user-link::after {
	display: none
}

nav.navbar .right-col .search {
	font-size: 1.1em
}

nav.navbar .right-col .cart {
	font-size: 1.1em;
	position: relative
}

nav.navbar .cart-no {
	min-width: 20px;
	min-height: 20px;
	border-radius: 50%;
	font-size: 0.6em;
	background: #9055A2;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -5px;
	right: 0
}

nav.navbar .search-area {
	display: none
}

nav.navbar .search-area-inner {
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.98);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

nav.navbar .search-area-inner form {
	width: 100%;
	max-width: 700px;
	margin: 20px
}

nav.navbar .search-area-inner .form-group {
	position: relative
}

nav.navbar .search-area-inner input {
	background: none;
	border: none;
	border-bottom: 1px solid #aaa;
	width: 100%;
	padding: 15px 0;
	font-family: "Poppins", sans-serif;
	outline: none;
	font-size: 1.2em;
	font-weight: 300
}

nav.navbar .search-area-inner button {
	position: absolute;
	right: 0;
	bottom: 15px;
	background: none;
	border: none;
	outline: none
}

nav.navbar .search-area-inner .close-btn {
	position: absolute;
	top: 20px;
	right: 40px;
	cursor: pointer;
	color: #555
}

/*nav.navbar .menu-large {
    position: static !important
}*/
.list-inline-item a .fa-envelope, .list-inline-item a .fa-phone,
	.list-inline-item a .fa-map-marker-alt {
	font-size: 14px;
	padding: 0 8px 0 0;
	position: relative;
}

.dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin-top: 30px
}

.dropdown-menu>li a {
	padding: 10px 15px !important;
	color: #333;
	font-size: 0.9em;
	text-transform: none !important
}

.dropdown-menu>li a:hover {
	color: #fff !important
}

.dropdown-menu>a:active {
	background-color: #fff
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -2px;
	font-size: 1em
}

.right-col .dropdown-menu {
	left: auto;
	right: 0;
	margin-top: 13px;
}

.right-col .dropdown-item:hover {
	background: none
}

.cart .mini-cart-wrapper:after {
	background: url("../images/mincart_arrow.png") no-repeat;
	content: "";
	position: absolute;
	top: -9px;
	right: 18px;
	width: 19px;
	height: 9px;
}

.cart .mini-cart-wrapper {
	width: 376px;
	min-height: 320px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .22);
	border: 1px solid #e5e5e5;
	background: #fff;
}

.mini-cart-wrapper .mincart-header {
	font-size: 14px;
	color: #333;
	padding: 12px 10px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 700;
}

.mini-cart-wrapper .mincart-header .minhead {
	font-weight: 700;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.mini-cart-wrapper .mincart-header .minhead .minicartsubTotal {
	float: right;
	color: #016fd5;
	font-weight: 400;
	font-size: 14px;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
}

.mini-cart-wrapper .mincart-header .mincartitem {
	font-size: 12px;
	color: #666;
	font-weight: 400;
}

.mini-cart-wrapper .mini-cart-listing {
	padding: 15px;
}

.mini_cart_scroll_panel {
	height: 200px;
	margin-bottom: 20px;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}

.mCustomScrollBox {
	max-height: 250px;
	overflow-y: auto;
}

/* width */
.mCustomScrollBox::-webkit-scrollbar {
	width: 5px;
	cursor: pointer;
}

/* Track */
.mCustomScrollBox::-webkit-scrollbar-track {
	background: #e5e5e5;
}

/* Handle */
.mCustomScrollBox::-webkit-scrollbar-thumb {
	background: #ccc;
	cursor: pointer;
}

/* Handle on hover */
.mCustomScrollBox::-webkit-scrollbar-thumb:hover {
	background: #b1b1b1;
	cursor: pointer;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_container {
	margin-right: 15px;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel {
	border: 1px solid #e5e5e5;
	margin: 0 0 18px;
	font-size: 14px;
	width: 100%;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.mini-cart-wrapper .mini_cart_header {
	font-size: 14px;
	color: #333;
	padding: 12px 10px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	font-weight: 700;
}

.min-cart-wrapper .mini_cart_header {
	background: #f9f9f9;
	padding: 12px 10px;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .mincartprobrand
	{
	font-style: italic;
	color: #999;
	font-weight: 700;
	float: left;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .mincartprobrand .brandName
	{
	color: #333;
	font-style: normal;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .minicartpro_price
	{
	color: #999;
	text-align: right;
}

.mini-cart-wrapper .minicartpro_price {
	float: right;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min
	{
	vertical-align: top;
	padding: 8px;
	border-top: 1px solid #e5e5e5;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails
	{
	float: left;
	width: 80%;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails .minicartimg
	{
	width: 60px;
	height: 65px;
	float: left;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails .productname
	{
	padding-left: 73px;
	text-align: left;
	width: 100%;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails .productname h2
	{
	font-size: 13px;
	font-weight: 400;
	max-height: 32px;
	overflow: hidden;
	margin: 0 0 7px;
	line-height: 16px;
	text-overflow: ellipsis;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails .productname span
	{
	font-size: 14px;
	margin-right: 15px;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails .productname span span:first-child
	{
	margin-right: 0;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails .productname span.regular-price
	{
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails .productname .mincartpriceDisc
	{
	margin: 8px 0 0;
	line-height: 20px;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails .productname .mincartpriceDisc span
	{
	font-size: 12px;
	color: #999;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .prodoct_min .minicartproDetails .productname .mincartpriceDisc span span
	{
	color: #333;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .removeitem
	{
	width: 15%;
	float: right;
	text-align: center;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .removeitem a
	{
	background: none !important;
}

.mini-cart-wrapper .mini-cart-listing .minicart_content_panel .removeitem .delete_icon
	{
	background: url("../images/sprite_foo_icon.png") no-repeat -7px -978px;
	width: 14px;
	height: 17px;
	display: inline-block;
}

.mini-cart-btn {
	padding: 15px 0 0;
}

.mini-cart-wrapper .mini-cart-btn .btn {
	padding: 8px 43px;
	border: 0;
	border-radius: 0;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .8px;
	display: inline-block;
	flo/at: left;
	font-family: Rubik, Arial, Helvetica, sans-serif
}

.mini-cart-wrapper .mini-cart-btn .default2 {
	background: #083f88;
	margin-right: 14px;
}

.mini-cart-wrapper .mini-cart-btn .default {
	background: #f8941d;
}

/*============================================================*/
.user.dropdown .dropdown-menu {
	padding: 0
}

.user.dropdown li {
	margin: 0 !important
}

.user.dropdown a {
	display: block;
	text-decoration: none !important
}

@media ( max-width : 992px) {
	.cart .dropdown-menu {
		display: none !important
	}
	a.view-cart {
		display: inline-block !important;
		font-size: 0.85em;
		text-decoration: none !important;
		margin-left: 10px;
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	nav.navbar .search, nav.navbar .right-col a.dropdown-toggle {
		margin-bottom: 10px !important
	}
	.right-col .dropdown-menu {
		position: static;
		margin: 0;
		margin-left: -7px;
		margin-bottom: 20px;
		width: 100%;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	nav.navbar .cart-no {
		right: auto;
		left: 20px
	}
	nav.navbar .dropdown-menu {
		margin-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.megamenu {
	width: 100%;
	padding: 15px 0;
	margin-top: -0.5px;
	z-index: 9999
}

.megamenu strong {
	margin-bottom: 10px;
	display: block
}

.megamenu ul {
	padding: 0;
	margin-bottom: 20px;
	font-size: 0.9em
}

.megamenu ul a {
	padding: 5px 0 !important;
	text-decoration: none;
	color: #555
}

.megamenu ul a:hover {
	background: none;
	color: #9055A2
}

.megamenu .product-col {
	border-left: 1px solid #eee
}

.megamenu .product-heading a {
	color: #333
}

.megamenu .product-heading a:focus, .megamenu .product-heading a:hover {
	color: #9055A2;
	background: none;
	text-decoration: none
}

.megamenu .product-image img {
	max-width: 250px;
	margin: 0 auto 20px
}

.megamenu .product-image:hover {
	background: none
}

.megamenu ul.rate li {
	margin: 0
}

.megamenu .services-block {
	margin-top: 15px
}

.megamenu .services-block .item {
	margin: 15px 0
}

.megamenu .services-block span {
	font-weight: 600;
	font-size: 0.95em;
	display: block
}

.megamenu .services-block small {
	display: block;
	color: #555
}

.megamenu .services-block i {
	font-size: 1.8em;
	margin-right: 10px
}

.header {
	margin-bottom: 6px;
}

.locateMe {
	background: #000;
	color: #fff;
	padding: 4px 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-transform: uppercase;
}

.locateMe a {
	color: #fff;
}

.form-control {
	border: 1px solid #ddd;
	background: none;
	outline: none;
	font-weight: 300;
	padding: 10px 15px 8px;
}

.btn-secondary {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: none;
}

.btn, .btn-del-outlined {
	font-weight: normal;
	border: 1px solid transparent;
	padding: 6px 28px;
	font-size: 17px;
	line-height: 1.5;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.input-group-btn .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group .search-inner {
	font-size: 12px;
}

.fa-phone {
	transform: rotate(86deg);
}

.subMenus {
	margin-bottom: -15px;
	margin-top: 6px;
	position: static;
}

.subMenus ul {
	margin: 0;
}

.subMenus ul li {
	margin-right: 3.26087% !important;
	position: static;
}

.subMenus ul li a.sub-link {
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 13px;
}

.sub-link {
	display: block;
	/*padding: 0.5rem 1.6rem 0 0;*/
}

.sub-link:hover {
	text-decoration: none;
}

.authenticate {
	padding-right: 15px;
}

.authenticate .fa-user, .cart .fa-shopping-cart {
	font-size: 14px;
}

.authenticate a, .cart a {
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	/*font-weight: 700 !important;*/
	letter-spacing: 0.5px;
	color: #333;
}

.authenticate a:hover, .authenticate a:focus, .authenticate a.focus {
	color: #1f4284;
}

#myLocations {
	display: none;
}

/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 100%;
	width: 100%;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(0, 0, 0); /* Black fallback color */
	background-color: rgba(0, 0, 0, 0.8); /* Black w/opacity */
	overflow: hidden; /* Disable horizontal scroll */
	transition: 0.5s;
	/* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content {
	position: relative;
	/*top: 25%;*/
	width: 100%;
	text-align: center;
	/*margin-top: 30px;*/
}

.overlay .closebtn {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #fff;
	z-index: 9999;
}

.img-wrap {
	background: url("../images/location_screen_bg.png") no-repeat;
	width: 739px;
	height: 663px;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	right: 0;
	left: 0;
}

.location-list {
	width: 206px;
	float: right;
	margin: 200px 140px 0 0;
	background: transparent;
	padding: 0 20px;
}

.location-list li a {
	font-size: 14px;
	font-weight: 500;
	color: #757373;
	text-decoration: none;
}

.location-list li a:hover, .location-list li a.active {
	color: #204385;
}

.img-wrap .list-group-item {
	background: transparent;
	padding: 0.65rem 0.25rem;
}

@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px
	}
	.overlay .closebtn {
		font-size: 20px;
		top: 15px;
		right: 35px;
	}
}

/*=========================== Megamenu =========================*/
.dir_mega_panel {
	/*display: flex;*/
	
}

.dir_links_panel {
	margin-right: 1.66667%;
	background: #f6f6f6;
	padding-bottom: 50px;
	height: 100%;
}

.dir_tabs li {
	display: block;
	width: 100%;
	padding: 15px 12px;
	border-left: 2px solid #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
	color: #212121;
	margin-bottom: 0 !important;
	font-size: 13px;
	cursor: pointer;
}

.dir_tabs li.active, .dir_tabs li:hover {
	background: #fff;
	border-left: 2px solid #f8941c;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.subMenus ul li .sf-mega a {
	color: #666;
	display: block;
	width: 100%;
	font-size: 11px;
	text-transform: capitalize !important;
	width: 100%;
}

.dir_tabs li a {
	font-family: gotham_rounded_book, Arial, Helvetica,
		sans-serif !important;
	text-transform: uppercase !important
}

.dir_links_content_panel {
	width: 100%;
	float: left;
	position: relative;
}

/*.dir_links_content_panel .dir_links_content:not(.active) {
	display: none;
}*/
.dir_link_item_wrap {
	float: left;
	width: 66.90141%;
}

.subMenus a.dir_link_item {
	display: inline-block;
	border: 1px solid #f8f8f8;
	margin-right: 20px;
	margin-bottom: 20px;
}

.subMenus a.dir_link_item:hover {
	border: 1px solid #212121;
}

.view_all_link_panel {
	width: 66.90141%;
	clear: both;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.subMenus .dir_links_content a.view_all_link {
	display: inline-block;
	max-width: 200px;
	padding: 10px 50px !important;
	text-align: center;
	background: #212121;
	color: #fff;
	text-transform: uppercase !important;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	/*margin-top: 30px;
    margin-bottom: 30px;*/
	font-weight: 600;
	font-size: 13px;
	position: relative;
}

.directory_li .mega_menu_banner_panel {
	padding-bottom: 15px;
}

.mega_menu_banner_panel {
	width: 28.16901%;
	float: right;
}

/*Footer*/
.footer_panel {
	position: relative;
}

.footerlinks {
	background: #000;
	padding-top: 38px;
	overflow: hidden;
}

.foo_head_links {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 18px;
	display: block;
}

.foo_slide ul, .foo_slide li {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	-webkit-padding-start: 0;
}

.inorbitmall_add li#footer_address {
	line-height: 20px;
}

.footersub_links li:first-child {
	padding-right: 5px;
}

.inorbitmall_add li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}

.footersub_links li, .footersub_links li a {
	color: #757575;
	font-size: 13px;
}

.all_transition, .footersub_links li, .footersub_links li a,
	.social_silde a {
	transition: all .3s ease-in-out;
}

.all_transition:hover, .footersub_links li:hover, .footersub_links li a:hover,
	.social_silde a:hover {
	color: #fff;
}

.inorbitmall_add li.icon_loca:after {
	background-position: -7px -1px;
	width: 15px;
	height: 20px;
}

.inorbitmall_add li.icon_loca:hover:after {
	background-position: -7px -40px
}

.inorbitmall_add li:after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: "";
	background: url("../images/sprite_foo_icon.png") 0;
	background-repeat: no-repeat;
	word-wrap: break-word;
	padding-right: 20px;
}

.inorbitmall_add li.icon_phone:after {
	background-position: -7px -77px;
	width: 15px;
	height: 15px;
}

.inorbitmall_add li.icon_phone:hover:after {
	background-position: -7px -104px
}

.inorbitmall_add li.icon_mailto:after {
	background-position: -3px -136px;
	width: 21px;
	height: 15px;
}

.inorbitmall_add li.icon_mailto:hover:after {
	background-position: -3px -160px
}

.footersub_links li {
	margin-bottom: 10px;
}

.footersocial {
	margin-top: 30px;
}

.social_slide a {
	position: relative;
	font-size: 18px;
	color: #757575;
	width: 15px;
	height: 15px;
	margin-right: 18px;
}

.social_silde a i:hover {
	background: #fff;
}

.footersubscribe {
	color: #757575;
	font-size: 14px;
	margin-bottom: 18px;
	float: right;
	font-family: Rubik, Arial, Helvetica, sans-serif;
}

.subscribe_text {
	margin-bottom: 18px;
}

.foot_subscribe_section .form-control {
	border-right: 0;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-size: 12px;
	color: #b7b7b7;
	background: #fff;
	border-right: 1px solid #e5e5e5;
	padding: 11px;
	border-radius: 5px 0 0 5px;
}

.foo_subscribe_btn {
	border: 0;
	background: #204385;
	color: #fde200;
	font-size: 14px;
	text-transform: uppercase;
	padding: 13px 10px 9px;
	float: right;
	cursor: pointer;
	font-family: 'Rubik', Arial, Helvetica, sans-serif;
	border-radius: 0 5px 5px 0;
}

.copyright_section {
	border-top: 1px solid #252525;
	margin-top: 10px;
	padding: 18px 0;
	text-transform: uppercase;
	color: #a9a9a9;
	font-size: 11px;
	text-align: center;
}

.foo_k_logo {
	text-align: center;
	margin: 0 15px 0 0;
}

.copyright_section a {
	color: #a9a9a9;
}

.copyright_section a:hover {
	color: #fff;
}

.foo_k_logo img {
	display: inline-block;
	max-width: 40px;
}

.inorbit_servs_list {
	margin: 30px auto 0 auto;
	padding-left: 0;
}

.inorbit_servs_list li {
	width: 19.32203%;
	float: left;
	margin-right: 0.83333%;
	margin-bottom: 10px;
	color: #212121;
	background-color: #f5f5f5;
	padding: 20px 12px 5px;
	text-align: center;
	transition: all 0.4s;
}

.inorbit_servs_list li {
	display: inline-block;
}

.inorbit_servs_list li:nth-child(5n) {
	margin-right: 0;
}

.inorbit_servs_list li .mall_service_img {
	height: 65px;
}

.inorbit_servs_list li img {
	display: inline-block;
	width: 70px;
}

.inorbit_servs_list li .mall_service_name {
	font-size: 13px;
	font-family: "gotham_rounded_book", Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-top: 13px;
	height: 32px;
	overflow: hidden;
}

.inorbit_servs_list li .mall_service_desc {
	font-size: 12px;
	font-family: "gotham_rounded_book", Arial, Helvetica, sans-serif;
	border-top: 1px solid #e5e5e5;
	padding: 15px 0 0 0;
	margin-top: 15px;
	height: 100px;
	overflow: hidden;
}

.inorbit_servs_list li .mall_service_desc {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.inorbit_servs_list li:hover {
	background-color: yellow;
}

@media screen and (max-width: 980px) {
	.footerlinks {
		padding: 0;
	}
	.footernav, .footersubscribe {
		width: 100%;
		float: none;
		margin: 0;
	}
	.foo_head_links {
		margin-bottom: 0;
		padding: 8px 20px;
		background: url("../images/foo_up_arrow.png") 96% no-repeat;
		cursor: pointer;
		border-bottom: 1px solid #252525;
	}
	.foo_head_links.active {
		background: url("../images/foo_down_arrow.png") 96% no-repeat;
		border-bottom: 1px solid #252525;
	}
	.footersubscribe .foo_head_links {
		border: 0;
	}
	.foo_slide {
		display: none;
		padding: 10px 20px;
		border-bottom: 1px solid #252525;
	}
	.footerlinks .pl-5, .footer-links .px-5 {
		padding: 0 !important;
	}
	.footersocial {
		margin-top: 0;
	}
	.copyright_section {
		margin-top: 0;
		padding: 15px;
	}
	span.foo_k_logo {
		float: left;
	}
	#top-bar {
		display: none;
	}
	.top_banner_panel {
		display: none;
	}
	#mobile_head {
		display: block;
	}
	.desktop_head {
		display: none !important;
	}
	.top-bar {
		display: none;
	}
	.home_page {
		margin-top: 4rem;
	}
}

@media ( min-width : 980px) {
	#mobile_head {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	/*.nav-mobile .menu-inline {
        display: inline-block;
        width: auto;
        float: none;
        margin: 0 80px 0 80px;
    }

    .nav-mobile .mobi-loc {
        margin-left: 40px;
    }

    .nav-mobile .mobi-bag {
        margin-right: 20px;
    }

    .nav-mobile .mobi-auth {
        margin-left: 30px;
    }*/
	.overlay {
		z-index: 9999;
	}
	.img-wrap {
		height: 568px;
		width: 635px;
		background-size: contain;
	}
	.location-list {
		margin: 173px 110px 0 0;
	}

	/*.cart_count {
        position: absolute;
        top: 5px;
        right: 210px;
        width: 16px;
        text-align: center;
        font-size: 10px;
        padding-top: 2px;
        height: 16px;
        border-radius: 50%;
        background: #f8941d;
        color: #fff;
        line-height: 11px;
    }*/
	.section_heading {
		font-size: 28px;
	}

	/*.nav-mobile .mobi-logo {
        margin-left: 100px;
    }*/
}

@media screen and (max-width: 425px) {
	.section_heading {
		font-size: 17px !important;
	}
	.mall_con_panel .convenience_wrapper .column-3 {
		width: 48.5% !important;
		float: left !important;
		margin-right: 1.5% !important;
	}
	.mall_con_panel .convenience_wrapper .column-3:last-child {
		margin-right: 0 !important;
	}
	.mall_con_item {
		margin-bottom: 10px;
		min-height: 302px;
	}
	.mall_con_txt_panel .mall_txt_heading {
		font-size: 13px;
	}
	.home_mall_service_panel .col-2 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.app_mobile_heading {
		font-size: 20px !important;
	}
	.app_mobile_content a {
		margin-right: 6px !important;
	}
	.img-wrap {
		background-size: contain;
		background-position: center;
		width: auto;
	}
	.location-list li a {
		font-size: 10px;
		font-weight: 600;
	}
	.img-wrap .list-group-item {
		padding: 0.2rem 0.2rem;
	}
	.location-list {
		margin: 226px 48px 0 0;
		padding: 0 42px;
	}
	.overlay .closebtn {
		top: 50px;
	}
	.header_ri8_panel {
		position: absolute;
		right: 35px;
		display: inline-block;
	}

	/*.header_ri8_panel ul li {
        display: inline-block;
    }*/
	.header_ri8_panel div {
		display: inline-block;
		padding: 0 14px;
	}

	/*.cart_count {
        position: absolute;
        top: 5px;
        right: -9px;
        width: 16px;
        text-align: center;
        font-size: 10px;
        padding-top: 2px;
        height: 16px;
        border-radius: 50%;
        background: #f8941d;
        color: #fff;
        line-height: 11px;
    }*/

	/*.nav-mobile .menu-inline {
        display: inline-block;
        width: auto;
        float: none;
        margin: 0 20px 0 15px;
    }

    .nav-mobile .mobi-bag {
        position: relative;
        margin-right: 10px;
        margin-left: 70px;
    }

    .nav-mobile .mobi-loc {
        margin-right: 28px;
        margin-left: 62px;
    }

    .nav-mobile .mobi-logo {
        margin-left: 30px;
    }*/
	.menu-sidebar li a {
		font-size: 13px;
	}
	.inorbit_servs_list li {
		width: 49.32203% !important;
		margin-right: 1%;
	}
	.inorbit_servs_list li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.inorbit_servs_list li .mall_service_name {
		font-size: 10px !important;
		margin-top: 10px !important;
		height: 30px !important;
	}
	.inorbit_servs_list li .mall_service_desc {
		font-size: 11px !important;
	}
	.app_mobile_content {
		display: inline-flex;
	}
	.app_mobile_content a img {
		width: 70%;
	}
}

@media screen and (max-width: 375px) {
	/*.nav-mobile .mobi-bag {
        margin-left: 42px;
    }

    .nav-mobile .mobi-logo {
        margin-left: 17px;
    }*/
	.location-list {
		margin: 213px 25px 0 0;
		padding: 0 42px;
	}
}

@media screen and (max-width: 320px) {
	/*.nav-mobile .mobi-loc {
        margin-right: 10px;
        margin-left: 40px;
    }

    .nav-mobile .mobi-logo {
        margin-left: 10px;
        margin-right: 10px;
    }*/
	.menu-sidebar li a {
		font-size: 11px;
	}
	.forwrd_label {
		width: 73% !important;
	}
	.back_label {
		width: 75% !important;
	}
	.location-list {
		margin: 212px 6px 0 0;
		padding: 0 42px;
	}
}

/*=================================================================================================================*/
.location-selec_panel {
	display: inline-block;
	vertical-align: middle;
}

.location-selec_panel .mobile_local {
	font-size: 13px;
	/*display: inline-block !important;*/
	width: auto !important;
	/*margin-left: auto;*/
	/*margin-right: 10px;*/
	vertical-align: middle;
}

.location-selec_panel:after {
	content: "\f107";
	font-family: FontAwesome;
	/*position: absolute;*/
	top: 3px;
	left: 0;
	color: #212121;
}

.nav-mobile {
	background: #f6f6f6;
	color: #FFF;
	padding: 0;
	margin: 0;
	cursor: auto;
	font-size: 18px;
	list-style-type: none;
	box-shadow: 0 3px 5px -5px #ccc4c4;
}

.nav-mobile:after {
	content: "";
	display: table;
	clear: both;
}

.nav-mobile svg {
	height: 40px;
	width: 40px;
	padding: 9px;
	margin-top: 2px;
}

.nav-mobile svg path {
	fill: #131212;
}

.nav-mobile svg.icon-close {
	display: none;
	padding: 15px;
}

.nav-mobile li {
	width: 100%;
	height: 45px;
	line-height: 46px;
	text-align: center;
	float: left;
}

.nav-mobile li a {
	/*display: block;*/
	color: #333;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.nav-mobile .menu-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
	display: block;
}

.nav-mobile .menu-button:after {
	opacity: 0;
	top: 45px;
	content: "";
	width: 100vw;
	display: block;
	position: fixed;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	content: "";
	pointer-events: none;
	transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
	transition-delay: 0.1s;
}

.nav-mobile #menu-toggle {
	display: none;
}

.nav-mobile #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked 
	 ~ .menu-button .icon-close {
	display: block;
}

.nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked 
	 ~ .menu-button .icon-open {
	display: none;
}

.nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked 
	 ~ .menu-button:after {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked 
	 ~ .menu-sidebar {
	transform: translateX(0);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.nav-mobile .menu-container {
	width: 40px;
	float: left;
	cursor: pointer;
	position: absolute;
}

.nav-mobile .menu-container .menu-sidebar {
	box-shadow: 5px 0 5px -5px #333;
	display: block;
	width: 75vw;
	bottom: 0;
	background: white;
	color: #333;
	position: fixed;
	transform: translateX(-405px);
	transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
	top: 45px;
	z-index: 2;
	list-style-type: none;
	padding: 0;
	max-width: 400px;
}

.nav-mobile .menu-container .menu-sidebar .arrow {
	position: absolute;
	line-height: 43px;
	font-size: 24px;
	color: #555;
	top: 0;
	z-index: 0;
	width: 60px;
	text-align: center;
}

.nav-mobile .menu-container .menu-sidebar .arrow.left {
	/*left: 25px;*/
	
}

.nav-mobile .menu-container .menu-sidebar .arrow.right {
	right: 0;
}

.nav-mobile .menu-container .menu-sidebar li {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 20px;
}
/*.nav-mobile .menu-container .menu-sidebar li:hover {
  background: #eee;
}*/
.nav-mobile .menu-container .menu-sidebar li .menu-sub {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	overflow: hidden;
	background: white;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
	border-left: 1px solid #ccc;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 2;
	max-width: 400px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
	overflow: hidden;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
	padding-left: 0;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-label {
	cursor: pointer;
	wi /dth: 85%;
	height: 100%;
	display: block;
	border-right: 1px solid #e5e5e5;
}

.back_label {
	width: 82%;
	float: right;
	text-align: center;
	border-left: 1px solid #e5e5e5;
}

.forwrd_label {
	width: 80%;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
	display: none;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~
	.menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked 
	 ~ .menu-sub {
	width: 76vw;
	visibility: visible;
	z-index: 1;
	transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
}

/*=========================================================================================================================*/
.backtoTop {
	position: fixed;
	bottom: 5%;
	right: 100px;
	color: #fff;
	background: url("../images/backto_top_icon.png") no-repeat;
	width: 41px;
	z-index: 990;
	height: 41px;
	text-indent: -9999px;
	cursor: pointer;
	display: none;
}

/*Login, Signup, Forgot Password Modal*/
#authModal .pop_close {
	position: absolute;
	top: -21px;
	right: 15px;
	z-index: 20;
	cursor: pointer;
	background: url("../images/details_sprite.png") no-repeat -87px -157px;
	width: 42px;
	height: 42px;
	text-indent: 9999em;
}

#authModal .modal-content {
	background: #fff;
	max-width: 420px;
	margin: 30px auto;
	padding: 20px 30px;
	position: relative;
	top: 5%;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 4px solid #fcb813;
	border-radius: 4px;
}

#authModal .modal-body {
	padding: 0;
}

.login_head {
	color: #212121;
	font-size: 30px;
	font-weight: 600;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
}

#authModal .dscr {
	font-size: 13px;
	color: #212121;
	margin-top: 5px;
}

#authModal .dscr a {
	color: #f8941c;
}

#authModal .sub_head {
	color: #757575;
	margin: 27px 0 18px;
	font-size: 11px;
	text-transform: uppercase;
}

.social_login {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
	text-align: center;
}

.social_login:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #e5e5e5;
	height: 1px;
	width: 70%;
	margin: 0 auto 10px;
	content: "";
}

.social_login a {
	font-size: 12px;
	border-radius: 40px;
	position: relative;
	display: inline-block;
	padding: 15px 12px 15px 78px;
	width: 168px;
}

.social_login a.fb_login {
	color: #48629b;
	border: 1px solid #48629b;
	margin-right: 6px;
	vertical-align: top;
}

.social_login a.fb_login:after, .social_login a.g_plug:after {
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
}

.social_login a.fb_login:after {
	background: url("../images/details_sprite.png") no-repeat -44px -159px;
}

.social_login a.g_plug {
	color: #dc4b38;
	border: 1px solid #dc4b38;
	padding: 5.5px;
	position: relative;
	top: 0;
}

.social_login a.g_plug:before {
	content: "GOOGLE";
	position: absolute;
	right: 28px;
	top: 15px;
}

.social_login a.g_plug:after {
	background: url("../images/details_sprite.png") no-repeat -1px -159px;
}

.social_login a.g_plug .abcRioButton {
	opacity: 0;
	width: 100% !important;
}

.abcRioButtonLightBlue {
	color: #757575;
	background: #fff;
}

.abcRioButton {
	-webkit-border-radius: 1px;
	border-radius: 1px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .218s, border-color .218s,
		box-shadow .218s;
	transition: background-color .218s, border-color .218s, box-shadow .218s;
	-webkit-user-select: none;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	color: #262626;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
}

.abcRioButtonContentWrapper {
	height: 100%;
	width: 100%;
}

.abcRioButtonIcon {
	float: left;
}

.abcRioButtonSvg {
	display: block;
}

.abcRioButtonContents {
	font-family: Roboto, arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .21px;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: top;
}

#authModal .or_Section {
	height: 1px;
	background: #e5e5e5;
	width: 70%;
	margin: 0 auto 30px;
	position: relative;
}

#authModal .or_Section:before {
	content: "or";
	left: 0;
	right: 0;
	top: -8px;
	position: absolute;
	font-size: 12px;
	color: #757575;
	background: #fff;
	width: 30px;
	margin: 0 auto;
}

.login_box {
	font-size: 13px;
}

.login_box .input_txt {
	border: 1px solid #e5e5e5;
	padding: 12px 18px;
	color: #999;
	font-size: inherit;
	border-radius: 0;
}

.login_box .input_txt:hover, .login_box .input_txt:focus, .login_box .input_txt.focus
	{
	border-color: #000;
}

.login_box .error_txt {
	text-align: left;
	color: red;
	position: relative;
	top: -9px;
}

.login_box .sub_btn {
	border-radius: 0;
	font-weight: 700;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding: 10px 18px;
	color: #fff;
	background: #212121;
	border: 0;
}

#authModal .pop_foo .forget_pwd {
	color: #f8941c;
	font-size: 12px;
	margin: 30px 0 10px;
	display: inline-block;
}

.btn-group-toggle label {
	border-radius: 4px 0 0 4px;
}

.btn-group-toggle label {
	background-color: #fff;
	color: #999;
	width: 85px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	text-shadow: none;
	padding: 10px 14px;
	border: 1px solid #d9d9d9;
	transition: all .1s ease-in-out;
}

.btn-group-toggle label:hover {
	cursor: pointer;
}

.btn-group-toggle label.active {
	background: #000;
	color: #fff;
}

.btn:focus, .btn.focus, input:focus, input.focus {
	box-shadow: none !important;
}

#forgot_password_panel .login_box, #forgot_password_otp_panel .login_box
	{
	margin-top: 20px;
}

#sign_up_dob {
	cursor: default;
}

.login_box .form-control:disabled, .login_box .form-control[readonly] {
	background: #fff;
}

/*Main content css*/
.theme_back {
	background-image: none !important;
	background-color: #fed23e !important;
}
/* .home_page .subpage_top_banner_panel {
	margin-top: 0;
	background-image: none;
	background-color: #fed23e;
} */
.subpage_top_banner_panel {
	width: 100%;
	padding: 8px 0;
	margin: 110px 0 24px;
	background: url("../images/subpage_banner_bg.gif") no-repeat;
}

.subpage_top_banner_panel .container {
	text-align: center;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	color: #212121;
	text-transform: uppercase;
}

.subpage_top_banner_panel .subpage_top_banner_head {
	font-size: 28px;
	position: relative;
	margin-right: 70px;
	font-weight: 600;
}

.get_app_panel {
	position: relative;
	top: 4px;
}

.get_app_panel span {
	font-size: 12px;
	margin-right: 15px;
	position: relative;
	font-weight: 600;
}

.get_app_panel a {
	margin-right: 20px;
}

.get_app_panel a img {
	width: 125px;
}

.top_banner_panel {
	width: 100%;
	background: url("../images/big_banner.jpg") no-repeat center top;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	background-position: 100% top;
	margin: 110px 0 24px;
}

.fixed_height_div {
	height: 62px;
}

.top_banner_heading {
	font-family: "gotham_rounded_book", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 500;
	color: #212121;
}

.top_banner_heading {
	width: 100%;
	height: 62px;
	background: url("../images/small_banner.png") no-repeat center top;
}

.banner_btn {
	width: 43px;
	height: 30px;
	position: absolute;
	right: 50px;
	bottom: 0;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	background: url("../images/banner_down_btn.png") no-repeat;
}

.up_btn {
	bottom: 24px;
	background: url("../images/banner_btn.png") no-repeat;
}

.hidden_banner {
	width: 100%;
	background: url("../images/hidden_banner.png") no-repeat center top;
	height: 374px;
	display: none;
	position: relative;
	top: -20px;
}

.card-item {
	float: left;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
	border-radius: 5px;
	overflow: hidden;
	width: 31.33%;
}

@media screen and (max-width: 600px) {
	.card-item {
		width: 42.33%;
	}
}


.card-item, .mall_con_item {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.card-item:hover {
	-webkit-box-shadow: 0px 0 14px 1px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 0 14px 1px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 0 14px 1px rgba(0, 0, 0, 0.28);
}

.card-item {
	margin-bottom: 10px;
}

.card-title {
	font-size: 16px;
	color: #212121;
	font-weight: 600;
}

.card-body {
	padding: 15px;
}

.blog_detailsnc {
	margin: 8px 0 0 0;
	position: relative;
}

.blog_detailsnc .blog_author_name {
	float: left;
}

.blog_detailsnc div {
	display: inline-block;
	font-size: 11px;
	color: #757575;
	margin-right: 6px;
	text-transform: uppercase;
}

.blog_detailsnc .blog_author_name .usericon span {
	vertical-align: text-bottom;
	line-height: 0;
}

.blog_detailsnc .blog_author_name .fas {
	font-size: 30px;
}

.blog_detailsnc div.card_sep {
	font-size: 31px;
	line-height: 31px;
	position: relative;
	top: -2px;
}

.blog_detailsnc .blog_sharelist {
	float: right;
	margin-top: 13px;
	margin-right: 0;
	position: relative;
}

.blog_detailsnc .blog_share {
	margin-right: 0;
}

.blog_detailsnc .share_icon {
	width: 14px;
	cursor: pointer;
}

.blog_detailsnc .post_social_icon {
	position: absolute;
	right: -9px;
	top: -77px;
	background: #fff;
	margin-right: 0;
	width: 30px;
	padding: 5px;
	border-radius: 3px 3px 0 0;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28);
	text-align: center;
	display: none;
	transition: all 0.3s ease-out 0s;
	border: 1px solid #999;
}

.post_social_icon {
	float: left;
}

.blog_detailsnc .post_social_icon a, .blog_detailsnc .post_social_icon span
	{
	margin: 5px 0;
	display: inline-block;
	cursor: pointer;
}

.post_social_icon a, .post_social_icon span {
	color: #ccc;
	font-family: FontAwesome;
	font-size: 18px;
	height: 15px;
	margin-right: 18px;
	position: relative;
	width: 15px;
}

.blog_detailsnc .post_social_icon:before {
	background: url("../images/share_arrow.png") no-repeat center top;
	width: 20px;
	height: 13px;
	position: absolute;
	bottom: -13px;
	right: 4px;
	content: '';
}

.post_social_icon a.fb:after, .post_social_icon span.fb:after {
	content: "\f09a";
}

.post_social_icon a.tw:after, .post_social_icon span.tw:after {
	content: "\f099";
}

.blog_share:hover .post_social_icon {
	display: block;
}

@media ( min-width : 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 2.25rem;
		orphans: 1;
		widows: 1;
	}
}

@media screen and (max-width: 980px) {
	.card-title {
		font-size: 12px;
		height: 30px;
		overflow: hidden;
	}
	.blog_detailsnc .blog_author_name .usericon .fas {
		display: none;
	}
	.blog_author_name {
		width: 140px;
	}
}

.section_heading {
	text-align: center;
	font-family: "century_gothic", Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #212121;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 20px;
}

.section_heading span {
	font-family: "gotham_rounded_book", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757575;
	text-transform: none;
}

.brands_3_panel .b_3_panelImg {
	position: relative;
	margin-bottom: 5.2%;
}

.b_3_panelImg a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 45.78%;
	position: relative;
}

.b_3_panelImg a img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.brands_3_panel .b_3_panelImg:last-child {
	margin-bottom: 0;
}

.btn-border {
	display: block;
	margin: 30px auto 0 auto;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #212121;
	padding: 15px 20px;
	font-size: 12px;
	color: #000000;
	max-width: 180px;
	clear: both;
	transition: all .2s ease-in-out;
}

.brand_panel .btn-border {
	background: #212121;
	color: #fff;
	border-radius: 0;
}

.brand_panel .brand_content .wrap_brands {
	width: 100%;
	display: inline-block;
}

.brand_panel .brand_content .wrap_brands .column-4 {
	width: 32.20339%;
	float: left;
	margin-right: 1.69492%;
}

.brand_panel .brand_content .wrap_brands .column-4:last-child {
	margin-right: 0;
}

.mall_events_category .wrapper_events {
	width: 100%;
	display: inline-block;
}

.mall_events_category .wrapper_events .column-4 {
	width: 32.20339%;
	float: left;
	margin-right: 1.69492%;
}

.mall_events_category .wrapper_events .column-4:last-child {
	margin-right: 0;
}

.social_panel .wrapper_social {
	width: 100%;
	display: inline-block;
}

.social_panel .wrapper_social .column-4 {
	width: 32.20339%;
	float: left;
	margin-right: 1.69492%;
}

.social_panel .wrapper_social .column-4:last-child {
	margin-right: 0;
}

.sm_panel_heading {
	position: relative;
	font-family: "gotham_rounded_book", Arial, Helvetica, sans-serif;
	line-height: 55px;
	font-size: 18px;
	text-transform: capitalize;
	margin: 15px 0 15px 0;
	text-align: center;
	font-weight: 600;
}

.sm_icon {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	right: 0;
	top: 83px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.fb_sm_icon {
	background: url("../images/home_sprite.png") no-repeat -1px -120px;
}

.fb_panel, .tw_panel {
	position: relative;
	overflow: hidden;
	border: 1px solid #cccccc;
}

.fb_panel .fb_wrap, .tw_panel .tw_wrap {
	display: block;
	height: 0;
	position: relative;
	padding-top: 73.68%;
	width: 100% !important;
}

.fb_panel .fb_content, .tw_panel .tw_content {
	width: 100% !important;
}

.fb_panel .fb_content, .tw_panel .tw_content, .home_insta_img img,
	.mall_con_image_panel a img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.fb_iframe_widget, .tw_iframe_widget {
	display: inline-block;
	position: relative;
}

.fb_panel .fb_content span, .tw_panel .tw_content span {
	width: 100% !important;
}

.fb_iframe_widget span, .tw_iframe_widget span {
	display: inline-block;
	position: relative;
	text-align: justify;
}

.insta_sm_icon {
	background: url("../images/home_sprite.png") no-repeat -1px -186px;
}

.home_insta_panel, .home_twitter_panel {
	border: 1px solid #cccccc;
}

.home_insta_img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.home_insta_img a {
	width: 100%;
	height: 0;
	padding-top: 73.68%;
	display: block;
}

.twitter_sm_icon {
	background: url("../images/home_sprite.png") no-repeat -1px -252px;
}

.home_twitter_panel {
	width: 100%;
	border: 1px solid #cccccc;
}

.home_twitter_img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/*.home_twitter_img a {
	display: block;
    height: 0;
    position: relative;
    padding-top: 73.68%;
}*/
.mall_con_panel .convenience_wrapper {
	width: 100%;
	display: inline-block;
}

.mall_con_panel .convenience_wrapper .column-3 {
	width: 23.5%;
	float: left;
	margin-right: 1.5%;
}

.mall_con_panel .convenience_wrapper .column-3:last-child {
	margin-right: 0;
}

.mall_con_item {
	border: 1px solid #cccccc;
	float: left;
}

.mall_con_item:hover {
	-webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.75)
}

.mall_con_image_panel {
	width: 100%;
}

.mall_con_image_panel a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 107.24%;
	position: relative;
}

.mall_con_txt_panel {
	width: 100%;
	color: #212121;
	padding: 15px;
	background: #fff;
}

.mall_con_txt_panel a {
	color: #212121;
}

.mall_txt_heading {
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "gotham_rounded_book", Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 7px;
	font-weight: 600;
}

.mall_con_small_txt {
	font-size: 13px;
	font-family: "gotham_rounded_book", Arial, Helvetica, sans-serif;
	display: block;
}

.home_mall_service_panel {
	width: 100%;
	margin-top: 50px;
}

.home_mall_service_panel ul {
	padding: 0;
	background: #f5f5f5;
	/*border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;*/
	margin-bottom: 50px;
}

.home_mall_service_panel ul li {
	display: inline-block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 204px;
}

.home_mall_service_panel ul li a {
	color: #212121;
	font-family: "gotham_rounded_book", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 35px 0;
	display: block;
	cursor: default;
	text-align: center;
}

.mall_service_item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	transition-duration: 0.3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.mall_service_item:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%,
		transparent 80%);
	transition-duration: 0.3s;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.mall_service_item_viewall {
	padding: 50px 0 50px;
}

.mall_service_item:hover, .mall_service_item:focus, .mall_service_item:active
	{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	/* move the element up by 5px */
}

.mall_service_item:hover:before, .mall_service_item:focus:before,
	.mall_service_item:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.home_mall_service_panel ul li .service {
	position: relative;
	margin-bottom: 13px;
}

.home_mall_service_panel ul li .service img {
	width: 75px;
	height: 75px;
	border-radius: 2px;
	padding: 2px;
}

.home_mall_service_panel ul li .service .line {
	margin: 0 auto;
	padding-top: 15px;
}

.line-distance {
	width: 30px;
	padding-top: 10px;
}

.line-distance:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(232, 86, 43, 0.5);
}

.line-distance:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 50%;
	height: 2px;
	background-color: #e8562b;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}

.home_mall_service_panel ul li .name_items {
	margin-top: 0;
	color: #212121;
	font-family: "gotham_rounded_book", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

.app_mobile_panel {
	width: 100%;
	margin: 50px 0;
}

.app_mobile_heading {
	width: 100%;
	font-family: "century_gothic", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #212121;
	text-transform: uppercase;
	margin-bottom: 30px;
	text-align: center;
}

.app_mobile_content {
	width: 100%;
	text-align: center;
}

.app_mobile_content a {
	display: inline-block;
	margin-right: 50px;
}

.shop_mega_links_panel {
	width: 100%;
	background: #f6f6f6;
	padding: 10px 0;
}

.shop_ul {
	display: inline-block;
}

.subMenus ul li ul li.shop_main_links {
	display: inline-block;
	font-size: 13px;
	width: auto;
	position: relative;
	margin-right: 54px !important;
	padding-right: 0 !important;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
}

.subMenus>ul#menu_panel>li.sfHover>a:before, .subMenus>ul#menu_panel>li>a:active:before,
	.subMenus>ul#menu_panel>li>a:focus:before, .subMenus>ul#menu_panel>li>a:hover:before,
	.subMenus ul li ul li.shop_main_links.active:before, .subMenus ul li ul li.shop_main_links:before
	{
	left: 0;
	right: 0;
}

.shop_main_links.active, .shop_main_links {
	backface-visibility: hidden;
	letter-spacing: 0.05em;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	margin-right: 0.6em;
	margin-left: 0.6em;
	font-weight: 300;
}

.shop_main_links:before, .shop_main_links.active:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -8px;
	left: -1px;
	border-bottom: 0.2em solid #212121;
	transform: scale(0, 1);
	transition: transform 0.2s;
}

.shop_main_links:hover:before, .shop_main_links.active:before {
	transform: scale(1);
}

.shop_mega_container {
	width: 100%;
	float: left;
	position: relative;
	top: 0;
}

.shops_mega_menu {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	padding: 12px 0 0;
}

.shop_mega_container .mm_section {
	width: 200px;
	margin-right: 30px;
}

.mm_section {
	display: inline-block;
	max-width: 200px;
	margin-bottom: 8px;
	vertical-align: top;
	min-width: 150px;
	margin-right: 60px;
}

.mm_heading {
	font-size: 13px;
	margin-bottom: 8px;
	font-family: gotham_rounded_book, sans-serif;
	font-weight: 600;
}

.subMenus ul li ul.Vertical li {
	margin-bottom: 5px;
	display: block;
}

.shops_mega_menu ul li a {
	font-size: 12px;
	padding-bottom: 2px;
	font-family: gotham_rounded_book, Arial, Helvetica, sans-serif;
	color: #666;
}

/*dropdown after login*/
.logout_links_panel {
	display: none;
	width: 160px;
	position: absolute;
	right: 60px;
	top: 32px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .22);
	border: 1px solid #e5e5e5;
}

.logout_links_panel li {
	display: block;
	width: 100%;
	padding: 8px;
	height: auto;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	border-left: 2px solid #fff;
}

.logout_links_panel li a {
	background: none;
	text-transform: capitalize;
	font-size: 13px !important;
	color: #212121;
	transition: all ease;
	width: auto;
	height: auto;
}

.logout_links_panel .logout_btn {
	display: inline-block;
	cursor: pointer;
	margin: 0 15px 0 0;
}

.logout_links_panel:after {
	background: url("../images/mincart_arrow.png") no-repeat;
	content: "";
	position: absolute;
	top: -9px;
	right: 67px;
	width: 19px;
	height: 9px;
}

.logout_links_panel li:hover {
	border-left: 2px solid #f8941c;
}

.blog_contents {
	margin-bottom: 3rem;
}

/*===========================================================================*/
@media screen and (max-width: 800px) {
	ul.master_menus {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	ul.master_menus .mobi-loc {
		width: 35%;
		float: left;
		text-align: center;
	}
	ul.master_menus .mobi-logo {
		width: 30%;
		float: left;
	}
	ul.master_menus .mobi-bag {
		width: 11%;
		float: left;
	}
	ul.master_menus .mobi-srch {
		width: 11%;
		float: left;
	}
	ul.master_menus .mobi-auth {
		width: 11%;
		float: left;
	}
	.location-selec_panel .mobile_local {
		font-size: 13px;
	}
	ul.master_menus .mobi-bag i, ul.master_menus .mobi-srch i, ul.master_menus .mobi-auth i
		{
		font-size: 15px;
	}
	.cart_count {
		position: absolute;
		top: 9px;
		/*right: 0; */
		width: 13px;
		text-align: center;
		font-size: 10px;
		padding-top: 2px;
		height: 13px;
		border-radius: 50%;
		background: #f8941d;
		color: #fff;
		line-height: 8px;
	}
}

@media screen and (max-width: 600px) {
	ul.master_menus {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	ul.master_menus .mobi-loc {
		width: 37%;
		float: left;
		text-align: right;
	}
	ul.master_menus .mobi-logo {
		width: 28%;
		float: left;
	}
	ul.master_menus .mobi-bag {
		width: 11%;
		float: left;
	}
	ul.master_menus .mobi-srch {
		width: 11%;
		float: left;
	}
	ul.master_menus .mobi-auth {
		width: 11%;
		float: left;
	}
	ul.master_menus .mobi-bag i, ul.master_menus .mobi-srch i, ul.master_menus .mobi-auth i
		{
		font-size: 15px;
	}
	.cart_count {
		position: absolute;
		top: 9px;
		/*right: 0; */
		width: 13px;
		text-align: center;
		font-size: 10px;
		padding-top: 2px;
		height: 13px;
		border-radius: 50%;
		background: #f8941d;
		color: #fff;
		line-height: 8px;
	}
}

@media screen and (max-width: 320px) {
}

/*====================================================================*/
.list-inline-item a {
	position: relative;
	color: inherit;
	text-decoration: none;
	/*line-height: 24px;*/
}

.list-inline-item a:after, .list-inline-item a:before {
	content: '';
	position: absolute;
	transition: transform .5s ease;
}

/*.sub-link {
    padding-top: 10px;
}*/
.sub-link:before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #333;
	transform: scaleX(0);
}

.sub-link:hover:before {
	transform: scaleX(1);
}
/* ========================================================================== */

/* Logout for mobile */
.logout_links_panel1 {
	display: none;
	width: 160px;
	position: absolute;
	right: 5px;
	top: 46px;
	background: #fff;
	z-index: 10;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .22);
	border: 1px solid #e5e5e5;
}

.logout_links_panel1 li {
	display: block;
	width: 96%;
	padding: 0px;
	/* 	height: auto; */
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	border-left: 2px solid #fff;
}

.logout_links_panel1 li a {
	background: none;
	text-transform: capitalize;
	font-size: 13px !important;
	color: #212121;
	transition: all ease;
	width: auto;
	height: auto;
}

.logout_links_panel1 .logout_btn {
	display: inline-block;
	cursor: pointer;
	margin: 0 15px 0 0;
}

.logout_links_panel1:after {
	background: url("../images/mincart_arrow.png") no-repeat;
	content: "";
	position: absolute;
	top: -9px;
	right: 8px;
	width: 19px;
	height: 9px;
}

.logout_links_panel1 li:hover {
	border-left: 2px solid #f8941c;
}

/* ==================================================== Auto Complete ========================= */

.autocomplete-items {
	position: absolute;
    width: 88.5%;
    background: #fff;
    z-index: 999;
    top: 40px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 2px 3px 5px -1px rgba(0,0,0,.5);
}

.autocomplete-items div {
	padding: 8px 8px;
	border-bottom: 1px solid #efefef;
	font-size: 13px;
	cursor: pointer;
}

.autocomplete-items div:hover {
	background: #f6f8fa;
}

@media screen and (max-width: 400px) {
    .card-item {
        width: 80%;
    }
}


