/*----------------------------------------
			DealGrip
	https://www.dealgrip.net
----------------------------------------*/
body {
	background: #f2f8f9;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #555;
	margin: 0;
	padding: 0;
	/*
	background-attachment: scroll;
	background-image: url('../images/header-bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	*/
}

#wrapper
{
	width:100%;	
	clear:both;	
	float:left;
	border-top: 3px solid #6cc9d2;
}

#header
{
	width:100%;	
	clear:both;	
	float:left;
}

#nav
{
	width:100%;	clear:both;	float:left; margin-top: 10px;
}

#header #logo {
	float: left;
	width: 300px;
	height: 130px;
	text-align: left;
	padding: 5px 0 0 5px;
}

#header #links {
	float: left;
	width: 555px;
	height: 20px;
	color: #7C7C7C;
	text-align: right;
	padding: 5px 0 0 0;
	margin-bottom: 5px;
}

#header #links a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#header #links a:hover {
	color: #000;
	text-decoration: underline;
}

#header #toplinks {
	font-size: 13px;
	float: right;
	height: 37px;
	color: #777777;
	text-align: right;
	margin: 0px 15px 9px 5px;
	padding: 10px 15px 3px 15px;
	background: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 7px -2px, rgba(136, 134, 134, 0.3) 0px 3px 7px -3px;
}

#header #toplinks a {
	color: #7e7e7e;
	font-weight: normal;
	text-decoration: none;
}

#header #toplinks a:hover {
	color: #000000;
	text-decoration: none;
}

#header #toplinks a.lcart {
	color: #6cc9d2;
	margin-right: 10px;
	font-weight: bold;
}

#header #toplinks a.signup {
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 10px;
	margin-right: 3px;
	background: #6cc9d2;
	text-decoration: none;
	border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    transition: 0.4s all;
}

#header #toplinks a:hover.signup {
	color: #FFFFFF;
	background: #7bd9e2;
}

#header #toplinks a.login {
	color: #6cc9d2;
	font-weight: bold;
	padding: 7px 10px;
	margin-right: 5px;
	background: #FFFFFF;
	border: 1px solid #EEE;
	text-decoration: none;
	border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    transition: 0.4s all;
}

#header #toplinks a:hover.login {
	color: #FFFFFF;
	background: #aec7ca;
}

#share-box {
	position: absolute;
	z-index: 1001;
	padding: 10px;
	text-align: left;
	margin: 40px 10px 10px 350px;
}

#stats-box {
	font-weight: bold;
	color: #555555;
	font-size: 18px;
	font-family: 'Open Sans', Times, Arial, Verdana, sans-serif;
	width: 270px;
	position: absolute;
	z-index: 1001;
	text-align: left;
	top: 5px;
	margin: 5px 10px 10px 450px;
	padding: 5px 5px 5px 10px;
	text-align: center;	
	/*background-image: url('../images/icon_savings.png');
	background-repeat: no-repeat;
	background-position: top;*/
	background: url('../images/icon_savings.png') no-repeat left 17px;	
}

#stats-box .ltext {
	color: #73cc5f;
}

#stats-box .ssum {
	font-size: 27px; color: #73cc5f; font-weight: bold;
}

.counter {
	color: #73cc5f;
}

#search_box {
	float: left;
	margin-left: 140px;
	margin-top: 20px;
	width: 360px;
}

#search_box input {
	font-size: 16px;
	height: 43px;
	padding-top: 14px;
	border: 1px solid #70c9d1;
}

#search_box .glyphicon { top: 6px; }

.top_alert {
	margin: 0;
	float: left; 
	width: 100%; 
	background: #F7F7F7;
	padding: 5px 10px;
	color: #5a7684;
	text-align: center;
}

.top_alert h3 { color: #5a7684; }
.top_alert a { color: #5a7684; text-decoration: underline; }
.top_alert a:hover { color: #6cc9d2; text-decoration: none; }

.form-control { font-size: 15px; border: 1px solid #EEE; padding-top: 9px; }
.form-control:focus { border: 1px solid #72c1c4; }
.input-group-addon { border: 1px solid #EEE; color: #888888; }

.cart {
	display: block;
	width: 300px;
	float: right;
	padding: 8px 20px 7px 15px;
	text-align: right;
}

.cart i { border: 1px solid #6cc9d2; padding: 7px; border-radius: 50%; }

.cart a {
	color: #70ce59;
	font-weight: bold;
}

.cart a:hover {
	color: #000000;
	text-decoration: none;
}

.cart_items_count {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	background: #73cc5f;
	border-radius: 10px;
	padding: 4px 6px 2px 6px;
	margin-left: -13px;
	top: -12px;
}

.cbtn { font-size: 13px; background: #70ce59; color: #FFFFFF !important; padding: 8px 11px; text-shadow: 1px 1px 1px #9c9a9a; }
.cbtn:hover { background: #90d080; }

.cart_price {
	color: #5a7684;
	font-weight: bold;
}

.empty_cart {
	background: url('../images/empty_cart.png') no-repeat left 30px;
	margin: 0 auto; 
	width: 490px;
	text-align: center; 
	padding: 45px 10px 80px 30px;
}

#facebook_box {
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #eee;
	border-radius: 10px;
	position: absolute;
	top: 110px;
	right: 10px;
	padding: 7px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#facebook_box span {
	font-weight: bold;
	color: #555555;
}


/* Top Menu
----------------------------------------------- */	
.navbar-default .navbar-nav {
	background-color: transparent;
	border: none;
	margin-bottom: -20px;
	margin-top: -2px;
	
}

.navbar-default .navbar-nav > li > a {
	display: block;
	padding: 19px 18px 19px 18px;
	font-family: 'Open Sans', Times, Arial, Verdana, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
	color: #e9f6fa;
	/*background: #09b8c7;*/
	text-decoration: none;
	transform: translateY(-2px);
}


.navbar-collapse {

}


.menu-ctnr
{
	background: #6cc9d2;
	height: 58px; 
	width: 100%;
	clear: both; 
	float: left;
	/*border-top: 1px solid #6cc9d2;*/
	box-shadow: 0 4px 2px -2px #bebebe;
}

@media(max-width: 854px) {
	.navbar-default .navbar-nav { background: #6cc9d2; }
	.navbar-default .navbar-nav > li > a { font-size: 19px;}
}


/* Structure
----------------------------------------------- */	
#body-ctnr {
	padding: 15px 0 40px 0;
	min-height: 440px;
	background: #f2f8f9;
	float: left;
	width: 100%;
}

#body-ctnr h1 {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #c3e0e3;
}

#column_main {
	float: left;
	width: 930px;
	margin: 3px 0 10px 10px;
	min-height: 450px;
}

#column_main h1 {
	text-align: left;
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 7px solid #F8F8F8;
}


#column_right {
	float: right;
	width: 200px;
	margin: 15px 0 0 15px;
}



#subscribe_box {
	float: left;
	margin: 0;
	padding: 15px 10px;
	/*background: #F7F7F7;
	border: 2px dotted #eee;
	*/
	background: #32a2c2 url('../images/news_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}

#subscribe_box .col_left {
	color: #FFF;
	float: left;
	width: 50%;
}

#subscribe_box .col_left h3 {
	color: #FFF;
}

#subscribe_box .col_right {
	float: left;
	width: 50%;
}

#subscribe_box .col_right p {
	color: #FFF;
	font-size: 15px;
	font-style: italic;
	text-align: justify;
	padding-top: 15px;
}


