@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
	margin: 0;
	background: #f0f0f0;
}
body:not(.path-frontpage) .content-container .region-content {
    background: #fff;
    border: 1px solid #eee;
    margin: 0 auto;
    width: 86%;
    overflow: auto;
}
body:not(.path-frontpage) .content-container {	
	padding:10px 0;
	background:#f5f5f5;
}
.container{
	width:86%;
}
.row {
    margin: 0;
}
.row >.col-sm-12 {
    padding: 0;
}
.main-container.container.js-quickedit-main-content {
    float: left;
    width: 100%;
    padding: 0;
}
footer.footer.container {
    margin: 0 auto;
	width:100%;
	padding:0;
}

.mart-hide-display {
  display: none;
}

/* Loading indicator */
.mart-loading-indicator{
  display: none;
  position: absolute;
  width: 100%;
  height: 90%;
  z-index:99;
}

/* https://www.w3schools.com/howto/howto_css_loader.asp */
.mart-loading-indicator .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.mart-loading-indicator .animation {
    position: absolute;
	border: initial;
    border-radius: initial;
    border-top: initial;
    -webkit-animation: initial;
    animation: initial;
    box-shadow: 0px 0px 10px 0 #aaa;
    width: 100px;
    height: 100px;
    background-image: url(/themes/mart_theme_vp/images/loading-indicator.gif);
    background-repeat: no-repeat;
    background-size: contain;
	top:15%;
	left: 50%;
	z-index: 9999999999999;
	margin: -75px 0 0 -75px;
	border-radius:10px;
}

@-webkit-keyframes loading-indicator-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes loading-indicator-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.user-login-form .mart-loading-indicator .animation {
	margin: unset;
}

/* Loading indicator */




/***********Header-Top-Hidden-Form************/

.mart-branding-header-login-form {
    background: #f5f5f5;
    float: left;
    width: 100%;
}
#mart-branding-top-hidden-login .mart-branding-header-login-form #mart-user-login-form .mart-user-login-form-signup-btn {
    display: none;
}
div#mart-branding-top-hidden-login{
	display:none;
}
.mart-branding-header-login-form form#mart-user-login-form{
    max-width: inherit;
    width: 90%;
    padding: 0;
    margin-left: 9em;
}
.mart-branding-header-login-form ul li{
	list-style:none;
}
.mart-branding-header-login-form ul li a.request-password-link {
    float: left;
    color: #333;
    background: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid#ddd;
    margin: 10px 0em 10px 9em;
}
.mart-branding-header-login-form form {
    width: 90%;
    margin: 0 auto;
}
.mart-branding-header-login-form #ajaxlogin-login-form > div {
    float: left;
    width: 100%;
}
.mart-branding-header-login-form #mart-user-login-form {
    margin-bottom: 3px;
    margin-top: 15px;
}
.mart-branding-header-login-form #mart-user-login-form .form-group {
    margin-bottom: 0px;
}
.mart-branding-header-login-form  #mart-user-login-form .form-submit {
    margin: 0px 0 0;
    padding: 6px 5px;
    width: 110px;
    background: #333;
    text-align: center;
    color: #fff;
    margin: 23px 10px 0 15px !important;
    float: left;
	outline:none;
	border:#333;
}
.mart-user-login-form-fb-login button.mart_facebook_signin_button {
    background: url(../images/fb_login.png) !important;
    color: transparent !important;
    background-repeat: no-repeat !important;
    width: 110px;
    border: none;
    background-position: center !important;
}
.mart-user-login-form-google-login button.mart_google_signin_button{
    background: url(../images/google_login.png) !important;
    color: transparent !important;
    background-repeat: no-repeat !important;
    width: 110px;
    border: none;
    background-position: center !important;
}
.mart-user-signup-form button.mart_google_signin_button{
    background: url(../images/google_signup.png) !important;
    color: transparent !important;
    background-repeat: no-repeat !important;
    width: 110px;
    border: none;
    background-position: center !important;
}
.mart_facebook_signin_button {
    background: #3B5997;
    color: #fff;
    float: right;
}
.mart_google_signin_button{
    background: #D95232;
    color: #fff;
    float: right;
}
.mart-user-signup-form button.mart_facebook_signin_button {
    background: url(../images/facebook_signup.png) !important;
    color: transparent !important;
    background-repeat: no-repeat !important;
    width: 110px;
    border: none;
    background-position: center !important;
}
.mart-branding-header-login-form #mart-branding-top-hidden-login .form-submit:hover{
	transform:scale(1.04)
}
.mart-branding-header-login-form #ajaxlogin-login-form .mart-user-login-form-fb-login, .mart-branding-header-login-form #ajaxlogin-login-form .mart-user-login-form-google-login {
    float: left;
    width: 79px;
    margin: 10px 10px;
}
.mart-branding-header-login-form .mart-user-login-form-fb-login a, .mart-branding-header-login-form .mart-user-login-form-google-login a {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 24px;
    margin-top: 16px;
}
.mart-user-login-form-signup-btn {
    width: initial;
    float: left;
}
.mart-user-login-form-signup-btn a {
    color: #fff;
    background: #333;
    padding: 7px 10px;
    border-radius: 3px;
    margin: 0px 10px;
    float: left;
}
.mart-signin-btn-signup-form a{
    color: #fff;
    background: #333;
    padding: 7px 10px;
    border-radius: 3px;
    margin: 0px 10px;
    float: left;
}
.mart-store-suggestions {
	min-width: 400px;
}

/***********header-top-bar-section************/

