.left-sidebar,.right-sidebar{
	width: 200px;
	max-width: 200px;
	padding: 0 15px;
}
.ca-container{
	display: table;
	width: 100%;
	/*max-width: 1600px;*/
	margin: 0 auto;
}
.left-sidebar,.right-sidebar,.content{
	display: table-cell;
	vertical-align: top;
}
.right-sidebar{
	padding-top: 60px;
}
.left-sidebar{
	z-index: 999;
}
.left-sidebar ul{
	/*position: fixed;*/
	padding: 0;
	margin: 10px 0 0 0;
}
.left-sidebar ul li{
	list-style: none;
}
.left-sidebar ul li a{
	display: block;
	line-height: 30px;
	font-size: 13px;
	font-family: "Montserrat";
	/*font-family: "open sans";*/
	color: rgb( 51, 51, 51 );
	/*line-height: 40px;	*/
	padding: 4px 0;
	line-height: 1.5;
}
.left-sidebar .side-menu>ul>li {
	position: relative;
}
.dropdown-content {
	/*position: absolute;*/
	position: fixed;
	/*left: 100%;*/
	width: 200px;
	background: white;
	z-index: 99;
	/*box-shadow: 0px 0px 8px rgba(0,0,0,0.1);*/
	border: 1px solid rgb(232, 232, 232);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
	padding: 15px;
	top: 120px;
	min-height: 490px;
	left: 180px;
	/*height: 100%;*/
	/*left: 100%;*/
	/*max-height: 100%;*/
	/*bottom: 0;*/
	display: none;
	overflow: auto;
	/*background-image: url('/images/right_panel_bg.jpg');*/
	background-size: auto 120px !important;
	background-repeat: no-repeat !important;
	background-position: center bottom !important;
}
.left-sidebar .side-menu>ul>li:hover .dropdown-content{
	/*display: block;*/
}
.left-sidebar .side-menu>ul>li:hover>a,.dropdown-content a:hover{
	color: #82b941;
	text-decoration: none;
}
.side-menu{
	bottom: 0;
}
.side-menu.affix{
	position: fixed !important;
}
.breadcrumbs{
	padding: 20px 0;
}
.breadcrumbs ul{
	padding: 0;
	margin: 0;
}
.breadcrumbs ul li{
	display: inline-block;
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb( 110, 110, 110 );
	padding-right: 3px;
}
.breadcrumbs ul li a{
	color: rgb( 110, 110, 110 );
}
.main-content{
	border: 1px solid rgb( 242, 242, 242 );
	background-color: rgb( 252, 252, 252 );
	box-shadow: 1px 1px 5px 1px rgba( 0, 0, 0, 0.07);
	/*min-height: 500px;*/
	padding: 0 30px;
	margin-bottom: 60px;
}
.title{
	padding: 25px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 30px;
	text-align: center;
}
.title .text{
	font-size: 30px;
	font-family: "Montserrat";
	color: rgb( 51, 51, 51 );
	text-transform: uppercase;
	margin-bottom: 10px;
}
.title .seeall{
	font-size: 16px;
	font-family: "Open Sans";
	color: rgb( 130, 185, 65 );
	text-decoration: none !important;
	position: absolute;
	right: 15px;
	top: 0;
}
.products{
	margin-bottom: 30px;
}
.product {
	margin-bottom: 30px;
}
.product .img {
	height: 160px;
	background: #ffffff;
	width: 100%;
	position: relative;
	border: 1px solid #f2f2f2;
	overflow: hidden;
}
.product .img .view-more{
	font-size: 14px;
	font-family: "Open sans";
	color: rgb( 51, 51, 51 );
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 1);
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product .img:hover .view-more{
	opacity: 1;
}
.product .img img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	padding: 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product .img:hover img{
	transform:scale(1.2);
}
.product .desc{
	margin: 5px 0;
}
.product .desc .price{
  font-size: 14px;
  font-family: "Montserrat";
  color: rgb( 51, 51, 51 );
  font-weight: bold;
  margin-bottom: 5px;
}
.product .desc .name{
  font-size: 13px;
  font-family: "Montserrat";
  color: rgb( 110, 110, 110 );
  min-height: 60px;
}
.out-of-stock{
	border-radius: 500px;
	background-color: rgba(170, 181, 185, 0.4);
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(0, 0, 0) !important;
	text-decoration: none !important;
	padding: 8px 15px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}
.add-to-cart{
	border-radius: 500px;
	background-color: rgb( 237, 49, 57 );
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb( 255, 255, 255 ) !important;
	text-decoration: none !important;
	padding: 8px 15px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}