#content_left {
	background: #FFFFFF;
	width: 33%;
	float: left;
	border: 1px solid #eeeeee;
	border-radius: 15px;
	margin-top: 10px;
	padding: 20px 25px;
	/*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
	box-shadow: rgba(50, 50, 93, 0.25) 0px 20px 50px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	text-align: center;	
}

#content_right {
	width: 61%;
	float: right;
}

.form_box { width: 100%; margin: 0 auto; background: #fff; border: 1px solid #EEE; border-radius: 7px; padding: 25px; }


/* Boxes
----------------------------------------------- */	
.box {
	margin-bottom: 15px;
	width: 100%; 
	background: #ffffff; 
	border: 1px solid #e1e8ed; 
	border-radius: 9px; 
	padding: 15px;
	/*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

.box .top {
	padding: 5px 0px 5px 5px;
	margin: 0 5px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	background: #FFF;
	border-bottom: 1px solid #F7F7F7;
}

.box .top img {
	float: left;
	margin-right: 5px;
}

.box .middle {
	background: #FFFFFF;
	padding: 10px;
}

.box .bottom {
	height: 5px;
}

.box h3 {
	color: #6cc9d2;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	/*border-bottom: 2px dotted #6cc9d2;*/
}


.last {
	border-bottom: none;
}


.show_fade {
   opacity: 1;
   transition: opacity 2s ease-in;
   -moz-transition: opacity 2s ease-in;
   -webkit-transition: opacity 2s ease-in;
}


#footer
{
	width:100%;
	clear:both;
	float:left; 
	color: #FFF;
	background: #464646; 
	padding-bottom: 15px;
	padding-top: 15px;
}

#footer h3 { color: #FFF; margin:10px 0;}

#footer a {
	color: #bfbfbf;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

#footer ul
{
	margin:0px;
	padding:0px;
}
#footer li
{
	list-style-type:none;
	clear:both;
	float:left;
	color:#FFF;
	font-size:14px;
	font-weight: 500;
	margin-top: 2px;
	
}

#footer p {
	font-size: 12px;
	color: #A0A0A0;
}

#footer .logo img {
	margin-top: 10px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#footer .powered-by-dealgrip {
	height: 20px;
	text-align: center;
	font-size: 14px;
	color: #A8A8A8;
	margin-right: 20px;
}

#footer .powered-by-dealgrip a { 
	color: #6cc9d2;
	font-weight: bold;
	text-decoration: none;
}

#footer .powered-by-dealgrip a:hover { 
	color: #45cca4;
	text-decoration: none;
}

#footer .social i { 
  display: inline-block;
  border-radius: 20px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.1em 0.3em;
  margin: 3px 5px 3px 0;
  width: 40px;
}


/* Tables
----------------------------------------------- */	
th {
	background: #F4F4F4;
	color: #353535;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	
}

tr.row_odd {
	height: 30px;
	background: #FFFFFF;
}

tr.row_even {
	height: 30px;
	background: #F9F9F9;
}

tr.row_odd:hover {
	background: #F7F7F7;
}

tr.row_even:hover {
	background: #F7F7F7;
}

tr.row_featured {
	height: 30px;
	background: #FFF8C1;
}

.brd {
	border-bottom: 3px dotted #dcf0f2;
}

iframe[src*=youtube] {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 10px;
}   


/* LINKS
----------------------------------------------- */	
a {
	color: #16bdcc;
	text-decoration: none;
	transition: 0.4s all;
}

a:hover {
	color: #333;
	text-decoration: none;
}

