.page-wrapper .page-header {
  margin-top: 0;
}
.ced-cshyperlocal-edit-location input {
	border: 1px solid #ccc;
	background: #F7F7F7;
	padding: 3px 5px 3px 39px;
	transition: all 400ms ease 0s;
	font-size: 15px;
	border-radius: 3px;
}
.ced-cshyperlocal-edit-location input::-moz-placeholder {
	color: #555;
}
.ced-cshyperlocal-edit-location input:focus {
	border: 1px solid #333;
	box-shadow: unset;
}
.hyperlocal-modal-wrapper .page-wrapper .page-header .header.links li {
	line-height: 27px !important;
}
.hyperlocal-modal-wrapper .search-location-form-wrapper {
	width: 415px;
	border-radius: 4px !important;
	margin: 149px auto;
	background: #ffffff;
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
	position: relative;
}
.location-popup .popup-heading {
	padding: 10px 6px;
	background: #F1F1F1;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
}
.location-popup .popup-heading h1 {
	font-weight: 600;
	font-size: 15px;
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #000;
}
.ced-cshyperlocal-edit-location .location-icon {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.ced-cshyperlocal-edit-location .location-icon #open-location-popup {
	color: #fff;
	padding: 0px 0px 0px 16px;
}
.ced-cshyperlocal-edit-location .location-icon::before {
	content: "\f041";
	font-family: fontawesome;
	display: inline-block;
	position: absolute;
	left: -1px;
	z-index: 99;
	font-size: 17px;
	color: #333;
	top: 0px;
}
.cshyperlocal-search-product-form-wrapper {
	padding: 40px 28px;
}
.search-location-form-wrapper .close-popup {
	position: absolute;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	right: 0px;
	padding: 10px;
	cursor: pointer;
}
.ced-cshyperlocal-search-form {
	width: 260px;
	display: inline-block;
}
.ced-cshyperlocal-search-form input[type="text"] {
	height: 40px;
	border: 1px solid #ddd;
}
.ced-cshyperlocal-search-form input[type="text"]:focus {
	box-shadow: unset!important;
}
.ced-detect-location .apply-icon {
	position: relative;
}
.ced-detect-location .apply-icon::before {
	content: "\f1d8";
	font-family: fontawesome;
	position: absolute;
	bottom: -6px;
	left: 5px;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	color: #000;
	font-size: 14px;
}
.ced-detect-location{
	width: 95px;
	display: inline-block;
}
.ced-detect-location input[type="submit"] {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px 4px;
	font-size: 13px;
	margin-left: -5px;
	height: 40px;
	width: 100%;
}
.input-box .location-note-wrapper {
	color: #008000;
	margin: 7px 0px 0px 0px;
	font-weight: 600;
	font-size: 11px;
}
.admin__data-grid-wrap-static .col-custom_action .action-ul {
	margin: 0px;
	padding: 0px;
	border: 1px solid #007bdb;
	list-style: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 9;
	/*left: 9px;*/
	width: 88px;
	background: #fff;
}
.admin__data-grid-wrap-static .col-custom_action button {
	background: transparent;
	border: 0px;
	color: #007bdb;
	position: relative;
}
.admin__data-grid-wrap-static .col-custom_action .action-ul a {
	padding: 8px;
	display: block;
	color: #41362f !important;
	font-size: 12px;
	text-transform: capitalize;
}
.admin__data-grid-wrap-static .col-custom_action .action-ul a:hover {
	background: #e3e3e3;
}
.action-ul.active{
	display: block;
}
.action-ul{
	display: none;
}
.shiparea-table-wrapper .shiparea-action::after {
	content: "\f0d7";
	font-family: fontawesome;
	margin-left: 3px;
}
.shiparea-table-wrapper .col-custom_action.active .shiparea-action::after {
	content: "\f0d8";
	font-family: fontawesome;
	margin-left: 3px;
}
.hyperlocal-form-wrapper-one.empty-cart-warpper {
	color: #FF0000 !important;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	opacity: 1;
}
.location-popup-wrapper,
.location-popup.location-popup-wrapper {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.location-popup-wrapper.active,
.location-popup.location-popup-wrapper.active{
	display: block !important;
}
.search-location-form-wrapper.active{
	display:block;
}
.location-wrap.ced-cshyperlocal-edit-location {
	cursor: pointer;
}
/*END manage zipcode*/
/*media query*/
@media (min-width: 768px){
	.header.content .block.block-location,
	.header.content .location-popup.location-popup-wrapper.active {
		display: none !important;
	}
}
@media (max-width: 767px){
	.header.content .block.block-location {
		display: block;
		text-align: right;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.block-location .ced-cshyperlocal-edit-location .location-icon::before {
		left: -16px;
		color: #000;
		top: -2px;
	}
	.vendor-profile-edit .panel-heading .buttons-set a.button {
		float: none !important;
		margin-bottom: 5px;
	}
	.section-item-content .header.links .nav.item.location-nav {
		display: none;
	}
}
@media (max-width: 420px){
	.search-location-form-wrapper {
	  width: calc(100% - 20px) !important;
	}
	.cshyperlocal-search-product-form-wrapper {
	  padding: 20px 8px;
	}
	.hyperlocal-form-wrapper-second {
	  position: relative;
	}
	.hyperlocal-form-wrapper-second .ced-cshyperlocal-search-form {
	  width: 100%;
	}
	.hyperlocal-form-wrapper-second .ced-detect-location {
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: auto;
	}
	.hyperlocal-form-wrapper-second .ced-detect-location input {
	  float: right;
	  margin: 0;
	  text-indent: -100px;
	  width: 38px;
	}
	.ced-detect-location .apply-icon::before {
	  left: 12px;
	  top: 23px;
	}
	.hyperlocal-form-wrapper-second .ced-cshyperlocal-search-form input {
	  padding-right: 35px;
	}
	.ced-cshyperlocal-search-form {
		
	}
	.ced-detect-location .apply-icon::before{
		
	}
}
	/*media query END*/