.add-to-cart .cartly-icons{
	display: inline-block;
}
.add-to-cart .cartly-icons.basket{	
	width: 21px;
	height: 17px;
	background-size: 260px;
	vertical-align: middle;
	margin-top: -4px;
}
.recipe-ad{
	background-image: url('/images/right_panel_bg.jpg');
	color: #ffffff;
	text-align: center;
	padding: 8px;
	/*margin-top: 60px;*/
}
.recipe-ad .block{
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb( 255, 255, 255 );
	background-color: rgba(90, 164, 73, 0.50);
	
}
.recipe-ad .block .head{
  font-size: 20px;
  font-family: "Montserrat";
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.recipe-ad .block .head:after{
	content: "";
	position: absolute;
	display: block;
	height: 2px;
	width: 30px;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	background-color: #ffffff
}
.recipe-ad .block .desc{
  font-size: 12px;
  font-family: "Open Sans";
  color: rgb( 255, 255, 255 );
  text-align: center;	
}
.recipe-ad .block .btn-white{
	margin-top: 10px;
}
.btn-white{
  font-size: 14px;
  font-family: "Montserrat";
  color: rgb( 51, 51, 51 ) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  border-radius: 500px;
  display: inline-block;
  padding: 5px 20px;
}
.info-block{
  border: 1px solid rgba( 0, 0, 0, 0.08 );
  background-color: rgb( 252, 252, 252);
  padding: 10px;
  margin-top: 15px;
}
.info-block .text{
  font-size: 14px;
  font-family: "Montserrat";
  color: rgb( 51, 51, 51 );
  line-height: 1.4;
}
.info-block .form{
	margin-top: 10px;
}
.info-block .form input{
  font-size: 12px;
  font-family: "Open Sans";
  color: rgb( 162, 162, 162 );
  border: 1px solid rgb( 235, 235, 235 );
  background-color: #ffffff;
  height: 25px;
  padding: 0 10px;
  width: 100%;
}
.info-block .green-text{
	color: #82b941;
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: bold;
}
.categories-trigger{
	display: none;
}
.footer{
	background: #ffffff;
}
.rating ul {
	padding: 0;
	margin: 0;
}

.rating ul li {
	display: inline-block;
	list-style: none;
	font-size: 13px;
	color: #dcdcdc;
}

.rating ul li.colored {
	color: #ffd01b;
}
.tag-top {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 10px;
	color: #fff;
	font-family: 'montserrat';
	font-size: 12px;
	background: #ccc;
}
.tag-top.blue{
	background: #4fd6d0;
}
.tag {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 10px;
	color: #fff;
	font-family: 'montserrat';
	font-size: 12px;
	background: #ccc;
}
.tag.red{
	background: #ed3139;
}
.tag.green{
	background: #82b941;
}
.tag.blue{
	background: #4fd6d0;
}
.filter{
	margin-bottom: 30px;
}
.filter .nav.nav-tabs li a {
	color: #868686;
	border-radius: 0px;
}
.filter .nav.nav-tabs li.active a {
	border: none;
	background: transparent;
	border-bottom: 2px solid #82b941;
	color: #333333;
}

.filter .nav.nav-tabs li {font-family: 'montserrat';}

.filter .tab-content {
	padding: 30px 15px 15px 15px;
	max-height: 200px;
	overflow: auto;
}

.filter {
	/*max-height: 200px;*/
	/*overflow: auto;*/
	padding: 0px;
}

.filter-list:before,.filter-list:after{
	clear: both;
	display: block;
	content: "";
}
.filter-list ul {
	padding: 0;
	margin: 0;
}

.filter-list ul li {
	list-style: none;
	/*float: left;*/
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	padding: 0 10px;
	width: 25%;
	margin-bottom: 20px;
}

.filter-list ul li a {
	color: #868686 !important;
	text-decoration: none !important;
	font-family: 'open sans';
}
.filter-list ul li a span {
	background: #f1f1f1;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
	margin-left: 5px;
}
input.check_box {
	margin: 0 3px 2px 0;
	vertical-align: middle;
}

.left-sort ul li {
	display: inline-block;
}

.left-sort ul {
	padding: 0;
	margin: 0;
}

.left-sort ul li a {
	padding: 10px 10px;
	display: block;
	color: #868686;
	font-family: 'montserrat';
	font-size: 14px;
}
.sort a{
	text-decoration: none !important;
}
.left-sort {
	float: left;
}

.sort:before,.sort:after {content: "";display: block;clear: both;}

.right-sort {
	float: right;
	font-family: 'montserrat';
}

.right-sort>.dropdown>a {
	color: #868686;
	padding: 10px 0;
	display: block;
}
.right-sort a {
	color: #868686;
}
.right-sort .dropdown-menu {
	left: auto;
	right: -15px;
	box-shadow: none;
	border-radius: 0;
	margin-top: 0px;
}
.sort{
	min-height: 40px;
}
.sort-fix{
	position: fixed;
	top: 111px;
	padding: 0 15px;
	z-index: 9;
	background: #ffffff;
	border-bottom: 1px solid #efefef;
	/*box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.2);*/
	margin-left: -30px;
}
.modal{
	z-index: 99999999 !important;
}
.modal-backdrop{
	z-index: 999999 !important;
	background: rgba(49,49,49,1) !important;
	opacity: 0.6 !important;
}
.product-modal .modal-dialog{
	min-height: 500px;
	/* overflow: scroll; */
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	margin-top: -250px;
	/*margin-top: 60px;*/
}
.product-modal .modal-dialog .modal-content{
	max-height: 100%;
	/*overflow: auto;*/
	position: absolute;
	border-radius: 0px;
	border: none;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
	padding: 15px;

}
.product-modal .pm-info-wrap{
	background: hsla(0,0%,98.1%,1);
	height: 470px;
	position: relative;
	right: 0;
	padding: 30px;
	/* border: 1px solid #dadada; */
	border-left: 1px solid #f7f7f7;
	overflow: auto;
}
.product-modal .pm-wrap{
	border: 1px solid #f7f7f7;
}
.product-modal .pm-img{
	height: 470px;
	position: relative;
}
.product-modal .pm-img img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
}
.product-modal .pm-info .name {font-family: 'montserrat';font-size: 20px;}

.product-modal .pm-info .price {font-family: 'montserrat';font-size: 20px;font-weight: bold;margin-bottom: 5px;margin-top: 5px;}

.product-modal .pm-info .pm-add-cart input[type="text"], .added-to-cart input[type="text"] {
	width: 35px;
	min-width: 1px;
	text-align: center;
	border: none;
	background: transparent;
	vertical-align: middle;
}

.product-modal .pm-info .pm-add-cart a {
	vertical-align: middle;
}

.product-modal .pm-info .pm-add-cart a.add-to-cart {
	margin-left: 15px;
}

.product-modal .pm-info .pm-add-cart {
	margin: 20px 0;
}
.product-modal .pm-info .desc {
	color: #868686;
	line-height: 1.5;
	text-align: justify;
	margin-top: 5px;
}
.product-modal .pm-info .desc div b{
	color: #333333;
}
.pm-reviews{
	margin-top: 15px;
}