.alert-info { background: #d2ecef; }
.alert-danger { background: #ffe8e8; color: #e36868 !important; }

.btn { border-radius: 15px; transition: 0.5s all; text-shadow: 0px 0px 1px #8e8e8e; margin-right: 3px; }
.btn-default { text-shadow: none; }


.btn-success, .btn-success:active, .btn-success, .btn-success:focus, .btn-success:visited {
    background-color: #6cc9d2 !important;
    border: 1px solid #6cc9d2 !important;
}
.btn-success:hover {
	background-color: #74d9e3 !important;
	border: 1px solid #74d9e3 !important;
}

.btn-buy { background-color: #70ce59 !important; color: #FFF; text-transform: uppercase; }
.btn-buy:hover { background-color: #27b607 !important; color: #FFF; box-shadow:0 0 10px rgba(0,0,0,.2); }

.checkout { background: #5bb549 !important; border: 1px solid #70d332 !important; text-transform: uppercase; }
.checkout:hover { background: #70ce59 !important; border: 1px solid #54b807 !important; }

a.action {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding: 5px 10px;
    display: inline;
    background: #64C3EF;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration: none;
}
.action:hover {
	background: #7BFF00;
}

a.button {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 15px;
	margin-right: 10px;
    display: inline;
    background: #70ce59;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration: none;
}
.button:hover {
	background: #66cb14;
}

a.favorites {
	background: url('../images/icon_favorites.png') no-repeat center left;
	padding: 6px 7px 5px 20px;
}

a.refer_friend {
	color: #777;
	background: url('../images/refer_friend.png') no-repeat center left;
	padding: 9px 7px 12px 40px;
}

a.add {
	background: url('../images/icon_add.png') no-repeat center left;
	padding: 6px 7px 5px 20px;
}

a.profile {
	background: url('../images/icon_profile.png') no-repeat center left;
	padding: 6px 7px 5px 20px;
}

a.report {
	background: url('../images/icon_report.png') no-repeat center left;
	padding: 5px 5px 5px 25px;
	color: #777;
	font-size: 10px;
}

a:hover.report {
	color: #000;
}

a.more {
	color: #737373;
	background: url('../images/more_icon.png') no-repeat center right;
	padding: 14px 17px 15px 5px;
}

a:hover.more {
	color: #000000;
}

a.goback {
	color: #828282;
	background: url('../images/back_icon.png') no-repeat center left;
	padding: 8px 7px 8px 20px;
	text-decoration: underline;
}

a:hover.goback {
	color: #000;
	text-decoration: none;
}

a.seemore {
	background: url('../images/more_icon.png') no-repeat center right;
	padding: 2px 14px 4px 10px;
}

.mtheme { color: #6cc9d2; }

.bbuyer { background: #63b664; font-weight: normal; }


/* Statuses
----------------------------------------------- */
.active_status, .inactive_status, .complete_status, .shipped_status, .delivered_status, .confirmed_status, .pending_status, .declined_status, .refund_status, .failed_status, .request_status, .paid_status {
	margin: 0 auto;
	padding: 5px 5px 5px 20px;
	text-align: center;
}

.active_status {
	color: #7DEA10;
	background: url('../images/icons/active.png') no-repeat center left;
}

.inactive_status {
	color: #B2B2B2;
	background: url('../images/icons/inactive.png') no-repeat center left;
}

.complete_status {
	color: #7DEA10;
	background: url('../images/icons/complete.png') no-repeat center left;
}

.shipped_status {
	color: #555555;
	background: url('../images/icons/shipped.png') no-repeat center left;
}

.delivered_status {
	color: #727272;
	background: url('../images/icons/delivered.png') no-repeat center left;
}

.confirmed_status {
	color: #7DEA10;
	background: url('../images/icons/confirmed.png') no-repeat center left;
}

.pending_status {
	color: #F7B400;
	background: url('../images/icons/pending.png') no-repeat center left;
}

.declined_status {
	color: #FC1640;
	background: url('../images/icons/declined.png') no-repeat center left;
}

.refund_status {
	color: #FC1640;
	background: url('../images/icons/refund.png') no-repeat center left;
}

.failed_status {
	color: #FF000A;
	background: url('../images/icons/failed.png') no-repeat center left;
}

.request_status {
	color: #979797;
	padding: 3px;
}

.paid_status {
	color: #86C125;
	background: url('../images/icons/confirmed.png') no-repeat center left;
}

.default_status {
	color: #535352;
}


/* Message Box
----------------------------------------------- */	
.info_msg, .success_msg, .error_msg {
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	width: 70%;
	margin: 5px auto;
	padding: 7px 10px 7px 50px;
	white-space: nowrap;
}

.info_msg {
	color: #000;
	background-color: #F7F7F7;
	background-image: url('../images/icon_info.png');
	border: 1px dotted #F7F7F7;
}

.error_msg {
	color: #E94E4E;
	background-color: #FBE1D8;
	background-image: url('../images/icon_error.png');
	border: 1px dotted #FFC#FBE1D84C4;
}

.success_msg {
	color: #FFFFFF;
	background-color: #96EF2F;
	background-image: url('../images/icon_success.png');
	border: 1px dotted #96EF2F;
}



/* Lists
----------------------------------------------- */
ul {
	padding: 0;
	margin: 10px 0 5px 30px;
}

li {
	padding: 2px 0 0 0;
}


/* Categories List
----------------------------------------------- */
.cats {
	width: 100%;
	text-align: center;
	line-height: 23px;
	padding-bottom: 5px;
	margin: 10px 0;
}

a.cat_link {
	color: #777;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 9px;
	margin-left: 3px;
	background: #F7F7F7;
	border-radius: 5px;
}

a:hover.cat_link {
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 9px;
	background: #6cc9d2;
}

a.cat_link_active {
	white-space: nowrap;
	padding: 5px 9px;
	margin-left: 3px;
	background: #6cc9d2;
	color: #FFF;
	border-radius: 5px;
	text-decoration: none;
}

#cats_list { list-style: none; margin: 5px 5px 5px 8px; }
#cats_list li { line-height: 27px;  }
#cats_list li a { transition: 0.4s all; }

.well { background: #FFF; color: #777; border: 1px solid #a4d9de; }

/* Account Menu
----------------------------------------------- */
#account {
	float: left;
	width: 210px;
	background: #FFFFFF;
	margin: 10px 35px 15px 0;
	padding 15px 0;
	border-radius: 10px;
	overflow: hidden;
}

#account_menu {
	padding: 5px;
	margin: 0 5px 0 5px;
}

#account_menu li i {
	width: 20px;
}

#account_menu li {
	list-style-type: none;
	/*background: url('../images/icon_bullet.png') 0 10px no-repeat;*/
	padding-left: 5px;
	line-height: 27px;
}

#account_menu a {
	font-size: 14px;
	color: #555;
	text-decoration: none;
	transition: all 0.55s;
}

#account_menu a:hover {
	color: #000;
	text-decoration: none;
}

#account_menu a i {
	width: 20px;
}

#account_menu a:hover i {
	color: #6cc9d2;
}

#account_content {
	float: left;
	width: 75%;
	min-height: 480px;
}

.order_column1 {
	width: 500px;
	float: left;
	line-height: 20px;
}

.order_column2 {
	width: 200px;
	float: right;
	line-height: 16px;
}

.order_reason {
	color: #777;
	font-style: italic;
}


/* Benefits List
----------------------------------------------- */
#benefits li {
	list-style-type: none;
	background: url('../images/check_icon.png') 0 5px no-repeat;
	padding-left: 20px;
	line-height: 20px;
}


/* TEXT
----------------------------------------------- */

h1 {
	font-family: 'Open Sans', Georgia, Times, Arial, serif;
    font-size: 29px;
    line-height: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #555555;
	margin: 9px 0;
	border-bottom: 7px solid #F8F8F8;
}

h2 {
	font-family: 'Open Sans', Georgia, Times, Arial, serif;
	font-size: 24px;
	font-weight: 700;
	color: #454545;
	margin: 5px 0;
	padding: 5px 0;
}

h3 {
	font-family: 'Open Sans', Georgia, Times, Arial, serif;
	font-size: 21px;
	font-weight: 500;
	color: #000000;
	margin: 10px 0 5px 0;
	padding: 0;
}

h4 {
	font-family: 'Open Sans', Arial, helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #000000;
}