.mart-branding-header-top {
    background: #333;
    float: left;
    width: 100%;
    padding: 0px 5em;
}
.mart-branding-header-top-logo {
    float: left;
    width: 85px;
    margin: 3px 0;
}
.mart-branding-header-top h2 {
    float: right;
    color: #fff;
    font-size: 22px;
    margin: 10px 0;
    font-family:'Poppins', sans-serif;
    width: 60%;
}
.mart-branding-header-menu {
    float: right;
    margin: 10px 0;
}
.mart-branding-header-menu  a.login-btn {
    color: #fff;
    font-size: 18px;
    padding: 0px 16px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
.mart-branding-header-menu  a.signup-btn{
    color: #333;
    font-size: 16px;
    padding: 6px 36px;
    text-decoration: none;
    background: url(../images/login-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	font-family:'Poppins', sans-serif;
}
.mart-branding-header-menu ul.mart-branding-header-menu-main{
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
	margin:5px 0;
}
.mart-branding-header-menu ul.mart-branding-header-menu-main li {
    float: left;
    padding:0px;
}
.mart-branding-header-menu ul.mart-branding-header-menu-main li a.active {
    color: #fff;
}
.mart-branding-header-menu ul.mart-branding-header-menu-main li select {
    background: #292929;
    color: #fff;
    border: 0px;
    margin: 6px 0px;
    line-height: 20px;
}
.mart-branding-header-menu ul.mart-branding-header-menu-main li a {
    font-size: 14px;
    color: #fff;
	transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    padding: 0px 11px;
    float: left;
    border-left: 1px solid #eaffbd;
    line-height: 16px;
}
.mart-branding-header-menu ul.mart-branding-header-menu-main li:first-child a {
    border-left: none;
}
.mart-branding-header-menu ul.mart-branding-header-menu-main li:hover a {
    color: #eeeeee;
	transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-decoration: underline;
}
.mart-store-search-page-result .col-sm-12{
	padding:0;
}
.mart-store-search-page-result .col-sm-12 .col-md-6{
	padding:0;
}

/***********header-navbar-section************/

.mart-branding-navbar {
    float: left;
    width: 100%;
    background: #fff;
}
.mart-branding-navbar-main {
    float: left;
    width: 100%;
    padding: 10px 0;
}
.mart-branding-navbar-logo {
    float: left;
}
.mart-branding-navbar-logo img{
    max-width: 250px;
    max-height: 75px;
}
.mart-branding-navbar-menu {
    float: right;
    margin: 20px 0px;
}
.mart-branding-navbar-menu ul.mart-branding-navbar-user-menu {
    display: inline;
    list-style: none;
    float: left;
	padding:0;
}
.mart-branding-navbar-menu ul li{
    display: inline;
    float: left;
}
.mart-branding-navbar-menu ul li a {
    color: #333;
    font-size: 15px;
    padding: 2px 10px;
	border-radius: 5px;
	margin: 0 15px;
    text-transform: capitalize;
}
.mart-branding-navbar-menu ul.dropdown-menu li{
    width: 100%;
}
.mart-branding-navbar-menu ul.dropdown-menu li a {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
	font-size:14px;
}
.mart-branding-navbar-menu ul li a:hover{
    text-decoration:underline;
}
.mart-branding-navbar-menu ul.dropdown-menu {
    box-shadow: none;
}
.mart-branding-navbar-menu ul li.mart-branding-navbar-signup a:hover{
    border: none;
}

/***********banner-image-section************/
.mart-top-banner-slider-main {
    background: rgba(0, 0, 0, 0) repeat scroll center center / cover;
    float: left;
    width: 100%;
    border-bottom: 5px solid#cf2832;
	height: 500px;
	background-position:bottom;
}
.mart-top-banner-slider-inner-mid-section {
    margin: 2em auto 0;
    text-align: center;
    width: 100%;
}
.mart-top-banner-slider-inner-mid-section img {
    width: 220px;
}
.mart-top-banner-slider-inner-mid-section h2 {
    color: #fff;
    font-size: 25px;
    word-spacing: 6px;
    margin: 0;
}

/***********product-slider-section************/

.mart-featured-store-category-item-slider{    
	float: left;
    width: 100%;
    margin: 3em 0 1em 0;
}
.item_category-item-slider-main {
    float: left;
    width: 100%;
    text-align: center;
}
.mart-featured-store-category-item-photo{
	float:left;
	width:100%;
	text-align:center;
}
.col-item .mart-featured-store-category-item-photo  h2{
    float: left;
    width: 100%;
	color:#3f3c3d;
	font-size:25px;
	font-family:Helveticalt;
    text-align: center;
}
.col-item .mart-featured-store-category-item-photo img {
    height: 160px;
    width: 200px;
}
.mart-featured-store-category-item-slider .col-item {
    width: 100%;
    text-align: center;
}
.mart-featured-store-category-item-slider .carousel-inner {
    position: relative;
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}
.controls.pull-right a {
    color: #333;
}
.controls.pull-right .fa-chevron-left {
    color: #333;
    position: absolute;
    left: -30px;
    top: 2.5em;
    font-size: 30px;
    color: #ccc;
    z-index: 9;
    text-shadow: 0 0px 5px #999;
}
.controls.pull-right .fa-chevron-right {
    color: #333;
    position: absolute;
    right: 0;
    top: 2.5em;
    font-size: 30px;
    color: #ccc;
    z-index: 9;
    text-shadow: 0 0px 5px #999;
}

/***********store-search-list************/

.mart-store-filter-sidebar {
    float: left;
    background: #fff;
    border-radius: 5px;
}
.mart-store-filter-sidebar h1 {
    text-align: center;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    margin: 5px 0 20px;
    float: left;
}
.mart-store-filter-sidebar  h4 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin: 0 0 10px 0;
}
.mart-store-filter-sidebar .list-group {
    padding-left: 0;
    margin-bottom: 10px;
	max-height: 150px;
	overflow-y: auto;
}
.mart-store-filter-sidebar a.list-group-item {
    border: none;
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 17px;
    margin: 0;
    padding: 5px 25px;
}
.align-center {
  text-align: center;
  margin:0 auto !important;
}
.align-right {
  text-align: right;
}
.valign-middle {
  vertical-align: middle;
}
.parent-collapsed {
  display: none;
}
.collapsed .parent-expanded {
  display: none;
}
.collapsed .parent-collapsed {
  display: inline-block;
}
a.btn.mart-store-filter-clear {
    background: #fff;
    margin: 0px 0;
    border-radius: 20%;
    color: #333;
	padding:3px 12px;
    font-family: 'Poppins', sans-serif;
}
a.btn.mart-store-filter-clear:hover{
    text-decoration:underline;
}
.list-group-item input[type="checkbox"] {
    margin: 0 7px;
    vertical-align: middle;
}
[data-toggle="collapse"] {
  cursor: pointer;
}
[data-toggle="collapse"] {
  cursor: pointer;
}
.mart-store-filter-toggle {
    float: left;
    width: 100%;
}
.mart-store-filter-sidebar-container i.fa.fa-tasks {
    font-size: 20px;
    width: 20px;
    margin: 0 5px;
    vertical-align: middle;
}
.mart-store-filter-sidebar-container {
    float: left;
    width: 100%;
}
.mart-store-search-page-sorting {
    float: left;
    width: 100%;
    border-bottom: 1px solid#eee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mart-store-search-page-sorting #store-search-message {
    text-align: left;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    float: left;
    color: #333333;
	width:90%;
}
.mart-store-search-page-sorting .form-group {
    float: right;
    width: 240px;
}
.mart-store-search-page-sorting .form-group label {
    margin-bottom: 0;
    margin: 2px 10px 0 1em;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    text-align: right;
}
.mart-store-search-page-sorting .form-group select#sel1 {
    float: right;
    width: 150px;
    margin-top: 0px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    height: 25px;
    padding: 2px 12px;
}
.mart-store-search-page-sorting.col-lg-3.col-sm-4 {
    float: left;
    padding: 0;
    border-right: 1px solid#eee;
}
.mart-store-filter-search-head.col-md-12 {
    float: left;
    padding: 10px 0 0px 0px;
    margin-bottom: 10px;
	width:100%;
}
.mart-store-filter-sidebar-section-container-main {
    float: left;
    width: 100%;
}
.mart-store-filter-sidebar-section-container-main a.list-group-item {
    float: left;
    width: 100%;
    text-align: left;
    border: none;
    padding: 5px 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #555;
}
.mart-store-filter-sidebar-section-container-main a.list-group-item label{
	font-weight:400;
}
.mart-store-filter-sidebar-section-container-main a.list-group-item input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 5px;
}
.mart-store-filter-sidebar-container button.btn.btn-primary.mart-store-filter-clear {
    float: left;
    width: 100%;
    background: #333;
    border: #333;
    margin-bottom: 10px;
}
.mart-store-filter-sidebar-container button.btn.btn-primary.mart-store-filter-clear {
    background: #222;
    border: #222;
}
.mart-store-search-page-result {
    float: left;
	border-left: 1px solid#eee;
}
.mart-store-search-list-card {
    float: left;
    width: 100%;
    border-bottom: 1px solid#eee;
    padding: 15px 0;
}
.mart-store-search-list-card:hover{
	cursor: pointer;
}
.mart-store-search-list-card-image {
    float: left;
	padding:0;
}
.mart-store-search-list-card-image .mart-store-open, .mart-store-search-list-card-image .mart-store-close{
    text-align: center;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.mart-store-open{
	color:green;
}
.mart-store-close{
	color:#F86257;
}
.mart-store-search-list-card-details .col-lg-8.col-md-7.col-sm-5.col-xs-12, .mart-store-search-list-card-details .col-lg-4.col-md-5.col-sm-7.col-xs-12, .store-cards-details .col-md-6{
	padding:0;
}
.mart-store-search-list-card-details .col-md-8, .mart-store-search-list-card-details .col-md-4{
	padding:0;
}
.mart-store-search-list-card-image a{
    float: left;
	width:100%;
}
.mart-store-search-list-card-image a img {
    float: left;
    width: 100%;
    max-height: 153px;
    box-shadow: 0 0 5px 0 #ddd;
}
.mart-store-search-list-card-details.col-lg-8.col-sm-8.col-xs-7 {
    float: left;
}
.mart-store-search-list-card-heading {
    float: left;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
	width:100%;
}
.mart-store-search-list-card-rating {
    float: left;
    text-align: right;
    width: 100%;
}
.mart-store-search-list-card-rating  h2.mart-store-search-list-card-reviews{
    float: right;
    margin: 5px 0px 5px 5px;
    font-size: 14px;
}
.mart-store-search-list-card-min-order, .mart-store-search-list-card-category{
    float: left;
    padding: 0px 0;
    width: 100%;
    text-align: left;
    font-size: 15px;
    margin: 4px 0;
}
 .mart-store-search-list-card-speciality{
	float: left;
    padding: 0px 0;
    width: 100%;
    text-align: right;
    font-size: 15px;
    margin: 4px 0;
}
.mart-store-search-list-card-distance{
	float: left;
    padding: 0px 0;
    width: 100%;
    font-size: 15px;
    margin: 4px 0;
}
.mart-store-search-list-card-delivery{
	float: left;
    padding: 0px 0;
    width: 100%;
    text-align: right;
    font-size: 15px;
    margin: 4px 0;
}
.mart-store-search-list-card-pickup{
	float: left;
    padding: 0px 0;
    width: 100%;
    text-align: right;
    font-size: 15px;
    margin: 4px 0;
}
.mart-store-search-list-card-delivery-time{
	float: left;
    padding: 0px 0;
    width: 100%;
    text-align: right;
    font-size: 15px;
    margin: 4px 0;
}
.deals-tag {
    background: #333333;
    color: #fff;
    float: right;
    font-size: 13px;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
    border: none;
    font-weight: 100;
    vertical-align: middle;
    border-radius: 5px;
    height: 25px;
}
.deals-tag:hover, .deals-tag:focus{
    color: #fff;
	text-decoration:underline;
	background:#333333;
	transform:scale(1.05);
}
.mart-store-search-list-card-map{
    float: left;
    width: 100%;
    padding: 5px 0px;
}
.mart-store-search-list-card-map i.fa.fa-map-marker {
    float: left;
    color: #999;
    font-size: 20px;
    width: 13px;
    margin: 0;
}
.mart-store-search-list-card-map a{
    float: left;
    font-size: 12px;
    margin: 4px 10px 0;
	color:#333333;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}
.mart-store-search-list-related-search {
    float: left;
    width: 100%;
    text-align: left;
	padding:0 10px;
}
.mart-store-search-list-related-search h2{
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
	color:#999999;
    font-weight: bold;
}
.mart-store-search-list-related-search h2 a{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
	color:#999999;
    font-weight: bold;
}
.mart-store-search-list-related-search h2 a:hover{
	color:#333;
}
.mart-store-search-list-related-search p, .mart-store-search-list-related-search p a{
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
	color:#999999;
	margin:5px 2px;
    font-weight: 100;
	text-align:center;
}
.mart-store-search-list-related-search p:hover, .mart-store-search-list-related-search p a:hover{
	color:#333;
}

/********* Store-Catalog-List *********/

.mart-store-web-menu-navigation {
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid#333;
    box-shadow: 1px 5px 5px 0 #ddd;
}
.mart-store-web-menu-navigation ul{
	padding:0;
}
.mart-store-web-menu-navigation li{
    float: left;
    display: inline;
    margin: 5px 0;
    border-left: 1px solid#ccc;
    padding: 0;
}
.mart-store-web-menu-navigation li:first-child {
	border:none;
}
.mart-store-web-menu-navigation li a h3 {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 5px 20px;
    color: #000;
    text-align: center;
    margin: 0;
}
.mart-store-web-menu-navigation li a h3:hover{
	background:#eee;
}
.mart-store-catalog-list-page ul.nav.navbar-nav {
    float: left;
    width: 100%;
    border-bottom: 3px solid #333;
	background:#fff;
}
.mart-store-catalog-list-page ul.nav.navbar-nav li{
    margin-bottom:0;
}
.mart-store-catalog-list-page .navbar-nav li a {
    color: #000;
    font-size: 15px;
    background: #fff;
    font-family: Helvetica;
    text-transform: capitalize;
    padding: 10px 20px;
    border: none;
    margin: 2px 0 0 0;
    float: left;
}
.mart-store-catalog-list-page .navbar-nav  li  a:hover, .store-catalog-items-page .navbar-nav  li  a:active, .store-catalog-items-page .navbar-nav  li  a:focus{
	color:#fff !important;
	padding: 10px 20px;
    background: #333;	
	outline: none;
}
.mart-store-catalog-list-page-catalog-header .mart-store-catalog-list-page .navbar-inverse {
    background: none;
    border: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #333;
}
.mart-store-catalog-list-page.panel.panel-default {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px 0 #ccc;
    border: none;
    margin: 5px 0;
    border-radius: 0px;
}
.mart-store-catalog-list-page .panel-default .panel-heading{
    /*float: left;*/
    width: 100%;
	background:#eee;
	border-radius:0;
}
.mart-store-catalog-list-page  h3.panel-title{
    /*float: left;*/
    width: 100%;
    background: none;
    padding: 10px 10px;
    color: #333;
    text-transform: capitalize;
    font-family: Helvetica;
	border-radius:0;
}
.mart-store-catalog-list-page  .panel-heading i {
    float: left;
	color:#868533;
	margin:0 10px;
}
.panel {
    margin-bottom: 5px;
}
.mart-store-catalog-list-page  .panel-body{
    /*float: left;*/
    width: 100%;
}
.mart-store-catalog-list-page  .mart-store-catalog-list-cards {
    float: left;
    width: 100%;
}
.mart-store-catalog-list-cards .col-xs-12.col-sm-4.col-md-4.col-lg-4{
	padding:5px;
}
.mart-store-catalog-item-main {
    float: left;
    width: 100%;
    box-shadow: 0 0 10px 0 #ddd;
    padding: 5px 0 5px 5px;
	min-height:110px;
	cursor: pointer;
}
.mart-store-catalog-item-main:hover {
    transform: scale(1.015);
}
.store-catalog-list-page .col-lg-6 {
    margin: 5px 0;
    padding: 0 5px;
}
.mart-store-catalog-list-page  .mart-store-catalog-list-cards img.pull-left {
    width: 80px;
    height: 80px;
    border: 3px solid#eee;
}
.mart-store-catalog-list-page  .mart-store-catalog-list-cards h2 {
    font-size: 15px;
	float:left;
    color: #CF793F;
    text-transform: capitalize;
	font-family: Helvetica;
	width:100%;
	margin: 2px 0;
}
.mart-store-catalog-list-page  .mart-store-catalog-list-cards h2 a {
    font-size: 16px;
    float: left;
    color: #333;
	float:left;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    background: inherit;
    padding: 0;
    margin: 0;
}
.mart-store-catalog-list-page  .mart-store-catalog-list-cards h2 a:hover{
	color: #333;
	float:left;
	text-decoration:underline;
	background:inherit;
}
.mart-store-catalog-list-page .mart-store-catalog-list-cards .mart-store-catalog-list-cards-price {
    font-size: 18px;
    color: #333;
    float: left;
    text-transform: capitalize;
    font-family: Helvetica;
    margin: 0;
    font-weight: bold;
}
.mart-store-catalog-list-page  .mart-store-catalog-list-cards .mart-store-catalog-list-cards-description{
	font-size: 14px;
    color: #333;
	float:left;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
	margin:0;
	padding:0;
	width:100%;
}
.mart-store-catalog-list-page-catalog-header.sticky-header {
	left: 0;
	background: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
a.check-my-cart-btn {
    display: none;
	color:#fff;
}
.user-logged-in.path-store.has-glyphicons.toolbar-tray-open.toolbar-fixed.toolbar-horizontal .mart-store-catalog-list-page-catalog-header.sticky-header {
	left: 0;
	background: #fff;
	position: fixed;
	top: 79px;
	width: 100%;
	z-index: 999;
}
.user-logged-in.path-store.has-glyphicons.toolbar-fixed.toolbar-horizontal .mart-store-catalog-list-page-catalog-header.sticky-header {
	left: 0;
	background: #fff;
	position: fixed;
	top: 39px;
	width: 100%;
	z-index: 999;
}
.mart-store-profile-main-left.col-lg-9.col-sm-8 {
    float: left;
    border-right: 1px solid#eee;
	margin-top:10px;
	padding:0;
}
.mart-store-profile-main-right.col-lg-3.col-sm-4 {
    float: left;
    margin-top:0px;
	padding:0 5px;
}
.mart-store-profile-logo {
    float: left;
    width: 100%;
    text-align: center;
	border-bottom: 1px solid #eee;
}
.mart-store-profile-logo img {
    width: 40%;
    margin: 10px 0;
}
.mart-store-profile-map{
	float: left;
    width: 100%;
    text-align: center;
	border-bottom: 1px solid #eee;
}
.mart-store-profile-main-right .mart-store-location-map{
    float: left;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	margin:10px 0;
	color:#333;
}
.mart-store-profile-main-right .mart-store-larger-map {
    float: right;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	margin:10px 0;
	color:#333;
}
.mart-store-profile-tab-catalog {
    float: left;
    width: 100%;
    border-bottom: 2px solid #eee;
	padding:0 10px;
}
.mart-store-profile-tab-catalog ul li a{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #333;
}
.mart-store-profile-tab-catalog ul li a:focus, .mart-store-profile-tab-catalog ul li a:active, .mart-store-profile-tab-catalog ul li a:hover{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #333;
}
.mart-store-profile-tab-details {
    float: left;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid#eee;
}
.mart-store-profile-tab-details h1 {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
	margin:15px 0 5px 0;
}
.mart-store-profile-tab-details p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #333;
    font-family: 'Poppins', sans-serif;
	margin:10px 0;
}
.mart-store-profile-tab-details div#accordion {
    float: left;
    width: 100%;
}
.mart-store-profile-tab-details div#accordion .panel {
    margin: 10px 0 10px 0;
}
.mart-store-profile-tab-details .panel-group{
	margin-bottom:0;
}

