/* Space out content a bit */
html body {
	padding-top: 0px !important;
}
body {
	padding: 0px;
	font-family: open sans;
	padding-top: 0px !important;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
	padding-left: 15px;
	padding-right: 15px;
}
/* Custom page header */
.header {
	border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	padding-bottom: 19px;
}
/* Custom page footer */
.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
.container {
	max-width: 1200px;
}
}
.container-narrow > hr {
	margin: 30px 0;
}
.disabled {
	color: #d8d8d8 !important;
}
/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
	margin: 40px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}
.container {
	width: 95%;
	max-width: 95%;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.header, .marketing, .footer {
	padding-left: 0;
	padding-right: 0;
}
/* Space out the masthead */
.header {
	margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
	border-bottom: 0;
}
}
/*New Css Start*/

.search_home {
	background: url(../images/bg_home.png);
	/*position: absolute;*/
	margin-top: -80px;
	margin-bottom: 20px;
	top: 0px;
	width: 100%;
	padding-top: 100px;
}
.header {
	z-index: 9999;
	position: relative;
	background: rgba(255,255,255,0.8);
	margin: 0px;
	padding: 15px 0px;
}
.header .container {
	width: 95%;
	max-width: 95%;
}
.city_select {
	padding: 10px 0px;
}
.head_social > ul > li:first-child {
	font-size: 16px;
	font-weight: 600;
}
.head_social > ul > li:first-child a {
	color: #222222;
}
.head_social > ul > li a i {
	font-size: 26px;
	vertical-align: sub;
}
.head_social > ul > li a .fa-facebook-official {
	color: #3b5998;
}
.head_social > ul > li a .fa-google-plus-square {
	color: #d34836;
}
.head_social > ul > li a .fa-twitter-square {
	color: #4099FF;
}
.head_social {
	padding-top: 10px !important;
	position: fixed;
	right: 4%;
	z-index: 999;
}
.head_social ul {
	margin: 0px;
}
.city_select select {
	background: url(../img/br_down.png) no-repeat left;
	padding-left: 20px;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 50%;
}
.search_home .container .col-lg-12 h1 {
	color: #3a3a3a;
	font-weight: 600;
	font-size: 26px;
	text-shadow: 1px 0px 2px rgba(0,0,0,0.30);
	margin: 20px;
}
.search_home .container .col-lg-12 h1 span {
	color: #e83c45;
}
.outer_red {
	background: #e83c45;
	padding: 10px;
}
.search_input_home {
	padding: 0px;
}
.search_select_home {
	padding: 0px;
}
.search_search_home {
	background: #222222;
	color: #fff;
	font-size: 20px;
	padding: 2px;
	text-align: center;
}
.outer_red select {
	border-radius: 0px;
	border: 1px solid #2c2c2c;
}
.outer_red input {
	border-radius: 0px;
	border: 1px solid #2c2c2c;
}
.category {
	padding: 20px 0px;
}
.category a {
	padding: 5px 10px;
	background: #E83C45;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin: 5px 0px;
}
.products_main {
	padding: 10px;
}
.products_main p a {
	color: #333;
}
.products_main:hover p a {
	color: #E83C45;
}
.product_single {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 10px;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #ddd;
	min-height: 217px;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-box-shadow: 0px 0px 0px 0px #ddd;
	-o-box-shadow: 0px 0px 0px 0px #ddd;
	-ms-box-shadow: 0px 0px 0px 0px #ddd;
	-webkit-box-shadow: 0px 0px 0px 0px #ddd;
	box-shadow: 0px 0px 0px 0px #ddd;
}
.product_single:hover {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-moz-box-shadow: 0px 0px 15px 0px #ddd;
	-ms-box-shadow: 0px 0px 15px 0px #ddd;
	-o-box-shadow: 0px 0px 15px 0px #ddd;
	-webkit-box-shadow: 0px 0px 15px 0px #ddd;
	box-shadow: 0px 0px 15px 0px #ddd;
}
.product_single > div > p {
	/*font-size: 18px;*/
	font-size: 15px;
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	text-align: center;
}
.product_single div {
	padding: 0px;
	display: table;
	float: none;
	text-align: center;
	width: 100%;
}
.product_single div.more_deals {
	display: block;
	padding: 20px 0px;
}
.product_single div.offer-price {
	display: block;
	margin: 0px -10px;
	padding: 10px;
	background-color: #20AAD8;
	width: auto;
	float: none;
}
.product_single div.offer-price span {
	font-size: 16px;
	padding-right: 20px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.product_single div.offer-price span:first-child {
	font-size: 35px;
}
.product_single div.offer-price span:first-child .fa {
	position: relative;
	top: -12px;
	left: 0px;
}
.product_single div.offer-price span .fa {
	font-size: 15px;
}
.product_single div.offer-price span:last-child {
	text-decoration: line-through;
	color: #a2e8ff;
}
.active_deal {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 20px auto;
	font-size: 14px;
	border: 1px solid #E83C45;
	padding: 8px 15px !important;
	display: inline-block;
	color: #E83C45;
}
.active_deal:hover {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #E83C45;
	color: #fff;
	text-decoration: none;
}
.product_single:hover .active_deal {
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #E83C45;
	color: #fff;
	text-decoration: none;
}
.offerbtn-group {
	padding: 20px 0px;
}
.more_deals a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: 600;
}
.app_section img {
	width: 100%;
}
footer {
	background: #E83C45;
	color: #fff;
	font-size: 12px;
	padding: 10px 0px;
}
footer .container .col-lg-12 {
	padding: 0px;
}
footer a {
	color: #fff !important;
}
footer ul {
	margin: 0px;
}
.social_footer > ul > li a:hover .fa-facebook-official {
	color: #3b5998;
}
.social_footer > ul > li a:hover .fa-google-plus-square {
	color: #d34836;
}
.social_footer > ul > li a:hover .fa-twitter-square {
	color: #4099FF;
}
.social_footer > ul > li a i {
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #4C4C4C;
}
.social_footer > ul > li a i:hover {
	font-size: 16px;
	vertical-align: middle;
	text-shadow: 1px 1px 1px #fff;
}
.View_all {
	padding: 10px 40px;
	background: transparent !important;
	color: #e83c45 !important;
	border: 1px solid #e83c45 !IMPORTANT;
	font-size: 16px;
	margin-bottom: 20px;
}
.View_all div {
	line-height: 20px !important;
}
.View_all:hover {
	background: #e83c45 !important;
	color: #fff !important;
}
.regular {
	padding: 10px 40px;
	background: transparent !important;
	color: #e83c45 !important;
	border-color: #e83c45 !IMPORTANT;
	font-size: 16px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.regular:hover {
	background: #e83c45 !important;
	color: #fff !important;
}
.exclusive {
	padding: 10px 40px;
	background: transparent !important;
	color: #e83c45 !important;
	border-color: #e83c45 !IMPORTANT;
	font-size: 16px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.exclusive:hover {
	background: #e83c45 !important;
	color: #fff !important;
}
.heading_back_line {
	text-align: center;
	font-weight: 700;
	color: #E83C45;
	margin: 15px 0px;
}
.heading_back_line:after {
	background: url(../images/heading_bg.png);
	content: "";
	width: 15%;
	height: 19px;
	background-repeat: repeat-x;
	line-height: 19px;
	display: inline-block;
	margin-left: 20px;
}
.heading_back_line:before {
	background: url(../images/heading_bg.png);
	content: "";
	width: 15%;
	height: 19px;
	background-repeat: repeat-x;
	line-height: 19px;
	display: inline-block;
	margin-right: 20px;
}
/*New Css End*/


/*Head Inner Css Start*/
.head_inner {
	background: url(../images/bg_inner.png);         /*position: fixed;*/
	width: 100%;
	z-index: 999999;
}
.head_inner .container {
	width: 95%;
	max-width: 95%;
}
.fillter_head .container {
	width: 95%;
	max-width: 95%;
}
.fillter_head {
	background: url(../images/bg_inner.png);
	box-shadow: 1px 2px 2px #cacaca;
	height: 100%;
	margin-bottom: 20px;
}
.fillters_inner select {
	background: #efefef url(../images/filter_arrow.png) no-repeat !important;
	border-bottom: 2px solid #333 !Important;
	border: none;
	color: #333;
	font-weight: bold;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right 10px bottom 10px !Important;
}
.fillters_inner p {
	background: #e5e5e5 !important;
	color: #333;
	font-weight: bold;
	width: 100%;
	border-radius: 0px;
}
.SumoSelect>.CaptionCont {
	border: 1px solid #efefef !important;
	border-bottom: 2px solid #333 !important;
}
.SumoSelect>.CaptionCont>span.placeholder {
	color: #333 !important;
	font-style: normal !important;
}
div#content_iiner {
/*padding-top: 170px;*/
}
.head_inner_top {
	padding: 10px 0px;
}
.search_inner > div > div {
	padding: 0px;
}
.search_inner {
	padding: 10px 0px;
}
.fillters_inner > div {
	width: 24%;
	float: left;
	margin: 0% 0.5%;
}
.fillters_inner > div:first-child {
	margin-left: 0px;
}
.fillters_inner > div:last-child {
	margin-right: 0px;
	width: 25%;
}
.business .fillters_inner > div {
	width: 32%;
	float: left;
	margin: 0% 1%;
}
.business .fillters_inner >div:last-child {
	margin-right: 0px;
	width: 32%;
}
.business .fillters_inner > div:first-child {
	margin-left: 0px;
}
/*Head Inner Css End*/

.SumoSelect {
	width: 100%;
}
/*Font Awesome Icons Start*/
@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot?v=4.4.0');
	src: url('../font/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-search:before {
	content: "\f002";
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-phone:before {
	content: "\f095";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}
/*menu icons*/
.fa-home:before {
	content: "\f015";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-info:before {
	content: "\f129";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
/*menu icons*/
.errorMsg {
	overflow: auto;
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	margin: 0px 20px 0px 20px;
	border: 2px solid #DF9595;
	background: #EEACAC;
	color: #B94C4C;
	margin-bottom: 10px;
	margin-top: 15px;
}
.succMsg {
	overflow: auto;
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	margin: 0px 20px 0px 20px;
	border: 2px solid #49e07e;
	background: #B4F3CA;
	color: #238A65;
	margin-bottom: 10px;
	margin-top: 15px;
}
/*Font Awesome Icons End*/

@media (max-width: 768px) {
/*side bar scroll*/
.head_social .list-group {
	max-height: 300px;
	overflow: scroll;
	position: fixed;
	right: 0px;
}
.head_social .list-group::-webkit-scrollbar {
width:5px;
}
.head_social .list-group::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #e83c45;
}
/*side bar scroll*/

/*App section css Start*/
.app_left .row .col-lg-6 {
	text-align: center;
	margin: 20px;
}
.app_left .row .col-lg-6 img {
	width: 50%;
}
.app_left h2 {
	text-align: center;
	margin: 20px !important;
}
/*App section css End*/	
	
	
/*offer business css start*/
.offer_section {
	width: 95% !important;
}
.left_image_offer {
	width: 30%;
	float: left !Important;
}
.right_offer_content {
	width: 70% !important;
	float: left;
}
/*offer business  css end*/




.city_select {
	width: 33%;
	float: left;
	padding: 0px;
}
.city_select select {
	max-width: 100%;
}
.logo {
	width: 33%;
	float: left;
}
.logo img {
	width: 100%;
}
.head_social {
	right: 2%;
	padding: 0px !Important;
}
.head_social > ul > li:first-child {
	width: 100%;
}
.head_inner_top {
	padding: 0px;
}
/*search css*/
.search_home .container .col-lg-12 h1 {
	font-size: 20px;
}
.search_input_home {
	width: 45%;
	float: left;
}
.search_select_home {
	width: 45%;
	float: left;
}
.search_search_home {
	width: 10%;
	float: left;
}
.category a {
	font-size: 100%;
}
/*search css*/

.heading_back_line:before {
	display: none;
}
.heading_back_line:after {
	display: none;
}
.regular_products {
	clear: both;
}
/*footer css*/

footer div {
	width: 100%;
	float: none;
	text-align: center !important;
	margin: 5px 0px;
}
/*footer css*/


.fillters_inner > div {
	width: 48% !Important;
	float: left;
	margin: 0% 1% !important;
}
.products_main {
	width: 50% !important;
	float: left;
}
}
 @media (max-width: 991px) {
/*side bar scroll*/
.head_social .list-group {
	max-height: 300px;
	overflow: scroll;
	position: fixed;
	right: 0px;
}
.head_social .list-group::-webkit-scrollbar {
width:5px;
}
.head_social .list-group::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #e83c45;
}
/*side bar scroll*/	
.heading_back_line:before {
	display: none;
}
.heading_back_line:after {
	display: none;
}
/*offer business css start*/
.offer_section {
	width: 45% !important;
	float: left;
}
.offer_button {
	font-size: 12px;
}
.left_image_offer {
	width: 30%;
	float: left !Important;
}
.right_offer_content {
	width: 70% !important;
	float: left;
}
/*offer business  css end*/


/*header css start*/
.city_select {
	width: 33%;
	float: left;
	padding: 0px;
}
.city_select select {
	max-width: 100%;
}
.logo {
	width: 33%;
	float: left;
}
.logo img {
	width: 100%;
}
.head_social {
	right: 2%;
	padding: 0px !Important;
}
.head_social > ul > li:first-child {
	width: 100%;
}
.head_inner_top {
	padding: 0px;
}
/*header css end*/

/*footer css*/

footer div {
	width: 100%;
	float: none;
	text-align: center !important;
	margin: 5px 0px;
}
/*footer css*/


/*search css*/
.search_home .container .col-lg-12 h1 {
	font-size: 20px;
}
.search_input_home {
	width: 45%;
	float: left;
}
.search_select_home {
	width: 45%;
	float: left;
}
.search_search_home {
	width: 10%;
	float: left;
}
.category a {
	font-size: 100%;
}
/*search css*/

}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
.heading_back_line:before {
	display: none;
}
.heading_back_line:after {
	display: none;
}
/*offer business css start*/
.offer_section {
	width: 45% !important;
	float: left;
}
.offer_button {
	font-size: 12px;
}
.left_image_offer {
	width: 30%;
	float: left !Important;
}
.right_offer_content {
	width: 70% !important;
	float: left;
}
/*offer business  css end*/
/*search css*/
.search_home .container .col-lg-12 h1 {
	font-size: 20px;
}
.search_input_home {
	width: 45%;
	float: left;
}
.search_select_home {
	width: 45%;
	float: left;
}
.search_search_home {
	width: 10%;
	float: left;
}
.category a {
	font-size: 100%;
}
/*search css*/
/*header css start*/
.city_select {
	width: 33%;
	float: left;
	padding: 0px;
}
.city_select select {
	max-width: 100%;
}
.logo {
	width: 33%;
	float: left;
}
.logo img {
	width: 100%;
}
.head_social {
	right: 2%;
	padding: 0px !Important;
}
.head_social > ul > li:first-child {
	width: 100%;
}
.head_inner_top {
	padding: 0px;
}
/*header css end*/
footer div {
	width: 100%;
	float: none;
	text-align: center !important;
	margin: 5px 0px;
}
/*footer css*/
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
.products_main {
	width: 50% !important;
	float: left;
}
.heading_back_line:before {
	display: none;
}
.heading_back_line:after {
	display: none;
}
/*offer business css start*/
.offer_section {
	width: 45% !important;
	float: left;
}
.offer_button {
	font-size: 12px;
}
.left_image_offer {
	width: 30%;
	float: left !Important;
}
.right_offer_content {
	width: 70% !important;
	float: left;
}
/*offer business  css end*/

/*search css*/
.search_home .container .col-lg-12 h1 {
	font-size: 20px;
}
.search_input_home {
	width: 45%;
	float: left;
}
.search_select_home {
	width: 45%;
	float: left;
}
.search_search_home {
	width: 10%;
	float: left;
}
.category a {
	font-size: 100%;
}
/*search css*/
 /*header css start*/
.city_select {
	width: 33%;
	float: left;
	padding: 0px;
}
.city_select select {
	max-width: 100%;
}
.logo {
	width: 33%;
	float: left;
}
.logo img {
	width: 100%;
}
.head_social {
	right: 2%;
	padding: 0px !Important;
}
.head_social > ul > li:first-child {
	width: 100%;
}
.head_inner_top {
	padding: 0px;
}
/*header css end*/
footer .col-lg-4 {
	width: 33%;
	float: left;
}
}
/*offer business css */
.right_offer_content h4 {
	margin: 0px 0px 10px;
	font-weight: 600;
	color: #E83C45;
	display:block;
}
.right_offer_content ul {
	list-style: none;
	padding: 0px 15px;
	color: #8a8a8a;
	margin-top: 5px;
	line-height: 25px;
}
.right_offer_content ul:after {
	content:'';
	display:block;
	clear:both;
}
.offer_section ul > li {
	line-height:25px;
}
.offer_section ul > li .fa {
	line-height:25px;
}
.offer_section ul > li > span:nth-child(1) {
	width: 20px;
	float: left;
	display:block;
}
.offer_section ul > li > span:nth-child(2) {
	margin-left:30px;
	display:block;
}
.offer_button {
	text-align: center;
	padding: 5px;
	background: #E83C45;
}
.offer_button a {
	color: #fff;
	font-weight: 600;
}
.offer_section {
	padding:15px;
}
.offer_section .row {
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0px;
	padding: 10px 0px;
	min-height: 160px;
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
	-moz-box-shadow:0px 0px 0px 0px #aaa;
	-ms-box-shadow:0px 0px 0px 0px #aaa;
	-o-box-shadow:0px 0px 0px 0px #aaa;
	-webkit-box-shadow:0px 0px 0px 0px #aaa;
	box-shadow:0px 0px 0px 0px #aaa;
}
.offer_section .row:hover {
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
	-moz-box-shadow:0px 0px 10px 0px #aaa;
	-ms-box-shadow:0px 0px 10px 0px #aaa;
	-o-box-shadow:0px 0px 10px 0px #aaa;
	-webkit-box-shadow:0px 10px 0px 0px #aaa;
	box-shadow:0px 0px 10px 0px #aaa;
}
.left_image_offer {
	padding: 0px;
	margin:-10px 0px;
	height:160px;
	background-color:#EDEDED;
	position:relative;
	overflow:hidden;
}
.left_image_offer .offer_button {
	position:absolute;
	bottom:0px;
	width:100%;
}
.left_image_offer img {
	width:100%;
	max-width:100%;
	position:relative;
	top:50%;
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.right_offer_content {
	padding: 0px;
}
/*side menu css*/
.mini-submenu {
	display: none;
	background-color: #e9e9e9;
	padding: 9px;
	/*position: relative;*/
	width: 42px;
}
.mini-submenu:hover {
	cursor: pointer;
}
.mini-submenu .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
	margin-top: 3px;
}
.mini-submenu .icon-bar {
	background-color: #fff;
}
#slide-submenu {
	background: rgba(0, 0, 0, 0.45);
	display: inline-block;
	padding: 0 8px;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
}
a.list-group-item > span > i {
	width: 25px;
}
a.list-group-item > span {
	text-align: center;
	padding-right: 10px;
}
/*side menu css*/

