body {
	background:#fff!important;
	font-size:14px!important;
	font-family: 'Lato', sans-serif!important;
}
.web-container-fluid {
	padding:0px!important;
}
.web-container {
	font-family: 'Lato', sans-serif!important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
.web-container p {
}
.web-container h1 {
}
.web-container h2 {
}
.web-container h3 {
}
.web-container h4 {
}
.web-container h5 {
}
.no-padding-right {
	padding-right:0px!important;
}
.no-padding-left {
	padding-left:0px!important;
}
img {
	max-width:100%!important;
}
/**/
.web-container .alert {
	border-radius: 0;
	border-top-width: 3px;
	padding: 20px 10px;
}
/*main heading*/
.main-head {
	text-transform: uppercase;
	text-align:center;
	font-weight:900;
	color:#333;
	line-height:50px;
	font-size: 40px;
	letter-spacing: .1em;
	width: auto;
	display: table;
	margin: auto !important;
	margin-bottom: 38px !important;
}
.main-head span {
	/*font-family: 'Niconne', cursive;*/
	font-family: "Great Vibes";
	font-size:56px!important;
	letter-spacing:0;
	color:#8c4094;
	font-weight:normal;
	text-transform: none;
}
.main-head span.brdr {
	border-bottom:1px solid #eee;
	height:1px;
	display:block;
	width:100%;
	margin:20px auto 20px;
}
.main-head span.brdr img {
	width: 60px;
	height: 60 px;
	margin: auto;
	position: relative;
	top: -33px;
}
.main-head:hover span.brdr img {
	animation: spinner 2s linear infinite;
	-webkit-animation: spinner 2s linear infinite;
}
/**/
.floating {
	-webkit-animation-name: floating;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: floating;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}
/**/
.head-1 {
	color:#5fbd74;
}
.head-1:before {
	font-family: 'FontAwesome';
	color: #5fbd74;
	content: '\f0d7';
	font-size: 22px;
	vertical-align: -2px;
	margin-right: 15px;
}
/*********************************************************************************
color text and button
***************/

.text-green {
	color:#5fbd74
}
.text-red {
	color:#d53e10
}
.btn:focus {
	outline: none!important;
}
.btn-blue, .btn-orange {
	background:#469ed4!important;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 6px 12px !important;
	margin-right:0px!important;
}
.btn-orange {
	background:#ed5509!important;
}
.btn-blue:hover, .btn-orange:hover {
	background:#333!important;
}
.btn-gray-bordered {
	background:#fff!important;
	border:1px solid #333!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-gray-bordered:hover {
	background:#333!important;
	color:#fff!important;
}
/*********************************************************************************
header start 
***************/
.header {
	z-index: 9999;
	background: #fff;
}
.header .top-bar {
	background:#444;
	height:auto;
	padding: 18px 0 18px 0;
}
/*header fixed bar*/
.header-fixed-bar {
	position: fixed !important;
	width: 100%!important;
	top: 0;
}
.header-fixed-bar .top-bar {
	display:none
}
/* top-nav */
.top-nav {
	list-style:none;
	float:left;
}
.top-nav.user-nav {
	float:right!important;
}
.top-nav.m-top-nav {
	display:none;
	float:left
}
.top-nav li {
	float:left;
	color:#999!important;
	text-transform:capitalize;
	border-right:1px solid #666;
	position:relative;
	padding: 0 10px !important;
	line-height: 1;
}
.top-nav li a {
	display:block;
	color:#999!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.top-nav li a.blink {
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	-ms-transition: inherit;
	transition: inherit;
}
.top-nav li a.top-nav-open {
	padding:5px 10px !important;
	border:1px solid #ccc;
}
.top-nav li a.top-nav-open:before {
	content: "\f0c9";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome!important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.top-nav li a.top-nav-close {
	padding:5px 10px !important;
	border:1px solid #ccc;
}
.top-nav li a.top-nav-close:before {
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.top-nav li a .fa {
/*font-size:15px;
	margin-right:5px;*/
}
.top-nav li a:hover {
	color:#5ebe74!important;
}
.top-nav li:last-child {
	border-right:none;
}
.top-nav li:first-child a {
	padding-left:0px;
}
.top-nav li:last-child a {
	padding-right:0px;
}
.top-nav .top-nav-level-2 {
	position:absolute;
	right:0;
	top:40px;
	z-index: 1;
	list-style: none;
	background:#fff;
	border:1px solid #eee;
	border-top:0;
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.top-nav .top-nav-level-2 li {
	float:none;
	border-right:0px;
	text-transform:capitalize;
	margin:0px!important;
	padding: 0 !important;
	white-space:nowrap
}
.top-nav .top-nav-level-2 li a {
	width: 150px;
	padding: 10px 15px!important;
	border-bottom:1px solid #eee;
}
.top-nav .top-nav-level-2 li:last-child a {
	border-bottom:0px;
}
.top-nav .top-nav-level-2 li a:hover {
	background:#5fbd74;
	color:#fff!important
}
.top-nav li:hover .top-nav-level-2 {
	opacity: 1;
	visibility:visible;
	top:31px;
}
.top-nav.m-top-nav .top-nav-level-2 {
	right:inherit;
	left:0;
	display:none;
	visibility:inherit;
	opacity:inherit;
	top:31px;
}
/*********************************************************************************
header end 
***************/
/*search */
.search-bar {
	background:#5fbd74;
	height:auto;
	display:none
}
.search-bar .form-group {
	margin-bottom:0px;
}
.search-bar .form-control {
	border:0px;
	height:auto;
	padding:12px 10px 12px 40px;
	background: transparent;
	text-align:center;
	color:#fff
}
.search-bar .form-control::-moz-placeholder {
color:#fff;
opacity:0.5;
}
.search-bar .form-control:-moz-placeholder {
color:#fff;
opacity:0.5;
}
.search-bar .form-control::-webkit-input-placeholder {
color:#fff;
opacity:0.5;
}
.search-nav {
	float: right;
	padding: 30px 0px 30px 10px;
	cursor:pointer
}
.search-nav .fa {
	color:#666;
	padding: 10px 20px;
	border-left: 1px solid #eee;
}
/**/
.logo_bar {
	width:100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.logo_bar .container {
	position: relative
}
.logo_bar .col-md-10 {
	position: inherit!important;
}
.logo_bar .logo {
	padding: 15px 0px 15px 15px !important;
	display:block;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/**/
.header-fixed-bar .logo_bar {
	-moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
}
.header-fixed-bar .logo_bar .logo {
	padding: 10px 0px 10px 15px !important;
}
.header-fixed-bar .shop-cart {
	padding: 34px 15px 34px 0px!important;
}
.header-fixed-bar .shop-cart .cart_qty {
	top: 30px;
}
.header-fixed-bar .search-nav {
	padding: 28px 0px 28px 20px!important;
}
/*shop cart*/
.shop-cart {
	float:right;
	padding:38px 15px 38px 0px;
	position:relative;
	margin-left:10px;
	margin-right:10px;
}
.shop-cart a {
	color: #333!important;
	text-transform:uppercase;
}
.shop-cart .shop-cart-icon {
	display: block;
	background: url(../design_img/icon-cart.png) no-repeat;
	width: 22px;
	height: 24px;
	margin-top:-2px;
}
.shop-cart .cart_qty {
	color: #fff;
	background:#5fbd74;
	font-size: 11px;
	width: 18px;
	height:18px;
	padding-top:2px;
	display:block;
	text-align: center;
	border-radius: 100%;
	position:absolute;
	right: 2px;
	top: 33px;
}
/*wishlist*/
.wish-list-main {
	border-right:1px solid #dfddc7
}
.wish-list {
	float:right;
	width:100%;
	padding:16px 15px 10px 0px;
}
.wish-list a {
	float:right;
	font-weight:600;
	color: #333!important;
	text-transform:uppercase
}
.wish-list .wish-list-icon {
	display: block;
	background: url(../design_img/icon-wish-list.png) no-repeat;
	width: 20px;
	height: 21px;
	float:left;
	margin-top:-2px
}
.wish-list .wish_qty {
	color: #000;
	font-size: 11px;
	width: 25px;
	height: 25px;
	display:block;
	text-align: center;
	line-height: 14px;
	border-radius: 100%;
	float:left;
	margin-top:2px;
	margin-left:10px;
	margin-right:5px;
}
/*********************************************************************************
logo_bar end nav bar start
***************/

.nav_bar {
	margin-top:7px;
}
/*********************************************************************************
nav bar end banner bar start
***************/
.banner-bar {
	margin-bottom:25px;
}
.product-banner-bar {
	padding-bottom:12px!important;
}
.search-banner-bar {
	margin-bottom:25px;
}
.cart-banner-bar {
	margin-bottom:20px;
	background:#5ebe74;
}
.cart-banner-bar .banner {
	padding:5px 0 15px 0;
}
.common-banner-bar {
	margin-bottom:20px;
	background:#5ebe74;
}
.common-banner-bar .banner {
	padding:5px 0 15px 0;
}
.search-banner-bar .banner {
	padding:5px 0 15px 0;
}
.banner {
	padding:10px 15px!important;
	border-bottom:1px solid #ddd;
}
.banner h2 {
	color:#fff;
	font-weight:400;
}
.banner h4 {
	color:#fff;
	font-weight:400;
}
.search-banner-bar .location {
	margin-top:0px!important;
}
.product-banner-bar .location {
	margin-top:0px!important;
	float:left!important;
}
.common-banner-bar .location {
	margin-top:0px!important;
}
.location {
	list-style:none;
	margin-top:8px!important;
	float:right;
}
.location li {
	color:#333!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin-left: 10px!important;
}
.location li a:after {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 10px;
	margin-left:10px;
	color:#aff0be
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#aff0be!important;
	font-size:12px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.location li a:hover {
	color:#fff!important;
}
.location li a.active {
	color:#fff!important;
	font-weight:bold;
}
/*********************************************************************************
banner bar end slide bar start
***************/
.slide_bar {
	height:auto;
}
.slide_bar li {
	position:relative
}
.slide_bar .slide_overlay {
	background:rgba(0, 0, 0, 0);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0
}
.slide_bar .slide_overlay .img-one {
	max-width:42%!important;
	margin:auto;
	position:absolute;
	top:100px;
	left: 25%;/*		margin-right: -50%;
	-moz-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);*/
}
.slide_bar .slide_overlay .img-two {
	max-width:25%!important;
	margin:auto;
	position: absolute;
	top:100px;
	left: 37%;/*margin-right: -50%;
	-moz-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);*/
}
.slide_bar .slide_overlay .img-three {
	max-width:42%!important;
	margin:auto;
	position:absolute;
	top:50px;
	left: 28%;/*	margin-right: -50%;
	-moz-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);*/
}
/*********************************************************************************
offer bar start 
***************/
.offer-bar {
	margin-top:40px;
	padding: 50px 15px 100px 15px !important;
	background:#fff url(../design_img/home-promo-back.jpg) no-repeat top center;/*background-size:contain;*/
}
.offer-bar .main-head {
	font-size: 30px;
	letter-spacing:  inherit!important;
	margin-bottom: 16px !important;
}
.offer-bar .main-head span {
	font-size:63px!important;
	letter-spacing:0;
	color:#fff;
}
.offer-bar p {
	text-align:center;
	max-width:80%;
	margin:auto!important;
	color:#fff;
}
.offer-bar .btn {
	background:#333;
	color:#fff!important;
	padding:10px 20px;
	margin-top:16px;
	font-weight:600
}
.offer-bar .btn:hover {
	color:#7fca91!important
}
.offer-bar .offer-pic {
	position: absolute;
	top: -150px;
	left:100px;
}
.offer-bar .item {
	padding:150px 0
}
.offer-bar img {
	max-width:100%;
}
/*
.offer-bar .offer a:before {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 96%;
	height: 100%;
	left: 7px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	transform: scale(0.5) rotateY(180deg);
	background-image: url(../design_img/plus-img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.offer-bar .offer a:hover::before {
 visibility: visible;
 opacity: 0.6;
 transform: scale(1) rotateY(0deg);
}*/
/*********************************************************************************
offer bar end  product product bar start
***************/
.product-slide-bar {
	padding:60px 15px 80px 15px !important;
}
.item {
	margin-bottom:24px;
	cursor:pointer
}
.item-container {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.item-pic-container {
	width:100%;
	height: 250px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
	border: 3px solid #efefef;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.item-back {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#fff;
	z-index:2;
	visibility:hidden;
	opacity:0
}
/*.item-pic {
}
.item-pic img {
	max-width:100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}*/
.item-pic {
position: absolute;
top: 50%;
bottom: -50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%,-50%);
/*
	border: 1px solid #eee;
	 padding:20px;*/
}
.item-pic img {margin: auto;
display: block;
	max-width: 100%;
	max-height: 100%;
	transform: scale(1.02);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	/*position: relative;
	top: 50%;
	bottom: -50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);

	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;*/
}
.item-new {
	background:#fe995c;
	color:#fff;
	width:auto;
	position:absolute;
	z-index: 1;
	top:10px;
	left:10px;
	font-size:12px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	padding-top: 11px;
}
.item-hot, .item-sale {
	background:#f76b6a;
	color:#fff;
	width:auto;
	position:absolute;
	z-index: 2;
	top:15px;
	right:15px;
	font-size:12px;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	text-align: center;
	padding-top: 13px;
	text-transform:uppercase
}
.item-sale {
	top:50px;
	background:#f7aa77;
	z-index: 1;
}
.item-btn {
	background: #60be74;
	width:100%;
	height:45px;
	position:absolute;
	z-index:3;
	bottom:0px;
	padding-top:12px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0
}
.item-btn .item-btn-group {
	display:table;
	margin:auto
}
.item-btn a {
	font-size:15px;
	color:#fff!important;
	width:40px;
	height:auto;
	border-right:1px solid rgba(255, 255, 255, 0.6);
	display:block;
	float:left;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}
.item-btn a:last-child {
	border-right:0px
}
.item-btn a:hover {
}
.item-name {
	text-align:center;
	font-size: 16px;
	font-weight: 700;
	margin-top:20px!important;
	margin-bottom:10px!important;
	width:100%;
}
.item-name a {
	color:#5e5a54!important;
}
.item-price {
	text-transform:capitalize;
	text-align:center;
	margin-bottom:10px!important;
	font-size: 16px;
}
.item-price .price-before {
	color:#999999;
	text-decoration:line-through; display:none
}
.item-price .price-now {
	color:#60be74;
	font-weight: 700;
}
.item-price .price-bv {
	display:block;
}
.item-price .discount {
	background:#333;
	color:#fff;
	padding:2px 5px;
	position:absolute;
	right:0px;
	bottom:0;
	display:none
}
.item-container:hover .item-pic-container {
	border-color:#60be74
}
.item-container:hover .item-back {
	visibility:visible;
	opacity: 0;
}
.item-container:hover .item-pic img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.item-container:hover .item-btn {
	opacity:1
}
/*********************************************************************************
product bar end category bar start
***************/
.category-bar {
	padding-top:50px!important;
	padding-bottom:50px!important;
}
.category-search {
	margin-bottom: 50px;
}
.category-search input[type=text] {
	font-size: 15px;
}
.category-search input[type=submit] {
	position: absolute;
	height: 40px;
	width: 40px;
	background-image: url(../design_img/cat-search.png);
	background-repeat: no-repeat;
	background-color: transparent;
	box-shadow: none;
	font-size: 0;
	border: 0;
	line-height: 40px;
	padding: 0;
	top: 0;
	right: 0;
}
.category-list {
	background:#fff;
}
.category-list h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #392a25;
	margin-bottom: 30px!important;
}
.category-list h4:first-child {
}
/* .category-level-1 */
.category-level-1 {
	list-style:none;
	margin-top:10px!important;
	margin-bottom:60px!important;
}
.category-level-1 li {
	color:#5e5a54 !important;
	text-transform:capitalize;
	margin:15px 0 !important;
	position:relative
}
.category-level-1 li .category-count {
	position: absolute;
	right: 0;
	top: 2px;
	height: 22px;
	min-width: 20px;
	background-color: #fff;
	z-index: 99;
	display: block;
	text-align: right;
	color: #696969;
}
.category-level-1 li a {
	overflow: hidden;
	display:block;
	color:#5e5a54!important;
	font-size:16px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.category-level-1 >li >a:after {
	content: "";
	display: inline-block;
	height: .5em;
	vertical-align: bottom;
	width: 100%;
	margin-right: -100%;
	margin-left: 10px;
	border-top: 1px solid #f1eeea;
	z-index: 98;
}
.category-level-1 li a:hover {
	color:#7fc98f!important;
}
/* .category-level-2 */
.category-level-2 {
	list-style:none;
	margin:0px 0px 0px 20px!important;
}
.category-level-2 li {
	margin: 10px 0 !important;
}
.category-level-2 li a {
	color:#5e5a54 !important;
	font-size:13px;
}
.category-level-2 li:before {
	background:none;
	color:inherit
}
/* .category-level-3 */
.category-level-3 {
	list-style:none;
}
.category-level-3 li {
}
.category-level-3 li:before {
	content: '-';
	font-family: 'FontAwesome';
	font-size: 10px;
	float:left;
	margin:-2px 5px 0px 0px;
	color:#fff;
	padding:2px 5px;
	border-radius:100%;
}
.category-level-3 li a {
	color:#666!important;
	font-size:12px;
}
.category-level-3 li:before {
	color:#666
}
/* filter-level */

.res-filter-level-top {
	display:none;
	border-bottom:1px solid #ddd;
	height:30px;
	margin-bottom:15px!important;
	cursor:pointer;
}
.res-filter-level-top:after {
	content: '\f107 ';
	font-family: 'FontAwesome';
	margin-left:20px;
}
.filter-level-top {
	width:100%;
	height:35px;
	list-style:none;
	background:#fff;
	/*border-top:1px solid #ddd;*/
	border-bottom:1px solid #2fa5b6;
	margin-bottom:15px!important;
}
.filter-level-top li {
	float:left;
	line-height:34px;
	text-transform:capitalize;
}
.filter-level-top li:first-child {
	margin-right:10px!important;
}
.filter-level-top li a {
	color:#333!important;
	display:block;
	padding:0px 10px!important;
	position:relative;
}
.filter-level-top li a:hover, .filter-level-top li a.active {
	background:#2fa5b6;
	color:#fff!important;
}
/**/


.filter-level-1 {
	list-style:none;
	margin-top:10px!important;
}
.filter-level-1 li {
	color:#333!important;
	text-transform:capitalize;
	margin:15px 0 7px 0 !important;
	padding-bottom:15px!important;
	border-bottom:1px solid #ddd;
	font-weight:600;
}
.filter-level-1 li a {
	color:#2fa5b6!important;
}
.filter-level-1 a.clear-all {
	border:1px solid #ccc;
	float:right;
	padding:2px 6px;
	margin-top:-5px;
	color:#666666!important;
}
.filter-level-1 a.clear-all:after {
	content: url(../design_img/icon-close.png);
	color: #999;
	vertical-align:-2%;
}
.filter-level-1 a.clear-all:hover {
	border-color:#999;
}
.filter-level-1 li:last-child {
	border-bottom:none
}
/**/

.filter-level-2 {
	width:100%;
	height:200px;
	list-style:none;
	padding-left:25px!important;
	margin-top:10px!important;
	overflow:auto
}
.filter-level-2 li {
	border-bottom:0;
	margin: 0 !important;
	padding:0px!important
}
.filter-level-2 li a {
	color:#333!important;
	display:block;
	padding:6px 5px!important
}
.filter-level-2 li a:hover {
	background:#eee;
}
/*shop filter*/
.shop-filter {
	margin-bottom: 80px;
}
.shop-filter .pr-count {
	color: #5e5a54;
	font-size: 15px;
}
.shop-filter select.form-control {
	width: 235px;
	float: right;
}
/**/
.price-filter {
	margin-bottom: 50px !important;
}
.price-filter .price-f {
	margin-top: 25px;
}
.price-filter .price-f .btn-filter {
	background: #f1eeea;
	color: #5e5a54;
	padding: 5px 25px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.price-filter .price-f .btn-filter:hover {
	background:#7fca90;
	color: #fff;
}
.price-filter .price-f input[type=text] {
	border: 0;
	width: auto;
	padding: 7px 0;
	text-align: right;
	float: right;
}
/**/
.category-pr-bar {
	margin-bottom: 30px;
}
.category-pr {
	border: 2px solid #efefef;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.category-pr-bar:hover .category-pr {
	border-color: #60be74;
}
.category-pr img {
	max-width:100%
}
.category-pr-name {
	text-align: left;
	font-size: 15px;
	margin-bottom: 2px !important;
}
.category-pr-price {
	text-align: left;
	font-size: 15px;
}
.category-pr-price .price-before {
	color: #999999;
	text-decoration: line-through;display: none;
}
.category-pr-price .price-now {
	color: #60be74;
	/*margin-left: 10px;*/
}
/**/
.category-bar .item {
	margin:0px 0px 10px 0px;
}
/*********************************************************************************
category bar end product-detail-bar start
***************/

.product-detail-bar {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.product-detail-bar h4.pr_name {
	line-height:27px;
	padding-bottom:10px!important;
	margin-bottom:10px!important;
	font-weight: 600;
	color: #5e5a54;
	font-size: 30px;
}
.product-detail-bar p.pr_code {
	background:#f0f0f0;
	padding:10px!important;
	margin-bottom:10px!important;
	border:1px solid #f0f0f0
}
.product-detail-bar p.pr_code strong {
	color:#fd9733
}
/**/
.product-detail-bar ul.pr_feature {
	list-style:none;
	padding-bottom:25px!important;
	margin-bottom:25px!important;
	border-bottom:1px solid #ddd;
	color:#5e5a54;
	font-size: 15px;
}
.product-detail-bar ul.pr_feature li {
	line-height:24px;
}
.product-detail-bar .pr_color_size {
	padding-bottom:20px!important;
	border-bottom:1px solid #ddd;
	margin-bottom:15px!important;
	overflow:hidden;
}
/*quantity*/
.product-detail-bar .quantity {
	max-width: 120px;
	height: 40px;
	line-height: 1;
	border: 1px solid #f1eeea;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px;
	display: inline-block;
	float: left;
	background: #fbfaf9;
	margin-right: 10px !important;
}
.product-detail-bar .quantity span {
	float: left;
	cursor: pointer;
}
.product-detail-bar .quantity span.qty-minus:before {
	content:url(../design_img/icon-qty-less.png);
}
.product-detail-bar .quantity span.qty-plus:before {
	content:url(../design_img/icon-qty-add.png);
}
.product-detail-bar .quantity .qty {
	float: left;
	border: 0;
	line-height: 1;
	height: auto;
	padding: 0 10px;
	background: none;
	width: 60px;
	-webkit-box-shadow: inherit !important;
	-moz-box-shadow: inherit !important;
	box-shadow: inherit !important;
}
/**/
.product-detail-bar .btn-cart {
	border-color: #5fbd74;
	background-color: #5fbd74;
	height: 40px;
	line-height: 36px;
	padding: 0 15px;
	border: 2px solid #5fbd74;
	background: #5fbd74;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}
.product-detail-bar .btn-cart:hover {
	border-color:#7eca8f;
	background: #7eca8f;
	color: #fff;
}
/*wishlist*/
.pr_wishlist {
	list-style: none;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	margin-bottom: 25px !important;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
}
.pr_wishlist a {
-webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}
.pr_wishlist a.ln-wish {
	color: #5e5a54!important;
	text-transform: uppercase;
	font-weight: 700;
}
.pr_wishlist a.ln-wish .fa {
	margin-right:5px;
}
.pr_wishlist a.ln-wish:hover {
	color: #5fbd74!important;
}
/*category share*/
.pr_cat_share {
	color: #5e5a54;
}
.pr_cat_share .pr_cat_share_head {
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0 !important;
}
.pr_cat_share .pr_cat_share_val {
	padding: 10px 0 !important;
}
/* color*/
.product-detail-bar .pr_color {
	overflow:hidden;
}
.product-detail-bar .pr_color p {
	font-size:15px;
}
.product-detail-bar .pr_color .color-box {
	width:35px;
	height:35px;
	border-radius:100%;
	margin-top:5px;
	background:#009966;
	margin-right:5px;
	float:left;
}
/* size */
.product-detail-bar .pr_size {
	overflow:hidden;
}
.product-detail-bar .pr_size .size-box {
	width:35px;
	height:35px;
	line-height:33px;
	overflow:hidden;
	border-radius:100%;
	margin-top:5px;
	background:#fff;
	margin-right:5px;
	float:left;
	text-align:center;
	border:1px solid #ccc
}
/**/
.product-detail-bar .pr_rate {
	padding-bottom:20px!important;
	margin-bottom:10px!important;
	line-height:32px;
	font-size: 24px;
	font-weight: 700;
	color: #5fbd74;
}
.product-detail-bar .pr_rate_before {
	text-decoration:line-through;
	color:#666666;
	font-size: 15px;
	font-weight: 400;
	margin-right: 10px;
}
.product-detail-bar .pr_rate_bv {
	color: #5e5a54;
	margin-left: 10px;
	font-weight: 400;
	font-size: 15px;
}
.product-detail-bar .pr_rate .discount {
	color:#fff;
	padding:0px 7px;
	font-size:13px;
	background: #fb9c60;
	margin-top:10px;
	margin-bottom:5px;
	border-radius:3px;
	display:block;
	width: 65px;
	text-align: center;
}
.product-detail-bar .pr_rate .delivery {
	color:#1fa019;
	font-size: 12px;
	display: inline-block;
	margin-top: 5px;
}
.product-detail-bar .pr_rate .delivery-tm {
	font-size: 12px;
	color: #666;
	display: block;
}
.product-detail-bar .pr_rate .form-group {
	margin-bottom:0px;
}
.product-detail-bar .pr_rate label {
	font-size: 12px;
	color:#ff0000;
	float: left;
}
.product-detail-bar .pr_rate .delivery-in {
	width:150px;
	border-top:0;
	border-right:0;
	border-left:0;
	margin-left:10px;
	float: left;
	padding: 5px 0 0 0;
	height: 28px;
}
/**/
.product-detail-bar .social {
	list-style:none;
	padding:0px!important;
	float:left;
	margin-bottom: 16px !important;
}
.product-detail-bar .social li {
	float:left;
	margin-right:5px!important
}
.product-detail-bar .social li a {
	border:0!important;
	padding:0!important
}
.product-detail-bar .social li a .fa {
	color:#5e5a54!important;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	border-radius:100%;
	border:0px;
	vertical-align:middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.product-detail-bar .social li a:hover .fa {
	color:#5fbd74 !important;
}
/**/

.product-detail-bar .pr_stock {
	font-weight:600;
	font-size:15px;
}
.product-detail-bar .pr_stock_msg_green {
	color:#1fa019;
}
.product-detail-bar .pr_stock_msg_red {
	color:#ff0000;
}
.product-detail-bar .pr_desc {
}
/**/
.product-detail-bar .pr_related {
	padding-top: 50px;
	padding-bottom:60px; 
}
.product-detail-bar .pr_related .main-head {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0;
}
.product-detail-bar .pr_related .main-head span {
	font-size: 34px !important;
}
/*********************************************************************************
product-detail-bar end cart bar start
***************/
.cart-bar {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.cart_table {
	margin-bottom:15px!important;
	border-left: 0!important;
	border-right: 0!important;
	border-color: #f4f4f4 !important;
}
.cart_table th {
	background: #fff!important;
	color: #5e5a54!important;
	text-transform: capitalize !important;
	border:0px!important;
	border-color: #f4f4f4 !important;
}
.cart_table td {
	border-right: 0 !important;
	border-left: 0 !important;
	color: #5e5a54!important;
	border-color: #f4f4f4 !important;
}
.cart_table img {
	max-width:100%;
}
.cart_table .pr_name, .cart_table .pr_delivery, .cart_table .pr_rate, .cart_table .pr_qty, .cart_table .pr_remove, .cart_table .pr_total {
	padding:10px 0!important;
}
.cart_table .pr_name {
	font-weight:600;
}
.cart_table input.pr_qty {
	width:35px;
	margin:auto;
	margin-top:10px;
	padding:7px 0!important;
	border:1px solid #ccc;
	text-align:center;
	border-radius:5px;
}
.cart_table input.pr_qty:focus {
	border-color: #ffa34a;
}
.cart_table .pr_remove {
	padding-top:5px!important;
	text-align:center
}
.cart_table .pr_remove a:before {
	content: url(../design_img/icon-close.png);
}
.cart_table .pr_total_row {
	background:#fff;
}
.cart_table .pr_total_txt {
	text-align:right;
	font-size:16px;
	float:right;
}
.cart_table .pr_total_amt {
	font-size:16px!important;
	font-weight:600!important;
	margin-left:10px;
	float:right;
}
.cart_table .pr_delivery_cost {
	font-size:11px;
	margin-top:5px!important;
	clear:right;
	float:right;
}
.cart_table tr th:nth-child(1) {
 width:5%;
}
 .cart_table tr th:nth-child(2) {
 width:15%;
}
.cart_table tr th:nth-child(3) {
 width:35%;
}
.cart_table tr th:nth-child(4), .cart_table tr td:nth-child(5) {
 width:10%;
}
 .cart_table tr th:nth-child(5) {
 width:10%;
}
.cart_table tr th:nth-child(6) {
 width:12%;
}
.cart_table tr th:nth-child(7) {
 width: 11%;
}
 .cart_table tr td:nth-child(1) {
/*width:15%;*/
}
.cart_table tr td:nth-child(2) {
/*width:35%;*/
}
 .cart_table tr:hover, .cart_table tr:nth-child(even) {
 background: #fff!important;
}
.cart-bar .cart-btn-continue {
	float:left;
	margin-top: 20px !important;
}
.cart-bar .cart-btn-pay {
	float:right;
}
.cart-bar .cart-btn-continue .btn-shop, .cart-bar .cart-btn-pay .btn-pay, .cart-bar .btn-cont-shop {
	height: 40px;
	line-height: 36px;
	padding: 0 15px !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #5fbd74!important;
	background: none;
	border: 2px solid #5fbd74;
	font-weight:700;
	text-transform: uppercase;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.cart-bar .cart-btn-pay .btn-pay, .cart-bar .cart-btn-continue .btn-shop:hover {
	background: #5fbd74!important;
	color: #fff!important;
}
.cart-bar .cart-btn-pay .btn-pay:hover {
	background: #7fca90!important;
	border-color:#7fca90!important;
}
/*********************************************************************************
cart bar end package bar start
***************/
.package-bar {
	margin-bottom:50px;
}
.pack_name, .pack_price, .pack_bv {
	float:left;
	margin-right:25px!important;
	line-height: 35px;
}
.pack_name span, .pack_price span, .pack_bv span {
	background:#fff;
	padding:6px 10px!important;
	border:1px solid #333
}
.pack_name .packge_info, .pack_price .packge_info, .pack_bv .packge_info {
	background:#333;
	color:#fff;
}
.package-bar img {
	max-width:100%;
}
.package-bar .package-btn-pay-top {
	text-align:right;
}
.package-bar .package-btn-pay {
	text-align:center
}
.package_table caption {
	font-size:15px;
	color:#333;
}
.package_table .pr_no, .package_table .pr_name, .package_table .pr_code, .package_table .pr_qty {
	margin-top:10px!important;
}
.package_table tr td, .package_table tr th {
	text-align:center;
}
 .package_table tr th:nth-child(1), .package_table tr td:nth-child(1) {
 width:8%;
}
 .package_table tr th:nth-child(2), .package_table tr td:nth-child(2) {
 width:10%;
}
 .package_table tr th:nth-child(3) {
 width:35%;
}
 .package_table tr td:nth-child(3) {
 width:10%;
}
.package_table tr td:nth-child(4) {
 width:42%;
 text-align:left;
}
.package_table tr th:nth-child(4), .package_table tr td:nth-child(5) {
 width:10%;
}
.package_table tr th:nth-child(5), .package_table tr td:nth-child(6) {
 width:10%;
}
.package_table tr th:nth-child(6), .package_table tr td:nth-child(7) {
 width:10%;
}
.package_table .form-control {
	border-radius:0!important;
	box-shadow:none;
	width:100px;
	margin:auto;
	margin-top:10px!important;
}
.package_table .form-control:focus {
	box-shadow:none;
	border-color:#ffa34a
}
/*********************************************************************************
package  bar  ends  thanks bar start
***************/

.thanks-bar {
	margin-bottom:50px;
}
.thanks-bar .message-icon {
	background:url(../design_img/icon-thanks.png);
	width:195px;
	height:104px;
	text-align:center;
	margin: auto !important;
}
.thanks-bar .message-head {
	text-align: center;
	margin-top:15px!important;
	font-weight:600!important
}
.thanks-bar .message-text {
	text-align: center;
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	font-size: 14px !important;
}
.thanks-bar .btn {
	float:right;
	margin-left:10px;
}
.thanks-bar .btn-down, .thanks-bar .btn-print {
	border:2px solid #5fbd74;
	text-transform:uppercase;
	border-radius:0px!important;
	height: 40px;
	line-height: 36px;
	padding: 0 15px !important;
	background:#fff;
}
.thanks-bar .btn-down:hover, .thanks-bar .btn-print:hover {
	background:#5fbd74;
	color:#fff!important
}
 .thanks_table tr th:nth-child(1), .thanks_table tr td:nth-child(1) {
text-align:center;
width:15%;
}
.thanks_table tr th:nth-child(3), .thanks_table tr td:nth-child(3) {
text-align:center;
width:15%;
}
.thanks_table tr th:nth-child(2), .thanks_table tr td:nth-child(2) {
width:45%;
}
.thanks_table tr th:nth-child(4), .thanks_table tr td:nth-child(4) {
width:25%;
}
.thanks_table {
	border-left: 0 !important;
	border-right: 0 !important;
	border-color: #eee !important;
}
.thanks_table th {
	background: #fff !important;
	color: #5e5a54 !important;
	text-transform: capitalize !important;
	border: 0px !important;
	border-color: #eee !important;
	padding: 13px;
}
.thanks_table td {
	border-right: 0 !important;
	border-left: 0 !important;
	color: #5e5a54 !important;
	border-color: #eee !important;
}
 .thanks_table tr:hover, .thanks_table tr:nth-child(even) {
 background: #fff !important;
}
.thanks_table img {
	max-width:100%;
}
.thanks_table strong {
	font-weight:600!important
}
/*********************************************************************************
 thanks bar  end  checkout-bar start
***************/
.checkout-bar {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
/*********************************************************************************
default table styles start
***************/
 
.mytable {
}
.mytable thead > tr > th {
	background: #5fbd74;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 0px !important;
	text-transform: uppercase;
	vertical-align: middle !important;
	white-space: nowrap;
	height: 50px;
}
.mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.mytable tbody > tr:nth-child(even) {
 background:#f8f8f8;
}
.mytable tr:hover {
	background:#f8f7f7
}
.mytable tbody > tr > td {
	font-size:14px;
	vertical-align: middle !important;
}
.franchise-bar {
	margin:15px 0 50px;
}
/**/
.banker {
	border-left: 0!important;
	border-right: 0!important;
	border-color: #eee !important;
}
.banker caption {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #7fca90;
}
.banker th {
	background: #fff!important;
	color: #5e5a54!important;
	text-transform: capitalize !important;
	border: 0px!important;
	border-color: #eee !important;
}
.banker td {
	border-right: 0 !important;
	border-left: 0 !important;
	color: #5e5a54!important;
	border-color: #eee !important;
}
.banker tr:nth-child(even), .banker tr:hover {
background:#fff!important
}
/**/
#tat_table {
	background:#fff;
	width: 100%!important;
	top: 54px!important;
	left: 0!important;
}
#tat_table td {
	border-bottom:1px solid #eee;
	background:#fff;
	color: #333 !important;
	padding: 6px;
	line-height: 21px;
}
#tat_table td:hover {
	background:#f4f4f4
}
/**/
.home-abt-bar-2 {
	padding:50px 15px 40px 15px!important;
}
.home-abt-bar-2 p {
	font-size:15px;
	line-height:25px;
	margin-bottom: 10px !important;
}
.home-abt-bar-2 .num-head-main {
	position:relative;
}
.home-abt-bar-2 h1.num {
	font-size: 80px !important;
	font-weight: 900;
	color: #eee;
}
.home-abt-bar-2 h2.num-head {
	font-size: 35px;
	position:absolute;
	top:30px;
	left:70px;
	color:#60be74;
	font-family: "Great Vibes";
}
.home-abt-bar-2 img.home-img {
	transform: scale(1.4);
	position: relative;
	z-index: -1;
	top: 40px;
}
/**/
.home-abt-bar-3 {
	padding:50px 15px 150px 15px!important;
	background:#f5f3f0
}
.home-abt-bar-3 span.brdr {
	border-bottom:1px solid #ccc;
}
.home-abt-bar-3 .app-pic {
	position: absolute;
	top: -150px;
	right:100px
}
.home-abt-bar-3 .app-btn {
	position: absolute;
	top:100
}
/*.advantage bar */
.advantage-bar {
	margin: 20px 0 100px 0;
	border-bottom:1px solid #eee
}
.advantage-bar .container {
	background:#5fbd74;
	border-radius :3px;
	padding:10px 0;
	position: relative;
	bottom: -50px;
}
.advantage-bar .advantage {
	border-right:1px solid rgba(255, 255, 255, 0.2);
	padding:15px 20px!important
}
.advantage-bar .advantage-icon {
	width:20%;
	float:left
}
.advantage-bar .advantage-icon img {
	opacity:0.6;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.advantage-bar .advantage-text {
	width:76%;
	float:right;
}
.advantage-bar .advantage-text p {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	font-size: 15px;
}
.advantage-bar .advantage-text p span {
	opacity: .7;
	font-weight: 400;
	font-size: 14px;
	text-transform: none;
	letter-spacing: initial;
}
.advantage-bar .advantage:hover img {
	opacity:1
}
/**/
.home-abt-bar {
	background:#fff url(../design_img/home-welcome-back.jpg) no-repeat top center;
	background-size:cover;
	padding:190px 15px 60px 15px !important;
}
.home-abt-bar .main-head {
	text-align:left;
	display: inherit;
}
.home-abt-bar .main-head span {
	margin-left: -100px;
}
.home-abt-bar p {
	font-size:15px;
	line-height:25px;
}
.home-abt-bar p.pr-view {
	text-transform:uppercase;
	margin:25px 0!important;
	font-weight: 700;
}
.home-abt-bar p.pr-view:after {
	content: "\f061";
	font: normal normal normal 12px/1 FontAwesome;
	color: #8C4094;
	display: inline-block;
	margin-left: 12px;
	width: 0;
	vertical-align: 3px;
}
.home-abt-bar p.pr-view a {
	color:#8C4094!important;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.home-abt-bar p.pr-view a:hover {
	margin-left: 10px;
}
/**/
.brand-bar {
}
.brand-bar .container {
	border-top:1px solid #eee;
	padding: 46px 0;
}
.brand-bar .brands {
	height:90px;
	webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.brand-bar .brands img {
	display:block;
	margin:auto;
	top: 50%;
	position: relative;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.brand-bar .brands:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
/* blog bar */
.blogs-bar {
	font-size:15px;
	padding:120px 0 !important;
}
.blogs-bar .blog {
}
.blogs-bar .blog-thumbnail {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.blogs-bar .blog-thumbnail:before, .blogs-bar .blog-thumbnail:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 97;
	top: 0;
	background-color: rgba(0, 0, 0, .2);
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -ms-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
	opacity: 0;
	left: -100%;
}
.blogs-bar .blog-thumbnail:after {
	right: -100%;
	left: inherit!important;
}
.blogs-bar .blog-thumbnail a:before {
	z-index: 98;
	content: url(../design_img/plus-img.png);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-left: -20px;
	opacity: 0;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
/**/
.blogs-bar .blog-time {
	margin-bottom: 20px !important;
	color: #999;
}
.blogs-bar .blog-time span {
	margin-left:15px;
}
.blogs-bar .blog-heading {
	font-size: 20px;
	margin-bottom: 20px!important;
	color: #392a25;
	font-weight:700;
	line-height:1.5
}
.blogs-bar .blog-msg {
	color: #5e5a54;
	line-height: 1.6;
	margin-bottom: 20px !important;
}
.blogs-bar a.blog-more {
	font-weight: 700;
	color: #5e5a54;
	display: block;
	padding-left: 40px;
	position: relative;
}
.blogs-bar a.blog-more:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #ababab;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
}
.blogs-bar a.blog-more:hover {
	color:#5fbd74!important
}
/**/
.blogs-bar .blog:hover .blog-thumbnail:before {
	left: 0;
	opacity: 1;
}
.blogs-bar .blog:hover .blog-thumbnail:after {
	right: 0;
	opacity: 1;
}
.blogs-bar .blog:hover .blog-thumbnail a:before {
	opacity: 1;
	margin-top: -20px;
}
/*Testimonials*/
.testimonial-bar {
	padding:60px 0 30px 0!important;
	background:#fff;
	display:none
}
.testimonial-bar .item {
	margin-top:30px
}
.testimonial-bar .writer-pic {
	width:100px;
	height:100px;
	float:left;
	border-radius:100%;
	position:relative;
}
.testimonial-bar .writer-pic img {
	border-radius:100%;
	width:100px;
	height:100px;
	border:5px solid #dafbe1;
}
.testimonial-bar .writer-pic .view-btn {
	background:#666;
	text-align:center;
	padding-top:8px;
	display:block;
	width:30px;
	height:30px;
	border-radius:100%;
	position:absolute;
	bottom:0;
	right:0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.testimonial-bar .writer-pic .view-btn:hover {
	background:#333
}
.testimonial-bar .writer-pic .view-btn .fa {
	color:#fff;
}
.testimonial-bar .testimonial {
	padding:20px;
	width:76%;
	height:180px;
	background:#5ebe74;
	color:#fff;
	border-radius:5px;
	border:0px solid #ddd;
	float:right;
	position:relative;
}
.testimonial-bar .testimonial .t-arrow {
	background:url(../design_img/icon-arrow-left.png) no-repeat left;
	width:23px;
	height:25px;
	position:absolute;
	left:-20px;
}
.testimonial-bar .testimonial a {
	color:#ffecbd!important
}
.testimonial-bar .subject {
	font-weight:500;
	color:#fff;
	font-size:22px;
	margin-bottom:10px!important
}
.testimonial-bar .writer {
	margin-bottom:10px!important;
	color:#fff;
}
.testimonial-bar .writer-info {
}
.testimonial-bar .bt-group {
	display:block;
	float:right;
	width: 175px;
	position:relative;
	z-index:999;
	top:15px;
}
.testimonial-bar .bt-group .btn {
	border: 1px solid #5ebe74;
	color: #666 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.testimonial-bar .bt-group .btn:hover {
	background: #fff;
	color: #333 !important;
}
.page-testimonials {
	background:#f4f4f4;
	padding:40px 0 20px 0!important;
}
.page-testimonials .item {
	margin-top:0px;
	clear:both;
}
.page-testimonials .writer-pic {
	border:1px solid #ddd
}
.page-testimonials .testimonial {
	width:88%;
	height:auto;
	margin-bottom:20px;
	border:1px solid #ddd;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	position:relative;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
	background:#d31a1a;
	width:auto;
	font-size:11px;
	color:#fff;
	padding:0px 5px;
	border-radius:2px;
	position:absolute;
	top:0px;
	right:0;
	z-index: 1;
	text-align:right
}
.form-group .label-err:before {
	content: "\f0d7 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #d31a1a;
	position: absolute;
	bottom:-12px;
	right:20px;
}
.form-group .label-err-term {
	top: -28px;
}
.form-group .form-control {
	/*border-radius:0!important;*/
	box-shadow:none;
	height: 40px;
	border-color:  #999;
}
.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-image:url(../design_img/icon-select-down.png);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
}
.form-group input[type=file] {
	display: block;
	background: #f4f4f4;
	width: 100%;
	padding: 9px;
	border: 1px dashed #ccc;
}
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
textarea.form-control {
	height: auto !important;
}
.form-group .label-check a {
	color:#FF3300!important
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#ccc
}
/*********************************************************************************
alert message
***************/
.custom-alert {
	margin-top:8px!important;
	margin-bottom:0px!important;
	padding:6px 8px !important;
	visibility:visible;
	font-size: 13px;
}
.alert-dismissable .close {
	right: 0px!important;
}
/*********************************************************************************
footer bar start
***************/
 
.footer-bar {
	background:#444;
	padding:50px 25px 20px 25px!important;
	position:relative;
}
.footer-bar p {
	color:#ababab;
	line-height: 24px;
	text-align:justify;
}
.footer-bar .logo img {
	max-width:70%!important;
	margin-bottom:15px!important;
}
.footer-bar h4 {
	font-weight:600;
	color:#fff;
	font-size:16px;
	letter-spacing: .05em;
	text-transform:uppercase;
	margin-bottom: 10px !important;
	padding-bottom: 20px !important;
	position:relative
}
.footer-bar h4:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #5b5b5b;
	position: absolute;
	left: 0;
	bottom: 0;
}
/* down nav */
.footer-bar .down-nav {
	list-style:none;
	font-size: 15px !important;
	margin-bottom:80px!important;
}
.footer-bar .down-nav li {
	color:#fff!important;
	line-height:40px;
}
.footer-bar .down-nav li a {
	display:block;
	color:#ababab!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.footer-bar .down-nav li a:before {
	content: "\f068";
	font: normal normal normal 6px/1 FontAwesome;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	width:0;
	vertical-align: 3px;
}
.footer-bar .down-nav li a:hover:before {
	opacity: 1;
	margin-right: 10px;
	width:5px;
	color:#5fbd74!important;
}
.footer-bar .down-nav li a:hover {
	color:#5fbd74!important;
}
/* list */
 .footer-bar .list {
	list-style:none;
	margin-bottom:25px!important;
}
.footer-bar .list li {
	color:#fff!important;
	line-height:24px;
}
.footer-bar .list li a {
	display:block;
	color:#aae7ef!important;
}
.footer-bar .list li a .fa {
	color:#fff;
	margin-right:5px;
}
.footer-bar .list li a:hover {
	color:#fff!important;
}
/* go top */
.footer-bar .goTop {
	cursor:pointer;
	width:127px;
	height:37px;
	position:absolute;
	background:url(../design_img/go-top.png);
	bottom:0;
	left:50%;
	margin-left: -63px;
}
.footer-bar .goTop:before, .footer-bar .goTop:after {
	content:"\f106";
	font-family: 'FontAwesome';
	font-size: 25px;
	left: 54px;
	bottom: -8px;
	position: absolute;
	color: #5fbd74;
	z-index: 998;
	line-height: 1;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.footer-bar .goTop:before {
	bottom: -2px;
}
.footer-bar .goTop:hover:before {
	bottom: 0px;
}
/* social links */
.social {
	list-style:none;
	padding:0px!important;
	float:left;
	margin-top:10px!important;
	margin-bottom:25px!important
}
.social li {
	float:left;
	margin-right:5px!important
}
.social li a {
	border:0!important;
	padding:0!important
}
.social li a .fa {
	color:#ababab !important;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	vertical-align:middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.social li a .fa-facebook {
}
.social li a .fa-twitter {
}
.social li a .fa-instagram {
}
.social li a .fa-youtube {
}
.social li a:hover .fa {
	color:#5fbd74 !important;
}
/* footer_bar_botom */
.footer_bar_botom {
	background:#333;
	padding:15px 25px!important;
}
/* pay-method */
.footer_bar_botom .pay-method {
	list-style:none;
	float: right;
}
.footer_bar_botom .pay-method li {
	color:#fff!important;
	line-height:24px;
	float:left;
	margin-right:5px!important;
}
.footer_bar_botom .pay-method li img {
	height:30px;
}
.footer_bar_botom .copy {
	float:left;
	color:#ababab!important;
	margin-top:5px!important;
}
.footer_bar_botom .copy span {
	color:#fff!important;
}
.footer_bar_botom .designer {
	margin-top:2px!important;
	/* float:right; 
	color:#ffeb3b!important;*/
	color:#5fbd74!important;
}
.footer_bar_botom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 3px;
	background: #fff;
}
/**/
.footer-bar .subscribe-form {
	margin-top: 15px;
}
.footer-bar .subscribe-form input[type=text] {
	padding: 10px 15px;
	border: 0;
	width: 100%;
	border-radius: 3px;
}
.footer-bar .subscribe-form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	text-align: center;
	padding: 20px;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	font-size: 0;
	background-color: #3f48c3;
	background-image:  url(../design_img/icon-send.png);
	border-radius: 0 3px 3px 0;
	border: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.footer-bar .subscribe-form input[type=submit]:hover {
	background-color:#3f48c3;
	opacity: .8;
}
/**/
.footer-bar .flickr {
	list-style:none
}
.footer-bar .flickr li {
	width:50px;
	height:50px;
	background:#fff;
	float:left;
	border-radius:100%;
	margin-right:5px!important
}
.footer-bar .flickr li img {
	border-radius:100%
}

/**/
@keyframes spinner {
 to {
 transform: rotate(360deg);
}
}
 @-webkit-keyframes spinner {
 to {
 -webkit-transform: rotate(360deg);
}
}
/**/
@-webkit-keyframes floating {
 from {
-webkit-transform:translate(0, 0px)
}
 65% {
-webkit-transform:translate(0, 15px)
}
to {
	-webkit-transform:translate(0, 0px)
}
}
@-moz-keyframes floating {
 from {
-moz-transform:translate(0, 0px)
}
 65% {
-moz-transform:translate(0, 15px)
}
to {
	-moz-transform:translate(0, 0px)
}
}
/**/

/*****
=====================================================================================================
							Inner pages
=====================================================================================================
*******/
.page-title {
	padding-top: 110px;
	padding-bottom: 170px;
	background-color: #337ab7;
	background-image: url(../design_img/header-banner.jpg);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.page-title .main-head span {
	color:#ffc107;
}
.breadcrumbs {
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	text-transform: uppercase;
}
.breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.breadcrumbs ul li {
	display: inline-block;
	margin-right: 20px !important;
}
.breadcrumbs ul li::after {
 content: '//';
 margin-left: 20px;
}
.breadcrumbs ul li:last-child {
	color: #b30b08;
}
.breadcrumbs ul li:last-child::after {
 content: '';
 margin-right: 0;
}
.breadcrumbs ul li::after {
 content: '//';
 margin-left: 20px;
}
/****************/
.about-bar {
	margin-top: 50px !important;
	margin-bottom: 113px !important;
}
.about {
	margin: 40px 0 40px 0;
	margin-bottom: 40px;
}
.about-main-img {
	z-index: 2;
}
.-about-main-img {
	z-index: 2;
}
.about-main-img {
	padding: 0;
	margin-top: -40px;
	margin-right: -40px;
	text-align: center;
}
.about-content {
	max-width: calc(50% + 40px);
	width: calc(50% + 40px)!important;
	padding:0 !important;
}
.about-content {
	border: 3px solid #f1eeea;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: rgb(241, 238, 234);
	border-top: 0;
	margin-bottom: -40px;
	padding: 0;
}
.about-content-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -12px;
	width: 100%;
	overflow: hidden;
}
.about-content-title h4 {
	margin-left: 68px !important;
	white-space: nowrap;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	color: #666;
}
.about-content-title-line {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
	border-top: 3px solid #f1eeea;
	margin-left: 30px;
}
.about-content-text {
	padding: 35px 40px 30px 70px;
}
.about-content-text p {
	margin-bottom:10px !important;
}
.about-content-text h4 {
	color: #7fca90;
	font-weight: 600;
}

/**************************************/
 /*order list */

.order_list {
	margin-bottom:20px;
	overflow:hidden; 
}
.order_list  p{margin-bottom: 0 !important;font-size: 14px;}
.order_list_top {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#fff;
	overflow:hidden;
	padding: 7px 0;
}
.order_list_top .order_id {
	background:#fff;
	padding:7px 10px!important;
	float:left;
	text-align:center;
	font-size:14px;
	color:#666;
	border: 1px solid #ddd;
}
.order_list_top .btn {
	float: right;
    background: #fff!important;
    border-radius: 0;
    border: 2px solid #269947;
    color: #666!important;
}
/**/
.order_list_middle {
	padding:10px 0;
	overflow:hidden;
	border-bottom:1px solid #eee;
	line-height: 19px;
	background: #fff;
}
.order_list_middle .order-pr-pic img {
	max-width: 100px !important;
}
.order_list_middle .order-pr-title {
	color:#000
}
/**/
.order_list_bottom {
	overflow: hidden;
    padding: 10px 0;
    width: 100%;
    background: #efefef;
}
.order_list_bottom .order-status {
	color:#26a92f
}
/*track-orders*/
 
.track-orders {
	margin-bottom:20px;
	overflow:hidden;
	font-size: 13px;
}
.track-orders p{margin-bottom: 0 !important;font-size: 14px;}
/**/
.track-orders .track-order-no {
	padding: 10px 0px !important;
    font-size: 14px;
    color: #666;
}
.track-orders .track-order-no span {
	color:#ef642d;
}
/**/
.track-orders .track-order-top {
	border:1px solid #ddd;border-right: 0;    border-left: 0;
	background:#fff;
	overflow:hidden;
	padding: 10px 0;
}
.track-orders .track-order-top p:not(.track-pr-qty) {
text-align:center
}
.track-orders .track-order-top .track-pr-qty {
	color:#333
}
.track-orders .track-order-top p {
	color:#269947
}
.track-orders .track-order-top p span {
	color:#333
}
/**/
.track-orders .track-order-bottom {
	border:1px solid #ddd;    border-right: 0;    border-left: 0;
	border-top:0px;
	overflow:hidden;
	padding:10px;
	width:100%;
	background: #fff;
}
.track-orders .track-order-bottom img {
	max-width: 100%!important;
}
.track-orders .track-order-bottom .track-pr-title {
color: #000;
}
.track-orders .track-order-bottom .track-pr-info {    color: #666;
}
.track-orders .track-order-bottom .track-pr-rate {
	color:#269947
}
.track-orders .track-order-bottom .track-pr-status {
	text-align:center
}
.track-orders .track-order-bottom .btn {
	margin: auto !important;
	display: block;
	width: 130px;    border: 2px solid #269947;
    border-radius: 0;
    background: #fff!important;
    color: #666!important;
}
/**/
.track-orders .track-orders-shipment {
	margin-top:20px;
}
.track-orders .track-orders-shipment h4 {
	text-align:center;
	font-weight:600;
	font-size: 15px;
	color:#2fa5b6
}
.track-orders .track-orders-shipment p {
	text-align:center;
	margin-top:10px!important
}
/* track items*/
.track-items { padding:20px;
}
.track-items h4 {
	text-align:center;
	font-weight: normal;
	margin: 10px 0px!important;
}
.track-items .track-order-no {
	padding: 8px 10px!important;
	background: #269947;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
}
/**/
.track-items .track-item-details {
}
.track-items .track-item-details .track-left {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 20px 0
}
.track-items .track-item-details .track-right {
	border-bottom: 1px solid #ddd;
	padding:20px 0;
	text-align:right
}
/**/
.track-items .track-item-status {
	padding:10px 0px;
}
.track-items .track-item-status ul{ list-style:circle; font-size:13px; }
.track-items .track-item-status ul li{    margin-bottom: 10px!important;}
.track-items .track-item-status ul li .fa{ display:none }
/**/
.track-items .track-orders-shipment {
	padding:10px 15px;
}
.track-items .track-orders-shipment h4 {
	text-align:left;
	font-weight:600;
	font-size: 15px;
	color:#269947
}
.track-items .track-orders-shipment p {
	margin-top:10px!important
}
/**************************************************************/
.about {
}
.about .main-head {
	text-align: left;
	color: #333;
}
.about .main-head span.brdr {
	border-bottom: 1px solid #666666;
	margin: 20px 0 20px;
}
.about h3 {
	margin-bottom:10px !important;
	color: #576a90;
	font-size: 20px;
	font-weight: 600;
	text-transform:capitalize;
}
/*====================
  two-column style
=====================*/

.two-column {
	text-align: left;
	margin-top: 35px;
}
.two-column h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
.two-column p {
	color: #fff;
	position: relative;
	margin: 33px 0;
	font-size:14px !important;
}
.two-column .thm-btn {
	border-radius: 25px;
	padding: 0 40px;
}
.two-column .column1 {
	position: relative;
	padding: 50px 20px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height:320px;
}
.two-column .column1:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(176, 203, 31, 0.81);
	z-index: 0;
}
.two-column .column2 {
	padding: 50px 20px;
	background: #56698f;
	min-height:320px;
}
.two-column .thm-btn:before {
	border-radius: 23px;
}
.img-1 {
	border: 6px double #eb7828;
	border-radius: 1%;
	margin-bottom:10px;
}
.two-column .main-head {
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-align:left !important;
}
.two-column .main-head span.brdr {
	border-bottom: 1px solid #fff !important;
	height: 1px;
	display: block;
	width: 100px;
	margin: 15px 0 15px !important;
}
/********Bankers*********/
#bankers table thead tr {
	background:#2fa5b6;
	color:#fff;
}
#bankers table thead tr th {
	color:#fff;
	height:40px;
	vertical-align:middle;
	border-bottom-width: 1px;
	text-transform:uppercase;
}
#bankers table thead tr th:nth-child(1) {
 text-align:center;
}
#bankers table thead tr th:nth-child(3) {
 text-align:center;
}
#bankers table tbody tr td {
	vertical-align:middle;
}
 #bankers table tbody tr td:nth-child(1) {
 text-align:center;
}
#bankers table tbody tr td:nth-child(3) {
 text-align:center;
}
/*-----------------------------------------------------*/
.notification{
background:#f7f5f5; border-left:5px solid #3f51b5; padding:20px;overflow: hidden;

margin-bottom: 20px;
}
.notification .n-icon{ width:60px; height:60px; float:left;}
.notification .n-text {
	width: 91%;
	float: right;
	padding-top: 6px;
	font-size: 15px;
	text-align: justify;
	line-height: 24px;
}

/*-----Contact Us-----*/
.contact_info_out {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	margin-top: 15px;
}
.contact_info {
	float: left;
	width: 100%;
	position: relative;
	/*padding: 40px 40px;*/
	text-align: center;
	/*background-color: #f8f8f8;
	min-height: 275px;
	border: 1px solid #eee;*/
	margin-top:25px;
}
.contact_info > i {
	font-size: 40px;
	color: #e91e63;
	margin: 0px 0px 20px;
}
.contact_info h5 {
	text-transform: uppercase;
	font-weight: bold;
	color: #392a25;
	margin: 0px 0px 14px !important;
	font-size: 16px;
}
.contact_info p {
	margin: 0px;
	font-size: 15px;
	color: #5e5a54;
	font-weight:400;
}
.contact_info > a {
	display: inline-block;
	color: #666 !important;
	font-size: 16px;
}
/*Hover CSS*/
/*.contact_info:hover {
	background-color: #1e9fb0 !important;
}
.contact_info:hover i, .contact_info:hover h5, .contact_info:hover p, .contact_info:hover a {
	color: #fff !important;
}
.contact_info > a:hover {
	color: #fff !important;
}*/
.separator {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
}
.separator .sep_line {
	height: 1px;
	border-top: 1px solid #EBEBEB;
	border-top-color: rgb(235, 235, 235);
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}
ul.contact-list {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}
ul.contact-list li {
	line-height:24px;
	display:block;
	padding: 5px 15px !important;
}
ul.contact-list li::before {
 content: "\f095 ";
 font: normal normal normal 15px/1 FontAwesome;
 margin-right: 5px;
 color: #5fbd74;
 float:left;
 line-height: inherit;
}
ul.contact-list p {
	line-height:24px;
	font-size: 15px;
}
ul.contact-list p strong {
	color:#5fbd74;
}
.contact-bar {
	margin:50px 0 50px;
}
.contact-form {
	padding: 35px 0 80px;
}
.contact-form .form-group label{text-transform: uppercase;}
.map {
	margin-bottom: 25px;
}
.map iframe {
	height:450px;
}
.contact-form .main-head {
	color:#333;
}
.contact-form .main-head span.brdr {
	border-bottom: 1px solid #333;
}
.contact-form .btn-1 {
	display: inline-block;
	padding: 12px 12px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 200px;
	text-transform: uppercase;
}
.contact-form .btn-1:hover {
	background: #8c4094;
	color: #fff;
}
.contact-form .btn-1-blue {
	background: #337ab7;
	color: #fff;
}
.contact-form .btn-1-red {
	background: #fc9d29;
	color: #fff;
}
/*plan-bar*/
.business-plan .plan-bar {
	margin-top:50px;
}
.business-plan .plan-bar h4 {
	margin-bottom:20px!important;
	font-weight:400;
	color:#075d90;
	border-bottom: 1px dashed #ccc;
	padding-bottom:15px!important;
}
ul.mylist-2 {
	text-transform: inherit;
	list-style:none;
	margin-bottom:15px !important;
}
ul.mylist-2 li {
	line-height: 30px !important;
	margin-bottom: 0 !important;
	font-size:15px;
}
ul.mylist-2 li::before {
 content: "\f138 ";
 font: normal normal normal 14px/1 FontAwesome;
 margin-right: 5px;
 color: #42c560;
}
.business-plan .plan-bar .re-plan-income {
	border:1px solid #eee;
	background:#fff;
	border-bottom-color:#ccc;
	margin-bottom:20px;
}
.business-plans .plan-bar .re-plan-income h4 {
	background: #ffb836;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 5px !important;
	margin-bottom:5px!important
}
.business-plan .plan-bar .re-plan-income .re-plan-text {
	padding:20px;
}
.business-plan h3 {
	font-size: 20px;
	margin-top: 20px !important;
	color: #62c208;
}
#business-plan .reward-col {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
#business-plan .image {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #eee;
}
#business-plan .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	width: 0;
	height: 100%;
 transition: .5s ease;
}
#business-plan .reward-col:hover .overlay {
	width: 100%;
}
#business-plan .back-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
 transition: .5s ease;
	text-align:center;
}
#business-plan .back-overlay h3 {
	font-size:14px !important;
	padding:10px !important;
	color:#fff;
	margin-top: 0 !important;
}
#business-plan .text {
	white-space: nowrap;
	color: white;
	font-size: 16px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align:center;
	word-wrap: break-word;
}
#business-plan .text .title {
	font-size: 18px !important;
	font-weight: 500;
	text-transform: uppercase;
	word-wrap: break-word;
	color: #fff !important;
	margin-top: 0 !important;
}
#business-plan .text .price {
	font-weight: 600;
	color: #f40;
	font-size: 14px !important;
	margin-bottom:0px !important;
}
#business-plan .text .content {
	font-weight: 500;
	font-size: 14px !important;
	color: #fff !important;
}
/* download col*/
 .download-col {
	padding:10px 0;
	/*display:table;*/
	margin:auto;
	border: 1px solid #eee;
	margin-bottom: 15px;
}
.download-col p {
	margin-bottom:0px!important;
	margin-top:0px!important;
	font-weight:500;
	color:#2fa5b6;
	font-size:15px;
}
.download-col:hover p {
	color:#000;
}
.download-col img {
	margin:auto;
}
/****--------------****/
.legals {
	margin-bottom:15px;
}
.legals .img-holder {
	position: relative;
	overflow: hidden;
	display: block;
}
/**/
.legals .img-holder img {
	border: 1px solid #eee;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.legals:hover .img-holder img {
}
.legals .overlay {
	background-color: #fff;
	opacity: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 8px;
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-transition: all 100ms ease-out 0s;
	transition: all 100ms ease-out 0s;
	border: 3px solid #5fbd74;
}
.legals:hover .img-holder .overlay {
	opacity: .9;
}
/**/
.legals .img-holder .overlay .box {
	border: 1px solid #ffffff;
	display: table;
	height: 100%;
	width: 100%;
}
.legals .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.legals:hover .img-holder .overlay {
}
.legals .img-holder .overlay .box .content ul {
}
.legals .img-holder .overlay .box .content ul li {
	display: block;
	margin: 0 5.5px;
	text-align:center;
}
.legals .img-holder .overlay .box .content ul li a i {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #5fbd74;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	transition: all 500ms ease;
	font-weight:400;
}
.legals .img-holder .overlay .box .content .text {
/*bottom: 21px;
	left: 29px;
	position: absolute;
	text-align: left;*/
}
.legals .img-holder .overlay .box .content .text h3 {
	color: #333;
	font-size: 16px !important;
	font-weight: bold;
	text-align:center;
}
.legals .img-holder .overlay .box .content .text p {
	color: #ffffff;
	margin: 0;
}
/*.legal h3 {
	color: #2fa5b6;
	font-size: 15px !important;
	font-weight: 600;
	margin: 0 0 25px !important;
	padding: 20px 0 15px !important;
	border-bottom: 1px solid #ddd;
}*/