h4.mart-store-profile-collapse-title {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    padding: 15px;
    font-weight: 600;
}
h4.mart-store-profile-collapse-title a span.caret {
    float: right;
    margin: 5px 0;
	color:#333;
}
.mart-store-profile-tab-details .panel-body p {
    float: left;
    color: #333;
    width: inherit;
}
.mart-store-profile-tab-details .panel-body a {
    float: right;
    background: #eee;
    padding: 1px 6px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 6px;
}
.mart-store-profile-tab-details .panel-body a:hover{
	background:#333;
	color:#fff;
}
.mart-store-information-right {
    float: left;
    width: 100%;
	border-bottom:1px solid#eee;	
	position:relative;
	overflow:hidden;
}
.mart-store-information-right h2{
    float: left;
    width: 100%;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin:10px 0;	
}
.mart-store-information-right h2 a{
    float: left;
    width: 90%;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#333;
	font-weight:600;
}
.mart-store-information-right p, .mart-store-information-right p a{
    float: left;
    width: 100%;
	font-family:'Poppins', sans-serif;
	font-size:13px;
	color:#333;	
}
a.mart-check-my-cart-btn{
	display:none !important;
}
p.mart-store-open{
    color: green;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
p.mart-store-closed {
    color: #F86257;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.mart-store-information-right .deals-tag {
    background: #333;
    color: #fff;
    position: absolute;
    font-size: 13px;
    padding: 5px 25px;
    font-family: 'Poppins', sans-serif;
    border: none;
    font-weight: 100;
    right: -15px;
    transform: rotate(45deg);
    height: 25px;
    margin: 6px -10px 10px 0px;
}
.mart-store-profile-slider {
    float: left;
    width: 100%;
}
.mart-store-profile-slider-main-image.col-lg-9.col-sm-8{
    float: left;
}
.mart-store-profile-slider-thumbnail-image.col-lg-3.col-sm-4 {
    float: left;
	padding-left:0;
}
.mart-store-profile-slider-main-image img {
    float: left;
    width: 100%;
    max-width: 578px;
}
.mart-store-profile-slider-thumbnail-image img {
    float: left;
    width: 100%;
    margin: 3px 0px;
	max-height: 125px;
}

/********store-profile-details********/

.mart-store-header-profile-details{
    float: left;
    width: 100%;
    background: url(../images/store-listing-slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mart-store-header-profile-details .col-sm-3 img.pull-left {
    float: left;
    border: 4px solid#f5f5f5;
    width: 200px;
    height: 160px;
    margin: 18px;
}
.mart-store-header-profile-details .col-sm-9 {
    background-color: rgba(255,255,255,0.8);
    margin: 16px 0 0 0;
	border-radius:5px;
}
.mart-store-header-profile-details .col-sm-9 h2{
    float: left;
    width: 100%;
	margin:8px 0;
	color:#333;
    background-color:rgba(134, 133, 51, 0.2);
    padding: 10px;
    font-size: 21px;
    font-family: Helvetica;
}
ul.mart-store-header-profile-details-left {
    float: left;
    width: 55%;
    padding: 0;
    list-style: none;
    font-family: Helvetica;
}
ul.mart-store-header-profile-details-left:hover, ul.mart-store-header-profile-details-right:hover{
	transform:scale(1.02);
}
ul.mart-store-header-profile-details-right li h4, ul.mart-store-header-profile-details-left li h4 {
    font-size: 20px;
    margin-top: 0;
}
ul.mart-store-header-profile-details-right li h5, ul.mart-store-header-profile-details-left li h5 {
    font-size: 17px;
	font-family:Helveticalt;
	color:#333;
}
ul.mart-store-header-profile-details-right {
    float: left;
    padding: 0;
    list-style: none;
    font-family: Helvetica;
}
.mart-store-header-view-deal-link{
    float: right;
    width: 8%;
}
.mart-store-header-view-deal-link img {
    float: left;
    width: 100%;
}
.mart-store-header-view-deal-link img:hover{
	transform:scale(1.04);
}

/********store-review-section********/

.panel.panel-default.mart-store-catalog-reviews {
    float: left;
    width: 100%;
}
.mart-store-catalog-reviews .mart-store-catalog-reviews-inner {
    float: left;
    width: 100%;
    overflow-y: scroll;
    max-height: 420px;
}
.mart-store-catalog-reviews-inner .mart-store-catalog-star-rating-outer {
    background: #fff;
    margin: 5px;
    padding: 5px 10px;
    box-shadow: 0 0 10px 0 #eee;
    border: 1px solid#eee;
    width: 48%;
    min-height: 120px;
	float:left;
}
.mart-store-catalog-reviews-inner  .mart-store-catalog-user-rating-name {
    float: left;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #333;
}
.mart-store-catalog-reviews-inner .mart-store-catalog-star-rating {
    float: right;
}
.mart-store-catalog-reviews-inner .mart-store-catalog-user-rating-comments {
    float: left;
    width: 100%;
    color: #333;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    margin-top: 10px;
    min-height: 70px;
    word-break: break-word;
}
.mart-store-catalog-reviews-inner  .mart-store-catalog-user-rating-time {
    float: right;
    color: #999;
    font-size: 12px;
}
.mart-store-catalog-reviews-inner  .mart-store-catalog-review-end-toast {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
}
 span#loading {
    float: left;
    width: 100%;
    color: #333;
    padding: 10px;
}

/***** My-Cart-form-Section *****/

.mart-user-cart-column.sticky-header, .col-md-3.mart-user-cart-column.sticky-header{
    position: fixed;
    top: 50px;
    width: 21%;
    z-index: 999;
    left: auto;
    right: 9%;
}
.mart-user-cart-container {
    float: left;
    width: 100%;
}
.user-logged-in .mart-user-cart-column.sticky-header, .user-logged-in .col-md-3.mart-user-cart-column.sticky-header{
    position: fixed;
    top: 50px;
    width: 21%;
    z-index: 999;
    left: auto;
    right: 9%;
}
.toolbar-horizontal .mart-user-cart-column.sticky-header, .toolbar-horizontal .col-md-3.mart-user-cart-column.sticky-header{
    right: 9%;
    position: fixed;
    top: 123px;
    width: 21%;
    z-index: 999;
    left: auto;
}
.mart-store-catalog-list-cart-form .col-md-3{
	padding:0;
	float:left;
}
.mart-store-catalog-list-cart-form  .col-md-9 {
    padding: 0 15px 0 0;
}
.mart-user-cart-form {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px 0 #ccc;
    border: none;
    margin: 5px 0;
    border-radius: 2px;
}
.mart-user-cart-form .table.table-hover.table-condensed {
    float: left;
    width: 100%;
}
.mart-user-cart-form  h2.block-title{
    float: left;
    width: 100%;
    background: none;
	border-bottom:1px solid #ddd;
    padding: 10px 10px;
    color: #333;
    text-transform: capitalize;
    font-family: Helvetica;
	margin: 0;
    font-size: 20px;
}
.mart-user-cart-form form#mart-user-cart-form {
    float: left;
    width: 100%;
    padding: 5px;
}
.mart-user-cart-form caption {
    padding: 8px;
    color: #333;
    text-align: left;
    background: #eee;
    width: 100%;
}
.mart-user-cart-form .table-responsive {
    float: left;
    width: 100%;
    overflow: auto;
    max-height: 400px;
}
.action-btn-cart-form-section {
    float: left;
    width: 100%;
}
.mart-user-cart-form thead tr th {
    color: #111111;
    font-size: 14px;
    padding: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.mart-user-cart-form thead, .mart-user-cart-form tbody {
	width: 100%;
}
.mart-user-cart-form tbody tr, .mart-user-cart-form thead tr{
	width: 100%;
}
.mart-user-cart-form-item-name {
    float: left;
    width: 90%;
	font-size: 16px;
    font-family: Helveticalt;
}
.mart-user-cart-form-item-quantity {
    width: 34%;
	text-align:center;
}
.mart-user-cart-form-item-amount, .mart-user-cart-form-amount {
    width: 29%;
	text-align:right;
}
.mart-user-cart-form-item-quantity a, .mart-user-cart-form-item-amount a {
    font-size: 19px;
    font-weight: bold;
    background: #eee;
    padding: 0 2px;
    border-radius: 3px;
    margin: 0px 2px;
    color: #333;
	text-decoration:none;
}
.mart-user-cart-form-item-quantity a:hover, .mart-user-cart-form-item-amount a:hover{
    background: #333;
    color: #ffffff;
	text-decoration:none;
}
.mart-user-cart-form-total-amount{
    font-size: 18px;
    font-family: Helvetica;
}
.mart-cart-form-action-btn {
    float: left;
    width: 100%;
}
.mart-cart-form-action-btn a {
    float: left;
    width: 46%;
    margin: 5px;
}
.btn-success {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus{
	color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:hover, .btn-success:active, .btn-success:focus{
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-checkout, .roulette-discount-screen a.btn.btn-default.btn-primary{
    background: #333;
    border: #333;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: Helvetica;
}
a.btn.btn-default.modify-button {
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: Helveticalt;
}
.btn-modify-cart {
	float: right;
}

/********** Roulette-Screen **********/

.roulette-discount-screen .col-md-9{
	padding:0;
	padding-bottom:10px;
}

.mart-user-cart-roulette-discount-screen{
    width: 100%;
	float:left;
}
.mart-user-cart-roulette-discount-screen .col-md-9 {
    background: #fff;
    padding: 6em 0;
	box-shadow: 0 0 3px 0 #ccc;
    border: none;
    margin: 5px 0;
    border-radius: 2px;
	text-align:center;
}
div#step-roulette {
    text-align: center;
}
div#step-roulette-prefix-message {
    float: left;
    width: 100%;
    margin: 10px;
    font-size: 20px;
    color: #333;
    font-family: Helveticalt;
}
span#max_discount {
    font-size: 30px;
    color: #222;
}
div#step-deals {
    float: left;
    width: 100%;
}
.mart-user-cart-roulette-discount-screen .col-md-9 a.btn.btn-default.btn-primary {
    float: none;
    width: 20%;
}
.mart-user-cart-roulette-discount-screen .col-md-9 a.btn.btn-default.modify-button {
    float: none;
    width: 20%;
}
div#step-deals-suffix-message{
    float: left;
    width: 100%;
    margin: 10px;
    font-size: 18px;
    color: #333;
    font-family: Helveticalt;
}
.mart-user-cart-display-roulette-discount {
    float: left;
    width: 100%;
	padding:2em 0;
}
.mart-user-cart-display-roulette-discount ul {
    list-style: none;
    padding: 0;
    width: 100%;
    position: relative;
    left: 24%;
}
.mart-user-cart-display-roulette-discount ul li {
    float: left;
    margin: 0 10px;
}
.mart-user-cart-display-roulette-discount ul li div {
    position: relative;
    padding: 3px 3px;
    border-radius: 7px;
}
.mart-user-cart-display-roulette-discount ul li img {
    background: #eee;
    padding: 5px;
    width: 120%;
}
.mart-user-cart-display-roulette-discount ul li div div {
    position: absolute;
    top: 24px;
    left: 13px;
    font-size: 15px;
    color: #FFF;
}
.mart-user-cart-roulette-discount-screen #step-deals a.btn.btn-default.btn-primary{
    background: #5cb85c;
    border: #5cb85c;
    padding: 12px;
	width:initial;
    font-size: 15px;
    letter-spacing: 1px;
}
.mart-user-cart-roulette-discount-screen #step-deals a.btn.btn-default.btn-primary:hover{
    background: #25b425;
    border: #25b425;
	width:initial;
    padding: 12px;
}

