/* IE 10 */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../font/roboto/mix/300.eot');
	src: url('../font/roboto/mix/300.eot?#iefix') format('embedded-opentype'),
		 url('../font/roboto/mix/300.woff') format('woff'),
		 url('../font/roboto/mix/300.ttf') format('truetype'),
		 url('../font/roboto/mix/300.svg#robotolight') format('svg');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../font/roboto/mix/400.eot');
    src: url('../font/roboto/mix/400.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto/mix/400.woff') format('woff'),
         url('../font/roboto/mix/400.ttf') format('truetype'),
         url('../font/roboto/mix/400.svg#robotoregular') format('svg');
}

body {
	font-size: 13px;
	line-height: 1.25;
	color: #373D48;
}
body.dark {
	background:#eef0f3;
}
body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Arial,sans-serif,Verdana;
}
a,
.btn {
	outline:none !important;
}
.tr-no-border td,
.table thead>.tr-no-border>th, .table tbody>.tr-no-border>th, .table tfoot>.tr-no-border>th, 
.table thead>.tr-no-border>td, .table tbody>.tr-no-border>td, .table tfoot>.tr-no-border>td{
	border-top: none;
}
.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus {
	background:#3DC091;
}
.nowrap {
	white-space:nowrap;
}
.wrap-text {
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#site_header {
	margin-bottom:60px;
}