.pm-reviews ul {
	padding: 0;
	margin: 0;
}

.pm-reviews>ul>li {
	display: block;
	margin: 20px 0;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}
.pm-reviews>ul>li:last-child{
	border-bottom: none;
}

.product-modal .pm-info .review-info .name {
	font-size: 14px;
}

.product-modal .pm-info .review-info .date {
	font-size: 14px;
	font-family: "open sans";
}
.modal-close{
		position: absolute;
	top: -25px;
	right: -25px;
	z-index: 999;
	text-align: center;
	color: #ffffff !important;
	border-radius: 50% !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0 !important;
	font-size: 16px !important;
	background: rgba(0,0,0,1) !important;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.modal-dialog .lm-right .header3{
    font-size: 22px;
    font-family: "Montserrat";
    color: rgb( 51, 51, 51 );
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0
}
.login-modal .modal-dialog,.login-modal .modal-content{
	min-height: 485px;
}
.login-modal .modal-content{
	position: relative;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
	border-radius: 0px;
	border: none;
}
.login-modal .lm-left{
	/*position: absolute;*/
	left: 0;
	height: 485px;
	text-align: center;
	background: url('/images/login-signup.jpg');
	color: #ffffff;
}
.login-modal .lm-right{
	position: relative;
	height: 485px;
}
.login-modal .lm-left .bottom{
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0
}
.login-modal .lm-left-content{
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	padding: 15px;
	left: 0;
}
.login-modal .lm-left .overlay{
	position: absolute;height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(21,21,21,0.6);
	z-index: 0;
}
.login-modal .lm-left .intro h2, .login-modal .lm-left .intro .header2{
  font-size: 30px;
  font-family: "Montserrat";
  margin-bottom: 20px;
}
.login-modal .lm-left p{
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 500
}
.login-modal .bottom p .green{
	color: #82b941;
}
.login-modal .lm-left .bottom .cta,.login-modal .lm-right .bottom .cta{
	padding: 10px 60px;	
}
.login-modal .lm-right .lm-title{
	font-size: 22px;
	font-family: "Montserrat";
	color: rgb( 51, 51, 51 );
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0
}
.login-modal .lm-right .lm-form{
	margin-top: 30px;
}
.login-modal .lm-right .lm-form .input {
	width: 100%;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #d3d3d3;
	height: 45px;
}
.login-modal .lm-right .lm-form .input:focus {
	outline: none;
	border-color: #777777;
}
.login-modal .lm-right .lm-form .bottom{
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.login-modal .bottom .red{
	color: #ed3139;
}
#login_modal .lm-title {
	border-bottom: 1px solid #ededed;
	padding-bottom: 45px;
}
.category{
	color: rgb(255,255,255);
	display: block;
	width: 100%;
	height: 150px;
	position: relative;
	margin-bottom: 30px;
	background-size: cover !important;
	background-position: center !important;
}
.category .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0,0,0,0.2);
}
.category .text-wrap{
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	bottom: 0;
	z-index: 99;width: 100%;
	height: 70px;
	padding: 0 15px;
}
.category .text-wrap .text{
	position: absolute;
	width: 100%;
	bottom: 15px;
	font-size: 18px;
	font-family: "Montserrat";
	color: rgb( 255, 255, 255 );
	text-align: left;
}
.category .text-wrap .text i{
	left: 0;
	position: relative;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.category:hover .text-wrap .text i{
	left: 5px;
}
.recipe-modal .modal-content{
	position: relative;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
	border-radius: 0px;
	border: none;
}
.recipe-modal .top-row,.recipe-modal .rm-left-img{
	min-height: 400px;
	padding: 0;
}
.recipe-modal .rm-left-img{	
	color: #ffffff;
	background-size: cover !important;
	background-position: center !important;
}
.recipe-modal .rm-left-img .text-top{
	padding: 25px;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	padding-bottom: 50px;
}
.recipe-modal .rm-left-img .text-top h2{
  font-size: 26px;
  font-family: "Montserrat";
  color: rgb( 255, 255, 255 );
  margin: 0px 0 10px 0px;
}
.recipe-modal .rm-left-img .text-top p{
	font-size: 16px;
	font-family: "Open Sans";
	color: rgb( 255, 255, 255 );
}
.recipe-modal .text-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.3);
	border-top: 1px solid rgba(255,255,255,.6);
}

.recipe-modal .text-bottom ul {
	margin: 0;
	padding: 0;
}