/********** Delivery-screen **********/

.mart-user-cart-delivery-details-screen .col-md-9{
	float: left;
    background: #fff;
    box-shadow: 0 0 3px 0 #ccc;
    border: none;
    margin: 5px 0;
	padding:10px;
    border-radius: 2px;
}
.mart-user-cart-delivery-details-screen div#map {
    width: 100%;
    float: left;
}
.mart-user-cart-delivery-details-screen .col-md-6 .mart-user-cart-delivery-options-form {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px 0 #ccc;
    border: none;
    margin: 20px 0 0 0;
    padding: 10px;
    border-radius: 2px;
}
.mart-user-cart-delivery-options-form .form-item {
    float: left;
    width: 100%;
	margin-bottom:5px;
}
.mart-user-cart-delivery-options-form .form-item input{
    width: 100%;
	float: left;
}
.mart-user-cart-delivery-address-slider-content {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 0px 15px;
    margin: 5px;
    border-radius: 10px;
}
.mart-user-cart-delivery-address-slider-content:hover{
    background: fffff;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #333333;
    margin: 5px;
}
.mart-user-cart-delivery-address-slider-content h2 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-family: Helvetica;
    text-align: center;
    padding: 5px;
    text-transform: capitalize;
    margin: 10px 0;
    background: #333;
}
.mart-user-cart-delivery-address-slider-content h4, .mart-user-cart-delivery-address-slider-content h5{
    float: left;
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-family: Helveticalt;
    text-align: center;
    padding: 5px;
	margin: 0px 0;
}
.mart-user-cart-address .mart-user-cart-delivery-address-slider-content {
	cursor: pointer;
}
.mart-user-cart-delivery-details-screen button#edit-submit{
    background: #333;
    border: #333;
    padding: 12px;
	width:initial;
    font-size: 16px;
    letter-spacing: 1px;
}
.mart-user-cart-delivery-details-screen button#edit-submit:hover{
    background: #333;
    border: #333;
	width:initial;
    padding: 12px;
}