.brder { border-bottom: 3px solid #daf0f2; }

.req {
	font-size: 13px;
	color: #F93B3B;
	font-weight: normal;
	padding-top: 5px;
	margin-right: 5px;
}

.info {
	font-size: 13px;
	color: #999999;
	padding: 7px 5px 7px 33px;
	background: url('../images/info.png') no-repeat center left;
}

/*
.alert {
	font-size: 13px;
	padding: 15px 5px 15px 50px;
	background: url('../images/alert.png') no-repeat center left;
}
*/

.newnum {
	font-size: 10px;
	color: #F77003;
	font-weight: bold;
}

.imgs {
	border: 5px solid #F7F7F7;
	margin-right: 15px;
	padding: 3px;
	background: #FFFFFF;
}

a:hover .imgs {
	border-color: #F3F3F3;
}

.country {
	border: 1px solid #F7F7F7;
	padding: 1px;
	float: left;
	margin-right: 2px;
}

.sline {
	background: #FFFFFF url('../images/line.gif') no-repeat center bottom;
	margin: 2px auto;
	height: 1px;
 }

.bline {
	background: #d6d6d6 url('../images/px.gif') no-repeat center bottom;
	margin: 2px auto;
	height: 1px;
 }

 .saved_total {
	color: #555960;
	font-family: Georgia, Arial, Helvetica, Geneva, serif;
	font-size: 31px;
	font-weight: normal;
 }


/* Support Messages
----------------------------------------------- */
.message_date {
	float: right;
	padding: 2px 3px 2px 3px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.message_subject {
	color: #444;
	font-weight: bold;
	/*background: url('../images/icon_message.png') no-repeat center left;*/
	padding: 5px 10px 5px 20px;
}

.message_text {
	padding: 7px 5px 5px 20px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #EFEFEF;
}

.answer_date {
	float: right;
	padding: 2px 3px 2px 3px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.answer_sender {
	color: #000;
	font-weight: bold;
	/*background: url('../images/icon_answer.png') no-repeat center left;*/
	padding: 5px 10px 5px 20px;
}

.answer_text {
	padding: 7px 5px 5px 20px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #EFEFEF;
}

.reply_num {
	color: #444;
	font-weight: bold;
	background: url('../images/icon_replies.png') no-repeat center left;
	padding: 3px 5px 5px 15px;
}

.no_reply {
	color: #A3A3A3;
	font-weight: normal;
}

.replies_num {
	font-size: 13px;
	color: #47C8F7;
}

.no_replies {
	font-size: 13px;
	color: #CECECE;
}


/* Deals
----------------------------------------------- */
.no_deals {
	padding: 50px 0;
	width: 100%;
	font-size: 17px;
	color: #9B9B9B;
	text-align: center;
	border: 2px dotted #e1eef0;
	background: #fcfcfc;
	border-radius: 15px;
}

.deal_title {
	font-family: 'Open Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 33px;
    line-height: 35px;
	color: #6cc9d2;
	padding: 2px 0;
	/*border-bottom: 7px solid #F8F8F8;*/
}

a.deal_title {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

.category_description {
	color: #5F5F5F;
}

.featured {
	padding: 13px 18px 17px 18px;
	background: url('../images/icon_featured.png') no-repeat center left;
	color: #FF9D26;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}

.success {
	color: #000;
}

.canceled {
	color: #000;
}



/* SORT BY area
----------------------------------------------- */	
.browse_top {
	width: 100%;
	padding: 10px 10px 5px 10px;
	margin: 10px 0 20px 0;
	background: #ffffff;
	border: 1px solid #EEE;
	border-radius: 10px;
}

.browse_top .sortby {
	float: left;
}

.browse_top .sortby span {
	color: #444444;
	font-weight: bold;
}

.browse_top .results {
	float: right;
}

.browse_top .results span {
	color: #444444;
	font-weight: bold;
}


/* FORMS
----------------------------------------------- */
/*
form {
	margin:0;
	padding:0;
	display: inline;
}


form label {
	display: block;
	width: 200px;
	margin: 3px 0;
	padding: 0;
}
*/

.label { padding-top: 4px }

input[readonly="readonly"]
{
    background-color: #EEEEEE;
}

.textbox:focus, .textbox2:focus {
 	border: 1px solid #D5E0F3;
}

.checkboxx {
	margin: 2px 3px 3px 0;
}

select {
	margin: 0;
	font-size: 100%;
	color: #333;
}

.step_num {
	font-size: 20px;
	border: 1px solid #6cc9d2;
	background: #6cc9d2;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 50%;
	margin-right: 2px;
}


/* Pagination
----------------------------------------------- */
div.pagination {
	clear: both;
	font-size: 15px;
	margin: 20px 0;
	text-align: center;
	padding: 2px 0;
}

div.pagination a {
	padding: 8px 13px;
	text-decoration: none;
	margin: 1px;
	color: #777777;
}

div.pagination a:hover {
	color: #6cc9d2;
	padding: 8px 13px;
}

div.pagination span.disabled {
	padding: 8px 13px;
	color: #DDDDDD;
	margin: 1px;
}

div.pagination span.curPage {
	background: #6cc9d2;
	padding: 8px 13px;
	color: #FFFFFF;
	margin: 1px;
	border-radius: 5px;
}


/* Profile
----------------------------------------------- */	
.new_count {
	margin-left: 2px;
	padding: 1px 5px;
	color: #FFFFFF;
	font-size: 13px;
	background: #ADABAB;
}

.username {
	color: #5E5E5E;
	font-size: 13px;
	font-weight: bold;
}


/* News
----------------------------------------------- */
.news_date {
	float: right;
	color: #444444;
	background: url('../images/date.png') no-repeat left 7px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 3px 0 3px 17px;
}

.news_title {
	font-family: 'Open Sans', Georgia, Times, Arial, serif;
	font-size: 28px;
	padding: 7px 0;
}

.news_title a {
	color: #777777;
}

.news_title a:hover {
	color: #000000;
}

.news_description {
	font-size: 15px;
	line-height: 15px;
}


/* Breadcrumbs
----------------------------------------------- */
.breadcrumbs {
	background: #FFF;
	padding: 12px 5px 8px 5px;
	width: 99%;
	margin-bottom: 5px;
	border-radius: 9px;
}

.breadcrumbs .home_link {
	background: url('../images/icon_home.png') no-repeat left;
	padding-left: 18px;
}

.breadcrumbs a {
	color: #333;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	color: #000;
	text-decoration: none;
}


/* Other Deals List
----------------------------------------------- */
.other_deals
{
	margin: 10px 0;
	padding: 5px;
	border-top: 2px dotted #eee;
}

.other_deal
{
	text-align: center;
	margin: 5px 0;
	padding: 5px;
}


/*
#other_deals,
#other_deals li {
	margin: 0;
	padding: 0;
}
 
#other_deals li {
	display: inline-block;
	max-width: 210px;
	min-height: 120px;
	vertical-align: top;
	text-align:center;
	margin-left: 10px;
	zoom: 1;
	*display: inline;
}

#other_deals li a {
	color: #555;
	text-decoration: none;
}

#other_deals li a:hover {
	color: #000;
	text-decoration: none;
}

#other_deals h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

#other_deals .price {
	font-size: 19px;
	font-weight: bold;
	color: #FF6600;
}
*/


/* Categories Vert
----------------------------------------------- */
#categories {
	padding: 0;
	margin: 0 5px 5px 10px;
}

#categories ul {
	border-bottom: 1px solid #EEEEEE;
}

#categories li {
	list-style-type: none;
	background: url('../images/list-arrow.gif') 0 2px no-repeat;
	padding-left: 10px;
	line-height: 19px;
}

#categories li a {
	color: #00aeef;
	text-decoration: none;
}

#categories li a:hover {
	color: #9FEA09;
	text-decoration: none;
}

#categories li.active {
	background: url('../images/list-arrow-b.gif') 0 2px no-repeat;
}

#categories li.active a {
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}

#categories li.active a:hover {
	color: #595959;
	text-decoration: none;
}

#categories li.all {
	border-bottom: 1px solid #EEEEEE;
}



/* Shopping Cart
----------------------------------------------- */
#shopping-cart {
	margin: 10px 0;
	padding: 15px;
	background: #FFF;
}

#shopping-cart h2 {
	font-size: 15px;
}

#shopping-cart a {
	color: #777;
	text-decoration: none;
}

#shopping-cart a:hover {
	color: #000;
	text-decoration: none;
}