.recipe-modal .text-bottom ul li {
	float: left;
	width: 25%;
	display: block;
	text-align: center;
	padding: 15px 10px;
	border-right: 1px solid rgba(255,255,255,0.6);
}
.recipe-modal .text-bottom ul li:last-child{
	border-right: none;
}
.recipe-modal .text-bottom ul li .value{
	font-size: 16px;
	font-family: "Montserrat";
	color: rgb( 255, 255, 255 );
	font-weight: bold;
}
.recipe-modal .text-bottom ul li .head{
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb( 255, 255, 255 );
}
.rm-right-ingredients{
  	padding: 10px 15px;
}
.rm-right-ingredients .head{
	font-size: 18px;
	font-family: "Montserrat";
	color: rgb( 51, 51, 51 );
	margin-bottom: 15px;
}
.ingredient-list {
	height: 335px;
	overflow: auto;
}
.ingredient-list table td {
	border: none !important;
}
.rm-left-procedure .head{
	font-size: 18px;
	font-family: "Montserrat";
	color: rgb( 51, 51, 51 );
	margin: 20px 0;
	text-transform: uppercase;
}
.rm-left-procedure ul{
	padding: 0;
	margin: 0 0 30px 0;
}
.rm-left-procedure ul li{
	font-size: 16px;
	font-family: "Open sans";
	color: rgb( 110, 110, 110 );
	list-style: none;
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}
.rm-left-procedure ul li i{
	font-size: 16px;
	color: rgb( 165, 209, 71 );
	position: absolute;
	left: 0;
	top: 3px;
}
.rm-left-procedure,.rm-right-similar{
	display: table-cell;
	float: none;
}
.rm-right-similar{
	height: 100%;
	overflow: auto;
	background: #ededed;
}
.rm-right-block {
	float: left;
	width: 50%;
	padding-right: 15px;
}
.rm-right-similar{
	padding-left: 30px;
	padding-top: 15px;
}
.ca-ip-content{
	margin: 50px 0;
}
.page-tab{
  font-size: 16px;
  font-family: "Montserrat";
  border-right: 1px solid #ebebeb;

}
.page-tab li{
	margin-top: 0px !important;
}
.page-tab li a{
	color: #333333;
	border-radius: 0px;
	padding: 15px 15px;
}
.page-tab li.active a{
	background: transparent;
	color: #82b941;
	border: 1px solid #ebebeb;
    box-shadow: 1px 0px 0px white;
    border-right: 0px;
}
.page-tab li.active a:hover{
	background: transparent;
	color: #82b941;
}
.page-tab li.active a:focus{
	background: transparent;
	color: #82b941;
}
.page-content{
	padding: 30px;
	height: 520px;
	overflow: auto;
}
.page-heading{
  font-size: 24px;
  font-family: "Montserrat";
  color: rgb( 51, 51, 51 );
  margin-bottom: 30px;
}
.page-content .about-img{
	margin-bottom: 30px;
}
.page-content p{
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb( 110, 110, 110 );
  line-height: 1.5;
}
.page-content p b{
	color: #333333;
	font-size: 16px;
}
.rating{
	display: inline-block;
	color: #fb403b;
	font-size: 12px;
}
.review-block .rating ul{
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
}
.review-block .rating ul li{
	display: inline-block;
	color: #fbce19;
	font-size: 16px;
}
.review-block .review-text{
  font-size: 18px;
  font-family: "Open Sans";
  color: rgb( 110, 110, 110 );
  line-height: 1.889;
  margin-bottom: 10px;
  position: relative;
}
.review-block .review-text:after{
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.10);
	width: 50px;
	left: 0;
	height: 2px;
	bottom: -5px;
}
.review-block .review-info .name{
	color: #333333;
	font-size: 14px;
	font-family: 'Montserrat';
}
.review-block .review-info .date{
	color: #6e6e6e;
	font-size: 14px;
	font-family: 'Open sans';
}
.delivery-charges{
	margin-bottom: 15px;
}
.delivery-charges .table>thead>tr>th{
  font-size: 16px;
  font-family: "Montserrat";
  color: rgb( 51, 51, 51 );
  padding: 15px;
  border-bottom: none;
}
.delivery-charges .table>tbody>tr>td{
	border-top: none;
	padding: 15px;
	font-family: 'open sans', sans-serif;
	font-size: 14px;
	color: #6e6e6e;
}
.faq-accordion .panel-heading {
    padding: 0;
    border: none !important;
    background: transparent;
    border-radius: 0px !important;
    position: relative;z-index: 9
}

.faq-accordion .panel-heading a {
    padding: 19px 15px;
    display: block;
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb( 130, 185, 65 );
  text-decoration: none !important;
}

.faq-accordion .panel {
	border: none;
	background: transparent;
	box-shadow: none;
	margin: 0 !important;
	border-bottom: 1px solid #f2f2f2;
	border-radius: 0px;
	position: relative;
}
.faq-accordion .panel .panel-collapse{
	background: #ffffff;
}
.faq-accordion .panel .panel-collapse .panel-body{
	border-top: none;
	position: relative;z-index: 9
}

.faq-accordion .panel .panel-collapse.in:before,.faq-accordion .panel .panel-collapse.collapsing:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 0;
    top: 0;
    left: 0;
}
.contact-form .input {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #ebebeb;
}

.contact-form .textarea {
    width: 100%;
    height: 80px;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
}

.contact-form .btn-red {
    border: none;
    padding: 10px 40px;
    margin-top: 15px;
}

.contact-form {
    margin-top: 15px;
}
.contact-info{
	margin-top: 15px;
}
.contact-info p{
	margin-bottom: 5px;
}
.contact-info div{
	margin-bottom: 15px;
}
.referral-list {
    padding: 0;
    margin: 20px 0 0 0;
}

.referral-list li {
    display: block;
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.referral-list li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    background: #ed3139;
    border-radius: 50%;
    line-height: 22px;
    color: #ffffff;
}
.backshop {
    height: 50px;
    width: auto;
    background: #82b941;
    line-height: 50px;
    display: block;
    margin-right: -15px;
    color: #ffffff !important;
    /*border-bottom: 1px solid #e0e8d7;*/
    /*border-left: 1px solid #e0e8d7;*/
    text-decoration: none !important;
    padding: 0 15px;
}
.backshop span{
	white-space: nowrap;
	/*padding: 0 25px*/
}
.backshop span i{
	margin-right: 5px;
}
.search .offer{
	font-family: 'open sans';
	color: #6e6e6e;
	padding: 0 15px;
	text-align: center;
}
.checkout{
	/*padding-top: 60px;*/
	/*background: #fafafa;*/
}

.checkout-steps {
    padding: 0;
    margin: 50px 0;
}
.checkout-steps ul{
	padding: 0;
	position: relative;
}

.checkout-steps li {
    display: block;
    list-style: none;
    float: left;
    width: 33.333%;
    text-align: center;
    /*opacity: 0.3;*/
    opacity: 1;
    position: relative;
    z-index: 9;
}
.checkout-steps li.active {
	opacity: 1;
}
.checkout-steps ul:before{
    position: absolute;
    content: "";
    height: 1px;
    left: 180px;
    right: 180px;
    background: #e5e5e5;
    top: 50px;
    z-index: -9999;
}
.checkout-steps:before,.checkout-steps:after {
    display: block;
    content: "";
    clear: both;
}