/********order-Placement-form********/

.mart-user-cart-order-placement-form .panel-title {
    padding: 5px 15px;
}
.mart-user-cart-order-placement-form #edit-user-details .panel-body .form-item {
    float: left;
    width: 20%;
	margin-bottom:0;
}
.mart-user-cart-order-placement-form #edit-order-options .panel-body .form-item-schedule-date, #edit-order-options .panel-body .form-item-schedule-time {
    float: left;
    width: 50%;
    margin: 10px 0;
    padding: 0 10px 0 0;
}
.mart-user-cart-order-placement-form #edit-order-options h1{
	float:left;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.mart-user-cart-order-placement-form div#edit-payment-mode {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.mart-user-cart-order-placement-form #edit-payment-mode .form-item.radio {
    float: left;
    width: 15%;
    margin: 0px 0 20px 0;
}
.mart-user-cart-order-placement-form .checkout-details-screen .col-md-9{
	float: left;
    background: #fff;
    box-shadow: 0 0 3px 0 #ccc;
    border: none;
    margin: 5px 0;
	padding:10px;
    border-radius: 2px;
}
.mart-user-cart-order-placement-form .form-actions button#edit-submit {
    background: #5cb85c;
    border: #5cb85c;
    padding: 12px;
	width:initial;
    font-size: 16px;
    letter-spacing: 1px;
	float:right;
    margin-top: 1em;
}
.mart-user-cart-order-placement-form .form-actions button#edit-submit:hover{
    background: #25b425;
    border: #25b425;
	width:initial;
    padding: 12px;
}
.mart-user-cart-order-placement-form .form-actions button#edit-modify-cart{
    background: #fff;
    border:1px solid #ccc;
	color: #333;
    padding: 10px;
	width:initial;
    font-size: 16px;
    letter-spacing: 1px;
	float:right;
    margin-top: 1em;
}
.mart-user-cart-order-placement-form .form-actions button#edit-modify-cart:hover{
    background: #ccc;
    border:1px solid #ccc;
	width:initial;
    padding: 10px;
}

.mart-user-cart-order-placement-form .CardField-input-wrapper .Input input.InputElement {
    border: 1px solid #eee;
    padding: 10px;
    float: left;
    position: inherit;
    width: 100%;
}
.mart-user-cart-order-placement-form .form-item-tip-pct, .mart-user-cart-order-placement-form .form-item-num-people {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}
.mart-user-cart-order-placement-form .form-item-num-people input{
    width: 100% !important;
    float: left;
}
.mart-user-cart-order-placement-form .form-item-num-people label {
    margin-bottom: 5px !important;
    font-weight: 700;
}
.mart-user-cart-order-placement-form .js-form-item-instructions {
    float: left;
    width: 100%;
}
.mart-user-cart-order-placement-form #edit-condiments--wrapper {
    float: left;
    width: 100%;
}
.mart-user-cart-order-placement-form #edit-condiments--wrapper legend{
	margin-bottom:5px;
}

.mart-user-cart-order-placement-form .js-form-item-instructions textarea#edit-instructions {
    float: left;
    width: 100%;
    height: 60px;
	margin-bottom:10px;
}
.mart-user-cart-order-placement-form .credit-card-form-base {
    background-color: #eeeeee;
    font-size: 20px;
    box-shadow: 0 0 3px 0 #ccc;
    padding: 10px;
}
.mart-user-cart-order-placement-form div#edit-card-error {
    margin-bottom: 0;
}
.mart-user-cart-order-placement-form .credit-card-form-base .CardField-input-wrapper span{
	background:#000 !important;
}
.mart-user-cart-order-placement-form #edit-condiments label.control-label.option {
    float: left;
    margin: 10px 15px;
}
.mart-user-cart-order-placement-form a#edit-back-button {
    margin: 10px 0;
}
.mart-checkout-details-screen {
    float: left;
    width: 100%;
    padding: 15px;
}

/***** mart-user-order-confirmation *****/

.mart-user-order-confirmation-outer{
    width: 80%;
	margin:0 auto;
}
.mart-user-order-confirmation-thank-image {
    float: left;
    width: 100%;
    text-align: center;
	margin:10px 0;
}
.mart-user-order-confirmation-inner {
	float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ddd;
    padding: 10px;
    margin: 0 auto;
}
.mart-user-order-confirmation-note{
    float: left;
    width: 100%;
    font-size: 17px;
    font-family: Helveticalt;
    margin: 10px 0;
	padding:0 10px 10px 10px;
}
.mart-user-order-confirmation-note a {
    color: #D66B27;
}
.mart-user-order-confirmation-user-name {
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: Helvetica;
	padding:0 10px;
}
.mart-user-order-confirmation-details-outer {
    margin: 0 auto;
    width: 80%;
}
.mart-user-order-confirmation-order-details-inner{
	float:left;
	width:100%;
}
.mart-user-order-confirmation-full-order-receipt {
    margin: 0 auto;
    width: 80%;
}
img.mart-user-order-confirmation-receipt-logo {
    width: 12%;
    margin: 10px 0;
}
a.mart-user-order-confirmation-print-receipt-btn {
    float: left;
    text-align: center;
    background: #eee;
    padding: 5px 10px;
    color: #333;
    border-radius: 10px;
}
a.mart-user-order-confirmation-print-receipt-btn:hover{
    background: #D66B27;
    color: #fff;
	text-decoration:none;
}
.mart-user-order-confirmation-full-order-receipt .INfomyacc {
    background: #eee;
    padding: 10px;
    font-family: Helveticalt;
    margin: 10px 0;
    float: left;
    width: 100%;
	font-size:16px;
}
.mart-user-order-confirmation-order-receipt-table {
    float: left;
    width: 100%;
    margin:10px 0;
}
table.mart-user-order-confirmation-order-details-main{
    float: left;
    width: 100%;
    border-top: 2px solid#eee;
}
.mart-user-order-confirmation-order-details-main tr td{
    font-size: 16px;
    font-family: Helveticalt;
    padding: 10px 10px 10px 10px;
}
.mart-user-order-confirmation-order-details-main tr labels {
    float: left;
    font-size: 18px;
    font-family: Helvetica;
}
.mart-user-order-confirmation-order-details-main tr td a {
    color: #D66B27;
}
table.mart-user-order-confirmation-payment-details {
    float: left;
    width: 100%;
    border: 1px solid#ccc;
    margin: 10px 0 0 0;
}
.mart-user-order-confirmation-payment-details th {
    padding: 10px;
    color: #333;
    font-size: 18px;
    font-family: Helvetica;
    font-size: 20px;
    border: 1px solid#ccc;
}
p.mart-user-order-confirmation-customization-heading {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 2px;
    margin: 5px 0;
}
span.mart-user-order-confirmation-customization-main {
    float: left;
    width: 100%;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin: 3px 0px;
    border-bottom: 1px solid #eee;
}
span.mart-user-order-confirmation-item-instruction {
    padding: 10px 5px;
    float: left;
	outline:1px dotted #333;
	width:100%;
}
.mart-user-order-confirmation-payment-details tbody tr:nth-of-type(even) {
    background-color: #eeeeee;
}
.mart-user-order-confirmation-payment-details  tr td {
    padding: 10px;
    color: #333;
    font-family: Helveticalt;
    font-size: 16px;
    border: 1px solid#ccc;
}
tr.mart-user-order-confirmation-order-instructions h5 {
   font-size: 15px;
   font-family: Helvetica;
}

/*********mart-user-my-orders-screen******/