.privacy .main-hd{
	font-size: 22px;
	margin-bottom: 15px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.privacy h4 {
 
	color: #5fbd74;
	font-size: 16px;
	font-weight: 600;
/*	text-transform:capitalize;*/ 
}
.privacy p {
	margin-bottom:10px !important;
	 line-height: 30px !important;
}
.privacy p a {
	color: #5fbd74 !important;
}
ul.mylist-2 li h5{
	display: inline;
	font-size: 15px;
	font-weight: 600; 
	color: #555;
}
ul.mylist-2 li p {
	margin-left: 20px !important;
	text-align:justify;
	margin-top: 5px !important;
}
.terms-condition p {
	margin-bottom:10px !important;
}
.career p {
	display: table;
	margin: auto !important;
	padding: 20px !important;
	border: 1px solid #2fa5b6;
	border-radius: 5px;
	background: #2fa5b6;
	color: #fff;
}
.about-aloevera {
	padding:0 !important;
}
.about-aloevera img {
	margin-bottom:20px;
}
.about-aloevera-2 img {
	margin-bottom:20px;
}
.about-aloevera-1 h3 {
	margin-bottom:10px !important;
	font-size: 20px;
	font-weight: 600;
	text-transform:capitalize;
	border-bottom:1px dashed #ddd;
	padding-bottom:8px !important;
	color:#2fa5b6;
}
.about-aloevera-1 p {
	margin-bottom:10px !important;
}
/**/
.content_bar{    margin: 30px 0  ;}
/**/

.news-event {
	margin-top:5px!important;
	font-weight: bold;
	color:#f44336!important;
}

.news-details {
	font-weight: bold;
	color:#0c1fa9!important;
	text-transform: capitalize !important;
}
 
.all_pr_table {
	 
	border-left: 0!important;
	border-right: 0!important;border-color: #eee !important;
}
.all_pr_table th{
background: #fff!important;
color: #5e5a54!important;  
text-transform: capitalize !important; border:0px!important;border-color: #eee !important;
}

.all_pr_table td{
border-right: 0 !important;
border-left: 0 !important;color: #5e5a54!important;border-color: #eee !important;}
.all_pr_table img {
	max-width:100%; border-radius:100%; border:1px solid #eee
}

.all_pr_table td:nth-child(1), .all_pr_table th:nth-child(1){
	width:8%;  
}
.all_pr_table td:nth-child(2), .all_pr_table th:nth-child(2){
	width:10%;
}
.all_pr_table td:nth-child(3), .all_pr_table th:nth-child(3){
	width:47%;
}
.all_pr_table td:nth-child(4), .all_pr_table th:nth-child(4){
	width:10%;
}
.all_pr_table td:nth-child(5), .all_pr_table th:nth-child(5){
	width:10%;
}
.all_pr_table td:nth-child(6), .all_pr_table th:nth-child(6){
	width:15%;
}

.all_pr_table tr:nth-child(even){ background:#f3f7f3!important;}
.all_pr_table tr:hover{ background:#fff!important;}
.all_pr_table tr:nth-child(even):hover{ background:#f3f7f3!important;}

.all_pr_table .lb-in-stock, .all_pr_table .lb-out-stock, .all_pr_table .lb-soon{ border-radius:25px; padding:5px 15px; color:#fff}
.all_pr_table .lb-in-stock{ background:#7fca90}
.all_pr_table .lb-out-stock{ background:#fd6e38}
.all_pr_table .lb-soon{ background:#6baccc}
/**/
ol.or-list{font-size: 15px;
padding: 12px;}
ol.or-list li{ margin-bottom:12px!important;text-align: justify;}
/* download col*/
.download-col {
	 margin-bottom: 20px;
}
.download-col p {
	margin-bottom:0px!important;
	margin-top:10px!important;
	color: #737374;
}
.download-col:hover p {
	color:#000;
}
.download-col img {
	margin:auto;
}
/**/
@media only screen and (min-width:319px) and (max-width:1199px) {
 .legal h3 {
 font-size:13px !important;
 font-size: 13px !important;
 padding: 10px 0 !important;
 line-height:20px;
}
}