.checkout-steps li .sno {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    line-height: 100px;
    border-radius: 50%;
    background: #fcfcfc;
    border: 3px solid #ebebeb;
    font-size: 30px;
    color: #cccccc;
}

.checkout-steps li .text {
    font-size: 20px;
    color: #cccccc;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}
.checkout-steps li.active .sno {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    line-height: 100px;
    border-radius: 50%;
    background: #f8ffef;
    border: 3px solid #82b941;
    font-size: 30px;
    color: #82b941;
}

.checkout-steps li.active .text {
    font-size: 20px;
    color: #333333;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}
.main-cart{
	width: auto;
	border: none;position: relative;
	left: 0;
	top: 0;
	background: transparent;
	height: auto !important;
}
.main-cart .cart-table{
	max-height: 999999px !important
}
.main-cart .qty{
	text-align: left !important;
}
.main-cart .total{
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb( 110, 110, 110 );
  text-align: right;
  margin: 30px 0
}
.main-cart .total b{
  color: rgb( 51, 51, 51 );
	font-size: 22px;	
}
.cart-btn-grp{
	text-align: right;
	margin-bottom: 15px;
}
.cart-btn-grp .btn-border{
	background: transparent;
	border: 2px solid #82b941;
	color: #82b941 !important;
}
.cart-btn-grp .btn-green{
	padding: 10px 45px;
	margin-left: 15px;
}
.address-form {
	margin: 30px 0;
}
.address-form .block {
	margin-bottom: 15px;
}
.address-form .block label{
	width: 100%;
	display: block;
}
.address-form .block label a{
	/*text-align: right;*/
	float: right;
}
.address-form select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #eee;
}
.address-form .textbox {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #eee;
}
.address-form textarea{
	width: 100%;
	height: 80px;
    border: 1px solid #eee;
    padding: 10px 15px;
}
.payment-table .text-right{
	text-align: right;
}
.table-form .textbox{
	height: 30px;
	padding: 0 15px;
	border: 1px solid #ccc;
}
.table-form select{
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	max-width: 295px;
	padding: 0 15px;
}
.table-form .submit.btn-red{
	border: none;
	padding: 7px 25px;
	font-size: 14px;
	min-width: 100px
}
.loggedin .user{
	white-space: nowrap;
	padding: 0 10px;
	width: auto ;
}
.visible-xs-user{
	display: none !important;
}
.loggedin .topbar{
	overflow: visible;
}
.loggedin .login .dropdown-menu{
	    left: auto;
    right: 0;
    margin-top: 0;
    border: 1px solid #e0e8d7;
    border-radius: 0;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
    box-shadow: none;
    padding: 0;
}
.loggedin .login .dropdown-menu>li>a {
    padding: 0;
    border: none;
    line-height: 1.5;
    width: auto;
    height: auto;
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e8d7;
    text-transform: none;
}
.loggedin .login .dropdown-menu>li:last-child>a {
	border-bottom: none;
}
.profile-title{
	position: relative;
	background: url('/images/profile-bg.jpg');
	background-size: cover;
	background-position: center;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	font-family: 'montserrat', sans-serif;
	padding: 60px 0;
	text-transform: uppercase;
	letter-spacing: 1px
}
.profile-title span{
	position: relative;
	z-index: 9;
}
.profile-title .overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5)
}
.profile-content{
	margin-bottom: 0px;
}
#profile-tabs{
	display: table;
	width: 100%;
	border-bottom: none;
	margin-bottom: 30px;
}
#profile-tabs li {
    display: table-cell;
    float: none;
}
#profile-tabs li a{
	border-radius: 0;
	border: none;
    text-align: center;
    font-size: 14px;
    font-family: 'montserrat', sans-serif;
    color: rgb(110,110,110);
	border-bottom: 1px solid #eeeeee;
	padding: 15px;
	margin: 0;
}
#profile-tabs li.active a{
	border-bottom: 2px solid;
	font-weight: bold;
	color: #333333;
}
.icon-inputbox {
    position: relative;
}

.icon-inputbox a {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    background: rgba(0,0,0,0.03);
    border-left: 1px solid #eee !important;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
}
.profile-heading{
	border-bottom: 1px solid #eee;
	padding: 15px;
	text-align: center;
	color: #333;
	font-family: 'montserrat', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}
.profile-heading.sec{
	border-top: 1px solid #eeeeee;

}
.order-details{
	text-align: center;
}
.order-details a.btn-green{
	margin: 15px 0
}
.cartly-refer .address-form{
	margin-bottom: 30px;
}
.recommended-items .heading{
	margin-bottom: 15px;
}
.recommended-items .product .price{
	font-size: 16px;
}
.recommended-items .product .name{
	font-size: 14px;
}
.seller-banner{
	background: url('/images/seller.jpg');
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
	margin: 30px 0;
}
.seller-banner .banner-content{
	position: relative;
	z-index: 99;
	color: #ffffff;
	padding: 60px 15px;
	text-align: center;
	width: 100%;
	font-family: 'montserrat', sans-serif;
}
.seller-banner .banner-content h2{
	margin: 0 0 10px 0;
	font-size: 30px;
	text-transform: uppercase;
}
.seller-banner .banner-content p{
	font-size: 20px;
	margin-bottom: 40px;
	position: relative;
}
.seller-banner .banner-content p:after{
	position: absolute;
	content: "";
	bottom: -15px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 3px;
	background: rgba(255,255,255,0.6);
}
.seller-banner .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.5);
	z-index: 9;
	top: 0;
	left: 0;
}
.seller-icons{
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #f0f0f0;
	padding: 30px 0;
}
.seller-icons .col-sm-3{
	padding: 0 !important;
}
.seller-icons .seller-icon-block{
	border-right: 1px solid #f0f0f0
}
.seller-icons .row .col-sm-3:last-child .seller-icon-block{
	border-right: none;
}
.seller-icon{
	width: 40px;
	height: 40px;
	background: url('/images/seller-icons.png');
}
.seller-icon.magnet{
	background-position: 0 0;
}
.seller-icon.notepad{
	background-position: -40px 0 ;
}
.seller-icon.pin{
	background-position: -80px 0 ;
}
.seller-icon.stats{
	background-position: -120px 0 ;
}
.seller-icon-block .icon-wrap{
	width: 100px;
	height: 100px;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
	margin: 0 auto;
}
.seller-icon-block .icon-wrap .seller-icon{
	margin: 28px;
}
.seller-icon-block .heading {
  font-size: 18px;
  font-family: "Montserrat";
  color: rgb( 51, 51, 51 );
  text-align: center;
  margin-top: 15px;
}
.seller-description {
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb( 110, 110, 110 );
  line-height: 1.643;
  text-align: left;
  margin-bottom: 30px;
}
.seller-description p{
	margin-bottom: 20px;
}
.seller-form{
	padding: 50px 0;
	background: #f7f7f7;
}
.seller-form .heading {
  font-size: 24px;
  font-family: "Montserrat";
  color: rgb( 51, 51, 51 );
  text-transform: uppercase;
  line-height: 1.458;
  text-align: center;
}
.added-to-cart{
    text-align: center;
    padding: 7px 0;
    background: #f7f7f7;
    border-radius: 500px;
}