.mart-user-order-list-cards-outer {
    float: left;
    width: 100%;
    padding: 15px;
}
.mart-user-order-list-heading {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
	font-weight:600;
    color: #333;
    border-bottom: 1px solid#eee;
    padding-bottom: 10px;
    margin: 0;
}
.mart-user-order-list-card-store-image {
    float: left;
	padding:0;
}
.mart-user-order-list-card-store-image .mart-store-open, .store-image .mart-store-close {
    text-align: center;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.mart-user-order-list-card-details .col-lg-8.col-md-7.col-sm-5.col-xs-12, .mart-user-order-list-card-details .col-lg-4.col-md-5.col-sm-7.col-xs-12, .mart-user-order-list-card-details .col-md-6{
	padding:0;
}
.mart-user-order-list-card-details.col-md-8, .mart-user-order-list-card-details .col-md-4{
	padding:0;
}
.mart-user-order-list-cards {
    float: left;
    width: 100%;
    border-bottom: 1px solid#eee;
    padding: 15px 0;
}
.mart-user-order-list-card-store-image a{
    float: left;
	width:100%;
}
.mart-user-order-list-card-store-image a img {
    float: left;
    width: 100%;
    max-height: 153px;
    box-shadow: 0 0 5px 0 #ddd;
}
.mart-user-order-list-card-details.col-lg-8.col-sm-8.col-xs-7 {
    float: left;
}
.mart-user-order-list-card-details a.mart-user-order-list-card-store-name {
    float: left;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.mart-user-order-list-card-details .mart-user-order-list-star-rating{
    float: left;
    text-align: right;
    width: 100%;
}
.mart-user-order-list-star-rating  h2.store-reviews {
    float: right;
    margin: 5px 0px 5px 5px;
    font-size: 14px;
}
p.mart-user-order-list-card-min-order{
    float: left;
    padding: 0px 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin: 4px 0;
}
p.mart-user-order-list-card-category{
    float: left;
    padding: 0px 0;
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin: 4px 0;
}
p.mart-user-order-list-card-order-id{
	float: left;
    padding: 0px 0;
    width: 100%;
    font-size: 12px;
    margin: 4px 0;
}
.mart-user-order-list-card-details .col-lg-4 span {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
	float:right;
}
.mart-user-order-list-card-details .col-md-8 .s-row {
    float: left;
    width: 100%;
}
.mart-user-order-list-card-details .fa {
    font-size: 18px;
	width:inherit;
}
span.mart-user-order-list-items-main{
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 3px 0;
    border-bottom: 1px solid#e5e5e5;
}
span.mart-user-order-list-item-quantity {
    margin: 0 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	color:#666;
}
span.mart-user-order-list-item-name {
    margin: 0 10px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
	color:#666;
}
span.mart-user-order-list-item-amount {
    margin: 0 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	color:#666;
	float:right;
}
p.mart-user-order-list-customization-heading {
    margin: 0;
    background: #f9f9f9;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    border-left: 15px solid #f5f5f5;
    border-right: 15px solid #f5f5f5;
}
span.mart-user-order-list-customization-main{
    float: left;
    width: 100%;
    background: #f9f9f9;
    border-left: 15px solid #f5f5f5;
    border-right: 15px solid #f5f5f5;
    padding: 2px 10px;
}
span.mart-user-order-list-customization-title {
    margin: 0 10px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
	color:#666;
}
span.mart-user-order-list-customization-amount {
    margin: 0 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	color:#666;
	float:right;
}
.mart-user-order-list-card-order-status, .mart-user-order-list-card-cancel, .mart-user-order-list-card-order-rating{
    float: left;
    padding: 0px 0;
    width: 100%;
    text-align: right;
    font-size: 12px;
    margin: 4px 0;
}
p.mart-user-order-list-card-order-status input.btn.btn-confirmed {
    background: green;
    color: #fff;
    margin: 10px 0;
    padding:3px 6px;
}
p.mart-user-order-list-card-order-status input.btn.btn-pending{
    background: orange;
    color: #fff;
    margin: 10px 0;
    padding:3px 6px;
}
p.mart-user-order-list-card-order-status input.btn.btn-cancelled{
    background: #e11b1b;
    color: #fff;
    margin: 10px 0;
    padding:3px 6px;
}

/*********mart-blog-page******/

.mart-landing-page .field--name-body p {
	clear:both;
	display: inherit;
    padding: 5px;
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	line-height: 24px !important;
}
.mart-landing-page .field--name-body img {
    border: 5px solid#eee;
    cursor: pointer;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.mart-landing-page .field--name-body {
    padding: 1em 20px 3em 20px;
    float: left;
    width: 100%;
}
.mart-landing-page .field--name-body span {
    display: inherit;
    padding: 5px;
	font-family: 'Poppins', sans-serif !important;
	font-size:14px;
	line-height:24px !important;
}
article.mart-landing-page h2 a{
	color:#333;
	text-decoration:underline;
	font-size:25px;
	padding: 0 20px;
	font-family: 'Poppins', sans-serif !important;
}
article.mart-landing-page footer .author {
    padding: 0 20px;
}
article.mart-landing-page footer .author span a {
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
	font-family: 'Poppins', sans-serif !important;
}
article.page.full.clearfix .field--name-body {
    float: left;
    width: 100%;
    padding: 20px;
} 
article.page.full.clearfix .field--name-body span {
    font-family: 'Poppins', sans-serif;
    color: #333 !important;
    background: none !important;
    font-size: 13px;
}
article.page.full.clearfix .field--name-body p{
	padding:5px;
}
.mart-user-signup-form .button.js-form-submit.form-submit.btn-primary.btn {
    float: left;
}
.form-no-label h4.label {
    color: #333;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
.view-blog {
    float: left;
    width: 100%;
    padding: 20px;
}
.view-blog h2 a {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    text-decoration: underline;
}
.view-blog h2 a:hover{
    color: #222;
}
.view-blog .views-row {
    border-bottom: 1px solid#eee;
    float: left;
    width: 100%;
}
.view-blog .node-readmore a {
    padding: 5px 15px;
    color: #fff;
    background: #333;
    margin: 0 20px;
    border-radius: 5px;
}
.view-blog .node-readmore a:hover{
	background:#222;
}
.view-blog .views-row .content p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100 !important;
    color: #666;
	padding:0;
}
.feed-icons a.feed-icon {
    float: right;
    background: #333;
    padding: 10px;
    border-radius: 10px;
    margin: 5px 5px 0 5px;
    color: #fff;
    text-align: center;
}
.feed-icons a.feed-icon:hover{
    background: #222;
}
/*********mart-about-us-page*********/

.mart-about-us-page-content {
    float: left;
    width: 100%;
    overflow: -webkit-paged-y;
    padding: 0 10px 20px;
}
.mart-about-us-page-content h2.mart-about-us-heading {
    background: #333;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin-top: 10px;
}
.mart-about-us-page-content p {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 30px;
}
.mart-about-us-page-content p span{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
	font-weight:bold;
	color:#333;
}
.mart-about-us-page-content h3 {
    float: left;
    width: 100%;
    font-size: 15px;
    background: #eee;
    padding: 10px;
	font-family: 'Poppins', sans-serif;
}
.mart-about-us-page-content ul {
    float: left;
    width: 100%;
}
.mart-about-us-page-content ul li{
    float: left;
    width: 100%;
	font-size: 15px;
    line-height: 30px;
}
.mart-about-us-page-content ul li span{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
	font-weight:bold;
	color:#333;
}

/********* live-orders-expanded-section *********/

.mart-partner-order-grid-container {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.mart-live-orders-expanded-outer{
	width:100%;
	margin:0 auto;
}
.mart-live-orders-expanded-section{
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ddd;
    padding: 10px;
}
.mart-live-orders-expanded-orderid {
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: Helvetica;
    text-align: left;
}
.mart-live-orders-expanded-section p {
    float: left;
    width: 95%;
    font-size: 15px;
    font-family: Helveticalt;
    background: #eee;
    padding: 10px;
    margin: 5px 0 0 0;
}
.mart-live-orders-expanded-order-details {
    float: left;
    width: 95%;
	font-size:14px;
}
.mart-live-order-screen-mart-image {
    float: left;
    width: 100%;
    text-align: center;
	margin:10px 0;
}
.mart-live-order-screen-mart-image img {
    width: 15%;
}
.partner-order-actions .row {
	margin-bottom: 15px;
}
.partner-order-actions .row .partner-order-action {
	margin-right: 10px;
	white-space: nowrap;
}
div#edit-order-status {
    float: left;
    width: 70%;
    margin: 20px 0;
}
#edit-order-status .form-item.checkbox {
    float: left;
    width: 25%;
    margin: 20px 0 0 0;
}

/******** Homepage-popup ********/

#order-type-modal .modal-body label{
    width: 48%;
    text-align: center;
    font-size: 15px;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 0 1px;
    font-family: 'Poppins', sans-serif;
	color:#333;
	font-weight:400;
}
#order-type-modal .modal-body label:hover{
    width: 48%;
    text-align: center;
    font-size: 15px;
    color: #333;
    background: #f5f5f5;
    padding: 5px;
	border-radius: 10px;
	border: 2px solid #fff;
    box-shadow: 0px 0px 5px 0px #999;
}
#address-modal .modal-content{
    text-align:center;
}
.modal-body #mart-user-login-form .mart-user-login-form-signup-btn {
    display: block;
}
.modal-dialog {
    margin: 10% auto;
    width: 90%;
    max-width: 530px;
}
.modal-title{
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}
 .modal-header .close{
    color: #fff;
    opacity: 1;
	font-weight:normal;
}
.modal-header .close:hover{
    color: #fff;
    opacity: .5;
}
.modal-header{
    padding: 8px;
    border-bottom: none;
    background: #333;
    color: #fff;
	font-family: 'Poppins', sans-serif;
}
.modal-body{
    padding: 2em 1em;
}
#order-type-modal .modal-body p{
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 0px 0 20px 0;
    font-family: sans-serif;
	display:none;
}
.modal-content{
    border: 3px solid #ffffff;
	width:100%;
}
input#address-modal-value {
    background: #fff;
    border: 2px solid#eee;
}
 input.submit {
    background: #5cb85c;
    border: #5cb85c;
    width: 50%;
    padding: 8px;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 1em 0;
    color: #fff;
    border-radius: 5px;
}
input.submit:hover{
    background: #25b425;
    border: #25b425;
    padding: 8px;
}