tr.cart_row_odd {
	background: #FFFFFF;
}

tr.cart_row_even {
	background: #F9F9F9;
}

tr.cart_row_odd:hover, tr.cart_row_even:hover {
	background: #F7F7F7;
}

.cart_totals {
	width: 300px;
	float: right;
	margin: 5px 0;
	padding: 5px 0;
	text-align: right;
}

.cart_total {
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
}

.customer_limit {
	/*font-size: 13px;
	color: #8E8E8E;*/
}


.account_balance {
	margin: 5px;
	background: #fcfcfc;
	padding: 6px;
	width: 98%;
	float: right; 
	text-align: center; 
	white-space: nowrap; 
	border-radius: 9px;
	-webkit-box-shadow: 0 8px 6px -6px #888;
	   -moz-box-shadow: 0 8px 6px -6px #888;
	        box-shadow: 0 8px 6px -6px #888;	
}


.abalance {
	font-size: 24px;
	display: block;
}

.addfav { position: absolute; top: 5px; right: 18px; background: #FFF; border-radius: 25px; padding: 3px 3px 1px 3px; }
.addfav:hover { background: #dbf3f4; }
.addfav i { color: #30afb7; font-size: 17px; }


/* Countdown
----------------------------------------------- */
/*
.hasCountdown {
	background-color: #FFF;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
*/

.timeformat {
	color: #000;
	font-family: 'Open Sans', Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	/*background: url('../images/icon_clock.png') no-repeat left;*/
	margin: 5px 0;
	/*padding: 8px 5px 8px 20px;*/
	display: inline-block;
}

.timeformat_large {
	color: #333;
	font-family: 'Open Sans', Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	background: url('../images/icon_clock2.png') no-repeat left;
	padding: 15px 5px 15px 55px;
	white-space: nowrap;
}


/* Deal Details
----------------------------------------------- */
.deal-title {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
}

.deal-title a {
	font-size: 19px;
	color: #777;
	text-decoration: none;
}

.deal-title a:hover {
	color: #000;
	text-decoration: none;
}

.deal-discount {
  font-size: 13px;
  color: #868587;
  background: #F7F7F7;
  border: 1px solid #F2F2F2;
  border-radius: 9px;
  padding: 10px 0;
  margin: 5px 0;
  height: 75px;
  text-align: center;
}

.price-title {
	display: block;
	width: 105px;
	float: left;
	text-align: center;
	font-size: 15px;
}

.rprice-num {
	color: #000;
	font-weight: normal;
	font-size: 21px;
	font-family: 'Open Sans', Georgia, Times, serif;
	padding-top: 2px;
	display: inline-block;
	text-decoration: line-through;
}

.price-num {
	color: #000;
	font-weight: normal;
	font-size: 21px;
	font-family: 'Open Sans', Georgia, Times, serif;
	padding-top: 2px;
	display: inline-block;
}

#deal-share {
	padding: 7px 0;
	margin-top: 7px;
	text-align: center;
	display: block;
}
.deal-sharer {
	padding-top: 7px;
	display: inline-block;
	height: 20px;
	vertical-align: middle;
}

.cdown {
	width: 100%;
	margin: 0 auto;
	background: #f9f9f9;
	border: 1px solid #EEE;
	border-radius: 7px;
	padding: 10px;
}

#deal-timer {
	clear: both;
	line-height: 20px;
	padding: 5px;
	margin: 5px 0;
}

#deal-timer span {
	color: #5c5c5c;
	font-weight: bold;
	text-transform: uppercase;
}

#deal-image {
	width: 410px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.price {
	color: #70ce59;
	font-family: 'Open Sans', Georgia, Times, Arial, serif;
	font-size: 45px;
	font-weight: bold;
	margin: 5px;
	text-shadow: 0px 1px 1px #0d8108;
}

.product-grid4 .price { text-shadow: none !important; }

.price strong {
	color: #FF6600;
}

.rprice {
	color: #555555;
	text-decoration: line-through;
}

.quantity {
	background: #999;
	color: #FFF;
	font-weight: bold;
	padding: 1px 4px;
}

.low_in_stock {
	color: #1A1A1A;
	background: #FFE2C0;
	padding: 3px 5px;
}

.stock_bar {
	margin: 10px 0;
}

.stock_bar span {
	font-size: 15px;
	font-weight: bold;
}

.shipping {
	color: #757575;
	font-size: 14px;
	background: url('../images/icon_shipping.png') top left no-repeat;
	padding: 0px 5px 5px 33px;
	margin: 10px 0;
}

.shipping strong {
	font-size: 13px;
	font-weight: bold;
}

.buy_large {
	font-family: 'Open Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	padding: 10px 25px;
    display: inline;
    background: #70ce59;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	text-decoration: none;
	box-shadow:0 0 10px rgba(0,0,0,.2);
	text-decoration: none;
	transition: all 0.45s;
}

.buy_large:hover, .buy_large:active, .buy_large:focus {
	color: #FFF;
	background: #8dce25;
	box-shadow:0 0 6px #999;
	text-decoration: none;
}

a.buy {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 13px;
    display: inline;
    background: #8dce25;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	text-decoration: none;
}

.buy:hover {
	background: #7bbf0d;
}

.expired {
	color: #3A3A3A;
	font-family: 'Open Sans', Georgia, Times, Arial, serif;
	font-size: 25px;
	font-weight: bold;
	background: url('../images/icon_expired.png') no-repeat left;
	padding: 10px 5px 10px 33px;
	display: inline-block;
	
}

.sold-out {
	color: #3A3A3A;
	font-family: 'Open Sans', Georgia, Times, Arial, serif;
	font-size: 28px;
	font-weight: normal;
	background: url('../images/icon_soldout.png') no-repeat left;
	padding: 10px 5px 10px 45px;
	display: inline-block;
}

.brief_description {
	color: #646363;
}

.deal-description {
}

#deal-details {  
	float: left;
	width: 300px;
}

.sales_stats {
	width: 90%;
	background: url('../images/icon_stats.png') no-repeat 10px 10px;
	border-radius: 10px;
	padding: 10px 10px 10px 70px;
	margin: 10px 0;
	line-height: 19px;
}

.sales_stats label {
	width: 130px;
}

.comment {
	background: url('../images/icon_comment.png') no-repeat left;
	padding: 10px 10px 10px 20px;
}

.clear {
	clear: both;
}