@media(max-width: 1200px){
	.filter-list ul li{
		width: 50%;
	}
}
@media(max-width: 992px){
	.content{
		width: 100%;
		float: left;
		padding-right: 15px;
	}
	.right-sidebar{
		display: block;
		width: 100%;
		max-width: 100%;
		float: left;
		padding-top: 0;
	}
	.info-block{
		width: 50%;
		text-align: center;
		margin: 15px auto;
	}
	.product .img{
		height: 150px;
	}
	.ingredient-list{
		height: auto;
	}
	.rm-left-procedure, .rm-right-similar{
		display: block;
	}
	.backshop{
		display: none;
	}
}

@media(max-width: 768px){
	.content{
		padding-left: 15px;
	}
	.categories-trigger{
		padding: 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		text-align: center;
		font-family: 'Montserrat';
		font-size: 18px;
		cursor: pointer;
	}
	.breadcrumbs{
		text-align: center;
	}
	.left-sidebar{
		width: 100%;
		display: block;
		position: fixed;
		background: white;
		z-index: 999999;
		box-shadow: 0px 0px 9px rgba(0,0,0,0.1);
		top: 0;
		overflow-y: auto;
		height: 100%;
		overflow-x: hidden;
		width: 200px;
		max-width: 200px;
		left: -250px;
		transition: all .3s;
	}
	.categories-mobile-overlay{
		z-index: 99;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		display: none;
	}
	.dropdown-content {
		position: relative;
		left: 0;
		/*width: 100%;*/
		background: white;
		z-index: 99;
		box-shadow: none;
		/*padding: 15px;*/
		top: 0;
		/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
		padding: 0 15px;
		/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
		display: none;
		min-height: 1px;

		margin-left: -15px;
		margin-right: -15px;
		width: auto;
		background: #f5f5f5;
		border: none;
		padding-left: 30px;
	}
	.left-sidebar .side-menu>ul>li:hover .dropdown-content{
		/*display: block;*/
	}

	.show-sidebar{
		left: 0;
	}
	.product{
		text-align: center;
	}
	.product .img{
		height: 200px;
	}
	.info-block{
		width: 100%
	}
	.title{
		text-align: center;
	}
	.title .seeall{
		text-align: center;
		display: block;
		padding: 15px;
		position: relative;
		right: 0;
	}
	.filter-list ul li{
		width: 100%;
	}
	.left-sort,.right-sort {
		display: block;
		float: none;
		width: auto;
	}

	.right-sort>.dropdown>a {
		padding: 10px;
	}
	.left-sort ul li{
		display: block;
	}
	.product-modal .modal-dialog .modal-content{
		height: auto;
		max-height: 9999999999px
	}
	.product-modal .pm-info-wrap{
		height: auto;
	}
	.product-modal .modal-dialog,.login-modal .modal-dialog{
		top: 0;
		margin: 15px;
	}
	.modal-close{
		top: -15px;
		right: -15px;
	}
	.product-modal .pm-img{
		height: auto;
	}
	.product-modal .pm-img img{
		position: relative;
	}
	.product-modal .pm-add-cart{
		text-align: center;
	}
	.product-modal .pm-add-cart .add-to-cart{
		display: block;
		margin: 20px 0px;
		text-align: center;
	}
	.login-modal .lm-left,.login-modal .lm-right{
		height: auto;
		z-index: 0;
	}
	.login-modal .lm-left-content{
		position: relative;
	}
	.login-modal .lm-left .bottom,.login-modal .lm-right .lm-form .bottom{
		position: relative;
		bottom: 0
	}
	.login-modal .lm-right .lm-form .bottom{
		margin-bottom: 30px;
	}
	.recipe-modal .text-bottom ul li{
		width: 50%;
	}
	.recipe-modal .text-bottom ul li:nth-of-type(2){
		border-right: none;
	}
	.recipe-modal .text-bottom ul li:nth-of-type(1),.recipe-modal .text-bottom ul li:nth-of-type(2){
		border-bottom: 1px solid rgba(255,255,255,0.6)
	}
	.page-content{
		height: auto;
	}
	.cart-btn-grp .btn-green{
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	.address-form .block label a {
	    display: block;
	    width: 100%;
	    float: none;
	    margin: 10px 0;
	}
	.checkout-steps li .sno,.checkout-steps li.active .sno{
		height: 50px;
		width: 50px;
		line-height: 45px;
		font-size: 20px;
	}
	.checkout-steps li .text,.checkout-steps li.active .text{
		text-transform: none;
		font-size: 14px;
	}
	.checkout-steps ul:before{
		display: none;
	}
	.checkout .search .offer{
		display: none;
	}
	.checkout-steps li{
		padding: 0 15px;
	}
	.visible-xs-user{
		display: inline-block !important;
	}
	.loggedin .user span.login{
		margin: 0
	}
	#profile-tabs li{
		/*display: */
		border-bottom: 1px solid #eeeeee;
		vertical-align: middle;
	}
	#profile-tabs li.active a{
		border-bottom: none;
	}
	#profile-tabs li.active a{
		border-bottom: 2px solid #333333;
	}
	#profile-tabs li a{
		height: 46px;
		padding: 5px;
		font-size: 12px;
		display: table-cell;
		vertical-align: middle;
		border-bottom: none;
	}
	.seller-banner{
		margin-top: 0px;
	}
	.seller-icons{
		padding: 15px;
		margin: 15px;
	}
	.seller-icons .seller-icon-block{
		border-right: none;
		border-bottom: 1px solid #f0f0f0;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.seller-icons .row .col-sm-3:last-child .seller-icon-block{
		/*margin-bottom: 0;*/
		padding-bottom: 0;
		border-bottom: none;
	}
	.seller-description{
		padding: 0 15px;
	}
	.main-content {
		padding: 0 15px;
	}
	.main-content .products .row{
		margin: 0;
	}
	.main-content .products .col-xs-6.col-sm-6.col-md-4.col-lg-2{
		padding: 5px;
	}
}