/***** Add-to-cart-popup *****/
.mart-add-cart-item-form .cart_item_quantity {
   float: left;
   width: 100%;
}
.mart-add-cart-item-form {
   float: left;
   width: 100%;
   background: #fff;
   padding: 10px 0 10px 0;
}
.mart-add-cart-item-form .cart_item_quantity_field_wrapper {
   float: left;
   width: 100%;
   background: #fff;
}
.mart-add-cart-item-form .cart_item_quantity_up {
   float: left;
   margin: 0 5px;
}
.form-inline.form-item.js-form-item.form-type-number.js-form-type-number.form-item-quantity.js-form-item-quantity.form-no-label.form-group {
   float: left;
}
.mart-add-cart-item-form .cart_item_quantity_down {
   float: left;
   margin: 0 5px;
}
.mart-add-cart-item-form .add_cart_button {
   float: left;
   width: 100%;
   margin: 1em 0 0 0;
   padding: 10px;
font-family: Helvetica;
} 
#drupal-modal .modal-dialog{
    margin: 2% auto;
}
#drupal-modal .modal-header .close {
    color: #fff;
    opacity: 1;
}
#drupal-modal .modal-header .close:hover {
    color: #fff;
    opacity: .5;
}
#drupal-modal .modal-header {
    padding: 8px;
    border-bottom: none;
    background: #333;
    color: #fff;
	font-family: 'Poppins', sans-serif;
}
#drupal-modal .modal-header .store-catalog-item-price {
	float: right;
	margin-right: 50px;
}
#drupal-modal--body {
    padding: 1em;
    float: left;
    width: 100%;
    background: #fff;
}
#drupal-modal .form-inline {
    margin: 0;
}
#drupal-modal .form-type-select {
    float: left;
    width: 100%;
}
#drupal-modal fieldset {
    float: left;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
	margin-bottom:10px;
}
#drupal-modal fieldset legend{
    float: left;
}
#drupal-modal .form-group {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
#drupal-modal label.control-label {
    float: left;
	margin:5px;
    font-size: 14px;
	font-family: Helveticalt;
}
#drupal-modal .modal-body .form-item .btn.btn-info, #drupal-modal .modal-body .form-item .btn-primary{
    color: #fff;
    background-color: #333;
    border-color: #333;
}
#drupal-modal .modal-body .form-item .btn.btn-info, #drupal-modal .modal-body .form-item .btn-primary{
    color: #fff;
    background-color: #222;
    border-color: #222;
}
#drupal-modal .form-group input {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}
#drupal-modal #drupal-modal--body button.button.js-form-submit.form-submit.btn-primary.btn.icon-before {
    display: none;
	visibility:hidden;
}