/*App Section Start*/
.app_left h2 {
	color: #fff;
	font-weight: 600;
	text-shadow: 2px 2px 2px #000;
	margin: 80px 0px;
	text-transform: capitalize;
}
.app_section {
	background: url(../images/bg_offer_app.png);
	background-size: 100% 100%;
	padding: 50px 0px 0px 0px;
	margin-top: 20px;
}
/*App Section End*/


.all_offer .fillters_inner > div {
	width: 19%;
	float: left;
	margin: 0% 0.5%;
}
.all_offer .fillters_inner > div:last-child {
	margin-right: 0px;
	width: 19.1%;
}
.product-show .fillters_inner > div {
	width: 23%;
	float: left;
	margin: 0% 1%;
}
.product-show .fillters_inner >div:last-child {
	margin-right: 0px;
	width: 24%;
}
.sign_up_out a {
	color: #555;
}
.sign_up_out > a > strong > span {
	padding-right: 10px;
}
.sign_up_out > a > strong > span i {
	width: 25px;
	text-align: center;
}
.sign_out {
	background-color: #d43f3a;
	padding: 5px 10px;
	margin-left: 50px;
	color: #fff !important;
	border-radius: 5px;
}
div#content_iiner .wrapper fieldset.breadcrumb {
	background: #fff;
	margin: 0px;
}
.breadcrumbs.container {
	padding: 0px;
	width: 100%;
	max-width: 100%;
}
.marginB20 {
	margin-bottom: 20px !important;
}
@media (max-width: 599px) {
.regular, .View_all {
	width: 100%;
	float: none !important;
	margin: 10px auto;
}
.products_main {
	width: 100% !important;
	max-width:300px;
	margin:0px auto;
	float:none;
}
.container {
    width: 100%;
    max-width: 100%;

}
}