@media(max-width: 1200px){
    .all-departments .products .col-xs-6.col-sm-6.col-md-4.col-lg-2 {
        display: none;
    }
    .all-departments .products .col-xs-6.col-sm-6.col-md-4.col-lg-2:nth-child(1),.all-departments .products .col-xs-6.col-sm-6.col-md-4.col-lg-2:nth-child(2),.all-departments .products .col-xs-6.col-sm-6.col-md-4.col-lg-2:nth-child(3) {display: block;}
}
@media(max-width: 992px){
    .all-departments .products .col-xs-6.col-sm-6.col-md-4.col-lg-2 {
        display: none;
    }
    .all-departments .products .col-xs-6.col-sm-6.col-md-4.col-lg-2:nth-child(3){
        display: none;
    }
    .all-departments .products .col-xs-6.col-sm-6.col-md-4.col-lg-2:nth-child(1),.all-departments .products .col-xs-6.col-sm-6.col-md-4.col-lg-2:nth-child(2) {display: block;}
}

@media (max-width: 768px){
    .topbar .search .top-search .angucomplete-holder input{
        height: 50px !important;
    }
    .angucomplete-dropdown#ex2_dropdown {
        left: -35px !important;
    }
}

@media (min-width: 992px){
    .product-modal .pm-wrap{
        min-width: 870px;
    }
}
@media (max-width: 992px){
    .product-modal .pm-wrap{
        min-width: 570px;
    }
}
@media (max-width: 768px){
    .product-modal .modal-dialog .modal-content{
        width: 100%
    }
    .product-modal .pm-wrap{
        min-width: 100%;
    }
}

.topbar .search .top-search{
    padding: 0 !important
}
.topbar .search .top-search .angucomplete-holder input{
    height: 60px;
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    outline: none;
}

/*Styling for google address autofill dropdown to showup */
.pac-container {
    z-index: 999999999 !important;
}

/*---- angucomplete css --------------------------*/
#ex1_dropdown {
    overflow-y: auto;
    max-height: 150px;
}
#ex2_dropdown {
    overflow-y: auto;
    max-height: 300px;
}
.padded-row {
    margin-top: 10px;
}

.angucomplete-holder {
    position: relative;
}

.angucomplete-dropdown#ex2_dropdown {
    left: -60px;
    right: 0;
    width: auto !important;
    margin-top: 0px;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: #ececec;
    color: #d9534f;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.highlight {
    color: #d9534f;
    font-weight:bold;
}

/*-----------------------------------------------*/
.error-message{
    color: #d9534f;
    font-weight:bold;
}

.required:after {
    content:"*";
    color: red;
}

/*--------------------Login with facebook/twitter start--------------------*/
.login-modal .lm-left .btn-facebook,.login-modal .lm-left .btn-twitter{
    display: inline-block;
    padding: 10px 20px;
    color: rgb(255,255,255);
    text-decoration: none;
    outline: none;
    font-family: 'montserrat';
    font-size: 14px;
    /*text-transform: uppercase;*/
    border-radius: 100px;
    line-height: 1.5;
    border: none;
}
.login-modal .lm-left .btn-facebook i,.login-modal .lm-left .btn-twitter i{
    padding-right: 7px;
    margin-right: 5px;
    border-right: 1px solid rgba(255,255,255,0.2)
}
.login-modal .lm-left .btn-facebook{
    background: #3b5998;
}
.login-modal .lm-left .btn-twitter{
    background: #1da1f2;
}
.login-modal .lm-left .login-facebook{
    margin-bottom: 15px;
}
.or-divider{
    margin: 20px 0;
    width: 100%;
    position: relative;
    font-size: 14px;
}
.or-divider:before{
    position: absolute;
    content: "";
    left: 45px;
    right: 50%;
    margin-right: 15px;
    height: 1px;
    background: rgba(255,255,255,0.2);
    top: 50%;
}
.or-divider:after{
    position: absolute;
    content: "";
    right: 45px;
    left: 50%;
    margin-left: 15px;
    height: 1px;
    background: rgba(255,255,255,0.2);
    top: 50%;
}
/*--------------------Login with facebook/twitter end--------------------*/

/*--------------------Product zoom start--------------------*/
.zoomContainer{
    z-index: 99999999;
}
#product-image-zoom{
    position: fixed;
    /*left: 0;*/
    /*bottom: 0;*/
    height: 200px;
    width: 200px;
    /*opacity: 0.4;*/
}
/*--------------------Product zoom end--------------------*/