#drupal-modal.mart-catalog-add-item-customizationn .modal-header {
    background: #f2f2f2;
    padding: 5px 20px;
}
#drupal-modal.mart-catalog-add-item-customization #drupal-modal--body{
	overflow-y:inherit;
}
#drupal-modal.mart-catalog-add-item-customization .modal-header h4{
    color:#fff;
}
#drupal-modal.mart-catalog-add-item-customization .modal-header .close{
	color:#fff;
}
.mart-item-cat-table .radio input[type="radio"], .mart-item-cat-table .radio-inline input[type="radio"], .mart-item-cat-table .checkbox input[type="checkbox"], .mart-item-cat-table .checkbox-inline input[type="checkbox"] {
    position: relative;
}
.mart-add-cart-item-form img {
    width: 100%;
    float: left;
}
.mart-add-cart-item-form .store-catalog-item-name {
    float: left;
    width: 100%;
    color: #333;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin: 5px 0;
	text-align:left;
}
.mart-add-cart-item-form .store-catalog-item-description {
    font-size: 14px;
    margin: 5px 0;
    float: left;
    width: 100%;
	text-align:left;
}
.mart-add-cart-item-form .store-catalog-item-price {
    font-size: 25px;
    float: left;
    width: 100%;
	margin:5px 0;
	font-weight:bold;
	text-align:left;
}
.mart-add-cart-item-form .cart_item_quantity_container label{
	display:none;
}
.mart-add-cart-item-form .form-item-quantity{
	width:80px !important;
}
.mart-add-cart-item-form .cart_item_quantity_down{
    float: left;
    margin: 0 5px;
    background: #333;
    color: #fff;
    font-size: 23px;
    vertical-align: middle;
    padding: 0px 12px;
    outline: none;
}
.mart-add-cart-item-form .cart_item_quantity_up {
    float: left;
    margin: 0 5px;
    background: #333;
    color: #fff;
    font-size: 23px;
    vertical-align: middle;
    padding: 0px 12px;
    outline: none !important;
}
.mart-catalog-add-item-customization .mart-add-cart-item-form fieldset {
    float: left;
    width: 100%;
    background: #fff !important;
    padding: 0px !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
    border: 1px solid #eee !important;
}
.mart-add-cart-item-form fieldset legend {
    float: left;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
.mart-add-cart-item-form .form-item-special-instructions{
    float: left;
    width: 100%;
    background: #fff;
    padding: 0px;
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.mart-catalog-add-item-customization .form-type-radio label {
    padding-left: 30px;
}
.mart-add-cart-item-form .form-type-textarea label {
    float: left;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 18px !important;
    margin: 0 0 5px 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
}
.mart-add-cart-item-form .form-type-select{
    float: left;
    width: 100%;
    background: #fff;
    padding: 0px;
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.mart-add-cart-item-form .form-type-select label {
    float: left;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 18px !important;
    margin: 0 0 5px 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: normal;
}
.mart-add-cart-item-form .form-type-select select{
	border:none;
}
.mart-add-cart-item-form .form-type-textarea textarea.form-control{
    border:none;
}
.mart-add-cart-item-form label.control-label.option {
    float: left;
    margin: 5px;
    font-size: 14px;
    font-family: Helveticalt;
}
.mart-add-cart-item-form h4.add-item-heading {
    display: inherit;
    width: 97.5%;
    background: #f2f2f2;
    padding: 8px;
    color: #333;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    margin-bottom: 10px;
}
/********** Deals-modal **********/

.mart-store-deals-list-current-deals, .mart-store-deals-list-store-name {
    font-size: 15px;
    background: #eee;
    padding: 3px;
    font-family: Helvetica;
	width:100%;
	text-align:center;
}
.mart-store-deals-list-discount-main {
    float: left;
    width: 100%;
    background: #fff;
    padding: 5px 0px;
    border: 1px solid#ddd;
    box-shadow: 0 0 10px 0 #ccc;
    margin: 3px 0;
    text-align: center;
}
.mart-store-deals-list-discount-main p {
    font-size: 13px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background: #97bb49;
    padding: 4px 2px 2px 2px;
    margin: 5px 0 0 0;
	float:left;
	width:100%;
	display:none;
}
span.mart-store-deals-list-serial-number {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
	border-bottom:1px solid#dddddd;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
span.mart-store-deals-list-discount{
    color: #97bb49 !important;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    border: 1px dotted #ddd;
    padding: 5px;
    display: inline-block;
    margin: 10px 0;
    font-weight: bold;
}
span.mart-store-deals-list-min-order{
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
span.mart-store-deals-list-min-order i{
	font-size: 18px;
}

/********** Deals-modal **********/


/********** Header region Store Search Form **********/

.region-header .mart-store-search-container {
    background: rgba(0, 0, 0, 0) url(../images/store-listing-slider.jpg) repeat scroll center center / cover;
    float: left;
    width: 100%;
}
.region-header .mart-store-search-container .row {
    text-align: center;
    width: 70%;
    padding: 0em 0 0em 0;
    margin: 0 auto;
    height: 100px;
    padding-top: 10px;
}
.region-header .mart-store-search-container img {
    width: 30%;
}
.region-header .mart-store-search-container .mart-store-search-title{
	display: none;
}
.region-header .mart-store-search-container h2 {
    font-size: 35px;
    word-spacing: 6px;
    margin: 0;
    color: #d06b27;
    font-family: Helveticalt;
    text-shadow: 0 0 6px #fff;
}
.region-header .mart-store-search-container h3{
	float:left;
	width:100%;
	color:#333;
	font-family:Helveticalt;
	text-transform:uppercase;
	text-align:center;
}

.region-header .mart-store-search-area,
.region-header .mart-store-search-store {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    margin-top: 1em;
    opacity: 1;
    padding: 0px;
    width: 100%;
    box-shadow: 0 0 6px 0 #ccc;
	margin-bottom:10px;
}

.region-header .input-group.mart-store-search-area input,
.region-header .input-group.mart-store-search-store  input{
    background: #fff none repeat scroll 0 0;
    border: none;
    color: #4a4a4a;
    padding: 20px 20px !important;
    width: 100%;
    font-size: 20px;
    float: left;
    box-shadow: none;
    border-radius: 3px !important;
    font-family: Helveticalt;
}
.region-header .mart-store-search-area span.input-group-addon,
.region-header .mart-store-search-store span.input-group-addon {
    padding: 0;
    margin: 0;
	border: none;
}
.region-header .mart-store-search-area i {
    font-size: 26px;
    vertical-align: middle;
    padding: 6px;
    color: #333;
}
.region-header .mart-store-search-area i:hover{
	color:#00cc33;
}
.region-header .mart-store-search-store i{
    font-size:20px;
    vertical-align: middle;
    padding: 6px;
    color: #333;
}
.region-header .mart-store-search-store i:hover{
	color:#868533;
}

/***********Drupal-Specific************/

.contextual-region {
    position: relative;
    float: left;
    width: 100%;
}
.main-container .region-content dl {
    float: left;
    width: 100%;
    padding: 10px;
}
.main-container .region-content dl dt a{
    float: left;
    width: 100%;
	font-weight:bold;
	color:#333;
	margin:3px 0;
	font-size:16px;
}
.main-container .region-content dl dt a:hover{
	color:#333;
	margin:3px 0;
}
.main-container .region-content dl dd{
    float: left;
    width: 100%;
	font-weight:400;
	color:#999;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.mart-form-element-suffix {
    font-style: italic;
    margin-top: -7px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
    color: #999;
    line-height: 12px;
    font-size: 12px;
}

/**********Bootstrap Specific**********/

.dropdown-submenu:hover .dropdown-menu {
	display: block !important;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/********** mart-dashboard-pages**********/

.mart-partner-dashboard-form .select2-selection {
    height: 34px;
    padding: 6px 12px;
    border: 1px solid#ccc;
}
.mart-partner-dashboard-form{
	float:left;
	width:100%;
	padding:10px;
}
.mart-platform-user-search-form .form-item.js-form-item{
    display: inline-block;
    width: 46%;
    margin: 0 10px;
}
.mart-platform-user-search-form .form-item.js-form-item label{
    float: left;
    width: 100%;
	margin-bottom: 5px;
}
.mart-platform-user-search-form.form-item.js-form-item label input, .mart-platform-user-search-form .form-item.js-form-item label input {
    float: left;
    width: 10%;
}
.mart-partner-dashboard-form .form-item.js-form-item{
    display: inline-block;
    width: 46%;
    margin: 2px 10px;
    vertical-align: top;
}
.mart-partner-dashboard-form button#edit-submit {
    float: right;
    margin: 20px 3em 10px 0;
}
.mart-partner-dashboard-form fieldset{
    width: 100% !important;
    float: left;
}
.mart-partner-dashboard-form fieldset .form-item.js-form-item{
    width: inherit;
}
.mart-partner-dashboard-form #edit-export-csv {
	width: 15%;
    margin: 23px 0 0 0;
    padding: 10px;
    vertical-align: middle;
}
.mart-partner-dashboard-form button#edit-submit:hover{
	background: #25b425;
    border-color: #25b425;
}
.mart-platform-user-grid-container .table-responsive {
    overflow: inherit;
}
.mart-partner-order-grid-container .table-responsive {
    overflow: inherit;
}
.mart-partner-order-search-form .form-item.js-form-item label, .mart-partner-cart-search-form .form-item.js-form-item label{
    float: left;
    width: 100%;
	margin-bottom: 5px;
}
.mart-partner-order-search-form .form-item.js-form-item label input, .mart-partner-cart-search-form .form-item.js-form-item label input {
    float: left;
    width: 10%;
}
.mart-partner-order-search-form button#edit-submit, .mart-partner-cart-search-form button#edit-submit {
    background: #333;
    border: #333;
    width: 15%;
    margin: 23px 0 0 0;
    padding: 10px;
    display: inline;
    float: none;
}
.mart-partner-order-search-form .form-item.js-form-item select, .mart-partner-order-search-form .form-item.js-form-item input{
    float: left;
    width: 100%;
}
.mart-partner-cart-search-form .form-item.js-form-item select, .mart-partner-cart-search-form .form-item.js-form-item input{
    float: left;
    width: 100%;
}
.mart-live-orders-expanded-order-receipt {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.mart-live-orders-screen-full-order-receipt{
    margin: 0 auto;
    width: 95%;
}
img.mart-live-orders-receipt-logo {
    width: 12%;
    margin: 10px 0;
}
a.mart-live-orders-print-receipt-btn {
    float: left;
    text-align: center;
    background: #eee !important;
    padding: 5px 10px;
    color: #333 !important;
    border-radius: 10px;
}
a.mart-live-orders-print-receipt-btn:hover{
    background: #D66B27 !important;
    color: #fff !important;
	text-decoration:none;
}
.mart-live-orders-expanded-order-receipt-table {
    float: left;
    width: 100%;
    margin:10px 0;
}
table.mart-live-orders-order-details {
    float: left;
    width: 100%;
    border-top: 2px solid#eee;
}
.mart-live-orders-order-details tr td{
    font-size: 16px;
    font-family: Helveticalt;
    padding: 10px 10px 10px 10px;
}
.mart-live-orders-order-details  tr td.labels {
    float: left;
    font-size: 18px;
    font-family: Helvetica;
}
.mart-live-orders-order-details tr td a {
    color: #D66B27;
    background: none;
}
.mart-live-orders-order-details tr td a:hover{
    color: #D66B27;
    background: none;
	text-decoration:underline;
}
.mart-order-detail-partner-image {
	max-width: 100px;
	max-height: 100px;
}

table.mart-live-orders-payment-details {
    float: left;
    width: 100%;
    border: 1px solid#ccc;
    margin: 10px 0 0 0;
}
.mart-live-orders-expanded-section p {
    float: left;
    width: 100%;
}
.mart-live-orders-payment-details th {
    padding: 10px;
    color: #333;
    font-size: 18px;
    font-family: Helvetica;
    font-size: 20px;
    border: 1px solid#ccc;
}
.mart-live-orders-payment-details tr td {
    padding: 10px;
    color: #333;
    font-family: Helveticalt;
    font-size: 16px;
    border: 1px solid#ccc;
}
.mart-order-status-confirmed {
    background-color: #0080009c;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.mart-order-status-completed {
    background-color: green;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.mart-order-status-cancelled {
    background-color: #e11b1b;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.mart-order-status-submitted {
    background-color: orange;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.mart-order-processor-platform {
    background-color: #769700;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.mart-order-processor-partner {
    background-color: #c28225;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.mart-order-processor-user {
    background-color: #f05325;
    color: #fff;
    padding: 2px;
    border-radius: 5px;
}
.mart-live-orders-expanded-order-details .left.bold.Methodsx a {
    background: inherit;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin: 0;
}
p.mart-live-orders-customization-heading {
    margin: 0;
    background: #f9f9f9;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    border-left: 15px solid #f5f5f5;
    border-right: 15px solid #f5f5f5;
}
span.mart-live-orders-customization-main{
    float: left;
    width: 100%;
    background: #f9f9f9;
    border-left: 15px solid #f5f5f5;
    border-right: 15px solid #f5f5f5;
    padding: 2px 10px;
}
span.mart-live-orders-item-customization-item-title{
    margin: 0 10px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
	color:#666;
}
span.mart-live-orders-item-customization-item-amount {
    margin: 0 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	color:#666;
	float:right;
}
span.mart-live-orders-customization-item-instructions{
    margin: 0 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
	color:#666;
	float:right;
}

/* mart-entity-list-table */

.main-dashboard-section {
    float: left;
    width: 100%;
}
.main-dashboard-section .region.region-content{
    width: 90% !important;
}
.mart-entity-list-action-wrapper, .mart-entity-list-table {
    padding: 5px;
}
.mart-entity-list-table {
    box-shadow: 0px 1px 10px 0px #ccc;
    border-radius: 5px;
}
.mart-entity-list-table thead tr {
    background: #fff;
}
.mart-entity-list-table th a {
    color: #000;
	font-weight:bold;
	font-size:14px;
}
.mart-entity-list-table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.mart-entity-list-table tbody tr:nth-of-type(even) {
    background-color: #eeeeee;
}
.mart-entity-list-action-wrapper a,
.mart-entity-list-table td a {
    background: #333;
    color: #fff;
	font-size:14px;
    padding: 2px;
	text-align:center;
    border-radius: 5px;
	text-decoration:none;
}
.mart-entity-list-action-wrapper a:hover,
.mart-entity-list-table td a:hover {
    background: #222;
}
.mart-entity-list-table >thead tr th {
    font-size: 13px;
    font-weight: 600;
	padding:5px;
}
.mart-entity-list-table tbody tr td {
    font-size: 13px;
    padding: 5px 3px;
}
.mart-entity-list-table tbody tr td >a{
    font-size: 13px;
	float:left;
}
.mart-entity-list-table .mart-live-orders-screen-full-order-receipt td {
    font-size: 16px;
}
.mart-entity-list-table .mart-live-orders-screen-full-order-receipt td >a{
    font-size: 14px;
}
/* mart-entity-list-table */


/********store-search-host********/

.mart-store-search-host {
    float: left;
    width: 100%;
    border-bottom: 1px solid#eee;
    padding: 10px 10px 15px 10px;
}
.mart-store-search-host-picture {
    width: 100%;
    height: 150px;
    box-shadow: 0 0 10px 0 #ddd;
}
.mart-store-search-host  h2.mart-store-search-host-name {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    background: #97bb49;
    color: #fff;
    padding: 10px;
    margin-bottom:10px;
	margin-top:0;
}
.mart-store-search-host p {
    float: left;
    width: 100%;
    padding: 1px 10px;
	color:#666;
}

/********store-search-host********/

/***********Extra-Addons************/

.ajax-throbber .glyphicon-spin .icon .glyphicon .glyphicon-refresh{
    width:100%;
    display:block;
}
.mart-store-coupon-form span.select2.select2-container {
    float: left;
    width: 100% !important;
}
input#item_price {
    width: 100%;
}
.ui-timepicker-container.ui-timepicker-standard{
    z-index:9999 !important;
}
.pac-container{
    z-index:1060 !important;
}
#edit-timings-table > thead > tr > th, #edit-timings-table > tbody > tr > th, #edit-timings-table > tfoot > tr > th, #edit-timings-table > thead > tr > td, #edit-timings-table > tbody > tr > td, #edit-timings-table > tfoot > tr > td{
    padding: 8px 2px;
}
#edit-timings-table .mart-open-time-apply-btn , #edit-timings-table .mart-delivery-time-apply-btn, #edit-timings-table .mart-dinein-time-apply-btn{
    font-size: 12px !important;
	padding: 8px 2px;
}
.ui-timepicker-standard a{
    padding:0;
	float: left;
    width: 100%;
    text-align: left;
}
.ui-timepicker-standard .ui-menu-item{
	list-style:none;
}
.modal-backdrop {
    z-index: 100 !important;
}
.modal-content{
	overflow:auto;
}

#modal-pop-up-window-mask {
	display: none;
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left:0;
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}