.copied-toast { color: #3ca117;  text-align: center; }


.tab-content {
	background: #ffffff;
	padding: 20px;
	border: 1px solid #dff1f2;
	border-bottom-left-radius: 10px; border-bottom-left-right: 10px;
}

.tab-pane { min-height: 120px }

.ref_textbox { height: 45px; font-size: 18px; color: #1188ac; border: 1px solid #34a9b5; background: #ffffff !important; margin: 0 auto; width: 98%; text-align: center; border-radius: 9px; }


.ustats_box { background: #ffffff; border-radius: 9px; padding: 18px 5px; }
.ustats { float:left; line-height:17px; padding-top: 8px; }
.ustats label { width: 120px; }
.ustats label i { width: 15px; color: #70c9d1; text-align: center; }


/* Deal Images
----------------------------------------------- */
.product_images
{
	margin: 15px 0;
}	

#main_image {
	max-height: 260px;
	float: left;
	padding: 0;
	margin-top: 5px;
}

.imgMedium {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 300px;
	max-height: 400px;
	border-radius: 7px;
	/*box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;*/
	
	/*
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.2), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	*/
}

.thumb {
	margin: 3px;
	padding: 2px;
	border: 2px solid #F7F7F7;
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}


/* Next Prev Navigation
----------------------------------------------- */
.nextprevlinks {
	float: left;
	width: 99%;
	text-align: center;
	padding: 4px 5px;
	margin-bottom: 7px;
	background: #F7F7F7;
}

.nextprevlinks a {
	color: #444;
	text-decoration: none;
}

.nextprevlinks a.prev {
	float: left;
	background: url('../images/arrow_left.png') no-repeat left 2px;
	padding: 3px 16px 2px 16px;
}

.nextprevlinks a.next {
	float: right;
	background: url('../images/arrow_right.png') no-repeat right 2px;
	padding: 3px 16px 2px 10px;
}

.nextprevlinks a:hover.prev, .nextprevlinks a:hover.next {
	color: #898989;
	text-decoration: none;
}


/* Deals
----------------------------------------------- */
#deal {
	border-bottom: 1px solid #eee;
}

.deal-item {
    border-bottom: 1px dotted #E0E0E0;
}

.deal-info {
    float: left;
    margin: 0;
	width: 450px;
	text-align: justify;
}

.deal-info a {
    color: #777;
}

.deal-info a:hover {
    color: #000;
}

.deal-values {
    float: right;
    margin-left: 5px;
    width: 310px;
	margin-top: 5px;
	text-align: center;
	white-space: nowrap;
}

deal-list {
    padding: 5px 0;
}
.deal-image {
    float: left;
    overflow: hidden;
	padding: 5px;
	margin: 5px;
	position: relative;
}
.info-detail {
    margin: 10px 0;
	font-size: 13px
}
.share-button {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
}
.info-detail p {
    margin: 0;
	font-size: 13px;
}
.deal-title {
    font-size: 22px;
	font-weight: normal;
	margin: 0px;
}

.deal-price {
	font-family: 'Open Sans', Georgia, Times, Arial, serif;
    font-size: 21px;
    padding-bottom: 5px;
    text-align: center;
	color: #71b436;
	margin-top: 5px;
}
.deal-price span {
    display: inline-block;
    text-align: center;
}
.deal-buy {
    text-align: center;
	margin: 10px 0;
}
.deal-savings {
    padding: 5px 0;
    width: 80%;
	margin:0 auto;
}
.deal-savings span {
    display: block;
    font-size: 13px;
}
.deal-savings td {
    font-size: 13px;
	color: #999999;
    text-align: center;
}


/* Past Deals
----------------------------------------------- */
#past_deals {
	margin: 5px 5px 5px 30px;
	padding: 0;
	float: left;
	width: 100%;
}

#past_deal {
	float: left;
	list-style: none;
	position: relative;
	width: 190px;
	height: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: #F9F9F9;
	border: 1px dotted #EEEEEE;
	border-radius: 6px;
	moz-radius: 6px;
	text-align: center;
}

#past_deal h3
{
	font-size: 16px;
	padding: 0;
	margin: 0;
}

#past_deal a
{
	color: #777777;
	text-decoration: none;
}

#past_deal a:hover
{
	color: #000000;
	text-decoration: none;
}

#past_deal img
{
	margin: 10px 0;
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#past_deal .date {
	color: #777;
	font-weight: normal;
	text-align: right;
	background: #F8F8F8 url('../images/date.png') no-repeat 3px 7px;
	border-bottom: 1px dotted #EEE;
	display: block;
	margin: 0;
	padding: 5px;
}

#past_deal .price {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	bottom: 5px;
	right: 0px;
	position: absolute;
	background: #B7B7B7;
	padding: 3px 8px;
	border-radius: 7px;
}


/* DISCUSSIONS
----------------------------------------------- */
.forum_title h3 {
	font-family: 'Open Sans', Georgia, Times, Arial, serif;
	font-size: 20px;
	color: #5a5a5a;
	margin-top: 5px;
}

a.forum_title {
	color: #777;
	text-decoration: none;
}

.forum_title img {
	border-radius: 10px;
}

