﻿@import url(https://fonts.googleapis.com/css?family=Lato);

html, body {
	/* Make the body to be as tall as browser window */
	height: 100%;
	padding: 0;
	font-family: 'Lato', sans-serif;
	background: #FFFFFF !important;
	/*position:relative;*/
}

a {
	color: #004295;
}

a:hover {
	color: #004295;
}

/* ========== Footer CSS Start ========== */
.footer {
	background: #000000;
	width: 100%;
	display: block;
	float: left;
	position: fixed;
	bottom: 0;
	z-index: 5;
	padding: 0;
	margin-bottom: 0;
}
/*.footer ul{display: block; float: left; margin: 0; padding: 0; list-style: none; width: 100%;}*/
.footer li {
	display: block;
	float: left;
	width: 20%;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	margin-left: 0 !important;
	cursor: pointer;
}

.footer li span {
	margin: -4px 6px 0px -10px;
	position: absolute;
	font-size: 9px;
	color: white;
	background-color: red;
	padding-bottom: 6px;
}

.footer-icons {
	width: 63px;
	height: 56px;
}

/*===== Footer CSS Start =====*/
.footer_icon {
	width: 100%;
	font-size: 24px;
}

.footer_home {
	background: url(../images/footer-home-logo.png) no-repeat top center
		!important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}
/*.footer_home:hover{background: url(../images/footer-ai-logo.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
.footer_home_selected {
	background: url(../images/footer-home-logo.png) no-repeat top -44px
		center !important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}

.footer_browse {
	background: url(../images/footer_search-icon.png) no-repeat top center
		!important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}
/*.footer_buy:hover{background: url(../images/footer-buy.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
.footer_browse_selected {
	background: url(../images/footer_search-icon.png) no-repeat top -44px
		center !important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}

.footer_qr_li {
	background: #2E97E5;
}

.footer_qr_li_selected {
	background: #000;
}

.footer_qr {
	background: url(../images/footer-qrcod.png) no-repeat top center
		!important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}
/*.footer_qr:hover{background: url(../images/footer-qrcod.png) no-repeat top -44px center !important; height: 44px; width: 100%; display: block; float: left;}*/
.footer_qr_selected {
	background: url(../images/footer-qrcod.png) no-repeat top -44px center
		!important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}

.footer_dollar {
	background: url(../images/footer-dollar.png) no-repeat top center
		!important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}
/*.footer_dollar:hover{background: url(../images/footer-dollar.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
.footer_dollar_selected {
	background: url(../images/footer-dollar.png) no-repeat top -44px center
		!important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}

.footer_rewards {
	background: url(../images/footer-rewards.png) no-repeat top center
		!important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}
/*.footer_rewards:hover{background: url(../images/footer-rewards.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
.footer_rewards_selected {
	background: url(../images/footer-rewards.png) no-repeat top -44px center
		!important;
	height: 44px;
	width: 100%;
	display: block;
	float: left;
}

/*===== Footer CSS End =====*/
.banner_main {
	width: 100%;
	height: 172px;
	float: left;
	background: #efefef;
	text-align: center;
	border-bottom: 3px solid #c2bfbf;
	position: relative;
}

.banner_info {
	width: 100%;
	padding: 3px 0;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size: 15px;
}

.banner_info span {
	display: block;
	float: left;
	margin-left: 10px;
}

.banner_info label {
	display: block;
	float: right;
	margin-right: 10px;
}

.banner_price_info {
	text-decoration: line-through;
}
/* ========== Footer CSS Start ========== */

/* ========== Banner Swiper CSS Start ========== */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/* ========== Banner Swiper CSS Start ========== */

/* ========== User Certificate List CSS Start ========== */
.user_cart_header {
	background: #33a7ea;
	background: -moz-linear-gradient(top, #33a7ea 0%, #028cdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33a7ea),
		color-stop(100%, #028cdc));
	background: -webkit-linear-gradient(top, #33a7ea 0%, #028cdc 100%);
	background: -o-linear-gradient(top, #33a7ea 0%, #028cdc 100%);
	background: -ms-linear-gradient(top, #33a7ea 0%, #028cdc 100%);
	background: linear-gradient(to bottom, #33a7ea 0%, #028cdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a7ea',
		endColorstr='#028cdc', GradientType=0);
	width: 100%;
	float: left;
	padding: 5px 2%;
	color: #FFF;
}

.user_cart_header_back {
	float: left;
	width: 30%;
}

.user_cart_header_back button {
	background: url(../images/cart_header_arrow.png) no-repeat left;
	border: none;
	margin: 0;
	padding: 3px 0 5px 16px;
	color: #FFF;
	font-size: 15px;
	height: 31px
}

.user_cart_header_name {
	float: left;
	width: 40%;
	padding-top: 2px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.user_cart_shortby {
	float: left;
	width: 30%;
	text-align: right;
}

.user_cart_shortby button {
	background: url(../images/short_by.png) no-repeat right;
	border: none;
	margin: 0;
	padding: 3px 30px 5px 0;
	color: #FFF;
	font-size: 15px;
	height: 31px
}

.user_cart_certificate_list {
	width: 100%;
	float: left;
}

.user_cart_certificate_list ul {
	display: block;
	float: left;
	margin: 0 0 70px 0;
	padding: 0;
	width: 100%;
}

.user_cart_certificate_list ul li {
	background: #FFF;
	margin: 10px 3%;
	padding: 5px 2%;
	display: block;
	float: left;
	width: 90%;
	position: relative;
	border: 1px solid #b5d5e7;
}

.user_cart_certificate_list ul li:after {
	display: block;
	content: "";
	width: 100%;
	height: 9px;
	background: transparent url('../images/certificate_after_img2.png')
		no-repeat center;
	position: absolute;
	bottom: -9px;
	left: 0;
	z-index: 1;
}

.user_cart_certificate_list ul li:before {
	display: block;
	content: "";
	width: 100%;
	height: 9px;
	background: transparent url('../images/certificate_after_img.png')
		no-repeat center;
	position: absolute;
	top: -9px;
	left: 0;
	z-index: 1;
}

.user_cart_certificate_list ul li:last-child:after {
	background: none;
}

.user_cart_certificate_list ul li span {
	display: block;
	float: left;
}

.user_cart_certificate_list ul li p {
	display: block;
	float: left;
	margin: 8px 0 0 5px;
	padding: 0;
	font-size: 16px;
}

.user_cart_certificate_list ul li label {
	display: block;
	float: right;
	margin-top: 8px;
}

/* ========== User Certificate List CSS End ========== */

/* ========== Shoping Cart CSS Start ========== */
.shoping_cart_main {
	width: 100%;
	padding: 10px 0 0 0;
	float: left;
	height: auto; /* min-height: 100px; */
	position: relative;
}

.checkout_cart_content {
	background: #FFF;
}

.checkout_heading {
	color: #004295;
}

.checkout_amount {
	color: #71d209;
}

.shoping_cart_items {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.shoping_cart_items li {
	display: block;
	float: left;
	width: 100%;
	padding: 10px 5px;
	margin: 0 0 15px 0; /*border-bottom: 1px solid #b0b0b0;*/
	background: #FFF;
}

.cart_procust_info {
	display: block;
}

.cart_procust_img {
	width: 25%;
	max-width: 51px;
	height: 51px;
	float: left;
}

.cart_procust_img img {
	max-height: 51px;
	max-width: 51px;
}

.cart_procust_name {
	float: left;
}

.cart_procust_name label {
	font-size: 14px;
	color: #585858;
	display: block;
	float: left;
	width: 100%;
}

.cart_procust_name span {
	font-size: 14px;
	color: #71d209;
	display: block;
	float: left;
	width: 100%;
}

.cart_procust_name span p {
	color: #2B2828;
	float: none;
	font-size: 12px;
	display: inline;
}

.cart_procust_name select {
	font-size: 12px;
	padding: 0 12px;
	height: 21px;
	max-width: 165px;
}

.cart_item_out_of_stock {
	padding: inherit;
}

.cart_item_out_of_stock {
	color: #eb204c;
	font-style: italic;
}

.shoping_cart_item_addremove {
	float: right;
}

.shoping_cart_item_addremove_info {
	width: 100%;
}

.remove {
	width: 100%;
	max-width: none !important;
	height: auto !important;
	padding: 0 5px;
	margin: 5px 0 0 0;
	display: block;
	float: right;
	font-size: 12px !important;
	background: none !important;
	border: none;
	border-radius: 5px;
	color: #eb204c !important;
	float: right;
	text-align: right;
}

.total_price {
	width: 100%;
	margin-top: 20px;
	float: left; /* position: fixed; bottom: 53px; */
}

.total_price ul {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.total_price ul li {
	display: block;
	margin: 0;
	padding: 3px 0;
	list-style: none;
	float: left;
	width: 100%;
	font-size: 14px;
}

.total_cost {
	font-size: 18px !important;
	font-family: 'Lato', sans-serif;
}

.total_cost label {
	color: #71d209 !important;
}

.total_price ul li span {
	display: block;
	float: left;
}

.total_price ul li label {
	display: block;
	float: right;
	color: #1eb3eb
}

.total_price ul li:last-child {
	text-align: center;
	margin-top: 10px;
}

.total_price ul li:last-child button {
	background: #1eb3eb;
	width: 70%;
	padding: 7px 0;
	clear: both;
	white-space: nowrap;
	color: #FFF;
	border-radius: 5px;
	border: none;
	font-size: 16px;
}

.update {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #f0ad4e;
}

.product_add_main {
	width: 100%;
	float: right;
}

.product_add_main input {
	display: block;
	float: right;
	max-width: 40px;
	height: 26px;
	border: 1px solid #cccccc;
	text-align: center;
}

.product_add_main button {
	display: block;
	float: right;
	height: 26px;
	max-width: 26px;
	border: none;
	color: #FFF;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.plus {
	background: #20ade2;
	border-radius: 5px 0 0 5px;
}

.minus {
	background: #333333;
	border-radius: 0 5px 5px 0;
}

.clear_cart {
	background: #004295;
	border: none;
}

.clear_cart {
	background: #004295;
	border: none;
}

/* ========== Shoping Cart CSS End ========== */

/* ========== Filter CSS Start ========== */
.filter_main {
	float: left;
	position: fixed;
	left: 0px;
	top: 22%;
	z-index: 1200;
}

.filter_icon {
	background: none;
	border: medium none;
	cursor: pointer;
	display: block;
	float: right;
	margin: 0;
	padding: 5px 5px 0 5px;
	font-size: 22px;
}

.filter_icon_bg {
	background: #FFF;
	border-radius: 0 10px 10px 0;
	-webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.filer {
	float: left;
	background: #FFF;
	width: 200px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	border-radius: 0 0 10px 0;
}

.filer ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}

.filer ul li {
	display: block;
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px;
}

.filer ul li label {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
}

.filer ul li select {
	width: 100%;
	display: block;
	float: left;
}

.filer ul li input {
	width: 100%;
	display: block;
	float: left;
}

.price {
	text-align: center;
}

.filer ul li:last-child {
	text-align: center;
}

.filter_btn {
	background: #1eb3eb;
	width: 100px;
	padding: 3px 0;
	clear: both;
	white-space: nowrap;
	color: #FFF;
	border-radius: 5px;
	border: none;
	font-size: 16px;
}

.clear_filter {
	margin: 10px 0 0 0;
	padding: 0;
	background: none;
	border: none;
	color: #20ade2;
}

/* ========== Filter CSS End ========== */

/* ========== User Certificate View CSS Start ========== */

/*.user_cart_certificate_head_name{width: 70% !important; text-align: left;}*/
.user_cart_add_again {
	float: right;
	width: 50%;
	text-align: right;
}

.user_cart_add_again button {
	background: url(../images/add_again.png) no-repeat right;
	border: none;
	margin: 0;
	padding: 3px 35px 5px 0;
	color: #FFF;
	font-size: 15px;
	height: 31px
}

.user_certificate_details {
	width: 100%;
	padding: 10px 0;
	float: left;
}
/* .user_certificate_details_logo{display: block; float: left; margin-left: 10px;}
.user_certificate_details_name{display: block; float: left; margin-left: 10px; font-size: 18px; color: #eb204c;} */
.user_certificate_details_name label {
	font-size: 12px;
}

.user_certificate_info {
	width: 100%;
	height: 210px;
	padding: 0 2%; /* border-bottom: 1px dashed #b0b0b0; */
	/* padding-bottom:15px; */
	float: left;
}

.store_image {
	width: 45%;
	float: left;
	text-align: center;
}

.store_image img {
	max-width: 100%;
}

.user_certificate_details_price {
	width: 45%;
	float: right;
}

.user_certificate_details_price ul {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.user_certificate_details_price ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	color: #747d8b;
	font-family: 'Lato', sans-serif;
}

.certificate_balance {
	color: #eb204c !important;
	font-size: 30px !important;
}

.certificate_balance_label {
	font-size: 15px;
	margin-top: -2px !important;
}

.certificate_balance_history span {
	width: 45%;
	display: block;
	float: left;
	font-size: 12px;
	margin: 5px 0;
	padding: 3px 0;
}

.certificate_balance_history span:last-child {
	width: 44.5%;
	float: right;
	border-left: 1px solid #747d8b;
}

.certificate_balance_history span label {
	display: block;
	float: left;
	width: 100%;
}

.certificate_balance_history span label:first-child {
	
}

.certificate_balance_history span label:last-child {
	margin-top: -3px;
}

.certificate_balance_location {
	background: url(../images/location.png) no-repeat left top;
	width: 100% !important;
	padding: 0 0 10px 35px !important;
	margin-top: 10px !important;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: #747d8b !important;
	text-align: left !important;
}

.certificate_balance_location label {
	font-size: 11px;
	display: block;
	float: left;
	margin-top: 0;
	width: 100%;
	font-weight: normal;
	color: #004293 !important;
}

.qr_code_main { /* margin: 20px 15% 60px 15%; */
	padding: 20px 5%;
	font-size: x-large; /* background: #FFF; */ /* border-radius:10px; */
	/* -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5); */
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	text-align: center;
}

/* ========== User Certificate View CSS End ========== */

/* ========== product detail page CSS start ========== */
.product_content_area {
	width: 100%;
	margin: 10px 0 52px 0;
	float: left;
}

.product_banner {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}

.product_banner_img {
	float: left;
	position: relative;
	height: auto;
	min-height: 150px;
}

.product_banner_img img {
	width: auto;
	max-height: 250px;
	max-width: 100%;
	height: auto;
	position: initial;
}

.product_deal_com {
	float: left;
}
/*.product_detail_name{font-family: 'Lato', sans-serif; font-size: 20px; color: #FFF; float: left; width: 100%; padding:0 1%; background: rgba(0, 0, 0, 0.7);}*/
/*.product_detail_name span {display: block; float: left;}
.product_detail_name label {display: block; float: left; font-size: 15px; clear: both; margin-top: 0;}*/
.product_detail_name {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #000;
	float: left;
	padding: 0 10px;
	text-align: left;
	line-height: 22px;
	margin-top: 5px;
}

.product_detail_name span {
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
}

.product_detail_name span a {
	color: #004295;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}

.product_sharing {
	margin-top: 7px;
	padding: 0 10px 0 0;
	position: relative;
}

.product_sharing span {
	cursor: pointer;
}

.product_like {
	padding: 0;
	min-width: 25px;
}

.product_like span {
	background: url(../images/like.png) no-repeat center top;
	padding: 20px 15px 0 15px;
	display: block;
	float: right;
}

.product_not_like span {
	background: url(../images/like2.png) no-repeat center top;
	cursor: pointer;
}

.product_sharing_icons {
	display: block;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
}

.product_sharing_icons li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 10px;
}

.product_sharing_icons li a {
	display: block;
	float: left;
	width: 100px;
	padding: 7px !important;
}

.truncate_crowdlink_width {
	display: block;
	width: 145px;
	clear: both;
}

.crowd_video_link {
	font-size: 18px;
	font-weight: bold;
	width: 145px;
}

.whatis_crowd_video_link {
	font-size: 12px;
	font-weight: bold;
}
/*.security_guarentee{background:url(../images/security_guarentee.png) no-repeat left top; min-height: 80px; padding-left: 85px !important; font-weight:bold;}*/
.product_detailscreen_pricelist {
	color: #696e79;
	font-size: 13px;
	padding: 0 10px;
	margin-top: 5px;
}

.product_detailscreen_currentprice {
	color: #ce222b;
	margin-right: 5px;
	font-size: 20px;
}

.product_detailscreen_currentprice span {
	color: #000;
}

.product_detailscreen_currentprice .crowd_price_detail {
    font-weight: bold;	
    text-decoration: none;
	color: #78C143;	
}

.product_detailscreen_currentprice .crowd_price_detail a {
    font-weight: bold;	
    text-decoration: underline;
	color: #78C143;	
}

.product_detailscreen_price {
	text-decoration: line-through;
	color: #000;
	font-size: 14px;
	margin-right: 5px;
	margin-top: 5px;
}

.product_detailscreen_pricesaving {
	color: #FFF;
}

.product_rating {
	font-size: 12px;
	color: #696e79;
	padding: 0 10px;
}

.derailscreen_tabs {
	padding: 0 10px;
	margin: 0 0 20px 0;
}

.price_info {
	width: 100%;
	float: left;
}

.price_info_data {
	width: 50%;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #585858;
	text-align: center;
}

.price_info_data span {
	display: block;
	float: left;
	width: 100%;
	text-decoration: line-through;
}

.no_open_price_strike {
	text-decoration: none !important;
}

.price_info_data label {
	display: block;
	float: left;
	width: 100%;
	margin-top: -5px;
}

.price_info_data_people {
	width: 33% !important;
}

.saving_data {
	text-decoration: none !important;
	color: #eb204c;
}

.product_detail_price_main {
	width: 100%;
	padding: 10px 2%;
	margin: 10px 0;
	float: left;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

.product_detail_price_main ul {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

.product_detail_price_main ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
}

.product_detail_price_main ul li:first-child {
	width: 100%;
	color: #20ade2;
	font-size: 13px;
}

.product_detail_price_main ul li span {
	text-decoration: line-through;
}

.product_detail_price {
	width: 65%;
	float: left;
	color: #eb204c;
	font-size: 20px;
}

.product_add_main {
	width: 35%;
	float: right;
}

.product_add_main input {
	display: block;
	max-width: 35px;
	border: 1px solid #cccccc;
	text-align: center;
}

.product_add_main button {
	display: block;
	height: 26px;
	max-width: 26px;
	border: none;
	color: #FFF;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.plus {
	background: #004295;
	border-radius: 5px 0 0 5px;
}

.minus {
	background: #333333;
	border-radius: 0 5px 5px 0;
}

.product_add_main_cart {
	width: 100% !important;
}

.product_detail_info {
	padding: 10px;
	float: left; /*border-bottom: 1px solid #b0b0b0;*/
	height: auto;
}

.product_detail_people {
	background: url(../images/peoples_img.png) no-repeat left top;
	width: 100%;
	min-height: 85px;
	float: left;
	font-size: 15px;
}

.product_detail_people span {
	display: block;
	float: left;
	color: #20ade2;
	margin-left: 95px;
	margin-top: 5px;
}

.product_detail_people label {
	display: block;
	float: left;
	clear: both;
	color: #333333;
	margin-left: 95px;
	margin-bottom: 10px;
	font-size: 13px;
}

.product_detail_people_pro {
	visibility: hidden;
}
/*.product_detail_people p{display: block; float: left; width: 100%; margin: 5px 0 0 0; padding: 0; font-size: 14px;}*/
.product_detail_people_flash {
	background: none;
}

.product_detail_people_flash span {
	margin: 0;
}

.product_detail_people_flash label {
	margin-left: 0;
}

.product_detail_people_flash p {
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 14px;
}

.product_theme_detail {
	width: 100%;
	float: left;
}

.product_theme_detail p {
	font-size: 15px;
	color: #333333
}

.product_detail_location {
	background: url(../images/location2.png) no-repeat left top;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0 10px 27px;
	color: #20ade2;
	font-size: 13px;
	cursor: pointer;
}

.product_theme_select_main {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.product_theme_header {
	width: 100%;
	float: left;
	color: #aeaeae;
	font-size: 16px;
}

.select_color {
	display: block;
	float: left;
	border: 2px solid #20ade2;
	height: 26px;
	width: 26px;
	margin-right: 2px;
}

.select_size {
	display: block;
	float: left;
	border: 2px solid #e3e3e3;
	height: 26px;
	width: 26px;
	margin-right: 2px;
	background: none;
}

.jump_on_it {
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
	float: left;
	text-align: center;
}

.jump_on_it_btn {
	background: #004293;
	width: 70%;
	padding: 7px 0;
	clear: both;
	white-space: nowrap;
	color: #FFF;
	border-radius: 5px;
	border: none;
	font-size: 16px;
}

.jump_on_it_btn_details {
	background: #004293;
	width: auto !important;
	padding: 8px 40px;
	clear: both;
	white-space: nowrap;
	color: #FFF; /*border-radius:20px;*/
	border: none;
	font-size: 20px;
}

.jump_on_it_btn_dic {
	background: #cccccc;
	cursor: not-allowed;
}

.jump_on_it label {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

.jump_on_it label a {
	text-decoration: none;
	color: #20ade2;
	cursor: pointer;
}

.product_info_text {
	width: 96%;
	padding: 10px 2%;
	float: left;
}

.terms_conditions {
	border-top: 1px solid #b0b0b0;
}

.product_info_text h2 {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
}

.product_info_text p {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	width: 100%;
	font-size: 13px;
	text-align: justify;
	margin: 0;
	padding: 0;
}

.flash_product_detail {
	background: url(../images/product_img.jpg) no-repeat left top;
}

.flash_product_detail button {
	border: 1px solid #e3e3e3;
	display: block;
	background: none;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	cursor: pointer;
}

.flash_product_detail button img {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	right: 0;
}

.product_comments {
	display: block;
	float: left;
	margin: 0;
	padding: 10px;
	width: 100%;
	border-top: 1px solid #b0b0b0;
}

.product_comments li:first-child {
	font-size: 18px;
	color: #29303f;
	margin-bottom: 20px;
}

.product_comments li:first-child a {
	font-size: 14px;
	margin-top: 3px;
}

.product_comments li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #696e79;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.product_comments li label {
	font-weight: normal;
	display: block;
	width: 70%;
	float: left;
	color: #29303f;
}

.product_comments li span {
	font-weight: normal;
	display: block;
	width: 30%;
	float: right;
	text-align: right;
}

.product_comments li p {
	font-weight: normal;
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.add_comment_product_description {
	text-align: justify;
	border-bottom: 0;
}

.add_comment_product_description span {
	display: block;
	float: left;
}

.add_comment_product_icon {
	float: left;
	height: auto;
	max-height: 50px;
	min-height: 50px;
	position: relative;
	width: 100%;
}

.add_comment_product_icon img {
	height: auto;
	width: wuto;
	max-width: 50px;
	max-width: 100%;
	position: initial;
}

.add_comment_product_name {
	color: #696e79;
	font-size: 16px;
	padding-left: 0;
}

.add_comment_product_name span {
	display: block;
	float: left;
	width: 100%;
}

.product_comments_stars {
	width: 100%;
	float: left;
}

.volume_discount {
	padding: 0;
	margin-top: 5px;
}
/*.flash_product_detail span{margin: 0;}
.flash_product_detail label{margin: 0;}*/

/* ========== product detail page CSS end ========== */

/* ========== Rating CSS Start ========== */
.reting_main {
	width: 100%;
	float: left;
}

.rating_text {
	float: left;
	font-size: 12px;
	color: #333333;
	margin-left: 5px;
	margin-top: 13px;
}

.starRating:not(old) {
	display: inline-block;
	width: 80px;
	height: 16px;
	overflow: hidden;
	vertical-align: bottom;
	float: left;
}

.starRating:not(old)>input {
	margin-right: -100%;
	opacity: 0;
}

.starRating:not(old)>label {
	display: block;
	float: right;
	position: relative;
	background: url(../images/star-off.png) no-repeat;
	background-size: contain;
}

.starRating:not(old)>label:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/star-on.png) no-repeat;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.starRating:not(old)>label:hover:before, .starRating:not(old)>label:hover 
	~ label:before, .starRating:not (:hover ) >:checked ~ label:before {
	opacity: 1;
}

/* ========== Rating CSS CSS End ========== */

/* ========== Reward Page CSS Start ========== */
.reward_content_area {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.reward_head {
	padding: 20px 5% 5px 5%;
	float: left;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.31);
}

.reward_logo {
	float: left;
	width: 40%;
}

.reward_points {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	float: left;
	width: 100%;
}

.reward_points label {
	font-size: 15px;
}

.reward_name {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	float: left;
	width: 100%;
	margin-top: -3px;
}

.reward_history_tab {
	width: 100%;
	float: left;
}

.reward_history_tab ul {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.reward_history_tab ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 14px;
}

.reward_history_tab ul li:last-child {
	padding-right: 0;
}

.reward_block_main {
	padding: 5%;
	float: left;
	margin-bottom: 30px;
}

.reward_block {
	background: #CCC;
	width: 45%;
	max-width: 140px;
	height: 140px;
	float: left;
	margin-bottom: 20px;
}

.reward_block:nth-child(odd) {
	float: left;
}

.reward_block:nth-child(even) {
	float: right;
}

.reward_block_shoping_cart {
	background: #75bfdd;
}

.reward_block_sell {
	background: #71b1cb;
}

.reward_block_wallet {
	background: #499cbf;
}

.reward_block_share {
	background: #1f8dba;
}

.reward_block ul {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.reward_block ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}

.reward_block ul li:first-child {
	font-size: 18px;
	text-shadow: 0px 1px 1px rgba(000, 000, 000, 0.2);
}

/* ========== Reward Page CSS End ========== */

/* ========== Side menu drawer, Home Page, Footer And Hearder CSS Start ========== */
.payment-btn {
	text-align: right;
	float: left;
	width: 100%;
}

.shop_continue {
	display: block;
	float: left;
}

.card_info_box {
	width: auto !important;
	display: block;
	float: right;
}

.drawer-controls {
	padding: 14px 0;
	height: 10%;
}

.drawer-controls a {
	padding: 5px 5px 0px 10px;
	background: #298CCC;
	font-size: 2.0em;
	margin-left: 1px;
	color: rgb(255, 255, 255);
}

.drawer-title {
	font-weight: 900;
	font-size: x-large;
}

.search {
	width: 100%;
	height: auto;
	border: 0px solid #e7e7e7;
	display: inline;
	padding: 5px 10px;
	font-size: 15px;
	color: #c2bfbf;
}

.slide_menu {
	top: 67px;
	height: auto;
	max-height: 90vh;
	overflow: auto;
	padding-bottom: 30px;
}

@media only screen and (max-device-width: 480px) {
	.slide_menu {
		height: 100%;
		max-height: 85vh;
		overflow: auto;
		padding-bottom: 50px;
	}
	.login_logout {
		padding-bottom: 50px;
	}
}

.logo {
	/*padding: 5px;*/
	height: 65px;
	margin-left: 20px;
}

.slide_menu_leaderz_bar {
	top: 123px !important;
}

.seprator {
	color: #c2bfbf;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 60%;
}

.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.side-menu-head {
	text-align: center;
	/*background-color: #FFF;*/
	color: #298CCC;
	padding: 10px;
}

.side-menu-nav li a {
	padding: 5px 0px;
	vertical-align: middle;
	color: black;
}

.side-menu-nav li a label {
	margin-bottom: 0px;
	vertical-align: middle;
	font-size: .85em;
	margin-left: 10px;
	font-weight: 100;
}

.side-icon {
	margin-top: 25px;
}

.side-menu-nav {
	font-size: 16px;
}

.isLoggedIn, .greeting {
	text-align: right;
	color: white;
	font-size: 16px;
}

.isLoggedIn, .greeting a {
	color: rgb(251, 179, 21);
}

.content-area{
    top: 150px !important;
    position: relative;
    /*margin-bottom:50px;*/
    overflow:auto;
    /*height:100%;*/
    height:auto;
    padding-bottom: 74px;
	background: #fff;
}

@media (max-width: 767px){
	.content-area{top: 167px !important;}
}

.home_content-area {
	top: 123px !important;
}

.ai_info {
	margin-top: 5px;
}

.content_with_search_box {
	top: 132px;
}

.new-content-area {
	top: 67px;
	position: relative;
	/*margin-bottom:50px;*/
	overflow: auto;
	/*height:100%;*/
	height: auto;
	padding-bottom: 50px;
}

.navbar-fixed-top {
	border-width: 0;
}

.reward-body {
	background: #89d6f2;
}

.container-fluid {
	background-color: #FFF;
	border-bottom: 5px solid #004295;
}

.navbar-brand {
	height: auto;
}

.header_padding {
	padding: 10px 0 4px 0;
}

.head_menu {
	color: #004295;
	clear: both;
}

.content-area_product {
	top: 86px;
}

.main_logo {
	position: relative;
	top: 15px;
}

textarea:focus, input:focus {
	outline: 0;
}

.footer {
	margin: 0px 0px 0px -15px;
	position: absolute;
	left: 15px;
	width: 100% !important;
	bottom: 0px;
}

.jump_on_it_btn {
	width: 100%;
}

.side-menu-nav li a img {
	height: 18px;
	width: 18px;
}

.old_value {
	text-decoration: line-through;
	color: brown;
}

.current_value {
	color: green;
	font-weight: bold;
}

.header_panel {
	display: none;
	position: absolute;
	width: 100%;
	background-color: rgb(0, 66, 147);
	height: auto;
	min-height: 33px;
	color: white;
	margin-top: -2px;
}

.header_panel_two {
	/*display:none;*/
	float: left;
	/*width: auto;*/
	background-color: none;
	/*height: 29%;*/
	color: #000;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 10px;
}

.header_panel_detail {
	background: #2a8ccc;
	color: #FFF;
	font-weight: normal;
}

.header_panel_detail a {
	color: #FFF;
}

.header_panel_detail a:over {
	color: #FFF;
}

.home_block_detail {
	margin: 10px 0 0 0!import;
}

.header_panel .title {
	font-size: 20px;
}

.header_panel_two .title_two {
	font-size: 16px;
	font-weight: bold;
}

.header_panel_two .title_three {
	/*font-size: .90em;*/
	font-weight: bold;
}

.home_dropdown {
	background: none;
	padding-right: 20px !important;
	font-weight: normal;
}

.homepage_body {
	background-color: rgba(230, 231, 231, 1);
}

.homepage_row {
	margin: 0;
	width: 100%;
	overflow: auto;
	white-space: nowrap;
}

.homepage_block {
	width: 152px;
	margin: 8px 5px 8px 5px;
	float: none;
	display: inline-block;
	position: relative;
	vertical-align: top;
	white-space: initial;
	padding: 0;
	background-color: #FFF;
	height: 227px;
}

.homepage_product_img {
	width: 152px;
	height: 152px;
	/*border-bottom: 1px solid #000;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.homepage_product_img img {
	max-height: 150px;
	max-width: 150px;
	vertical-align: middle;
}

.homepage_product_name {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #000;
	padding: 5px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
}

.homepage_product_price {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #004093;
	padding-left: 5px;
}

.homepage_product_price span {
	display: block;
	float: left;
}

.homepage_product_price label {
	display: block;
	float: left;
	font-weight: normal;
	text-decoration: line-through;
	color: #8c8c8c;
	margin-left: 5px;
}

.homepage_product_price .crowd_price {
	display: block;
	float: left;
	font-weight: bold;	
    text-decoration: none;
	color: #78C143;
	margin-left: 5px;
}

.homepage_shop_block {
	width: auto;
}

.homepage_shop_block a {
	display: black;
	float: left;
}

.homepage_shop_img {
	width: auto;
	height: 152px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.homepage_shop_img img {
	max-height: 150px;
	text-align: middle;
}

.homepage_shop_name {
	width: 100%;
	color: #000;
	float: left;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	padding: 5px;
	text-overflow: ellipsis;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.homepage_shop_block a span {
	display: block;
	float: left;
	color: #000;
	width: 100%;
}

.homepage_shop_block a span div span {
	display: black;
	float: left;
	width: 100%;
	text-align: center;
}

.header_panel .back {
	font-size: 21px;
	color: white;
	margin-top: 5px;
}

.header_panel .refresh {
	font-size: 21px;
	color: white;
	margin-top: 2px;
}
/* ========== Side menu drawer, Home Page, Footer And Hearder CSS End ========== */

/* ========== Login & Register CSS Start ========== */
.login_main {
	float: left;
	padding: 2vh 2%; /* background: #f8f8f8; */
	height: 96vh;
}

.login_logo {
	float: left;
	width: 96%;
	padding: 10px 2%;
	text-align: center;
}

.login_form {
	display: block;
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.login_form li {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 3%;
	display: block;
	float: left;
	text-align: center;
}

.login_form li input[type="text"], .login_form li input[type="password"]
	{
	width: 100%;
	display: block;
	float: left;
	border: 1px solid #d6d3d3;
	height: 30px;
	border-radius: 5px;
	padding: 0 1%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.login_form li button {
	width: 50%;
	background: #16B3F5;
	color: #FFF;
	border: none;
	border-radius: 7px;
	padding: 5px 0;
	font-family: 'Lato', sans-serif;
}

.login_form li:last-child {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}

.login_form li:last-child a {
	color: #058fdd;
	text-decoration: none;
}

.worning_msg {
	float: left; /* position: fixed; */ /* top: 123px; */
	width: 100%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	color: #eb204c;
}

.register-box {
	/* margin-top: 60px;!important;*/
	margin-bottom: 50px;
}

.register-box a {
	color: #004295 !important;
}
/* ========== Login & Register CSS End ========== */

/*START: Loader CSS*/
.loading_main {
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	vertical-align: middle;
	position: fixed;
	z-index: 1000;
	top: 50px;
	left: 0;
}

.loading_main img {
	vertical-align: middle;
	position: relative;
	top: 40vh;
}
/*END: Loader CSS*/

/* ========== Search CSS Start ========== */ /*Hardik Niranjani*/
.hero-item.has-example a {
	float: left;
	width: 100%;
}

.example-title {
	width: 100%;
	height: 45px;
	float: left;
}

.example-title span {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.example-title div {
	float: left;
	text-align: left;
	width: 100%;
}

/* ========== Search CSS End ========== */

/* ========== Beta text Start ========== */
.beta {
	color: #A9A9A9;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

/* ========== Beta text End ========== */

/* ========== Masorny Start ========== */
.hero-item.has-example a {
	font-size: 11px !important;
}
/* ========== Masorny End ========== */

/* ========== Common override CSS start ========== */
a, u {
	text-decoration: none;
}

a:focus, a:hover, u:focus, u:hover {
	text-decoration: none;
}

.button {
	background-color: #004295 !important;
	color: white !important;
}

.button_tran {
	background: white !important;
	border-color: rgb(22, 179, 245) !important;
	color: rgb(22, 179, 245) !important;
}

.ai_color {
	color: rgb(0, 66, 147) !important;
}

.ai_bgcolor {
	background-color: rgb(22, 179, 245) !important;
}

.red-text {
	background-color: #dd4b39 !important;
}
/* ========== Common override CSS end ========== */

/* ========== Stripe pay button CSS start ========== */
.stripe-button-el {
	padding: 6px 12px;
	background: white !important;
	border-color: #004295 !important;
	color: #004295 !important;
	border: 1px solid !important;
	border-radius: 0px !important;
	box-shadow: 0 0px 0 rgba(0, 0, 0, 0.2) !important;
	float: right;
}

.stripe-button-el span {
	background: white !important;
	color: #004295 !important;
	font-weight: normal !important;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
}
/* ========== Stripe pay button CSS end ========== */

/* ========== Login CSS start ========== */
.login-box-msg, .register-box-msg {
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
}

.login-box-body, .register-box-body {
	background: #fff;
	padding: 20px;
	color: #444;
	border-top: 0;
	color: #666;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback
	{
	color: #777;
}

.btn.btn-flat {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 1px;
}

.checkbox, .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-control {
	border-radius: 0 !important;
	box-shadow: none;
	border-color: #d2d6de;
	z-index: 0 !important;
}

.alert-error {
	background-color: #dd4b39 !important;
}

.alert-error {
	color: #fff !important;
}

.alert-danger, .alert-error {
	border-color: #d73925;
}

.alert {
	border-radius: 3px;
}

/* ========== Login CSS end ========== */

/* ========== Reward page CSS start ========== */
.reward_main {
	margin: 20px 0;
}

.reward_points_main {
	margin-top: 50px;
}

.reward_points {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	float: left;
	width: 100%;
}

.reward_name {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 28px;
	float: left;
	width: 100%;
}

.everyone_can_use {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	float: left;
	width: 100%;
}

.reward_btn button {
	background: #004093;
	border: none;
	color: #FFF;
	width: 90%;
	margin: 10px 0;
	padding: 10px 0;
	font-size: 20px;
}

.reward_btn button:hover, .reward_btn button:focus {
	color: #FFF;
}

.ai_bottom_img_main {
	position: fixed;
	width: 100%;
	bottom: 53px;
	margin-right: 0;
	right: 0;
}

.ai_bottom_img {
	background: url(../images/reward_bottom_img_bg.jpg) 0px 0 repeat-x;
	padding-right: 0;
	padding-left: 0;
}

.bg-blue {
	background-color: #357ca5 !important;
}

.bg-yellow {
	background-color: #f39c12 !important;
}

.bg-red {
	background-color: #dd4b39 !important;
}

.bg-green {
	background-color: #00a65a !important;
}

.bg-blue, .bg-yellow, .bg-red, .bg-green {
	color: #fff !important;
}

.small-box {
	border-radius: 2px;
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	height: 125px;
}

.small-box>.inner {
	padding: 10px;
}

.small-box .icon {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 0;
	font-size: 80px;
	color: rgba(0, 0, 0, 0.15);
}

@media ( max-width : 767px) {
	.small-box .icon {
		font-size: 45px;
	}
}

.small-box h4 {
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}

.small-box p {
	font-weight: bold;
}

/*share buttons on certificate detail page*/
#share-buttons img {
	width: 40px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

.rating_panel {
	float: left;
	width: 100%;
}

.row {
	margin-bottom: 0 !important;
}

.border {
	border: 1px solid #b0b0b0;
}

.border_top {
	border-top: 1px solid #b0b0b0;
}

.border_bottom {
	border-bottom: 1px solid #b0b0b0;
}

.border_left {
	border-left: 1px solid #b0b0b0;
}

.border_right {
	border-right: 1px solid #b0b0b0;
}

.border_none {
	border: 0;
}

.bottom_space {
	margin-bottom: 10px;
}

.top_space {
	margin-top: 10px;
}

.right_space {
	margin-right: 10px;
}

.no_padding {
	padding: 0;
}

.no_margin {
	margin: 0;
}

.top_padding {
	padding-top: 10px;
}

.bottom_padding {
	padding-bottom: 10px;
}

.btn-primary {
	background: #4F97DC;
	border: 1px solid #155fa6;
}

.btn-primary:hover {
	background: #4F97DC;
	border: 1px solid #155fa6;
}

.btn-primary:focus {
	background: #4F97DC;
	border: 1px solid #155fa6;
}

.btn-primary:active {
	background: #4F97DC;
	border: 1px solid #155fa6;
}

.font_normal {
	font-weight: normal;
}

/*START: Custum Select Style */
.custom-select {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	zoom: 1;
	*display: inline;
	width: 220px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-select.small {
	width: 104px;
}

.custom-select.medium {
	width: 164px;
}

.custom-select.large {
	width: 300px;
}

.custom-select.xlarge {
	width: 380px;
}

.custom-select>select {
	display: none !important;
}

.custom-select>a.dropdown-toggle {
	border-radius: 0;
	line-height: 28px;
	box-shadow: none;
	background: #ffffff;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	border: 1px solid #aaa;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	color: #888;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
}

.custom-select>a.dropdown-toggle.disabled, .custom-select>a.dropdown-toggle.disabled:hover
	{
	cursor: not-allowed;
	color: #aaa;
	background: #eee;
}

.custom-select>a.dropdown-toggle:hover, .custom-select.open>a.dropdown-toggle
	{
	color: #333;
}

.custom-select.open>a.dropdown-toggle {
	border-bottom: 0;
	line-height: 29px;
}

.control-group.error .custom-select>a.dropdown-toggle {
	border-color: #f09784;
	color: #d68273;
}

.custom-select>a.dropdown-toggle>span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-select>a.dropdown-toggle>b {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

.custom-select>a.dropdown-toggle>b:before {
	content: "\f0d7";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	position: relative;
	top: -1px;
	left: 1px;
}

.custom-select.open>a.dropdown-toggle>b:before {
	content: "\f0d8";
}

.custom-select>.dropdown-menu {
	margin-top: 0;
	border-color: #aaa;
	border-top: 0;
	padding-bottom: 0;
	width: auto;
	min-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}

.custom-select>.dropdown-menu>.custom-select-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 0 4px;
	white-space: nowrap;
}

.custom-select>.dropdown-menu>.custom-select-search>input {
	width: 100%;
	height: 30px;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 20px 4px 5px;
	border-radius: 0;
}

.custom-select>.dropdown-menu>.custom-select-search:after {
	content: "\f002";
	display: inline-block;
	color: #888;
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	top: 4px;
	right: 10px;
}

.custom-select>.dropdown-menu>ul {
	border-color: #aaa;
	border-top: 0;
	margin: 4px 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 240px;
	padding-right: 14px;
}

.custom-select>.dropdown-menu>ul>li>a {
	font-size: 13px;
	margin-bottom: 1px;
	margin-top: 1px;
	display: block;
	padding: 3px 8px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	cursor: pointer;
	width: 100%;
}

.custom-select>.dropdown-menu>ul>li>a:hover, .custom-select>.dropdown-menu>ul>li>a:focus
	{
	color: #fff;
	text-decoration: none;
	background-repeat: repeat-x;
}

.custom-select>.dropdown-menu>ul>li>a:hover {
	background: #4f99c6;
}

.custom-select>.dropdown-menu>ul>li>a:focus {
	background: #2283c5;
}

.custom-select>.dropdown-menu>ul>li.empty-result>em {
	text-align: center;
	padding: 4px 8px;
	display: block;
}

.custom-select>.dropdown-menu>.custom-select-action>button {
	border-radius: 0;
	background-image: none;
}

/*END: Custum Select Style */

/*START : Slider CSS*/
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner_main {
	width: 100%;
	height: 172px;
	float: left;
	background: #efefef;
	text-align: center;
	border-bottom: 3px solid #c2bfbf;
	position: relative;
}

.banner_info {
	width: 100%;
	padding: 3px 0;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size: 15px;
}

.banner_info span {
	display: block;
	float: left;
	margin-left: 10px;
}

.banner_info label {
	display: block;
	float: right;
	margin-right: 10px;
}

.banner_price_info {
	text-decoration: line-through;
}

/*slider*/
.slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #e6e6e6;
	padding: 0;
}

/*.slider img{
    height: auto;
    max-height: 450px;
    max-width: 100%;
    width: 100%;
    position: initial;
}*/
.slide {
	position: absolute;
	top: 0;
	left: 0;
}

/*---------------------------------------------------------
NAV
---------------------------------------------------------*/
.banner_main .nav {
	text-align: center;
	display: block;
	position: absolute;
	z-index: 1002;
	left: 0;
	right: 0;
	height: 48px;
	bottom: 0;
}

.banner_main .nonDraggableImage {
	-webkit-user-drag: none;
}

.banner_main .nav .wrapper {
	margin: 0 auto;
	width: 100%;
	padding: 1em 0 .8em;
}

.banner_main .nav ul {
	margin: 0;
	width: 100%;
}

.banner_main .nav .dot, .nav .dot a {
	display: inline-block;
	zoom: 1;
}

.banner_main .dots .dot {
	position: relative;
	margin: 0 8px;
	width: 12px;
	height: 12px;
}

.banner_main .dots .dot a {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 6px;
	height: 6px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: #FFF;
	border: 1px solid transparent;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	-moz-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
}

.banner_main .dots .dot a.active {
	border-color: #FFF;
	background-color: transparent;
}
/*END : Slider CSS*/

/*bootstrap toggle ios style*/
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
	border-radius: 20px;
}

.toggle.ios .toggle-handle {
	border-radius: 360px;
}

.rating_point_five {
	background: url(../images/ratings_img.png) 0px 0 no-repeat;
	width: 80px;
	height: 16px;
}

.rating_one {
	background: url(../images/ratings_img.png) 0px -16px no-repeat;
	width: 80px;
	height: 16px;
}

.rating_one_point_five {
	background: url(../images/ratings_img.png) 0px -32px no-repeat;
	width: 80px;
	height: 16px;
}

.rating_two {
	background: url(../images/ratings_img.png) 0px -48px no-repeat;
	width: 80px;
	height: 16px;
}

.rating_two_point_five {
	background: url(../images/ratings_img.png) 0px -64px no-repeat;
	width: 80px;
	height: 16px;
}

.rating_three {
	background: url(../images/ratings_img.png) 0px -80px no-repeat;
	width: 80px;
	height: 16px;
}

.rating_three_point_five {
	background: url(../images/ratings_img.png) 0px -96px no-repeat;
	width: 80px;
	height: 16px;
}

.rating_four {
	background: url(../images/ratings_img.png) 0px -112px no-repeat;
	width: 80px;
	height: 16px;
}

.rating_four_point_five {
	background: url(../images/ratings_img.png) 0px -128px no-repeat;
	width: 80px;
	height: 16px;
}

.rating_five {
	background: url(../images/ratings_img.png) 0px -144px no-repeat;
	width: 80px;
	height: 16px;
}

.no_content_msg {
	padding: 10px;
}

.no_content_msg a {
	cursor: pointer;
	color: #20ade2;
}

.certificate_list_block {
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	background: #FFF;
	width: 100%;
	cursor: pointer;
}

.certificate_list_filter {
	margin-bottom: 10px;
	padding-right: 0px;
}

.certificate_list_row {
	padding: 10px;
	background: #FFF;
	margin-bottom: 10px; /*border: 1px solid #b0b0b0;*/
}

.certificate_list_row div {
	padding: 0 10px 0 0;
}

.certificate_list_row div:last-child {
	padding: 0;
}

.certificate_list_banner {
	margin-bottom: 10px;
}

.scan_btn {
	margin-top: 10px;
}

.liked_deal_price {
	color: #29303f;
	margin-right: 5px;
	font-size: 14px;
}

.liked_deal_price span {
	font-size: 14p;
	float: left;
}

.liked_deal_price label {
	font-size: 14p;
	float: left;
	margin-right: 10px;
	font-weight: normal;
}

.liked_deal_delete {
	font-size: 20px;
	color: #6c6863;
}

.storefront_deals div:first-child {
	margin-left: 0;
}

.logo-banner {
	height: 150px
}

.logo-banner img {
	max-height: 100px;
}

.upload_price_block {
	width: 100%;
	float: left;
}

.upload_price_block span {
	display: block;
	float: left;
	width: 100%;
	font-weight: normal;
}

.ai_crowdBuy_qty_block {
	margin-bottom: 0;
}

.ai_crowdBuy_qty {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform-origin: right top 0;
	-webkit-transform-origin: right top 0;
	transform-origin: right top 0;
	white-space: nowrap;
	position: absolute;
	right: 10px;
	top: 35px;
}

.ai_crowdBuy_qty_scroll {
	height: 100px;
	overflow-y: scroll;
	margin-bottom: 10px;
}

.select_add {
	width: 100%;
	float: left;
}

.select_add label {
	font-weight: normal;
	clear: both;
	display: block;
}

.storefront_deals div:first-child {
	margin-left: 0;
}

.sel_share_main {
	position: relative;
}

.sel_share {
	background: url(../images/filter_bg.png) repeat;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.sel_share span {
	position: absolute;
	text-shadow: rgb(0, 0, 0) 0px 0px 6px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.share_service {
	bottom: 10px;
	right: 35px;
}

.share_knowledge {
	top: 10px;
	right: 35px;
}

.share_stuff {
	top: 10px;
	left: 10px;
}

.share_soupons {
	bottom: 10px;
	left: 10px;
}

/*Start the code for the filter*/
.filter_box {
	height: auto;
}

.filter_box {
	background: url(../images/filter_bg.png) repeat;
	height: 100vh;
}

.filter_left_box {
	height: auto;
}

.filter_right_box {
	height: auto;
}

.tabs-left>li {
	margin-right: -1px;
}

.tabs-left>li, .tabs-right>li {
	float: none;
	margin-bottom: 2px;
}

.tabs-left {
	border-right: 1px solid #ddd;
}

.tabs-left, .tabs-right {
	border-bottom: medium none;
	padding-top: 2px;
}

.tabs-left>li {
	margin-right: -1px;
}

.tabs-left>li, .tabs-right>li {
	float: none;
	margin-bottom: 2px;
}

.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	display: block;
	margin-right: 0;
}

.tabs-left>li.active>a, .tabs-left>li.active>a:focus, .tabs-left>li.active>a:hover
	{
	border-bottom-color: #ddd;
	border-right-color: transparent;
}
/*End the code for the filter*/

/*Start the code for the Uploade certificate Image*/
.image-upload img {
	max-height: 103px;
	width: auto;
}

/*End the code for the Uploade certificate Image*/

/*Start the code for the clear float class*/
.cl {
	clear: both;
}

/*End the code for the clear float class*/
.sell_on_main {
	background: #278BCB;
	border-radius: 10px 10px 10px 10px;
	margin-top: 20px;
}

.sell_on_main h1 {
	color: #70D209;
}

.sell_on_main h3 {
	color: #cccccc;
}

.sell_on_line_heading {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.sell_on_line_text {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.sell_on_line_price {
	color: #70D209;
	font-size: 12px;
	font-weight: normal;
}

.home_block {
	float: left;
	display: block;
	background: #FFF;
	width: 96%;
	margin: 10px 2%;
}

.see_all {
	font-weight: bold;
	color: #3782aa;
	/*padding-bottom: 5px;
  padding-top: 3px;*/
}

.see_all a {
	cursor: pointer;
	color: #004193
}

.sell_share_line {
	background: #004293;
	/*border-radius: 30px;*/
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

.sell_share_line:hover {
	color: #FFF;
}

.sell_share_line:focus {
	color: #FFF;
}

.sell_share_first_line {
	margin-top: 20px;
}

.ai_bottom_img_main {
	position: fixed;
	width: 100%;
	bottom: 53px;
	margin-right: 0;
	right: 0;
}

.ai_bottom_img {
	background: url(../images/reward_bottom_img_bg.jpg) 0px 0 repeat-x;
	padding-right: 0;
	padding-left: 0;
}

.sell_on_ai {
	text-align: center;
}

.sell_on_ai a {
	background: #70D209;
	padding: 5px 10px 7px 10px;
	color: #FFF;
	border: none;
	border-radius: 5px;
	font-size: 16px;
}

.product_list_location {
	background: url(../images/location2.png) no-repeat left top;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0 10px 27px;
	color: #004293;
	font-size: 13px;
	margin-left: 5px;
}

.btn_gray {
	background: #cccccc;
}

.voucher_list_heading {
	background: #004293;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.voucher_list_enter_code {
	background: #004293;
	border-radius: 10px;
	min-width: 100px;
	max-width: 100%;
	border: none;
	padding: 10px 10px 70px 10px;
	color: #FFF;
}

.voucher_list_qr_code {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	height: 100px;
	width: 100px;
	margin: 0 auto;
}

.reward_transaction_date {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}

.reward_transaction_heading {
	font-size: 18px;
	margin-bottom: 10px;
}

.reward_transaction_id {
	font-size: 14px;
}

.reward_transaction_status {
	font-weight: normal;
}

/*.ng-dirty.ng-valid { border:1px solid Green; }*/
/*.ng-dirty.ng-invalid { border:1px solid Red; }*/
.is_from_submitted input.ng-invalid:not (:focus ) {
	border: 1px solid Red;
}

.is_from_submitted select.ng-invalid:not (:focus ) {
	border: 1px solid Red;
}

.time-left-badge {
	display: inline-block;
	min-width: 10px;
	padding: 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: rgba(0, 0, 0, 0.50);
	border-radius: 0 0 0 5px;
	width: auto;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	/*z-index: 999;*/
}

.time-left-badge_detail {
	display: inline-block;
	min-width: 10px;
	padding: 10px 5%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #b2b2b2;
	border-radius: 5px;
	width: 100%;
	float: left;
	position: relative !important;
	top: 0px;
	right: 0px;
	/*z-index: 999;*/
}

table tbody td .quantity {
	width: 50px;
}

.deals-header-title {
	width: auto;
	float: left;
}

/* START : CSS for ambassador regristration page*/
.ambassador_have_account {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #278bcb;
	color: #FFF;
	padding: 2px 0 5px 0;
	margin-top: 4px;
}

.ambassador_have_account a {
	color: #FFF;
	text-decoration: none;
}
/* END : CSS for ambassador regristration page*/

/*START :Add CSS loading Animations to the button when background process is going on*/
@
-webkit-keyframes ld { 0%{
	transform: rotate(0) scale(1)
}

50%{
transform
:rotate(180deg)
 
scale
(1
.1
)
}
100%{
transform
:rotate(360deg)
 
scale
(1)
}
}
@
-moz-keyframes ld { 0%{
	transform: rotate(0) scale(1)
}

50%{
transform
:rotate(180deg)
 
scale
(1
.1
)
}
100%{
transform
:rotate(360deg)
 
scale
(1)
}
}
@
-o-keyframes ld { 0%{
	transform: rotate(0) scale(1)
}

50%{
transform
:rotate(180deg)
 
scale
(1
.1
)
}
100%{
transform
:rotate(360deg)
 
scale
(1)
}
}
@
keyframes ld { 0%{
	transform: rotate(0) scale(1)
}

50%{
transform
:rotate(180deg)
 
scale
(1
.1
)
}
100%{
transform
:rotate(360deg)
 
scale
(1)
}
}
.m-progress {
	position: relative;
	opacity: .8;
	color: transparent !important;
	text-shadow: none !important
}

.m-progress:active, .m-progress:focus, .m-progress:hover {
	cursor: default;
	color: transparent;
	outline: 0 !important;
	box-shadow: none
}

.m-progress:before {
	content: '';
	display: inline-block;
	position: absolute;
	background: 0 0;
	border: 1px solid #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	-webkit-animation: ld 1s ease-in-out infinite;
	-moz-animation: ld 1s ease-in-out infinite;
	-o-animation: ld 1s ease-in-out infinite;
	animation: ld 1s ease-in-out infinite
}

.btn-default.m-progress:before {
	border-left-color: #333;
	border-right-color: #333
}

.btn-lg.m-progress:before {
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
	height: 32px
}

.btn-sm.m-progress:before {
	margin-top: -9px;
	margin-left: -9px;
	width: 18px;
	height: 18px
}

.btn-xs.m-progress:before {
	margin-top: -7px;
	margin-left: -7px;
	width: 14px;
	height: 14px
}
/*END :Add CSS loading Animations to the button when background process is going on*/

/* START : CSS for ambassador sales tools page */
.ambassador_profile_block {
	background: #FFF;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.30);
	padding-top: 15px;
	padding-bottom: 15px;
}

.ambassador_mailbox_heading {
	font-size: 14px;
	font-weight: bold;
}

.ambassador_email_text {
	font-size: 14px;
	margin: 24px 0 3px 0;
}

.ambassador_email {
	font-size: 18px;
	font-weight: bold;
}

.ambassador_profile_links {
	margin-top: 25px;
}

.ambassador_profile_links a {
	color: #333;
	text-decoration: underline;
}

.ambassador_profile_links a:hover {
	color: #333;
	text-decoration: underline;
}

.ambassador_code_text_block {
	padding-right: 0;
}

.ambassador_code {
	margin-top: 5px;
}

.ambassador_code p {
	font-size: 30px;
}

.ambassador_dashboard_row {
	background: #009051;
	border-radius: 15px;
	color: #FFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
}

.ambassador_dashboard_row_two {
	background: #278acb !important;
}

.ambassador_dashboard_sell {
	background: #fcb316;
	border-radius: 15px;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
}

.ambassador_dashboard_buyers {
	background: #64b3df;
	border-radius: 15px;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
}

.ambassador_dashboard_see_details {
	background: #bfbfbf;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
}

.ambassador_dashboard_tools_training {
	background: #FFF;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
}

.ambassador_report_table {
	margin-bottom: 20px !important;
}

.ambassador_report_table th {
	background: #62b3de;
	font-weight: bold;
}

.ambassador_report_table_two {
	margin-bottom: 0 !important;
}

.ambassador_report_table_two th {
	background: #ffb600;
}

.ambassador_report_table tbody tr:nth-child(even) {
	background: none;
}

.ambassador_report_table tbody tr:nth-child(odd) {
	background: #FFF;
}

.ambassador_report_table tbody tr:last-child td:first-child {
	text-align: right;
}

.ambassador_report_table tbody tr:last-child td {
	text-decoration: underline;
}
/* END : CSS for ambassador sales tools page */
.login_bottom_links a {
	color: #fe9118;
}

.login_bottom_links a:hover {
	color: #fe9118;
}

.img_ul {
	height: auto !important;
	min-height: 400px !important;
	max-height: 630px !important;
}

@media ( max-width : 320px) {
	.img_ul {
		min-height: 290px !important;
	}
	.cert_banner {
		min-height: 370px !important;
	}
}

.fixed_gurantee_seal_footer {
	position: fixed;
	left: 0;
	bottom: 74px;
	z-index: 1000;
}

.disabled_payment_btn {
	cursor: not-allowed;
	color: #CCC !important;
	border-color: #CCC !important;
}

.disabled_payment_btn span {
	color: #CCC !important;
}

#buysafeRollover {
	display: none !important;
}

#Kicker:hover #buysafeRollover {
	display: none;
}

.norton_kicker_img {
	position: relative;
}
/*.norton_kicker_img span{position: absolute; z-index: 100;}*/
.norton_kicker_img span img {
	width: 100% !important;
}

.norton_kicker_img span:hover img {
	width: 100% !important;
}

.norton_kicker_img span img:hover {
	width: 100% !important;
}

#_GUARANTEE_SealSpan {
	bottom: 86px !important;
	z-index: 1 !important;
}

.header_shoping_cart {
	position: relative;
}

.header_shoping_cart a {
	position: relative;
	right: 40px;
}

.header_shoping_cart span {
	background: none;
	font-size: 14px;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 8px;
	width: 25px;
	border-radius: 0;
	color: #fbb315;
}

.header_shoping_cart label {
	font-size: 16px;
	position: absolute;
	top: 27px;
	right: -34px;
	color: #313131;
	font-weight: bold;
	cursor: pointer;
}

.header_search_main {
	width: 100%;
	padding: 0 8px;
	margin: 5px 0 0 0;
}

.header_search_box {
	border: 1px solid rgb(208, 208, 208);
	border-radius: 4px;
	background: #FFF;
}

.search_category {
	background: none;
}

.search_category button {
	background: #e6e6e6;
	height: 34px;
	border-radius: 4px 0 0 4px;
	border: 0;
	border-right: 1px solid rgb(208, 208, 208)
}

.search_btn {
	border: 0;
	border-left: 1px solid rgb(208, 208, 208) !important;
	padding: 0;
}

.search_btn button {
	background: none;
	border: 0;
	padding: 9px 12px;
}

.header_location {
	padding-left: 5px;
	padding-right: 5px;
}

.header_location label {
	background: url(../images/header_location.png) no-repeat top left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: right;
}

@media ( max-width : 767px) {
	.header_location_main {
		padding: 0;
	}
	.header_location {
		margin-top: 5px;
	}
}

.login_name {
	margin-top: 5px;
}

.login_name a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #004295 !important;
}

.segment {
	margin-top: 10px !important;
}

.detail_footer_main {
	background: #004295;
	color: #FFF;
	padding-bottom: 10px;
}

.detail_footer_links {
	margin: 0;
	padding: 0;
	display: black;
}

.detail_footer_links li {
	list-style: none;
}

.detail_footer_links li a {
	color: #FFF;
}

.detail_footer_links li a:hover {
	color: #FFF;
}

.detail_footer_links li a:active {
	color: #FFF;
}

.crowd_label_onimg {
	position: absolute;
	top: -20px;
	left: 0;
}

.carousel-demo {
	margin-top: 10px !important;
}

/*Custom New*/
.paraprocus {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.product-cus-bg {
	background-color: #F4F4F4;
	padding: 10px;
}

.btn.btn-cus {
	border-radius: 0px;
}

.help-info-cus {
	font-style: italic;
	font-weight: normal;
}

.aipeople-cus {
	position: absolute;
	z-index: 111;
	left: 0;
}

.price-cus {
	margin-top: 35px;
}

.header_panel_three {
	background: #fff;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
	overflow-x: auto;
}

.heading-panel {
	font-size: 20px;
	margin-bottom: 10px;
}

.rew-potential {
	width: 100%;
	display: block;
	text-align: center;
	color: #004295;
	font-size: 14px;
	font-weight: bold;
}

.dollar-box {
	padding: 20px;
	background: #004295;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 0px 2px 6px #908C8C;
	display: block;
	margin-top: 15px;
}

.dollar-lastbox {
	background: #BFBFBF;
	box-shadow: none;
}

.rew-dollarimg {
	width: 190px;
}

@media all and (max-width: 520px) and (min-width: 320px) {
	.rew-dollarimg {
		width: 125px;
	}
}

.rew-info {
	font-size: 14px;
	font-weight: bold;
}

.cus-line {
	border: 5px solid #004295;
	margin: 5px 0px;
}

.cus-line.cus-lastline {
	border: 5px solid #BFBFBF;
	margin: 5px 0px;
}

.highl-rew {
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.highl-rew:before {
	width: 8px;
	height: 35px;
	background: #F39C12;
	content: '';
	text-align: center;
	display: block;
	margin: 0px auto;
}

.highl-lastgrey:before {
	background: #BFBFBF;
}

.rew-stats {
	/*float:left;*/
	width: 100%;
	display: table;
	white-space: nowrap;
	overflow: scroll;
}

.rew-stats-pannel {
	display: table-cell;
	vertical-align: top;
}

.product_rating {
	z-index: 1;
}

.last_cell_msg {
	position: relative;
}

.last_cell_msg span {
	position: absolute;
	line-height: 18px;
	top: -22px;
}

.panel-info>.panel-heading {
	color: #fff;
	background-color: #004293;
	border-color: #004293;
}

.fixfixed {
	/*display: none;*/
	position:absolute;
	top: 0px;
}

.top_ambassador_bar {
	background: #000;
	color: #FFF;
	padding-top: 10px;
}

.top_ambassador_bar a {
	color: #FFF;
}

.ambassador_bar_content-area {
	top: 200px !important;
}

.sp-wrap {
	background: none !important;
	border: 0px solid #eee !important;
	border-radius: 0 !important;
}

/*.sp-large:hover .sp-current-big {
	visibility: hidden;
}*/

/*Headroom : Hide and reveal elements CSS*/
.headroom {
	transition: transform 200ms linear;
}

.headroom--pinned {
	display: block;
}

.headroom--unpinned {
	display: none;
}

/*#region Splash */
#splash-page {
	z-index: 99999 !important;
}

#splash-page .bar {
	width: 100%;
}

.page-splash {
	z-index: 99999 !important;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	/*opacity: .9;*/
	pointer-events: auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	display: table;
}

.page-splash-message {
	text-align: center;
	margin: 0 auto;
	font-size: 400%;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: normal;
	-webkit-text-shadow: 2px 2px #000000;
	text-shadow: 2px 2px #000000;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 1%;
	display: table-cell;
	vertical-align: middle;
}

.page-splash-message img {
	display: inline-block !important;
}
/*#endregion*/
.disable-click {
	pointer-events: none
}

@media only screen and (min-device-width : 768px) and (max-device-width
	: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	.footer_home {
		background: url(../images/footer-home-logo_touch.png) no-repeat top
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_home:hover{background: url(../images/footer-ai-logo.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_home_selected {
		background: url(../images/footer-home-logo_touch.png) no-repeat top
			-25px center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	.footer_browse {
		background: url(../images/footer_search-icon_touch.png) no-repeat top
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_buy:hover{background: url(../images/footer-buy.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_browse_selected {
		background: url(../images/footer_search-icon_touch.png) no-repeat top
			-25px center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	.footer_qr_li {
		background: #2E97E5;
	}
	.footer_qr_li_selected {
		background: #000;
	}
	.footer_qr {
		background: url(../images/footer-qrcod_touch.png) no-repeat top center
			!important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_qr:hover{background: url(../images/footer-qrcod.png) no-repeat top -44px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_qr_selected {
		background: url(../images/footer-qrcod_touch.png) no-repeat top -25px
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	.footer_dollar {
		background: url(../images/footer-dollar_touch.png) no-repeat top center
			!important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_dollar:hover{background: url(../images/footer-dollar.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_dollar_selected {
		background: url(../images/footer-dollar_touch.png) no-repeat top -25px
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	.footer_rewards {
		background: url(../images/footer-rewards_touch.png) no-repeat top center
			!important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_rewards:hover{background: url(../images/footer-rewards.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_rewards_selected {
		background: url(../images/footer-rewards_touch.png) no-repeat top -25px
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
}

@media ( max-device-width : 767px) {
	.footer_home {
		background: url(../images/footer-home-logo_touch.png) no-repeat top
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_home:hover{background: url(../images/footer-ai-logo.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_home_selected {
		background: url(../images/footer-home-logo_touch.png) no-repeat top
			-25px center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	.footer_browse {
		background: url(../images/footer_search-icon_touch.png) no-repeat top
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_buy:hover{background: url(../images/footer-buy.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_browse_selected {
		background: url(../images/footer_search-icon_touch.png) no-repeat top
			-25px center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	.footer_qr_li {
		background: #2E97E5;
	}
	.footer_qr_li_selected {
		background: #000;
	}
	.footer_qr {
		background: url(../images/footer-qrcod_touch.png) no-repeat top center
			!important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_qr:hover{background: url(../images/footer-qrcod.png) no-repeat top -44px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_qr_selected {
		background: url(../images/footer-qrcod_touch.png) no-repeat top -25px
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	.footer_dollar {
		background: url(../images/footer-dollar_touch.png) no-repeat top center
			!important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_dollar:hover{background: url(../images/footer-dollar.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_dollar_selected {
		background: url(../images/footer-dollar_touch.png) no-repeat top -25px
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	.footer_rewards {
		background: url(../images/footer-rewards_touch.png) no-repeat top center
			!important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
	/*.footer_rewards:hover{background: url(../images/footer-rewards.png) no-repeat top -45px center !important; height: 44px; width: 100%; display: block; float: left;}*/
	.footer_rewards_selected {
		background: url(../images/footer-rewards_touch.png) no-repeat top -25px
			center !important;
		height: 25px;
		width: 100%;
		display: block;
		float: left;
	}
}

.category_body{max-height:300px; overflow:auto;}
.following_block{width:120px; height:120px; display:inline-block; margin:0 5px; position:relative; cursor:pointer;}
.category_name{background:rgba(120, 193, 67, 0.7); color:#FFF; position:absolute; bottom:0; width:100%; padding:0 5%; text-shadow: 1px 1px #414c3a;}
.select_category{position: absolute; width:120px; height:120px; background: rgba(0, 0, 0, 0.4); text-align:center;}
.select_category span{color:#FFF; font-size:30px; margin-top:45px; text-shadow: 1px 1px #000;}

.personalization_button{background:#FFF; padding:10px 0;}
.personalization_button button{padding:5px 20px;}
.personalization_button button:first-child{border-radius:100px 0 0 100px;}
.personalization_button button:last-child{border-radius:0 100px 100px 0;}
.personalization_category{color:#FFF; font-size:13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.personalization_buynow{background:#FFF !important; border-radius: 12px; padding: 3px 6px; font-size:12px;}
.personalization_plus_minus{background:none; border:none; margin:5px 0 10px 5px; padding:0; color:#FFF; font-size:16px;}
.personalization_productimg{height: 100px;}
.personalization_productimg img{max-height: 100px;}
.browse_forme_toggle_button{outline: none !important; padding-top: 3px !important; padding-bottom: 3px !important;}

.progress_header{font-size:16px; display:table; margin-bottom:5px; width:100%;}
.progress_header_coll{width:50%; display:table-cell; text-align:left; vertical-align:middle;}
.progress_header_coll span{display:block; float:left; margin:10px 0 0 3px; font-size:12px; font-weight:bold; color:#cfcfcf;}
.my_progressbas{height:6px; box-shadow:none; background:#cfcfcf; border-radius:4px; overflow:visible;}
.my_progressbas_complete{background:#78c143; border-radius:4px;}
.crowds_goal_main_box{width: 99%; position: absolute; top: -5px; float: left;}
.crowds_goal_main{position:absolute; top:0px; width:52px; text-align:center; margin-left:-18px;}
.crowds_goal{width:15px; height:15px; background:#cfcfcf; border-radius:50%; clear:both; margin-left:18px;}
.crowds_goal_complete{background:#78c143;}
.crowds_goal_text{color:#cfcfcf; top:10px; clear:both;}
.crowds_goal_complete_text{color:#78c143;}
.first_text{margin-top:15px;}
.sharing_block{-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.40); -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.40); box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.40); border-radius:30px; padding:20px; border:1px solid rgba(0, 0, 0, 0.3);}
.sharing_head{font-size:20px; color:#78c143;}



/**** CSS for Sellers page ****/

.seller-box{margin:15px 0;}
.seller-box-holder{width:90%; margin:0 5%; border:1px solid #ddd; box-shadow:0px 11px 12px #b6b6b6;}

.seller-box-holder:hover{box-shadow:0px 15px 15px #aaa;}
.seller-box-picture{height:170px; overflow:hidden; width:100%; /* display:block; */ display:inline; text-align:center;}
.seller-box-title{color: #000;font-size: 12px;font-weight: bold;padding-bottom:10px;padding-top: 5px;min-height: 50px;}
.seller-box-picture a{width:100%; height:170px; line-height:170px; text-align:center; /* display:block; */vertical-align:middle; display:table-cell;}
.seller-box-picture a > img{vertical-align:middle; display:table-cell;}

.seller-options-box{margin:25px 0 10px; float:right;}
.seller-options-box select{width:100%;}
.seller-box-title p{margin-bottom:0px;}