/*--------------------category ovelray (sub category) start--------------------*/
.category .overlay-content{
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99;
    overflow: hidden;
    padding: 0;
}
.category .text-wrap{
    top: 100%;
    margin-top: -70px;
}
.category .overlay-content, .category .text-wrap{
    transition: all 0.3s;
}
.category:hover .overlay-content{
    top: 50px;
}
.category:hover .text-wrap{
    margin-top: 0;
    top: 0;
    bottom: auto;
    height: 50px;
}
.category .overlay-content ul{
    margin: 0;
    padding: 10px 15px;
    line-height: 1.2;

}
.category .overlay-content li{
    list-style: none;
    font-size: 13px;
    display: inline;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
}
.category .overlay-content li:last-child{
    border-right: none;
}
@media(max-width: 768px){
    .zoomWindowContainer{
        display: none;
        /*width: 100px !important*/
    }
}
/*--------------------category overlay (sub category) end--------------------*/

/*--------------------Brands start--------------------*/

.brands-block .brand-name{
    color: rgb( 110, 110, 110 );
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}
.brands-block a{
    color: rgb( 110, 110, 110 );
    text-decoration: none;
    outline: none;
}

/*--------------------Brands end--------------------*/
/*--------------------Zip code Modal starts--------------------*/


.postal-required{
	padding: 100px 0;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.postal-required-bg-img{
	position: absolute;
	z-index: 8;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	background: url('/images/postal-bg.jpg');
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}
.postal-required-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	opacity: 0.5;
	z-index: 9;
}
.postal-required-content{
	position: relative;
	z-index: 99;
}
.postal-block{
	max-width: 550px;
	background: rgba(255,255,255,.8);
	text-align: center;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	margin: 0 auto
}
.postal-block .postal-title{
	padding: 30px;
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.postal-block .postal-form{
	padding: 0 60px 30px 60px
}
.postal-block .postal-label{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 20px
}
.postal-block .postal-input input{
	width: 100%;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #cccccc;
	height: 45px;
	padding: 0 15px;
	border-radius: 50px;
	outline: none;
}
.postal-block .postal-submit{
	margin-bottom: 30px;
}
.postal-block .postal-login{
	font-size: 16px;
}
.postal-block .postal-login a{
	font-weight: 700;
	color: #82b941;
}
.postal-block .postal-extra{
	background: rgba(0,0,0,0.1);
	font-weight: 600;
	border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 16px;
	padding: 25px 30px
}

@media(max-width: 550px){
	.postal-block .postal-form{
		padding: 0 20px 30px 20px;
	}
	.postal-block .postal-title{
		padding: 30px 15px;
	}
	.postal-block .postal-extra{
		padding: 25px 20px;
	}
}


/*--------------------Zip code Modal ends--------------------*/

/*--------------------Tracker Starts--------------------*/

/* CSS used here will be applied after bootstrap.css */
.nav-wizard > li {
	float: left;
}
.nav-wizard > li > a {
	position: relative;
	color: #178D16;
	background-color: #eeeeee;
}
.nav-wizard > li:not(:first-child) > a {
	padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #ffffff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}
.nav-wizard > li:not(:last-child) > a {
	margin-right: 4px;
}
.nav-wizard > li:not(:last-child) > a:after {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #eeeeee;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
	background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
	border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
	border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
	background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
	border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
	border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
	color: #ffffff;
	background-color: #178d16;
}
.nav-wizard > li.active > a:after {
	border-left-color: #178D16;
}
.nav-wizard > li.disabled > a {
	color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: #eeeeee;
	cursor: default;
}
.nav-wizard > li.disabled > a:before {
	border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a:after {
	border-left-color: #eeeeee;
}
.nav-wizard.nav-justified > li {
	float: none;
}
.nav-wizard.nav-justified > li > a {
	padding: 10px 15px;
}
.icon-inputbox-1 button {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	background: rgba(0,0,0,0.03);
	border-left: 1px solid #eee !important;
	background: #f7f7f7;
	border: 1px solid #eeeeee;
}

@media (max-width: 768px) {
	.nav-wizard.nav-justified > li > a {
		/*border-radius: 4px;*/
		margin-right: 0;
	}
	.nav-wizard.nav-justified > li > a:before,
	.nav-wizard.nav-justified > li > a:after {
		border: none !important;
	}
    .progressbar{
        display: block !important;
    }
    .deskprogress{
        display:none !important;
    }
    .mblview{
        margin-top: 17% !important;
    }
    .easy_steps{
        display:none !important;
    }
    .how_it{
        margin-top:10px !important
    }
}
/*--------------------Tracker Ends--------------------*/


/*----------Progress bar for Track order-------------*/
.easy_steps{
    display:block;
}
.how_it{
    font-size:30px !important;
    margin-bottom:0px !important;
    margin-top:-20px;
}
.deskprogress{
    display:block;
    margin-left: 25% !important;
    margin-bottom: 1% !important;
}
.progressbar {
    display: none;
    margin: 0;
    padding: 0;
    counter-reset: step;
}
.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 25px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #7d7d7d;
}
.progressbar li:after {
    width: 100%;
    height: 10px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 10px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: green;
    font-weight: bold;
}
.progressbar li.active:before {
    border-color: #178d16;
    background-color: #178d16;
}
.progressbar li.active + li:after {
    background-color: #178d16;
}

.page-heading > h1{
    font-size:24px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.seller-form .heading > h1 {
    font-size:24px!important;
    margin-top:0px !important;
    margin-bottom:0px !important;
    line-height: 1.458 !important
}
.postal-block .postal-title > h1{
    font-size: 30px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.enabledDate{
    background-color: #82b941;
    color:white
}
.curserPoint{
    background-color: #c8eba4;
    cursor: pointer;
}
.card_av {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-top: 1px;
    padding: 3%;
    border-radius:6px;

}
.card_av:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}