a:hover.forum_title {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.total_posts {
	font-size: 13px;
	overflow: hidden;
	position: relative;
	width: 80px;
	background: url('../images/comments.png') no-repeat center 10px;
	padding: 14px;
	color: #777;
}

.total_posts a {
	color: #777777;
	text-decoration: none;
}

.total_posts a:hover {
	color: #000;
	text-decoration: none;
}

#add-comment, #dbutton { background: #FFFFFF; border: 1px solid #6cc9d2; color: #6cc9d2; padding: 8px 10px 6px 10px; font-size: 14px; font-weight: normal; }
#add-comment:hover, #dbutton:hover { background: #4cceda; color: #FFFFFF; }


/* TABS
----------------------------------------------- */
.nav-tabs {
	margin-top: 25px;
}

.nav-tabs li {
	display: inline;
}
.nav-tabs li a {
	font-size: 15px;
	color: #fff;
	border: 1px solid #EEE;
	padding: 6px 15px;
	text-decoration: none;
	background-color: #6cc9d2;
	border-bottom: none;
	outline: none;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.nav-tabs li a:hover {
	color: #000;
	background: #FFF;
}
.nav-tabs li.active a {
	color: #000;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	border-bottom: none;
	font-weight: bold;
}

.tab_content {
	display: none;
	margin-top: 5px;
	border-bottom: 1px solid #EEE;	
}



/* Progress Bar
----------------------------------------------- */
.progress_bar {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: block;
	background-color: #EEEFED;
	width: 200px;
	position: relative;
	-moz-box-shadow: inset 0 5px 10px rgba(50, 50, 50, 0.3);
	-webkit-box-shadow: inset 0 5px 10px rgba(50, 50, 50, 0.3);
	box-shadow: inset 0 5px 10px rgba(50, 50, 50, 0.3);
	text-align: center;
	/*margin: 5px 0 20px 0;*/
	margin: 0 auto;
}

.progress_bar .progress {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height: 10px;
	width: 0%;
	background: #08b3b6 url('../images/progress-bg.png') repeat-x top left;
	background-image: url('../images/progress-bg.png'), -webkit-gradient(linear, left top, right top, color-stop(0.06, #6CC103), color-stop(0.77, #95EF26));
	background-image: url('../images/progress-bg.png'), -moz-linear-gradient(left center, #6CC103 6%, #95EF26 77%);
	background-repeat: repeat-y, norepeat;
	-moz-box-shadow: 3px 0 5px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 3px 0 5px rgba(50, 50, 50, 0.5);
	box-shadow: 3px 0 5px rgba(50, 50, 50, 0.5)
}

.progress_bar .percent {
	position: absolute;
	color: #71BF0B;
	font-size: 13px;
	margin: 2px 0;
	top: 10px;
	left: 80px;
}




/* Comments
----------------------------------------------- */
.comments_box {
	width: 70%;
	margin: 0 auto;
}

.comment-form {
	width: 260px;
	padding: 5px 0;
	margin-bottom: 15px;
	line-height: 19px;
}

#add_comment_link {
	float: right;
	padding-top: 20px
}

/*
#add_comment_link a {
	background: url('../images/icon_add.png') no-repeat center left;
	padding: 7px 0 8px 20px;
	color: #777;
	font-weight: normal;
	text-decoration: none;
}

#add_comment_link a:hover {
	color: #000;
	text-decoration: none;
}
*/

.comments {
	margin: 5px 0;
	padding: 7px 0;
	border-bottom: 2px solid #F5F5F5;
}

.comments span {
	color: #333;
	background: url('../images/icon_comments.png') 1px 8px no-repeat;
	padding: 8px 15px 8px 5px;
}

#comment {
	padding: 7px 0;
	margin: 0;
	border-bottom: 2px dotted #F5F5F5;
}

.comment-author {
	padding: 5px;
	color: #777;
	font-weight: bold;
}

.comment-author a {
	color: #777;
	text-decoration: none;
}

.comment-author a:hover {
	color: #000;
	text-decoration: none;
}

.comment-date {
	font-size: 13px;
	float: right;
	color: #a2a2a2;
	margin-right: 5px;
}

.comment-title {
	font-weight: bold;
}

.comment-text {
	padding: 5px 10px 5px 25px;
	margin-left: 55px;
}

.reply-text {
	width: 450px;
	float: right;
	background: #FCF5EF url('../images/icon_admin.png') 1px 7px no-repeat;
	padding: 10px 10px 5px 47px;
	border: 1px solid #FCEEE3;
	border-radius: 7px;
	margin: 3px 5px;
	text-align: justify;
}

.mycomment {
	background: #F7F7F7;
	border-radius: 7px;
	padding: 5px;
}


.view_all {
	float: right;
	display: block;
	padding: 15px 0 5px 0;
}

.not_found {
	margin: 0 auto; 
	width: 80%;
	text-align: center; 
	padding: 40px 10px 50px 10px;
}

.feedbacks {
	background: url('../images/icon_feedbacks.png') no-repeat left;
	padding: 5px 5px 7px 55px;
}

.cvv_info { width: 470px; }



.bought_count {
	color: #ff5802;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}


.scrollup
{
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	text-indent: -9999px;
	background: url('../images/icon_top.png') no-repeat;
	z-index: 99999;
}


.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}



/* Steps
----------------------------------------------- */

table#steps
{
	margin: 5px 0 30px;
}

table#steps tr:first-child td:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px
}
table#steps tr:first-child td:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px
}
table#steps tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px
}
table#steps tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px
}


#steps {
	width: 100%;
	color: #fff;
	border: 0 none;
}

	#steps td {
		width: 20%;
		height: 40px;
		padding: 0;
		text-align: center;
		font-size: 14px;
		background: url('../images/checkout_shader.png') no-repeat 0 -40px #7c7e87;
		line-height: normal;
		border: 0 none;
	}

	#steps td.active {
		background-position: 0 0;
		background-color: #e9e9e9;
		color: #000;
	}

	#steps td.first {
		background-image: none;
	}

	#steps td.next {
		background-position: 0 -80px;
	}

	#steps td a
	{
		display: inline-block;
		height: 100%;
		width: 100%;
		text-decoration: none;
		color: #fff;
	}

	#steps td.active a {
		color: #000 !important;
	}

	#steps td span.title {
		vertical-align: top;
		display: inline-block;
		line-height: 40px;
	}

	#steps td span.number {
		display: inline-block;
		font-size: 26px;
		margin: 7px 0 0;
		font-weight: bold;
	}

	#steps td span.number span {
		width: 20px !important;
	}


/*faqs */
#faqs { position:relative; }
#faqs h3 { font-size:24px; color: #47bcc6; cursor:pointer; margin: 12px 0 5px 0; padding: 0; transition: 0.5s all; }
#faqs h3:hover { color: #000; }
#faqs h3.active	{ color: #000; }
#faqs div { height:0; overflow:hidden; position:relative; margin-bottom: 10px; }
#faqs div p	{ font-size: 16px; padding:0; margin:5px 5px 5px 21px; text-align: justify; }

#faqs h3:before {
	color: #70c9d1;
	font-size: 16px;
    float: left !important;
    font-family: FontAwesome;
    content:"\f054";
    padding-right: 5px;
    padding-top: 6px;
    width: 20px;
}
#faqs h3.active:before {
    float: left !important;
    content:"\f078";
}