.navbar-brand {
	padding:0;
	position:relative;
	top: 8px;
	margin-right: 10px;
	margin-left: 10px;
	z-index:2;
}
.navbar-brand img {
	width:115px;
}
.footer-brand {
	top:-3px;
}
.footer-brand img {
	width: 45px;
}
.tooltip {
	z-index: 1041;
}
.navbar {
	border-bottom: 1px solid #262932;
	box-shadow: 0px 0 3px rgba(0, 0, 0, 0.5);
	background: #3E444E;
	background: -webkit-linear-gradient(top,#454B56,#393F48);
	background: -moz-linear-gradient(top,#454B56,#393F48);
	background: -o-linear-gradient(top,#454B56,#393F48);
	background-image: -ms-linear-gradient(#454B56,#393F48);
	min-height: 0px;
	border: none;
}
.navbar-nav>li>a {
	color: #C4C7CC;
	border: none;
}
.navbar-nav>li>a:hover, 
.navbar-nav>li>a:focus,
.navbar-nav>li>a.focus,
.navbar-nav>li.focus>a{
	background: -webkit-linear-gradient(top,#4F555F,#414751);
	background: -moz-linear-gradient(top,#4F555F,#414751);
	background: -o-linear-gradient(top,#4F555F,#414751);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f555f',endColorstr='#414751');
	background-image: -ms-linear-gradient(#4F555F,#414751);
	color: #FFF;
}
.navbar-nav .dropdown-header {
	padding: 3px 16px;
	font-size: 12px;
}

.navbar-nav>.dropdown>a:hover .caret, 
.navbar-nav>.dropdown>a:focus .caret {
	color: #FFF;
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-nav>.active>a, 
.navbar-nav>.active>a:hover, 
.navbar-nav>.active>a:focus,
.navbar-nav>.open>a, 
.navbar-nav>.open>a:hover, 
.navbar-nav>.open>a:focus {
	background: -webkit-linear-gradient(top,#4F555F,#414751);
	background: -moz-linear-gradient(top,#4F555F,#414751);
	background: -o-linear-gradient(top,#4F555F,#414751);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f555f',endColorstr='#414751');
	background-image: -ms-linear-gradient(#4F555F,#414751);
	color: #FFF;
}
.navbar-nav a .caret {
	border-top-color: #C4C7CC;
	border-bottom-color: #C4C7CC;
}
.navbar-nav a:hover .caret,
.navbar-nav>.open>a .caret, .navbar-nav>.open>a:hover .caret, .navbar-nav>.open>a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-nav .dropdown-menu {
	background: #414751;
	border-top: none;
	margin-top: 2px;
	margin-right: -1px;
}
.navbar-nav .dropdown-menu>li>a {
	background: transparent;
	color: #FFF;
	padding: 0 16px;
	white-space: nowrap;
	line-height: 25px;
	font-size:13px;
}
.navbar-nav .dropdown-menu>li>a:hover, 
.navbar-nav .dropdown-menu>li>a:focus {
	background:#515761;
}

.navbar-nav .dropdown-menu > .preloader {
	text-align: center;
	margin: 10px;
}
.navbar-nav .loaded .preloader {
	display: none;
}

.store-nav > li,
.aff-nav > li {
	border-left: 1px solid #343944;
}
.store-nav > li:last-child, 
.aff-nav > li:last-child {
	border-right: 1px solid #343944;
}

.navbar-nav .dropdown-menu>li>a {
	color:#C4C7CC;
}
.navbar-nav .dropdown-menu .divider {
	background-color: #5A606A;
}
#page {
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	overflow: hidden;
	padding-bottom: 40px;
}
body.dark #page {
	background:#eef0f3;
}
.modal-open #page {
	position: inherit;
}

/* off canvas styles */
.offcanvas-left,
.offcanvas-right {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	background: #3E444E;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	padding-right: 15px;
	padding-left: 15px;
	-webkit-overflow-scrolling: touch;
}
.offcanvas-left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.offcanvas-right {
	left: auto;
	right: 0px;
	padding:0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.offcanvas-backdrop {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99;
	background: rgba(69, 75, 86, 0.78);
}
.offcanvas-active .offcanvas-backdrop {
	display:block;
	cursor:pointer;
}
.in-left .offcanvas-left {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px,0, 0);
	display: block;
}
.in-right .offcanvas-right {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	display: block;
}
.in-left .offcanvas-stage {
	position: relative;
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0);
}
.in-right .offcanvas-stage {
	position: relative;
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0);
}
/*****/
.mobile-nav .navbar-cart {
	width:240px;
}
.mobile-cart .preloader {
	padding: 30px;
	text-align: center;
}
.mobile-cart .result {
	display:none;
}
.mobile-cart.onresult .preloader {
	display:none;
}
.mobile-cart.onresult .result {
	display: block;
}
.mobile-shopping-cart {
	float: right;
	font-size: 22px;
	top: 11px;
	right: 10px;
	position: relative;
	display: none;
}
.mobile-shopping-cart,
.mobile-shopping-cart:hover,
.mobile-shopping-cart:focus,
.mobile-shopping-cart:active {
	color: #CCC;
	text-decoration: none;
}
.mobile-shopping-cart .badge-arrow {
	font-size: 10px;
	top: -4px;
	display:none;
}
.mobile-shopping-cart.active .badge-arrow {
	display: inline-block;
}
.mobile-shopping-cart.active {
	right:0px;
}
.mobile-cart {
	padding-left: 20%;
}
.mobile-cart .navbar-cart,
.mobile-cart .navbar-cart.cart-empty {
	width:100%;
}
.mobile-cart .navbar-cart .table-wrap {
	padding-right:22px;
}
.mobile-cart .navbar-cart table {
	width:100%; 
	margin-left: -5px;
}
.mobile-cart .navbar-cart tbody .cart-product .img {
	width:24px;
	height:auto;
}
.mobile-cart .navbar-cart tbody .cart-product {
	padding-left: 31px;
}
.mobile-cart .navbar-cart .empty-cart {
	line-height:50px;
}
.mobile-cart .navbar-cart .empty-alert {
	text-align:left;
}
.mobile-cart .navbar-cart .free-shipping-box {
	padding: 7px;
	line-height: 15px;
	text-align: left;
	position: relative;
	padding-left: 45px;
}
.mobile-cart .navbar-cart .free-shipping-box .icon-truck {
	position: absolute;
	top: 8px;
	left: 8px;
}

.shopping-cart .badge-arrow,
.mobile-shopping-cart .badge-arrow{
	display:none;
	background-color: #C72142
}
.shopping-cart .badge-arrow:after,
.mobile-shopping-cart .badge-arrow:after {
	border-right-color: #C72142;
}

.navbar-collapse {
	position: relative;
}
.nav .dropdown-wide,
.nav > .dropdown-collection-list {
	position: inherit;
}
.header-title {
	color:#fff;
	padding-left: 8px;
	padding-bottom: 8px;
	margin-bottom:0px;
}
.dropdown-wide .dropdown-menu, 
.dropdown-collection-list .dropdown-menu {
	left:0px;
	width:1170px;
}
.dropdown-collection-list .dropdown-menu .header-collection a {
	height: 80px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	text-decoration:none;
}
.dropdown-collection-list .dropdown-menu .header-collection a > img {
	width: 80px;
	margin: 10px 10px 10px 0;
	vertical-align: middle;
	position:absolute;
	top:0px;
	left:25px;
}
.dropdown-collection-list .dropdown-menu .header-collection a > .right-side {
	padding-left:99px;
	margin-top:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
}
.dropdown-collection-list .dropdown-menu .header-collection a > .discount {
	position:absolute;
	padding: 2px;
	bottom: 10px;
	left: 67px;
	font-size: 9px;
	line-height: 10px;
	color: #fff;
}
.dropdown-collection-list .dropdown-menu .category-1 a > .discount {
	background: rgba(0, 153, 255, 0.76);
}
.dropdown-collection-list .dropdown-menu .category-2 a > .discount {
	background: rgba(255, 0, 153, 0.76);
}
.dropdown-collection-list .dropdown-menu .category-4 a > .discount {
	background: rgba(60, 192, 18, 0.76);
}
.dropdown-collection-list .dropdown-menu .header-collection a small {
	color:#888;
}
.header-tags {
	list-style: none;
	padding:0;
	margin:5px 0 0 0;
}
.header-tags > li > a {
	display:block;
	color:#858585;
	text-decoration:none;
	background:#fff;
	padding: 3px 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	height:23px;
}
.header-tags > li > a > [class*="icon"] {
	display:none;
	color:#D1448D;
}
.header-tags > li > a:hover,
.header-tags > li > a:focus {
	background:#F2F2F2;
	color:#000;
}
.header-tags > li > a:hover > [class*="icon"],
.header-tags > li > a:focus > [class*="icon"] {
	display:inline-block;
}
.dd-collection-title {
	background:#fff;
	padding:8px;
}
.no-collections {
	margin: 0;
	padding: 0;
}
.no-collections p {
    color: #E0E0E0;
    font-size: 11px;
    padding: 10px 4px;
    margin: 0px;
    text-align: center;
}
.btn-default {
	color: #464A52 !important;
	text-shadow: 0px 1px 0 #FFF;
	box-shadow: inset 0 1px 0px #FCFCFC,0 1px 1px rgba(0, 0, 0, 0.1);
	background: #F0F0F0;
	background: -webkit-linear-gradient(top, #FCFCFC, #F0F0F0);
	background: -ms-linear-gradient(top, #FCFCFC, #F0F0F0);
	background: -moz-linear-gradient(top, #FCFCFC, #F0F0F0);
	background: -o-linear-gradient(top, #FCFCFC, #F0F0F0);
	border: 1px solid #959595;
	border-color: #B1B1B2 #B1B1B2 #A8A8AA;
}
.btn-default:hover, 
.btn-default:focus {
	border-color: #818186;
}
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default {
	box-shadow: none;
	text-decoration: none;
	background: -webkit-linear-gradient(#F0F0F0,#FFF);
	background: -moz-linear-gradient(#F0F0F0,#FFF);
	background: -o-linear-gradient(#F0F0F0,#FFF);
	background: linear-gradient(#F0F0F0,#FFF);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	border-color: #B8B8B8 #C2C2C2 #CCC;
}

.btn-primary {
	background: #4781B9;
	background: -webkit-linear-gradient(top,#538CC4,#4781B9);
	background: -moz-linear-gradient(top,#538CC4,#4781B9);
	background: -o-linear-gradient(top,#538CC4,#4781B9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#538cc4',endColorstr='#4781b9');
	background-image: -ms-linear-gradient(#538CC4,#4781B9);
	border: 1px solid #396C9D;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11),inset 0 1px 1px rgba(175, 207, 235, 0.14);
	text-shadow: 0 -1px 0 #457BAC;
}
.btn-primary:hover, 
.btn-primary:focus {
	background: #508BC2;
	background: -webkit-linear-gradient(bottom,#508BC2,#5A94CA);
	background: -ms-linear-gradient(bottom,#508BC2,#5A94CA);
	background: -moz-linear-gradient(bottom,#508BC2,#5A94CA);
	background: -o-linear-gradient(bottom,#508BC2,#5A94CA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#508bc2',endColorstr='#5a94ca');
}
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
	background: #437BB1;
	box-shadow: inset 0 1px 1px rgba(53, 96, 144, 0.51);
}

.badge-arrow {
	position: relative;
	margin-left:2px;
	top:-1px;
}
.badge-arrow:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(153, 153, 153, 0);
	border-right-color: #999999;
	border-width: 4px;
	top: 50%;
	margin-top: -4px;
	margin-right: -1px;
}
.btn .badge-arrow {
	top:0px;
}

.with-tabs .modal-header {
	background:#F5F5F1;
	padding-bottom:0;
	-webkit-border-radius: 6px 6px 0px 0px;
        border-radius: 6px 6px 0px 0px;
}
.with-tabs .modal-header .nav-tabs {
	border-bottom:none;
}
.with-tabs .modal-header .nav-tabs > li > a {
	font-size:12px;
	border:1px solid #dddddd;
	border-bottom-color:transparent;
	margin-right:-1px;
}
.scroll-top {
	position:fixed;
	bottom:20px;
	right: 20px;
	font-size:20px;
	display: none;
	z-index:100;
}
.share-icon,
.social-icon {
	font-size:22px;
	text-decoration:none;
	color: #898B96;
}
.share-icon:hover,
.social-icon:hover {
	text-decoration:none;
	color:#4B8A9E;
}
/** SITE **/
#intro {
	margin: 20px 0;
	text-align:center;
}
#intro h2 {
	margin:0;
	font-size:20px;
}
#intro h4 {
	margin:8px 0 0 0; 
	font-size:16px;
}
#sign_modal .modal-header .nav-tabs > li > a {
	font-weight: bold;
	padding:10px 8px;
}
#sign_modal .or,
#sign_checkout .or,
.or-box .or {
	display: block;
	height: 1px;
	margin: 24px -20px 24px;
	position: relative;
	background-color: #DADBD6;
}
#sign_modal .or span,
#sign_checkout .or span,
.or-box .or span{
	background-color: #FFF;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	left: 12px;
	letter-spacing: .1em;
	padding: 0 12px;
	position: absolute;
	text-transform: uppercase;
	top: -6px;
}

/** COLLECTIONS **/
#feature-collections {
	margin-top:-10px;
}
#feature-collections section {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: relative;
	margin:0 auto;
	height: 400px;
	min-width: 960px;
	max-width: 1680px;
	box-shadow: rgba(0, 0, 0, 0.498039) inset 0px 0px 3px;
}
.collection-thumb {
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.collection-thumb .brand-collection {
	min-height:0px;
}
.collection-thumb .brand-logo,
.collection-thumb .countdown {
	position:absolute;
	bottom: 0px;
	left: 15px;
	width: 100%;
	padding: 10px;
	background: rgba(238, 240, 243, 0.79);
}
.collection-thumb .countdown {
	width: auto;
	font-size:14px;
	font-family: sans-serif, Verdana, Arial;
	right: 15px;
	left: auto;
	text-align: center;
	letter-spacing:1px;
	border-top-left-radius: 6px;
	-webkit-transition: bottom 300ms ease;
	-moz-transition: bottom 300ms ease;
	-ms-transition: bottom 300ms ease;
	-o-transition: bottom 300ms ease;
	transition: bottom 300ms ease;
}
.collection-thumb.mouseenter .countdown {
	bottom:-100px;
}
.collection-thumb .countdown i {
	margin-right:0px;
	display: inline-block;
}
.collection-thumb .discount-badge {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 13px 16px;
	font-size: 16px;
	color: #DFDFDF;
	background: #507CA2;
	background: rgba(70, 116, 156, 0.74902);
	text-align: center;
	line-height: 13px;
}
.collection-thumb .discount-badge small {
	font-size:11px;
	line-height: 11px;
	top: -1px;
	position: relative;
}
.collection-thumb .discount-badge span {
	position: relative;
	top: 0px;
	left: 5px;
}
.collection-thumb .discount-badg sup {
	font-size: 9px;
	top: -5px;
}

.collection-title {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 15px;
	margin: 0;
	width: 100%;
	background: #838282;
	background: rgba(0, 0, 0, 0.5);
	padding: 11px;
	display:block;
	
}
.collection-title,
.collection-title:hover {
	color:#DFDFDF;
	text-decoration: none;
}
.collection-thumb .img-responsive {
	width:100%;
	max-width:auto;
}
.collection-thumb:hover {
	cursor:pointer;
}
.collection-thumb:hover .collection-title {
	background: #355775;
	background: rgba(70, 116, 156, 0.75);
}
.collection-thumb:hover .discount-badge {
	background: #3A5F80;
	background: rgba(70, 116, 156, 0.75);
}
.collection-thumb.coming-soon {
	cursor:default;
	text-align: center;
}
.collection-thumb.coming-soon span {
	display:block;
	margin-top:5px;
}
.collection-thumb-actions {
	background: rgba(255,255,255,0.9);
	padding:10px;
	position: absolute;
	top:0px;
	right:-100%;
	width:160px;
	height: 100%;
	margin-top: 40px;
	-webkit-transition: right 300ms ease;
	-moz-transition: right 300ms ease;
	-ms-transition: right 300ms ease;
	-o-transition: right 300ms ease;
	transition: right 300ms ease;
}
.collection-thumb.mouseenter .collection-thumb-actions {
	right:0px;
}
.collection-thumb-actions .like-widget {
	padding: 0 5px;
}
.collection-thumb-products {
	padding:14px;
}
.collection-thumb-products .preloader {
	
}
.collection-thumb-product {
	float:left;
	width:50%;
	padding:5px; 
}
.collection-thumb-product img {
	width: 100%;
	max-width: none;
}
.collection-thumb-product:hover img {
	border-color: #B9BCC2;
}


/** Collection preview **/
.collection-products {
	background:#F2F2F0;
	padding-top:15px;
}
.collection-preview-title {
	margin: 10px 0 0 0;
	border-bottom:none;
}
.collection-preview-title a {
	color: #373D48;
}
.collection-preview-title a:hover {
	text-decoration: none;
}
.collection-remaining-time {
	margin-top:20px;
}
.collection-product {
	margin: 10px 0;
	position:relative;
}
.collection-product .product-photo {
	overflow:hidden;
	position:relative;
	z-index:1;
	display:block;
	height: 380px;
}
.collection-product .img-responsive {
	width:100%;
}

.product-not-available .product-photo img {
	opacity: 0.7;
	filter:alpha(opacity=30);
	-webkit-filter:grayscale(100%); 
	-moz-filter:grayscale(100%); 
	-o-filter:grayscale(100%); 
	-ms-filter:grayscale(100%); 
	filter:grayscale(100%);
}
.product-not-available:hover .product-photo img {
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-filter: blur(0px) grayscale(0%); 
	-moz-filter: blur(0px) grayscale(0%); 
	-o-filter: blur(0px) grayscale(0%);
	-ms-filter: blur(0px) grayscale(0%); 
	filter: blur(0px) grayscale(0%); 
}

.collection-product .product-header {
	background: #DFDFDF;
	padding:10px;
	position:relative;
	overflow:hidden;
}
.collection-product .product-brand,
.collection-product .product-name {
	margin: 0 0 5px 0;
	color:#383838;
}
.collection-product .product-name {
	font-size: 18px;
	line-height: 21px;
	height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.collection-product .product-brand {
	font-size:12px;
}
.collection-product .product-brand i {
	font-size: 10px;
	color: #BBB;
	position: relative;
	top: -1px;
}
.collection-product .price {
	border-top: 1px dotted #A8A8A8;
	margin-top:10px;
	padding-top:10px;
}
.collection-product .discount-price {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom:10px;
}
.collection-product .discount-price i {
	color: #818181;
	font-size: 18px;
}
.collection-product .regular-price {
	font-size: 16px;
	color: #831818;
	line-height: 16px;
	font-weight: 200;
}
.collection-product .regular-price span {
	text-decoration: line-through;
}
.collection-product .product-flag {
	background: #46749C;
	border:1px solid #56738D;
	color: #FAF9F7;
	position: absolute;
	left: 15px;
	top: 20px;
	padding: 4px 10px;
	font-size: 10px;
	z-index:2;
}
.collection-product .product-share {
	position:absolute;
	width:100%;
	height: 35px;
	padding: 5px 8px 8px 8px;
	bottom:-100%;
	left:0px;
	background:#fff;
	background:rgba(255,255,255,0.7);
	text-align:right;
	-webkit-transition: bottom 300ms ease 100ms;
	-moz-transition: bottom 300ms ease 100ms;
	-ms-transition: bottom 300ms ease 100ms;
	-o-transition: bottom 300ms ease 100ms;
	transition: bottom 300ms ease 100ms;
}
.collection-product .free-shipping-icon {
	position: absolute;
	top: 46px;
	right: -15px;
	color: #818181;
	text-decoration: none;
	font-size: 14px;
}
.collection-product.mouseenter .free-shipping-icon {
	-webkit-transition: right 800ms ease 300ms, opacity 800ms ease 300ms;
	-moz-transition: right 800ms ease 300ms, opacity 800ms ease 300ms;
	-ms-transition: right 800ms ease 300ms, opacity 800ms ease 300ms;
	-o-transition: right 800ms ease 300ms, opacity 800ms ease 300ms;
	transition: right 800ms ease 300ms, opacity 800ms ease 300ms;
	right:12px;
	opacity: 1;
}
.collection-product.mouseleave .free-shipping-icon {
	-webkit-transition: right 800ms ease 100ms, opacity 800ms ease 100ms;
	-moz-transition: right 800ms ease 100ms, opacity 800ms ease 100ms;
	-ms-transition: right 800ms ease 100ms, opacity 800ms ease 100ms;
	-o-transition: right 800ms ease 100ms, opacity 800ms ease 100ms;
	transition: right 800ms ease 100ms, opacity 800ms ease 100ms;
	right:100%;
	opacity:0;
}

.collection-product:hover .product-share {
	bottom:0px;
}
.collection-product .product-buy {
	position:absolute;
	bottom:-100%;
	left:0px;
	width:100%;
	height:100%;
	background:#fff;
	padding:25px 10px;
	-webkit-transition: bottom 100ms ;
	-moz-transition: bottom 100ms ;
	-ms-transition: bottom 100ms ;
	-o-transition: bottom 100ms ;
	transition: bottom 100ms ;
}
.collection-product .product-buy.visible {
	bottom:0px;
}
.collection-product .product-buy .buy-actions {
	margin:10px auto;
}
.collection-product-wrap {
	padding:10px;
}
.collection-product .product-item {
	 -webkit-transition: -webkit-box-shadow 200ms ;
	 transition: box-shadow 200ms ;
}
.product-available:hover .product-item {
	-webkit-box-shadow:  0px 0px 25px 1px rgba(0, 0, 0, 0.25);
     box-shadow:  0px 0px 25px 1px rgba(0, 0, 0, 0.25);
}
.product-available:hover .product-header {
	background: #F1F1F1;
}
.product-available:hover .product-buy-btn {
	background-color: #DD0017;
	background: -moz-linear-gradient(100% 100% 90deg,#b50025,#f40017);
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#F40017),to(#B50025));
	background-image: -o-linear-gradient(#b50025,#f40017);
	color: #FFF !important;
	border-color: #C0404D;
	text-shadow: 0px 1px 0 #464A52;
	box-shadow: none;
}
/** Product */
.zoomLens {
	border-color:#D5D5D5 !important;
}
.product-name {
	font-size:26px;
}
.product-price {
	margin-top:10px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom: 1px dotted #A8A8A8;
}
.product-price .discount-price {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom:10px;
}
.product-price .discount-price i {
	color: #818181;
	font-size: 18px;
}
.product-price .regular-price {
	font-size: 16px;
	color: #9A9A9A;
	line-height: 16px;
	font-weight: 200;
	position:relative;
}
.product-price .regular-price em {
	display: block;
	background: url('../img/price_stroke.png') no-repeat;
	width: 42px;
	height: 15px;
	position: absolute;
	top: 3px;
	left: 0px;
}
.product-meta .nav-tabs {
	margin-top:20px;
}
.product-meta .nav-tabs > li > a {
	font-size:12px;
	background: #E3E3E2;
	color: #383838;
}
.product-meta .nav-tabs > li > a i {
	margin-right:5px;
}
.product-meta .nav-tabs>li.active>a, 
.product-meta .nav-tabs>li.active>a:hover,
.product-meta .nav-tabs>li.active>a:focus {
	background:#fff;
}

.product-meta .tab-content {
	background:#fff;
}
.product-meta .tab-content .tab-pane {
	padding:10px;
	border:1px solid #dddddd;
	border-top-color:transparent;
}
#product-slider {
	overflow: hidden;
}
#product-slider .slider-title {
	position:absolute;
	top:-100%;
	width:100%;
	-webkit-transition: top 300ms;
	-moz-transition: top 300ms;
	-ms-transition: top 300ms;
	-o-transition: top 300ms;
	transition: top 300ms;
	z-index:2;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 5px -4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 5px -4px rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.2);
	border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px 0 0 0;
	padding:10px 10px 0 10px;
}
#product-slider:hover .slider-title {
	top:0px;
}
#product-slider .product-name {
	margin: 0;
}
#product-slider .icon-chevron-left,
#product-slider .icon-chevron-right {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	margin-top: -15px;
	margin-left: 0px;
	font-size: 30px;
}
#product-slider .icon-chevron-left {
	margin-left:-30px;
}
#product-slider .carousel-inner>.item>img, 
#product-slider .carousel-inner>.item>a>img {
	width:100%;
	max-width: none;
}
#modal-product .product-description {
	max-height:128px;
	overflow-y:auto;
}
#modal-product .modal-content {
	background:none;
	position: relative;
}
#modal-product .modal-body {
	background: #fff;
}
#modal-product .side-product {
	position:absolute;
	top:50%;
	margin-top:-70px;
	opacity: 0.7;
	-webkit-transition: all 300ms
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
#modal-product .side-left {
	left:-60px;
	-moz-transform: scale(0.8) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(0.8) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(0.8) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(0.8) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(0.8) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#modal-product .side-right {
	right:-60px;
	-moz-transform: scale(0.8) rotate(10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(0.8) rotate(10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(0.8) rotate(10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(0.8) rotate(10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(0.8) rotate(10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#modal-product .side-product:hover {
	opacity:1;
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#modal-product .side-left:hover {
	left:-120px;
	-moz-transform: scale(1.2) rotate(-4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.2) rotate(-4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.2) rotate(-4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.2) rotate(-4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.2) rotate(-4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#modal-product .side-right:hover {
	right:-120px;
	-moz-transform: scale(1.2) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.2) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.2) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.2) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.2) rotate(4deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.auth-fb,
.auth-btn {
	display: inline-block;
	background: #3B5998;
	color: #fff;
}
.auth-fb i,
.auth-btn i {
	background-color: #354F88;
	display: block;
    width: 35px;
    height: 35px;
    float: left;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
}
.auth-fb i {
	background-image:url(../img/fb-icon.png);
	background-repeat:no-repeat;
	background-position: center center;
}
.auth-btn i {
	display:block;
	width: 35px;
	height: 35px;
	float:left;
}
.auth-fb span,
.auth-btn span {
	display: block;
	float: left;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 23px;
}
.auth-fb:hover,
.auth-btn:hover {
	background-color: #354F88;
	color: #fff;
	text-decoration: none;
}

.notifications{position:fixed;}.notifications.top-right{right:10px;top:63px;}
.notifications.top-left{left:10px;top:63px;}
.notifications.bottom-left{left:10px;bottom:25px;}
.notifications.bottom-right{right:10px;bottom:25px;}
.notifications>div{position:relative;z-index:9999;margin:5px 0px;}
.notifications.center{top:48%;left:0;width:100%;}.notifications.center>div{margin:5px auto;width:20%;text-align:center;}
.notifications .close {
	margin-top: -2px;
	margin-left: 8px;
}
.alert-default {
	color: #464A52;
	background-color: #F5F5F5;
	border:none;
	border-bottom: 1px solid #DDD;
}
.alert-default .ship-truck {
	color:#F5F5F5;
	background:#8B8B8B;
}
.alert-dark,
.alert-bitcoin {
	background: -webkit-linear-gradient(top,#4F555F,#414751);
	background: -moz-linear-gradient(top,#4F555F,#414751);
	background: -o-linear-gradient(top,#4F555F,#414751);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f555f',endColorstr='#414751');
	background: -ms-linear-gradient(#4F555F,#414751);
	color: #FFF;
	border-color: #343944;
}
.alert-bitcoin i {
	font-size: 15px;
	line-height: 14px;
	background: #222A36;
	border-radius: 50%;
	padding: 7px 9px 8px 10px;
	color: #F8D414;
}
.alert.ico {
	position:relative;
}
.alert.ico i {
	font-size: 15px;
	line-height: 14px;
	background: #222A36;
	padding: 7px 9px 8px 10px;
	color: #C4C7CC;
	position: absolute;
}
.alert.ico p {
	padding-left:43px;
}
.alert.ico .btn {
	margin-top:5px;
}
.blockMsg {
	border:none !important;
	background: #3E444E  !important;
	background: rgba(255,255,255, 0.75) !important;
	padding:10px !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}
.blockPreloader {
	background: #fff !important;
	width: 50px !important;
	left: 50% !important;
	margin-left: -25px !important;
	border:none !important;
	padding:10px !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}
.shopping-cart .badge-arrow {
	display:none;
}
.shopping-cart.active .badge-arrow {
	display:inline-block;
}
.navbar-nav .shopping-cart-item > .dropdown-menu {
	padding:0;
}
.navbar-cart {
	width:330px;
	padding:0;
}
.navbar-cart.cart-empty {
	width:425px;
}
.navbar-cart a:hover {
	background:#373c45;
	text-decoration: none;
}
.navbar-cart table {
	position:relative;
	left:16px;
	width:298px;
	margin-top:16px;
}
.navbar-cart thead {
	color:#d4d8de;
	font-size:9px;
	font-weight:normal;
}
.navbar-cart thead td {
	text-align:center;
	padding-bottom:9px;
}
.navbar-cart thead td.price {
	text-align:right;
}
.navbar-cart thead th {
	padding-bottom:9px;
}
.navbar-cart thead .qty {
	width:30px;
}
.navbar-cart thead .price {
	width:65px;
}
.navbar-cart tbody td,
.navbar-cart tbody th {
	border-top: 1px solid #535963;
	padding: 10px 0 12px;
}
.navbar-cart tbody td,
.navbar-cart tbody th strong {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
.navbar-cart tbody .cart-product {
	display:block;
	position:relative;
	padding:0 5px 0 61px;
	min-height:48px;
	line-height:16px;
	font-size:11px;
	color:#a7adb7;
}
.navbar-cart tbody a:hover {
	text-decoration: none;
}
.navbar-cart tbody .cart-product:hover,
.navbar-cart tbody .cart-product:active {
	background:none !important;
}
.navbar-cart tbody .cart-product .img {
	position:absolute;
	top:4px;
	left:0;
	width:50px;
	height:50px;
	overflow:hidden;
}
.navbar-cart tbody .cart-product .img img {
	width:100%;
}
.navbar-cart tbody .qty .product-remove-cart {
	display:none;
}
.navbar-cart tbody tr:hover .qty .product-remove-cart {
	display:block;
}
.navbar-cart tbody tr:hover .qty .quantity {
	display:none;
}
.navbar-cart tbody .qty .product-remove-cart {
	padding: 5px 0;
	color: #FFF;
}
.navbar-cart tbody td.price {
	text-align:right;
	padding-left:5px;
}
.navbar-cart tbody tr:first-child td,
.navbar-cart tbody tr:first-child th {
	padding-top:16px;
}
.navbar-cart tbody tr:last-child td,
.navbar-cart tbody tr:last-child th {
	padding-bottom:16px;
}
.navbar-cart tbody tr:hover strong {
	color: #c4c8d0}
.navbar-cart tbody tr:hover img {
	opacity:0.7;
	filter: alpha(opacity=80);
}
.navbar-cart .summary,
.navbar-cart .empty-alert {
	float:left;
	width:100%;
	font-size:12px;
	padding:0 12px;
	line-height:36px;
	background:#535a65;
	color:#fff;
}
.navbar-cart .empty-alert {
	line-height: 17px;
	text-align: center;
	padding: 12px;
}
.navbar-cart .empty-sub-title {
	font-weight: normal;
	color: #C5C5C5;
}
.navbar-cart .shipping-remaining {
	font-size: 11px;
    text-align: center;
}
.navbar-cart .shipping-remaining strong {
	text-align: center;
	float: none !important;
	color: #C4C7CC;
}
.navbar-cart .shipping-remaining .icon-truck,
.ship-truck {
	background: #373C45;
	padding: 5px;
	border-radius: 50%;
}
.navbar-cart .free-shipping-box {
	text-align: center;
	color: #C5C5C5;
	padding: 7px 0 0 0;
	line-height: 30px;
	font-size: 13px;
}
.navbar-cart .free-shipping-box .icon-truck {
	font-size: 19px;
	background: #5F6672;
	border-radius: 50%;
	padding: 6px 7px 6px 5px;
	color: #DADADA;
	line-height: 17px;
	position: relative;
	top: 3px;
	left: -4px;
}
.navbar-cart .summary strong,
.navbar-cart .empty-alert strong{
	float:left;
}
.navbar-cart .summary span {
	float:right;
	font-weight:bold;
}
.navbar-cart .more {
	clear:both;
	display:block;
	line-height:38px;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.navbar-nav .dropdown-menu > .navbar-cart > .more {
	padding: 4px 16px;
}
.navbar-nav .dropdown-menu > .navbar-cart > .more:hover, 
.navbar-nav .dropdown-menu > .navbar-cart > .more:focus {
	background:#373c45;
}
.cart-order-depth {
	list-style:none;
	margin: 0;
	padding: 0;
}
.cart-order-depth li {
	position:relative;
	float:left;
	height:65px;
	padding-top:26px;
	background:url('../img/bg-order-depth.gif') no-repeat 100% 1px;
	font-weight:bold;
	font-size:13px;
	color:#c8ccd0;
	border-bottom:1px solid #eceef4;
}
.cart-order-depth li.current {
	color:#59646f;
}
.cart-order-depth li span {
	position:absolute;
	left:0;
	top:20px;
	display:block;
	width:30px;
	height:30px;
	padding-top:8px;
	background:url('../img/bg-cart-order.gif') no-repeat 0 0;
	text-align:center;
	font-size:14px;
	line-height:17px;
}
.cart-order-depth li.current span {
	background-position:100% 100%;
}
.cart-order-depth li {
	padding-left: 95px;
}
.cart-order-depth li span {
	left: 55px;
}
.cart-order-depth li.depth3 {
	background:none;
}
.checkout-products tbody a {
	color: #373D49;
}
.checkout-products tbody .td-img > div {
	position:relative;
}
.checkout-products tbody .img {
	width:60px;
	overflow:hidden;
	display: block;
	position: absolute;
	top:6px;
	left: 0px;
}
.checkout-products tbody .img img {
	width: 100%;
}
.checkout-products tbody .desc {
	padding-left: 75px;
	display: block;
	min-height: 60px;
	display: block;
}
.checkout-products tbody .td-singel-rpice,
.checkout-products tbody .td-price {
	white-space: nowrap;
}
.checkout-products tbody .remove-product {
	margin-top: 6px;
	display: block;
	font-size: 11px;
	color: #8D5A5A;
}
.flat-panel {
	margin-top: -23px;
	border-radius: 0 0 4px 4px;
}
.payment-check {
	padding-left:0px;
}
.payment-check label {
	padding: 8px 10px 10px 30px;
	display:block;
}
.payment-check:hover,
.payment-check:focus,
.payment-check:active,
.payment-check.active {
	background: #F3F3F3;
	border-radius: 4px;
}

.trash:hover {
	background: none !important;
}
.trash .cap {
	height: 3px;
	overflow: hidden;
	display: block;
	position: relative;
	top: 0px;
	-webkit-transform-origin: 7px 4px;
	-webkit-transition: -webkit-transform 150ms;
}
.trash .bottom {
	display:block;
	height: 17px;
	overflow:hidden;
}
.trash .bottom i {
	position: relative;
	top:-4px;
}
.trash:hover .cap {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 250ms;
}
.address-list .default-address {
	color:#AFAFAF;
}
.address-list .default-address:hover {
	text-decoration: none;
}
.nav-settings > li > a {
	color: #697281;
}
.nav-settings > li > a > i {
	margin-right: 5px;
	font-size: 16px;
	width: 18px;
	display: inline-block;
	text-align: center;
}
.nav-settings>li.active>a, .nav-settings>li.active>a:hover, .nav-settings>li.active>a:focus {
	background: #697281;
}
.input-icon {
	position: relative;
}
.input-icon .form-control,
.input-icon .input-control {
	padding-left: 30px;
}
.input-icon > .icon,
.input-icon > [class*="icon-"] {
	position: absolute;
	top: 7px;
	left: 7px;
}
.input-icon img.icon {
	width: 19px;
}
.input-icon.unactive .form-control,
.input-icon.unactive .input-control {
	padding-left: 12px;
}
.input-icon.unactive .icon {
	display:none;
}
.input-icon > [class*="icon-"] {
	font-size: 20px;
	color: #DDD;
}
.input-icon.primary > [class*="icon-"] {
	color:#508BC2;
}
.input-icon.info > [class*="icon-"]{
	color:#39B3D7;
}
.input-icon.success > [class*="icon-"] {
	color:#47A447;
}
.input-icon.warning > [class*="icon-"] {
	color:#ED9C28;
}
.input-icon.danger > [class*="icon-"] {
	color:#D2322D;
}

#address_city_wrap .ui-autocomplete,
#address_office_wrap .ui-autocomplete,
#address_address_wrap .ui-autocomplete {
	position: relative;
	top:0px;
}

.zoomContainer {
	margin-top:5px;
	margin-left: 5px;
}
.table thead>tr>th {
	border-bottom-width: 1px;
}

.panel-orders .panel-body {
	padding: 0;
}
.panel-orders .products {
	list-style:none;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0) 0 0 0,rgba(0, 0, 0, 0) 0 0 0;
}
.panel-orders .products li {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	overflow:hidden;
	float:left;
	background: #fff;
	border:1px solid #ddd;
	margin-left:-1px;
	margin-top:-1px;
}
.panel-orders .products li > a {
	display:block;
}
.panel-orders .products li img {
	width:100%;
}
.panel-orders .length-1 li, 
.panel-orders .length-3 .product-3 {
	width:100px;
	height:100px;
}
.panel-orders .length-2 li {
	height:100px;
}
.panel-orders .length-2 li img {
	width:100px;
	margin-left:-30px;
}
.panel-orders .disabled li img {
	opacity: 0.7;
	filter:alpha(opacity=30);
	transition: opacity 150ms;
	-webkit-filter: blur(1px) grayscale(100%); 
	-moz-filter: blur(1px) grayscale(100%); 
	-o-filter: blur(1px) grayscale(100%); 
	-ms-filter: blur(1px) grayscale(100%); 
	filter: blur(1px) grayscale(100%);
}
.panel-orders .disabled:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
	-webkit-filter: blur(0px) grayscale(0%); 
	-moz-filter: blur(0px) grayscale(0%); 
	-o-filter: blur(0px) grayscale(0%);
	-ms-filter: blur(0px) grayscale(0%); 
	filter: blur(0px) grayscale(0%); 
}
.panel-orders .disabled .prod-link {
	color: #BDBABA;
}

.panel-orders .disabled:hover .prod-link, 
.panel-orders .prod-link {
	color:#5A5A5A;
}
.panel-orders .prod-link:hover {
	text-decoration: none;
}
.panel-orders .orders thead>tr>th {
	background: #EEE;
}
.panel-orders .orders tbody tr:hover td {
	background: #FAFAFA;
}
.panel-orders .pagination {
	margin: 10px;
}
.panel-orders .orders .modify-order {
	display: none;
}
.panel-orders .orders tr:hover .modify-order {
	display: block;
}

.collection-preview-top {
	background:#EEF0F3;
	z-index: 1;
	width:100%;
}
.collection-preview-cover {
	z-index:2;
}
.collection-preview-cover img {
	width:100%;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD #CACACA #ACACAC;
	display: inline-block;
	background-color: #FFF;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1),0 0 0 #000;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1),0 0 0 #000;
}
.collection-preview-info {
	margin-left:-30px;
	
}
.collection-preview-info .collection-preview-title,
.collection-preview-active {
	padding-left:20px;
}
.collection-preview-share {
	background:#E7E7E7;
	padding:6px 25px;
	z-index:1;
}
.collection-preview-description {
	padding:10px 0 0 20px;
}
.collection-preview-products {
	background:#EEF0F3;
	margin-top:40px;
}
.upload-btn .btn-wrap {
	position:relative;
}
.upload-btn .btn {
	position:relative;
	z-index:1;
}
.upload-btn .spin-icon {
	display:none !important;
}
.upload-btn .btn-wrap input {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	outline:none;
	opacity:0;
	z-index:2;
	cursor:pointer;
}
.upload-btn .progress {
	display:none;
}
.upload-btn.on-progress .spin-icon {
	display:inline-block !important;
}
.upload-btn.on-progress .main-icon {
	display:none !important;
}
.upload-btn.on-progress .progress {
	display:block;
}
.upload-btn.on-progress .btn-wrap input {
	display:none;
}
.datatable tr td,
.datatable tr th {
	white-space:nowrap;
	font-size: 13px;
}
.datatable tr td {
	text-align:right;
}
.dashboard-orders .order-unactive .order-amount {
	text-decoration: line-through;
}
a.form-control:hover {
	text-decoration: none;
	color:#555;
}
.label-new {
	font-size:9px;
	line-height:9px;
	font-weight: bold;
	background:red;
	color:#fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	padding:1px 3px;
	border-radius: 3px;
}
.navbar-nav .label-new {
	position:relative;
	top:-2px;
}
.pp-table table {
	width:100% !important;
	margin-top:10px;
	border:none !important;
}

.pp-table table tr td {
	border: 0 !important;
}