html {
	background-colorx: #383838;
}
body {
	font-family: 'Helvetica Neue', 'Open Sans', Arial;
	background: #f1f1f1;
}
body, table, input {
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2;
}
#notif-dialog {
	position: fixed;
	top: 50px;
	left: 25%;
	width: 50%;
	z-index: 1100;
}
i.animate-rotate {
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
main>div.container.white-container {
	min-height: 500px;
}
.white-container {
	background: #fff;
	box-shadow: 0 0 10px #bbb;
}
nav.navbar {
	margin: 0;
}
#logo-wrapper {
	padding: 15px;
	background-color: #fff;
}
div.container.body {
	margin-top: 25px;
}
#list-deals>div {
	height: 680px;
	max-height: 680px;
}
#list-deals h1 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 800;
}
#list-deals h1 a {
	color: #000;
}
#list-deals h1 a:hover {
	color: #428bca;
	text-decoration: none;
}
#list-deals div.deal-image {
	width: 100%;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #000;
}
#list-deals div.deal-summary p {
	margin-top: 20px;
	padding: 10px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #ccc;
}
div.panel.panel-override {
	margin-bottom: 30px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
#deal-title {
	margin: 0 0 20px;
	font-size: 28px;
	font-weight: 600;
}
div.panel.panel-default.panel-override div.panel-heading {
	color: #444;
	background: #f1f6f8;
	border: 1px solid #ccc;
	border-bottom: 0;
}
div.panel.panel-default.panel-override div.panel-heading.dark {
	background: #cae0f5;
}
div.deal-details {
	font-size: 14px;
	border: 1px solid #ccc;
	border-top: 0;
}
div.deal-details>div.row {
	margin-bottom: 15px;
}
div.deal-details form {
	font-size: 13px;
}
div.deal-details-closed {
	font-size: 32px;
}
div.deal-price {
	margin: 5px 0;
	color: #2eace3;
}
div.deal-price small {
	font-size: 16px;
}
div.deal-price p {
	margin: 0;
	font-size: 36px;
	line-height: 1;
}
div.deal-prices {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
div.deal-prices>div {
	border-right: 1px solid #ddd;
}
div.deal-prices>div:last-child {
	border-right: 0;
}
div.deal-prices p {
	color: #888;
	margin: 0;
}
div.deal-prices p.text-warning {
	margin-bottom: 10px;
	line-height: 1.4;
	font-style: italic;
	color: #e86100;
}
div.deal-prices h5 {
	margin: 0;
	font-size: 22px;
}
#deal-progress-bar {
	display: block;
	height: 5px;
	background: #ddd;
}
#deal-progress-bar div.fill {
	float: left;
	width: 100%;
	height: 5px;
	background: orange;
}
div.deal-details-timer {
	border-bottom: 1px solid #ddd;
}
div.deal-details-timer h5 {
	margin: 0;
	font-size: 28px;
	line-height: 1;
}
div.deal-details-timer p {
	font-size: 12px;
	color: #666;
}
.add-to-cart-big {
	padding: 15px 0;
	font-size: 18px;
	background-image: none;
	border-radius: 0;
}
.add-to-cart-big.btn-success {
	background-color: #59b200;
}
.add-to-cart-big i.fa-shopping-cart {
	padding-right: 10px;
}
.btn-buy-now-small.btn-success {
	background-color: #59b200;
}
.btn-buy-now-small {
	position: absolute;
	margin: -21px 0 0 216px;
	padding: 5px 10px;
	font-size: 13px;
	background-image: none;
	border-radius: 0;
}
.btn-buy-now-small i {
	padding-right: 5px;
}
#deal-contact {
	border: 1px solid #ccc;
}
#deal-contact i {
	margin-right: 10px;
}
#deal-images .deal-image-full {
	height: 410px;
	background-position: center;
	background-repeat: no-repeat;
}
#deal-images .deal-image-thumb {
	height: 75px;
	overflow: hidden;
}
#deal-images .deal-image-thumb a {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #eee no-repeat center/ 100%;
	border: 1px solid #ccc;
}
#deal-images .deal-image-thumb a.active {
	opacity: 1;
}
#deal-description {
	margin-top: 15px;
}
#deal-description ul a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
}
#deal-description li {
	margin-right: 5px;
}
#deal-description li.active a {
	border-color: #ccc #ccc transparent;
}
#deal-description h2.default-heading {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#deal-description div.panel {
	margin-bottom: 0;
}
#deal-description div.panel p:last-child {
	margin-bottom: 0;
}
#deal-description div.tab-content {
	margin-top: -1px;
	border: 1px solid #ccc;
}
#deal-description div.deal-description-block {
	font-size: 13px;
	line-height: 1.5;
}
#deal-description div.deal-description-block p {
	margin-bottom: 20px;
	font-size: 14px;
}
#deal-description div.deal-description-block div.row {
	margin-bottom: 8px;
}
#deal-description .panel-body {
	padding: 20px;
}
#deal-description img {
	max-width: 100%;
}
.deal-description-block h1:first-child, .deal-description-block h2:first-child, .deal-description-block h3:first-child, .deal-description-block h4:first-child {
	margin-top: 0;
}
.deal-description-content img {
	max-width: 100%;
}
#deal-specifications ul {
	margin-bottom: 0;
	padding-left: 25px;
	list-style: none;
}
#deal-specifications li {
	padding: 0 0 7px 10px;
}
#deal-specifications li:before {
	content: '';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.2em;
	width: 1.5em;
}
#deal-specifications ul li:last-child {
	padding-bottom: 0;
}
#deal-terms ul, .deal-terms ul {
	margin-bottom: 0;
	padding-left: 35px;
	list-style: none;
}
#deal-terms li, .deal-terms li {
	padding: 0 0 10px 10px;
}
#deal-terms>ul li:before, .deal-terms>ul li:before {
	content: '';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
}
#deal-terms ul li:last-child, .deal-terms ul li:last-child {
	padding-bottom: 0;
}
#deal-terms ul ul li::before, .deal-terms ul ul li::before {
	content: "●";
}
#deal-locations ul.nav-tabs a {
	padding-left: 35px;
	font-size: 13px;
	font-weight: normal;
	line-height: 19.5px;
	text-transform: none;
}
#deal-locations ul.nav-tabs i {
	float: left;
	margin: 4px 0 0 -22px;
}
#deal-locations ul.nav-tabs li.active {
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	background-color: #f1f6f8;
}
#deal-locations ul.nav-tabs li a {
	box-shadow: none;
}
#deal-locations div.tab-pane iframe {
	display: block;
}
div.panel-heading-deal-info {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
}
#recent-deals h2 {
	padding: 10px 0;
	margin: 0 0 30px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #444;
	background-color: #cae0f5;
}
#recent-deals h3 {
	margin: 0 0 10px;
	max-height: 42px;
	overflow: hidden;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
}
#recent-deals div.row:last-child hr {
	display: none;
}
#recent-deals div.col-xs-5 {
	padding-right: 0;
}
#recent-deals div.discount-label-small {
	position: absolute;
	margin: -6px 0 0 -6px;
}
#recent-deals div.image {
	height: 195px;
	overflow: hidden;
	border: 1px solid #ccc;
}
#recent-deals span.price {
	font-size: 13px;
	text-decoration: line-through;
}
#recent-deals span.price-deal {
	padding-left: 5px;
	font-size: 18px;
	color: #2eace3;
}
#mini-shopping-cart {
	display: table;
	padding: 2%;
	width: 100%;
}
#mini-shopping-cart table {
	width: 100%;
}
#mini-shopping-cart tbody tr {
	border-bottom: 1px solid #eee;
}
#mini-shopping-cart td {
	padding: 8px 5px;
	font-size: 12px;
}
#mini-shopping-cart hr {
	margin: 10px 0 20px;
}
footer {
	margin-top: 30px;
	color: #999;
}
footer>div {
	padding: 15px 0;
}
#footer-1 {}
#footer-1 h4 {
	margin-bottom: 10px;
	color: #444;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-weight: bold;
}
#footer-1 ul {
	padding: 0;
	list-style: none;
}
#footer-1 li {
	margin-top: 5px;
}
#footer-1 a {
	font-size: 13px;
}
#footer-2 {
	background-color: #2196F3;
	text-align: center;
	color: #fff;
}
.discount-label {
	position: absolute;
	margin: -20px 0 0 -20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: red;
	color: #fff;
	font-size: 26px;
	text-align: center;
	z-index: 52;
}
.discount-label span {
	display: inline-block;
	margin-top: 20px;
}
.discount-label-small {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: red;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.discount-label-small span {
	display: inline-block;
	margin-top: 10px;
}
.bx-wrapper {
	margin: 0!important;
}
.bx-wrapper .bx-viewport {
	background-color: #eee!important;
	border: 0!important;
	box-shadow: none!important;
	left: 0!important;
}
div.modal-dialog {
	margin-top: 100px;
}
#modal-added-to-cart h2 {
	margin: 0 0 20px;
	font-size: 18px;
	color: #87ac0e;
}
#modal-added-to-cart h3 {
	margin-top: 5px;
	font-size: 24px;
	margin: 5px 0;
}
#modal-added-to-cart h3.price {
	color: #87ac0e;
}
#modal-added-to-cart div.modal-body div.row:last-child {
	margin-top: 20px;
}
main .navbar {
	margin-bottom: 10px!important;
}
.panel-body .img-full {
	padding: -15px;
}
main .container {
	padding-top: 10px;
	margin-top: 30px;
}
.deal-panel {
	display: block;
}
.deal-item {
	position: relative;
}
.offer-badge {
	z-index: 52;
	position: absolute;
	top: 0;
	right: 0;
	width: 116px;
	height: 112px;
	background: transparent url('../images/offer-badge.png') no-repeat right top;
	padding-left: 65px;
	padding-top: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
.offer-badge .big {
	font-size: 20px;
	font-weight: bold;
}
div.deal-info>div {
	border-right: 1px solid #ddd;
}
div.deal-info>div:nth-child(2) {
	width: 24%;
}
div.deal-info>div:last-child {
	border-right: 0;
}
div.deal-info p {
	color: #888;
	margin: 0;
}
div.deal-info h5 {
	margin: 0;
	font-size: 24px;
}
.list-title {
	margin-top: 5px;
	margin-bottom: 5px;
}
.navbar-inverse {
	min-height: 0px;
	margin-bottom: 15px!important;
}
@media (min-width: 768px) {
	.navbar-inverse .navbar-nav>li>a {
		padding: 10px 17px;
		font-size: 13px;
		color: #dbf3ff;
		font-weight: bold;
	}
	.deal-item .deal-image {
		min-height: 195px;
	}
	.list-title {
		height: 25px;
		max-height: 55px;
		overflow: hidden;
		font-size: 22px
	}
	.deal-list-view .list-title {
		height: auto;
		max-height: none;
		overflow: visible;
		text-align: justify;
	}
	.white-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	header .container, footer .container {
		padding-left: 0;
		padding-right: 0
	}
}
@media (max-width: 767px) {
	ul.scroll-menu {
		position: relative;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
		-ms-overflow-scrolling: touch;
		-o-overflow-scrolling: touch;
		overflow-scrolling: touch;
		top: 0!important;
		left: 0!important;
		width: 100%;
		height: auto;
		max-height: 500px;
		margin: 0;
		border-left: none;
		border-right: none;
		-webkit-border-radius: 0!important;
		-moz-border-radius: 0!important;
		-ms-border-radius: 0!important;
		-o-border-radius: 0!important;
		border-radius: 0!important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	ul.scroll-menu-2x {
		max-height: 200px;
	}
	.deal-item .deal-image {
		height: auto!important;
	}
}
#search {
	margin: 6px 0
}
.btn-show-cart, .btn-show-cart:hover {
	background: yellow!important;
	color: #888!important;
}
.sold-count {
	position: absolute;
	bottom: 0;
}
.sold-count span.label {
	border-radius: 0 0.25em 0.25em 0
}
.deal-item .deal-image a {
	position: relative;
	display: block;
	border: 1px solid #ccc;
}
.nopadding {
	padding: 0!important;
	margin: 0!important;
}
.deal-description-block table {
	max-width: 100%!important;
	width: 100%!important;
}
.popup-modal-image {
	display: inline-block;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	max-width: 100%;
}
#payment-method div>p {
	margin-left: 20px;
	margin-top: -5px;
}
.text-amex {
	color: #0099cc;
}
.cat-nav {
	margin: 12px 0;
}
.offer-badge-small {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 85px;
	height: 85px;
	background: transparent url('../images/offer-badge.png') no-repeat 10px top;
	padding-left: 40px;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
#home-slider {
	padding-left: 0;
	width: 730px;
	height: 390px;
	overflow: hidden;
}
#home-slider>div {
	left: 0;
}
.focus-control:focus {
	background: #F5F5F5
}
.btn-success:hover {
	background: #FDE700;
	color: #000;
}
#fb-like-box {
	background: url('../images/fb-right-float.png') no-repeat scroll left center transparent;
	float: right;
	height: 210px;
	padding: 0 0 0 46px;
	width: 300px;
	z-index: 99999;
	position: fixed;
	right: -300px;
	top: 20%;
}
#fb-like-box div {
	padding: 0;
	margin-right: -8px;
	border: 4px solid #3b5998;
	background: #fafafa;
}
#fb-like-box iframe {
	width: 300px;
	height: 210px;
	overflow: hidden;
	border: white;
	background: #fafafa;
}
.footer-logo {
	display: block;
	margin-right: -15px;
	margin-top: 15px;
}
.push-right {
	margin-right: -15px;
}
.deal-list-view .deal_list_summary {
	text-align: justify;
}
#searchbox {
	background: #fff;
	color: #04077B;
}
::-webkit-input-placeholder {
	color: #e42f32cf;
}
:-moz-placeholder {
	color: #909;
	opacity: 1;
}
::-moz-placeholder {
	color: #909;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #e42f32cf;
}
.deal-list-view div.deal-prices.top {
	margin-top: 0;
}
#home-top-right-banners img:first-child {
	margin-bottom: 30px;
}
.announcement {
	font-size: 16px;
	color: #fff;
	padding: 10px;
	background: #2196F3;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 50;
}
footer.footer-dynamic {
	position: fixed;
	height: 340px;
	width: 100%;
	bottom: -340px;
	overflow: hidden;
	box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.3);
	background-color: #ddd;
	z-index: 100;
}
footer.footer-dynamic.fixed {
	bottom: -320px;
}
footer.footer-dynamic.show {
	bottom: 0px;
}
footer.footer-dynamic #footer-2 {
	margin-bottom: 15px;
	padding: 0;
	background-color: #2196f3;
	font-size: 11px;
	text-align: left;
}
footer.footer-dynamic #footer-2 a {
	color: #fff;
}
footer.footer-dynamic #footer-2 a.btn-toggle-footer {
	position: absolute;
	margin-top: -9px;
	margin-left: -50px;
	width: 100px;
	font-size: 18px;
}
.menu-large {
	position: static!important;
}
.megamenu {
	padding: 20px 0px;
	width: 100%;
}
.megamenu>li>ul {
	padding: 0;
	margin: 0;
}
.megamenu>li>ul>li {
	list-style: none;
}
.megamenu>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}
.megamenu>li ul>li>a:hover, .megamenu>li ul>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.megamenu.disabled>a, .megamenu.disabled>a:hover, .megamenu.disabled>a:focus {
	color: #999999;
}
.megamenu.disabled>a:hover, .megamenu.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}
.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}
@media (max-width: 768px) {
	.megamenu {
		margin-left: 0;
		margin-right: 0;
	}
	.megamenu>li {
		margin-bottom: 30px;
	}
	.megamenu>li:last-child {
		margin-bottom: 0;
	}
	.megamenu.dropdown-header {
		padding: 3px 15px!important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	}
	.tt-menu {
		display: none!important
	}
}
.twitter-typeahead {
	display: block!important;
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
	margin-bottom: 0;
}
.tt-hint {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #999;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-menu {
	width: 418px;
	margin-top: 40px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	right: -30px!important;
	left: auto!important;
	z-index: 99999!important;
}
.tt-suggestion {
	display: block;
	padding: 10px;
	color: #888;
	font-weight: bold;
}
.tt-suggestion:hover {
	color: #fff;
	background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
	color: #fff;
}
.tt-suggestion p {
	margin: 0;
}
.ais-hits--item:nth-child(2n+1) {
	clear: both;
}
.radio-image {
	position: absolute;
	left: -9999px;
}
.radio-image:checked+label>img {
	border: 1px solid #fff;
	box-shadow: 0 0 3px 3px #090;
}
.radio-image+label>img {
	padding: 2px;
	border: 1px solid #e5e5e5;
}
.radio-image+label>img:hover {
	cursor: pointer;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 150!important;
}