/********************* Deals List **********************/
.product-image4 img { max-height: 150px; }
.product-grid4,.product-grid4 .product-image4{position:relative; overflow: hidden; height: 155px;}
.product-grid4{background: #FFF; font-family:Arial, Helvetica,sans-serif;text-align:center;border-radius:9px;overflow:hidden;z-index:1;transition:all .3s ease 0s; border: 1px solid #EEE; margin-bottom: 15px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.product-grid4:hover{box-shadow:0 0 10px rgba(0,0,0,.2)}
.product-grid4 .product-image4 a{display:block}
.product-grid4 .product-image4 img{width:auto; height: 160px; /* width: 100%; height: 160px; */}
.product-grid4 .pic-1{opacity:1;transition:all .5s ease-out 0s;}
/*.product-grid4:hover .pic-1{opacity:0}*/
.product-grid4 .pic-2{position:absolute;top:0;left:0;opacity:0;transition:all .5s ease-out 0s}
/*.product-grid4:hover .pic-2{opacity:1}*/
.product-grid4 .social{width:180px;padding:0;margin:0 auto;list-style:none;position:absolute;right:0;left:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s}
.product-grid4 .social li{display:inline-block;opacity:0;transition:all .7s}
.product-grid4 .social li:nth-child(1){transition-delay:.15s}
.product-grid4 .social li:nth-child(2){transition-delay:.3s}
.product-grid4 .social li:nth-child(3){transition-delay:.45s}
.product-grid4:hover .social li{opacity:1}
.product-grid4 .social li a{color:#222;background:#fff;font-size:17px;line-height:36px;width:40px;height:36px;border-radius:2px;margin:0 5px;display:block;transition:all .3s ease 0s}
.product-grid4 .social li a:hover{color:#fff;background:#70c9d1}
.product-grid4 .social li a:after,.product-grid4 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:20px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid4 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1}
.product-grid4 .social li a:hover:after,.product-grid4 .social li a:hover:before{opacity:1}
.product-grid4 .product-discount-label,.product-grid4 .product-new-label{color:#fff;background-color:#60b760;font-size:13px;font-weight:800;text-transform:uppercase;line-height:45px;height:45px;width:45px;border-radius:50%;position:absolute;left:10px;top:15px;transition:all .3s}
.product-grid4 .product-discount-label{left:auto;right:10px;background-color:#d7292a}
.product-grid4:hover .product-new-label{opacity:0}
.product-grid4 .product-content{padding:20px}
.product-grid4 .title{font-size:18px;font-weight:500;text-transform:capitalize;margin:0 0 7px;transition:all .3s ease 0s}
.product-grid4 .title a{color:#222}
.product-grid4 .title a:hover{color:#2ca0ab}
.product-grid4 .price{color:#70ce59;font-size:19px;font-weight:700;margin:0 2px 15px 0;display:block}
.product-grid4 .price span{color:#909090;font-size:13px;font-weight:400;letter-spacing:0;text-decoration:line-through;text-align:left;vertical-align:middle;display:inline-block}
.product-grid4 .add-to-cart{border:1px solid #e5e5e5;display:inline-block;padding:10px 15px;color:#FFF;background:#5cb85c;font-weight:600;font-size:13px;border-radius:4px;transition:all .3s; border-radius: 23px; }
.product-grid4:hover .add-to-cart{border:1px solid transparent;background:#5cb85c;color:#fff; }
.product-grid4 .add-to-cart:hover{background-color:#4ace5a;box-shadow:0px 0px 10px rgba(152, 148, 148, 0.5)}

@media only screen and (max-width:990px){.product-grid4{margin-bottom:30px}
}

.panel-heading { 
	background: #FFF;
}

.panel-heading label {
  cursor: pointer;
}

.countdown { text-align:center; font-size: 16px; color: #555; } 
.countdown span span { color: #000; font-size: 14px; margin-left: 1px }
.lcountdown { text-align:center; font-size: 16px; color: #555; } 
.lcountdown span span { color: #000; font-size: 22px; margin-left: 1px }
.lcountdown i { color: #e55c47; font-size: 23px; } 
.red { color: #c85454; padding: 5px 10px; border-radius: 3px; }
.red span { color: #c85454; }
.red span span { color: #c85454; }

.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
    
    
         #share-twitter { color: #6CADDE; }
         #share-facebook { color: #3B5998; }
         #share-linkedin { color: #0077B5; }
         #share-google { color: #D50F25; }
         #share-mail { color: #777; }
         #share-pinterest { color: #e62223; }   
         
 .share_icons li { margin: -3px; }
 
.shipping-address {
	padding: 5px 5px 5px 25px;
	line-height: 23px;
} 

.order_comment {
	padding: 5px 5px 5px 25px;
	line-height: 23px;
}       



#recent_purchases {
	margin-left: 8px;
	list-style-type: none;
}

#recent_purchases li {
	border-bottom: 1px dotted #cccccc;
	padding: 7px 0;
}

#recent_purchases li.last {
	border-bottom: none;
	padding: 7px 0;
}


/*** carousel **/
 

#myCarousel img { max-width:100%; }

#myCarousel a {
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    
#myCarousel a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}

#myCarousel .thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
#myCarousel .page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
#myCarousel .page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

#myCarousel ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */
#myCarousel .caption h4 {
    color: #444;
}

#myCarousel .caption p {  
    color: #999;
}



/* Carousel Control */
#myCarousel .control-box {
    text-align: center;
    width: 100%;
}
#myCarousel .carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

.btns { position: absolute; left: 25%; text-align: center; bottom: 25px; margin: 5px 0; }


/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
    
    .btns { left: 32%; bottom: 45px; }
    
    product_images { margin: 0; }
    .imgMedium {
		display: block;
		margin: 0 auto;
		padding: 0;
		max-width: 200px;
		max-height: 300px;
	}
	#header #toplinks {
		border-bottom: 1px solid #FFF;
		box-shadow: none;
	}
	#logo { max-height: 65px }
	#logo img { max-height: 65px }
	.navbar-toggle { border: none !important }
	.navbar-toggle .icon-bar { background-color: #FFF !important; }
}

@media (max-width: 500px) {
	.sales_stats label { width: 200px; }
	 #prtabs { display: flex; align-items:center; overflow-x: scroll; }
	 #prtabs a { font-size: 14px;  }
	 #prtabs>li { white-space: nowrap; /*float: none;*/ }
	.nav-tabs li a { font-size: 12px; }
	.navbar-collapse { background: #70c9d1; z-index: 99999; position: absolute; width: 100%; height: 310px; }
	.navbar-nav a { padding: 2px; height: 6px }
	.navbar-collapse a { font-size: 17px !important; }
	.navbar-collapse a i { width: 28px }
	#header #toplinks { width: 100%; background: none; text-align: center; margin: 10px 0 5px 0; }
	.cart { width: 100%; text-align: center; }
	#account_content { width: 100%; }
	#account { width: 100%; background: #FFF;  }
	#account_menu { float: left; }
    #account_menu li { float: left; list-style-type:none; border: 1px solid #eee; border-radius: 5px; margin: 3px; padding: 0 3px; }
    #subscribe_box .col_left { width: 100%; }
    #subscribe_box .col_right { width: 100%; }
    .empty_cart { width: 100%; background: none; }
    .comments_box { width: 100%; }
    .no_deals h2 { font-size: 18px; }
    .cvv_info { width: 100%; }
    #content_left, #content_right  { width: 100%; box-shadow: none; }
    .price-title { width: 85px; }
	#main_image { max-width: 240px }
	.lcountdown span span { color: #000; font-size: 15px; margin-left: 1px }
	.deal_title { font-size: 25px; padding-top: 10px; }
	#deal-image-sm { text-align: center; margin-left: 15%; }
	#search_box { width: 100%; margin: 0; padding: 10px; } 
	.box h3 { font-size: 22px; }
}


.thumbnails li { list-style-type:none;}



.itembadge {
    position:relative;
    padding-top:20px;
    display:inline-block;
}
.notify-badge {
    position: absolute;
    right:-5px;
    top:15px;
    background: #808080;
    text-align: center;
    border-radius: 40%;
    color:#FFF;
    padding: 2px 8px;
    font-size: 12px;
}


/* Testimonials
----------------------------------------------- */


#testimonial blockquote {
	border:none;
}

#testimonial blockquote p {
	color:#333;
	font-size:15px; 
}

#testimonial .fa.fa-quote-right {
	color:#6cc9d2;
	padding-right:10px;
	font-size: 22px;
}

#testimonial img {
    display: block;
    margin: 0 auto;
}

.ion-minus {
    padding:0px 10px;
}



.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    -webkit-transform: translate3d(0, 33.33%, 0);
    transform: translate3d(0, 33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    -webkit-transform: translate3d(0, -33.33%, 0);
    transform: translate3d(0, -33.33%, 0);
    top: 0;
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 0;
  }
}

.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 33.33%;
  right:0;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -33.33%;
  right:0;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 33.33%;
  right:0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}
#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}






 