.dropdown-arrow-up:after {
	bottom: 100%; 
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
body {
	background:#FFF;
}
#topbar {
	background: #960E57;
	color: #FFF;
	font-weight: bold;
	font-family: Roboto;
	box-shadow: inset 0px -1px 6px rgba(0,0,0,0.3);
}
#topbar .topbar-content {
	margin-top:-32px;
	padding:8px 10px;
}
#topbar.active .topbar-content {
	margin-top:0px;
}
#topbar .topbar-close {
	color: #fff;
	background: #E70A2C;
	padding: 2px 4px 2px 6px;
	text-align: center;
	margin-right: 8px;
	border-radius: 4px;
}
#topbar .topbar-close:hover,
#topbar .topbar-close:focus {
	background:#FF0027;
	text-decoration:none;
}
#header {
	background: #1A84C3;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
	position:fixed;
	width:100%;
	top:-1px;
	left:0px;
	z-index:100;
}
#header_fb {
	background: #4c69ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c69ba 0%, #3b55a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c69ba), color-stop(100%,#3b55a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c69ba 0%,#3b55a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c69ba 0%,#3b55a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c69ba 0%,#3b55a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c69ba 0%,#3b55a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c69ba', endColorstr='#3b55a0',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	color: #fff;
	text-shadow: 0 -1px 0 #0E172F;
	font-size: 13px;
	margin: 0 10px;
	padding: 2px 4px;
	border: 1px solid #526089;
}
#header_fb i {
	font-size:20px;
}
#header_fb span {
	font-size: 14px;
	margin: 0 0 0 2px;
	display: inline-block;
	position: relative;
	top: -2px;
}
#header_fb:hover {
	background: #5b7bd5; /* Old browsers */
	background: -moz-linear-gradient(top,  #5b7bd5 0%, #4864b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b7bd5), color-stop(100%,#4864b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5b7bd5 0%,#4864b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5b7bd5 0%,#4864b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5b7bd5 0%,#4864b1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5b7bd5 0%,#4864b1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7bd5', endColorstr='#4864b1',GradientType=0 ); /* IE6-9 */
	border-bottom-color: #3b5998;
	border-left-color: #4961a8;
	border-right-color: #4961a8;
	border-top-color: #5874c3;
	box-shadow: inset 0 1px 0 #607fd6;
}
#main_page {
	margin-top: 100px;
}
#main_page,
#topbar .topbar-content {
	-webkit-transition: margin-top 400ms ease-in-out;
	-moz-transition: margin-top 400ms ease-in-out;
	-ms-transition: margin-top 400ms ease-in-out;
	-o-transition: margin-top 400ms ease-in-out;
	transition: margin-top 400ms ease-in-out;
}
#logo {
	padding: 0px 10px 0px 15px;
	margin: 11px 0 0 0;
}
#logo img {
	width:100px;
}
.mnav > ul {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
.mnav > ul > li {
	float:left;
	position:relative;
}
.mnav > ul > li > a {
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	position:relative;
	z-index:1;
}
.mnav > ul > li > a:hover {
	color: rgba(255, 255, 255, 0.73);
}
.mnav .ic-down {
	font-size: 12px;
	position: relative;
	top: 0px;
	left: 2px;
	color: rgba(255, 255, 255, 0.8);
}
.mnav .dropdown-menu {
	border-top:none;
	margin-top:-1px;
	margin-left:-1px;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
}
.mnav .dropdown-menu>li {
	position:relative;
}
.mnav .dropdown-menu>li>a {
	position:relative;
	padding:6px 46px 6px 10px;
}
.mnav .dropdown-menu-sub > li:hover > a,
.mnav .dropdown-menu>li>a:hover, 
.mnav .dropdown-menu>li>a:focus, 
.mnav .dropdown-menu>li>a.active {
	background:#0D6DAF;
}
.mnav .dropdown-menu-sub > li:hover > a,
.mnav .dropdown-menu-sub > li:hover > a .text-muted {
	color:#fff;
}
.mnav .dropdown-menu .dropdown-header {
	padding: 8px;
	margin: 0 0 4px 0;
	font-size: 16px;
	color: #6F6F6F;
	border-bottom: 1px dotted #E8E5E5;
	font-weight: 300;
}
.mnav .dropdown-menu .pull-right {
	position: absolute;
	right: 4px;
}
.mnav > .open > .dropdown,
.mnav > li > .dropdown:hover {
	z-index:4;
}
.mnav > .open .dropdown-menu {
	z-index:3;
}
.mnav .cart a {
	font-size: 24px;
	padding: 0px 36px 0 26px;
	position: relative;
	top: -1px;
}
.mnav .cart .badge {
	position: absolute;
	font-size: 11px;
	background: #13CD4E;
	top: 0px;
	left: 44px;
	z-index: 1;
}
.mnav .cart small {
	font-size: 10px;
	position: absolute;
	bottom: -7px;
	left: 21px;
}
.mnav .dropdown-menu-left {
	left: 100%;
	top: 0px;
	margin-left: -1px;
}
#nav_main > li > a {
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	border-top:4px solid transparent;
	padding:14px 10px 13px 8px;
}
#nav_main > li.open > a.dropdown,
#nav_main > li > a.dropdown:hover {
	background:#fff;
	color:#AD1457;
	border-color: #F5118B;
}
#nav_main > li.open > #navitem_outlet,
#nav_main > li > #navitem_outlet:hover {
	color: #FF8F10;
	border-color: #FF8F10;
}
#nav_main > li.open > #navitem_category_1,
#nav_main > li > #navitem_category_1:hover {
	border-top-color: #0192B5;
	color:#0192B5;
}
#nav_main > li.open > #navitem_category_4,
#nav_main > li > #navitem_category_4:hover {
	border-top-color: #01B577;
	color:#01B577;
}
#nav_main > li.open > #navitem_category_6,
#nav_main > li > #navitem_category_6:hover {
	border-top-color: #D978E4;
	color:#D978E4;
}
#nav_main > li > #navitem_campaign_1 {
	color: #FFF;
    background: #000;
}
#nav_main > li.open > #navitem_campaign_1,
#nav_main > li > #navitem_campaign_1:hover {
	color:#000;
	background:#fff;
}
#nav_main > li > .btn-loader .icon-spin {
	margin-top:1px;
	margin-right:2px;
}
#nav_main > li .promo .promo-lbl {
	display: block;
	font-size: 9px;
	position: absolute;
	bottom: -6px;
	left: 27px;
}
#nav_main > li .promo strong {
	position:relative;
	top:-4px;
}
#filters_header {
	background:#0D6DAF;
}
#nav_filters {
	padding:4px 0 8px 0;
}
#nav_filters > ul {
	overflow:hidden;
	height:28px;
}
#nav_filters > ul > li > a {
	font-size:12px;
	color: rgba(255, 255, 255, 0.73);
	position:relative;
	z-index:2;
}
#nav_filters > ul > li > .dropdown {
	padding:4px 10px 9px 10px;
}
#nav_filters > ul > li.open > a,
#nav_filters > ul > li > a:hover {
	color:#fff;
}
#nav_filters > ul > li.open > a.dropdown,
#nav_filters > ul > li > .dropdown:hover {
	background:#fff;
	color:#000;
}

#nav_search {
	float:right;
	position:relative;
	top:4px;
	list-style:none;
	margin:0;
	padding:0;
	margin-right:2px;
	overflow: hidden;
	height: 22px;
}
#nav_search .input {
	display: inline-block;
	width: 160px;
	padding: 2px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #FFF;
	vertical-align: middle;
	background-color: rgba(1, 87, 155, 0.5);
	border: none;
	outline:none;
	border-radius:4px 0px 0px 4px;
}
#nav_search .input::-webkit-input-placeholder {
    color: #59A4D0;
}
#nav_search .input:-moz-placeholder {
    color: #59A4D0;
}
#nav_search .input::-moz-placeholder {
    color: #59A4D0;
}
#nav_search .input:-ms-input-placeholder {
    color: #59A4D0;
}
#nav_search .input:focus,
#nav_search .input:active {
	background-color: #fff;
	color:#000;
}
#nav_search button {
	padding: 0px 10px;
	border-radius: 0px 4px 4px 0;
	left: -2px;
	position: relative;
	background: transparent;
	color: #FFF;
}
#nav_search > li {
	padding:0;
}
#nav_user {
	margin-top:12px;
	z-index:3;
}
#nav_user .profile {
	padding-left:35px;
	padding-top:8px;
}
#nav_user .profile > .avatar {
	display:block;
	width:26px;
	height:26px;
	overflow:hidden;
	position:absolute;
	top:-1px;
	left:0px;
	background:#fff;
}
#nav_user .profile > .avatar img {
	width:100%;
}
#nav_user .profile .username {
	position: absolute;
	top: -3px;
	font-size: 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:105px;
}
#nav_user .open > a {
	background:transparent;
	border-color:transparent;
	border-right-color:rgba(255, 255, 255, 0.45);
}
#nav_user .dropdown-menu {
	margin-top:4px;
}
#header_subcat_197 {
	display:none !important;
}
@media (max-width: 1024px) {
	#navitem_category_197 {
		display:none;
	}
	#header_subcat_197 {
		display:block !important;
	}
	#nav_user .profile .name {
		display:none;
	}
}
@media (max-width: 1280px) {
	#nav_user .help [class*="icon-"] {
		display:none;
	}
	#nav_search .input {
		width:80px;
	}
}

#nav_user > .lg [class*="icon-"] {
	font-size:16px;
}
#nav_user > li:last-child > a {
	border-right:none;
}
#nav_user .li-help .dropdown-arrow-up:after {
	left:auto;
	right:27px;
}
#nav_user .profile .ic-down {
	top:-6px;
}
#user_search_btn {
    color: #FFF;
    font-size: 18px;
    padding: 5px 10px;
	float:right;
}
#user_search_btn:hover {
	text-decoration:none;
	background:#1983C2;
}

.flat-breadcrumb {
	list-style:none;
	padding:0;
	margin:0;
	background:#fff;
	overflow:hidden;
}
.flat-breadcrumb li {
	float:left;
}
.flat-breadcrumb li a {
	color: #464A52;
	display: block;
	background: #F0F0F0;
	text-decoration: none;
	position: relative;
	height: 38px;
	line-height: 40px;
	padding: 0 4px 0 30px;
	text-align: center;
	margin-right: 4px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.flat-breadcrumb li a:after,
.flat-breadcrumb li a:before {
	content: "";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F0F0F0;
	position: absolute;
}
.flat-breadcrumb li a:after {
	right: -20px;
	top: 0;
	z-index:2;
}
.flat-breadcrumb li a:before {
	border-left-color:#FFF;
	left: 0; 
	top: 0;
	z-index:1;
}
.flat-breadcrumb li:first-child a {
	padding-left:15px;
}
.flat-breadcrumb li:first-child a:before {
	display:none;
}
.flat-breadcrumb li a:hover {
	background:#DDD;
}
.flat-breadcrumb li a:hover:after {
	border-left-color:#DDD;
}
.flat-breadcrumb .ic {
	color:#B8B8B8;
	margin-right:2px;
}
.flat-breadcrumb li .with-ic:hover {
	text-decoration: line-through;
}
.flat-breadcrumb li a:hover .ic {
	color:rgb(202, 20, 20);
}
#splash {
	background:#F9F9F9;
	position:relative;
	margin-top:-24px;
	padding-top:20px;
	border-bottom:1px solid #ddd;
}
#splash .container {
	position:relative;
}
#splash .nav {
	border-bottom: none;
	position: relative;
	top: 0px;
}
#splash .nav > li > a {
	font-size: 16px;
	color: #880E4F;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
#splash .nav > .active > a {
	color:#000;
}
#splash .nav>li>a:hover, 
#splash .nav>li>a:focus {
	background:#fff;
	border-color:#DDD;
	border-bottom-color:transparent;
}
#splash .nav > .active > a:hover {
	background:#fff;
}
#splash blockquote {
	color:#000;
	border-left:none;
	text-align:center;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: 5px;
	right: 10px;
}
#splash blockquote p {
	font-size:20px;
	text-align:right;
}
#splash blockquote footer {
	text-align:right;
	font-size:16px;
	font-weight: 300;
}
#splash .products-bgr {
	position:absolute;
	width:100%;
	height:100%;
	background: url(//img.trendo.bg/widgets/home.jpg) repeat 0 0;
	opacity:0.1;
	left:0px;
	top:0px;
	display:none;
}
.coll-item:hover .box-item {
	background:#177DBC;
	color:#fff;
}
.coll-item:hover .coll-title a,
.coll-item:hover .coll-tags a, 
.coll-item:hover .coll-tags i {
	color:#fff;
}
.coll-item:hover .badge-xs b {
	background:#0D6DAF;
}
.discount-badge, .badge-item {
	background:#1983C2;
}
.group-title {
	margin-bottom:10px;
	border-bottom:none;
}
.group-title h2,
.coll-nav a {
	font-family: 'Roboto', sans-serif;
}
.group-title h2 {
	font-weight:300;
}
#home_tabs .tab-pane {
	min-height:300px;
}
#home_tabs .blur {
	opacity:0.2;
}
#products_filters {
	position:fixed;
	width:220px;
	height:768px;
	top:74px;
	left:0px;
	background:#134461;
	z-index:4;
}
#products_filters.stop {
	position:absolute;
	top:auto;
	bottom:13px;
}
#products_filters.banner.stop {
	bottom:224px;
}
.static #products_filters {
	position:relative;
	float:left;
	top:-23px;
	left:0px;
	margin-bottom:20px;
	height:auto;
	border-bottom:1px solid #E8E8E8;
}
#products_page {
	margin-left:220px;
}
#products_filters_top {
	position: fixed;
	top: 74px;
	left: 0px;
	width: 100%;
	background: white;
	padding: 0 15px;
	padding-left: 235px;
	z-index: 3;
	border-bottom: 1px solid #E8E8E8;
}
#products_filters_inner {
	padding-right:9px;
}
.static #products_filters_top {
	position: absolute;
	top: -24px;
}
.filter {
	margin-bottom: 10px;
}
.filter strong, .selected-filters strong {
	background:#0C5383;
	color:#fff;
	font-size:14px;
	padding:14px 10px 10px 10px;
}
.filter strong:after, .selected-filters strong:after {
	border-top-color:#0C5383;
}
.filter ul li a {
	color:#fff;
	position:relative;
	padding-right:18px;
}
.filter ul li a:hover,
.filter ul .selected a{
	background:#0C5383;
}
.filter ul li a:hover, 
.filter ul li a:focus,
.filter ul .selected a {
	text-decoration:none;
}
.filter ul li a i {
	font-size: 11px;
	margin-right: 2px;
	top: -1px;
}
.filter .cbadge {
	background:#0C5383;
	position:absolute;
	right:10px;
	top:5px;
}
#filter_category ul li a {
	font-size:13px;
	padding:5px 5px 5px 8px;
}
#filter_category ul li a:before {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: '';
	position: relative;
	margin-right: 4px;
	line-height: 20px;
	top: -2px;
	vertical-align: middle;
	border: 1px solid #C3BEBC;
	background: #FFFFFF;
	background: -webkit-linear-gradient(top, #FFFFFF 20%, #E9E9E8);
	background: -moz-linear-gradient(top, #FFFFFF 20%, #E9E9E8);
	background: -o-linear-gradient(top, #FFFFFF 20%, #E9E9E8);
	background: linear-gradient(top, #FFFFFF 20%, #E9E9E8);
	-webkit-box-shadow: 0 1px 3px -1px #CDC9C6;
	-moz-box-shadow: 0 1px 3px -1px #CDC9C6;
	box-shadow: 0 1px 3px -1px #CDC9C6;
}
#filter_category ul .selected a {
	background:transparent;
	color:#000;
	cursor:default;
}
#filter_category ul .selected a:before {
	border-color: #bcb7b3;
	background: #0192B5;
	-webkit-box-shadow: inset 0 1px 4px -1px #E9E9E8,inset 0 0 0 3px #fff;
	-moz-box-shadow: inset 0 1px 4px -1px #E9E9E8,inset 0 0 0 3px #fff;
	box-shadow: inset 0 1px 4px -1px #E9E9E8,inset 0 0 0 3px #fff;
}
#filter_category ul .cat-2.selected a:before {
	background: #AD1457;
}
#filter_category ul .cat-4.selected a:before {
	background: #01B577;
}
#filter_category ul .cat-6.selected a:before {
	background: #D978E4;
}
#filter_subcategory ul .divider {
	border-bottom:1px solid #DDD;
	padding: 4px 0;
	margin-bottom: 4px;
}
.col-product {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float:left;
	width:20%;
}
.small .col-product {
	width:16.666%;
}
@media (max-width: 1680px) {
	.col-product {
		width:16.666666666666664%;
	}
	.large .col-product {
		width: 25%;
	}
}
@media (max-width: 1440px) {
	.col-product {
		width:20%;
	}
	.large .col-product {
		width:25%;
	}
}
@media (max-width:1024px) {
	.col-product {
		width:33%;
	}
	.large .col-product {
		width: 50%;
	}
}
@media (min-width: 1900px) {
	.container-fluid {
		width:1900px;
	}
	.col-product {
		width: 10.9%;
	}
	.large .col-product {
		width:14.6%;
	}
}
.page-products,
.page-product {
	background:#F9F9F9;
}
.page-products #footer,
.page-product #footer {
	background:#fff;
}
.product-card {
	display:block;
	border-radius:2px;
	margin:15px 0;
	border:1px solid #E8E8E8;
	background:#fff;
	position:relative;
	z-index:1;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
.product-card .cover {
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
	height:auto;
	padding-top:112%;
	border-bottom:1px solid #E8E8E8;
}
.product-card .cover img {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.product-card .cover,
.product-card .cover img {
	border-radius:2px;
}
.product-card .cover .main {
	display:block;
	z-index:2;
}
.product-card .cover .other {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	display:none !important;
}
.product-card .cover .active {
	z-index:3;
	display:block !important;
}
.product-card .body {
	position:relative;
	padding:6px;
	font-family: 'Roboto', sans-serif;
	background:#fff;
}
.product-card .body p {
	margin:0;
}
.product-card .body .padding {
	padding:8px 0;
}
.product-card .info {
	padding-right:65px;
}
.product-card .name {
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	color: #828282;
	display: block;
	height: 33px;
	overflow: hidden;
	margin-top:4px;
}
.product-card .price {
	position:absolute;
	right:15px;
	top:0px;
}
.product-card .price p {
	text-align:right;
	white-space:nowrap;
}
.product-card .price .discount-price {
	font-size:16px;
	font-weight:bold;
}
.product-card .price .discount-price .ic {
	font-size:14px;
	display:inline-block;
}
.product-card .price .regular-price {
	color:#7E7E7E;
	font-size:14px;
	position:relative;
}
.product-card .price .regular-price span {
	text-decoration:line-through;
}
.product-card .price .regular-price.smaller {
	font-size:12px;
}
.product-card .brand, 
.product-card .price .discount-price {
	color: #EC4161;
}
.product-card .details {
	position:absolute;
	width:100%;
	left:0px;
	background:#EDEDED;
	padding:8px;
	margin-top:0px;
	border-top:1px dotted rgba(255, 255, 255, 0.5);
	visibility: hidden;
}
.product-card .product-add-cart {
	margin:4px 0;
}
.product-card .size-group .btn, 
.product-card .size-group .btn:active {
	font-size:11px;
	padding:5px;
}
.product-card .size-group .btn:hover,
.product-card .size-group .btn.active {
	border-color: #1BB84D;
}
.product-card .size-group .btn.active {
	background: #1BB84D;
}
.product-card .size-group > .btn > .ic-active, 
.product-card .size-group-vertical > .btn > .ic-active {
	display:none !important;
}
.product-card .size-group .active > .ic-active,
.product-card .size-group-vertical > .active > .ic-active {
	display:inline-block !important;
}
.product-card .sizes-view-all {
	text-align:center;
	font-size:11px;
}
.product-card .sizes-view-all a {
	text-decoration: underline;
}
.product-card .sizes-view-all,
.product-card .sizes-view-all a {
	color:#ddd;
}
.product-card .product-badge-list {
	position:absolute;
	top:20px;
	right:10px;
	z-index:4;
	margin:0;
	padding:0;
	list-style:none;
}
.product-card .product-badge-list li {
	position:relative;
	margin: 0 0 24px 0;
	display:none;
}
.product-card .product-badge-list li a {
	border: 1px solid #DDD;
	border-radius: 50%;
	color: #DBDBDB;
	padding: 8px 8px 7px 9px;
	background: white;
	font-size: 14px;
	opacity:0.6;
}
.hover .product-badge-list li a {
	opacity:1;
}
.product-card .product-badge-list li a:hover,
.product-in-cart .product-badge-list .badge-cart a,
.product-card .product-badge-list .badge-favourite .favourite-yes {
	background: rgba(240, 240, 240, 1);
	color: rgba(229, 12, 62, 0.63);
	text-decoration: none;
	border-color: #DBDBDB;
}
.product-in-cart .product-badge-list .badge-cart,
.product-favourite .product-badge-list .badge-favourite {
	display:block;
}
.product-card .sold-out {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(221, 221, 221, 0.8);
	color: #831E54;
	padding: 4px;
	font-size: 16px;
	z-index: 4;
	text-align: center;
	text-transform:uppercase;
}

.product-card .image-indicators {
	position:absolute;
	bottom:10px;
	left:0px;
	z-index:4;
	text-align:center;
	width:100%;
	display:none;
}
.product-card .image-indicators ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.product-card .image-indicators ul li {
	display:inline-block;
	font-size:10px;
	color:#ddd;
}

.product-card .image-indicators .s2 {
	display:none;
	color:#969696;
}
.product-card .image-indicators .state-active .s2 {
	display:inline-block;
}
.product-card .image-indicators .state-active .s1 {
	display:none;
}
.product-active-price .body {
	background:#F4F4F4;
}
.product-active-price .price .discount-price {
	color:#FD0000;
}
.product-card.hover {
	z-index:2;
	border-radius:4px 4px 0 0;
}
.product-card.hover,
.product-card.hover .body {
	background:#F4F4F4;
}
.product-card.hover .cover {
	border-color:#EDEDED;
}
.product-card.hover .details {
	background:#3D3C3C;
}
.product-card.active .details {
	visibility:visible;
}
.product-card.active .image-indicators {
	display:block;
}
.product-card-loading {
	cursor:wait;
}
.product-card-loading .cover {
	background:#F7F7F7;
}
.product-card-loading .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -15px;
}
.product-card-loading .spinner svg path, 
.product-card-loading .spinner svg rect {
	fill:#A6A6A6;
}
.product-card-loading .line {
	background: #EDEDED;
	height: 14px;
	margin-bottom:2px;
}
.product-card .data-timer {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    display: none;
    background: rgb(212, 55, 55);
    color: #fff;
    font-size: 11px;
    padding: 2px 4px;
}
.product-card.active-timer .data-timer {
	display:inline-block;
}
.cart-products {
	margin:0;
}
.cart-products .image,
.cart-products .image a {
	width:50px;
}
.cart-products image a {
	display:block;
}
.cart-products .image a img {
	width:100%;
}
.cart-products .product {
	font-size:10px;
}
.cart-products .qty {
	width:40px;
}
.cart-products .price,
.cart-products .total {
	width:100px;
}
.cart-products .delete {
	text-align:right;
}
.cart-products .delete a {
	color:#666;
}
.cart-products .delete a:hover {
	text-decoration:none;
	color:red;
}
.cart-products .blur {
	opacity:0.8;
	cursor:wait;
}
.cart-products .undo-row {
	display:none;
}

#modal_cart {
	display: block !important;
	visibility:hidden;
    height: 0;
    overflow: hidden;
}
#modal_cart .modal-dialog {
	margin:0;
	padding:0;
	float:right;
	width:700px;
	margin-right:-700px;
	-webkit-transition: margin 300ms ease-in-out;
}
#modal_cart .modal-content {
	background-color:#FDFDFD;
}
#modal_cart.in {
	height:auto;
	overflow-x:hidden;
	overflow-y:auto;
	visibility:visible;
}
#modal_cart.in .modal-dialog {
	margin-right:0px;
}
#modal_cart .modal-header {
	background:#F2F2F2;
	padding:10px 15px;
}
#modal_cart .modal-header a {
	color:#000;
}
#modal_cart .modal-header a:hover {
	text-decoration:none;
}
#modal_cart .cart-products .product {
	font-size:12px;
}
#modal_cart .cart-products .image {
	width:80px;
}
#modal_cart .cart-products-card {
	background:#fff;
	border-bottom:1px solid #ddd;
}
.card {
	background:#fff;
	padding:8px;
	margin:8px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}
.panel-flat .panel-heading .panel-title {
	margin:0;
}
.panel-flat .panel-body {
	padding:0;
}
.panel .panel-title label {
	font-weight: normal;
	margin: 0;
	cursor:pointer;
}
.panel .panel-title label input {
	top: 1px;
	position: relative;
}
.panel .padding {
	padding:15px;
}
.panel-body > .table {
	margin:0;
}
.cart-products thead th {
	text-transform:uppercase;
}
#order .cart-products .product {
	font-size:14px;
}
#order .cart-products .price,
#order .cart-products .total {
	font-size:14px;
	width:125px;
}
#order .cart-products .image {
	width:100px;
}
#order .cart-products .qty {
	width:125px;
}
#order .cart-products .delete {
	width:100px;
}
#order .panel-heading {
	background: #2696D8;
	color: #fff;
	border-color: #0F7ECA;
}
#order .panel {
	border:none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#order .payment-group {
	margin:0;
}
#order .payment-group .list-group-item-heading {
	font-size:18px;
}
#order .payment-group .list-group-item-text {
	font-size: 11px;
	margin: 0 0 0 20px;
	padding: 0;
}
#order .payment-group .icons-ul .icon-li {
	font-size: 6px;
	top: 4px;
	left: -14px;
	color: #989898;
}
#order .payment-group .list-group-item {
	border-radius:0;
	border-left: none;
	border-right: none;
}
#order .payment-group .list-group-item:hover {
	background:#F9F9F9;
}
#order .payment-group .list-group-item ,
#order .payment-group .list-group-item label {
	cursor:pointer;
}
#order .payment-group .list-group-item .ic-active {
	display:none !important;
}
#order .payment-group .list-group-item.active, 
#order .payment-group .list-group-item.active:hover, 
#order .payment-group .list-group-item.active:focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
}
#order .payment-group .list-group-item.active .list-group-item-text, 
#order .payment-group .list-group-item.active:hover .list-group-item-text, 
#order .payment-group .list-group-item.active:focus .list-group-item-text {
	color:#fff;
	text-shadow:none;
}
#order .payment-group .list-group-item.active .ic-active, 
#order .payment-group .list-group-item.active:hover .ic-active, 
#order .payment-group .list-group-item.active:focus .ic-active {
	display:inline-block !important;
}
#order .payment-group .list-group-item.active input, 
#order .payment-group .list-group-item.active:hover input, 
#order .payment-group .list-group-item.active:focus input {
	display:none;
}
#order .payment-group .save {
	position: absolute;
	right: 14px;
	top: 14px;
	background: #44A044;
	border-radius: 6px;
	font-size: 12px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	text-shadow:none;
}
#order .payment-group .save span {
	display:inline-block;
	padding: 4px 8px;
	text-align:center;
}
#order .payment-group .save .percent {
	background: #5CB85C;
	border-radius:4px 0 0 4px;
}
.product-popover-thumbs {
	max-width:800px;
}
.product-popover-thumbs .popover-content {
	padding:10px 0 10px 10px;
}
.product-popover-thumbs .popover-content a {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	display:inline-block;
	width:170px;
	margin: 0 10px 0 0;
}
.product-popover-thumbs .popover-content a img {
	width:100%;
}

.active .delivery_after {
	color: green;
}
.gray-form-box {
	background: #F7F7F7;
	padding: 10px;
	border: 1px solid #DDD;
}
.gray-form-box .help-block {
	margin-bottom:0;
	padding: 4px 6px 0;
}
.panel-step .step {
	position: relative;
	background: #1C7BB3;
	font-size: 22px;
	padding: 9px 14px 10px 14px;
	box-shadow: inset -2px 1px 7px rgba(0,0,0,0.2);
	margin-left: -14px;
	margin-right: 26px;
}
.panel-step .step:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(69, 101, 142, 0);
	border-left-color: #1C7BB3;
	border-width: 22px;
	margin-top: -22px;
}
.panel-step .step small {
	color: #FFF;
	position: relative;
	top: -3px;
	font-size: 13px;
}
.panel-step .panel-heading {
	border-radius:0 4px 0 0;
}
/**
PINK THEME
*/
.theme-pink #header {
	background:#ad1457;
}
.theme-pink #filters_header {
	background:#880E4F;
}
.theme-pink #nav_search .input {
	background:#993068;
}
.theme-pink #nav_search .input:focus, 
.theme-pink #nav_search .input:active {
	background-color: #fff;
	color: #000;
}
.theme-pink #nav_search .input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.62);
}
.theme-pink #nav_search .input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.62);
}
.theme-pink #nav_search .input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.62);
}
.theme-pink #nav_search .input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.62);
}
.theme-pink #nav_search button {
	background:#993068;
}
.theme-pink #products_filters {
	background: #FFF;
	border-right: none;
	border-bottom: 1px solid #E8E8E8;
	box-shadow: inset -3px 0px 14px rgba(0,0,0,0.1);
}
.theme-pink .filter ul li a {
	color:#000;
}
.theme-pink .filter strong, 
.theme-pink .selected-filters strong {
	background: #FFF;
	color: #4D4D4D;
	font-weight: bold;
}
.theme-pink .filter strong:after, 
.theme-pink .selected-filters strong:after {
	border-top:none;
}
.theme-pink .filter ul li a:hover, 
.theme-pink .filter ul .selected a {
	background: #E0E0E0;
}
.theme-pink .filter .cbadge {
	background: #DADADA;
}
.theme-pink .filter ul .selected a,
.theme-pink .filter ul .selected a:hover {
	background: #AD1457;
	color: #FFF;
}
.theme-pink .filter ul .selected a .cbadge,
.theme-pink .filter ul .selected a:hover .cbadge{
	background: #880E4F;
}
.theme-pink #filter_category ul .selected a .cbadge,
.theme-pink #filter_category ul .selected a:hover .cbadge{
	background: #DADADA;
}
.theme-pink #filter_subcategory ul li .selected {
	font-weight:400;
}
.theme-pink #filter_subcategory ul li .selected i {
	color:#880E4F;
}
.theme-pink #user_search_btn:hover {
	background: #ad1457;
}
.theme-pink .filter ul li .filter-show-more {
	font-size: 11px;
	color: #0C6CAE;
	text-decoration:none;
}
.theme-pink .filter ul li .filter-show-more:hover {
	color:#000;
	background:transparent;
}
.faq-modal .panel {
	margin-bottom:-1px;
}
.faq-modal .modal-footer {
	margin-top:1px;
}
.panel-strip {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.panel .panel-heading > a {
	color:#373D48;
}
.cat-bg-1 {
	background-color: #A8DFF4;
	border-color:#6DCAEC;
}
.cat-bg-2 {
	background-color: #FFAFAF;
	border-color:#FF7979
}
.cat-bg-4 {
	background-color: #D3E992;
	border-color:#B6DB49;
}
.cat-bg-6 {
	background-color: #DDBCEE;
	border-color:#CF9FE7;
}
.filter-dropdown {
	position:relative;
	margin-right:10px;
	float:left;
}
.filter-dropdown .btn {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color: #464A52;
	background: #F0F0F0;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 16px;
	margin:9px 0;
	position:relative;
	border:2px solid transparent;
}
.filter-dropdown .dropdown-toggle i {
	margin-left:4px;
	display:inline-block;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.filter-dropdown.open .dropdown-toggle i {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(-180deg);
}
.filter-dropdown .dropdown-menu {
	top:41px;
	background:#F0F0F0;
	border: 2px solid #B8BABC;
	min-width: 160px;
	z-index:1;
	min-width:100%;
}
.filter-dropdown .dropdown-menu .dropdown-overflow {
	max-height:250px;
	overflow-y:auto;
	overflow-x:hidden;
}
.filter-dropdown .values {
	list-style:none;
	padding:0;
	margin:0;
}
.filter-dropdown .values > li > a {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	padding:6px 10px;
	color:#333;
	display:block;
	white-space: nowrap;
}
.filter-dropdown .values > li > a .badge {
	float:right;
	background: rgba(195, 195, 195, 0);
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 4px 2px 4px;
	color: #4C4C4C;
}
.group-filters .dropdown-menu {
	width:370px;
}
.group-filters .inner {
	padding:20px;
}
.group-filters .path {
	list-style:none;
	padding:0;
	margin:0;
}
.group-filters .path a {
	display:block;
	border-bottom:1px solid #ddd;
	padding:6px 0px;
	text-transform: uppercase;
	color:#666;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
}
.group-filters .path a i {
	display:none;
	float:right;
}
.group-filters .path a.active i {
	display:inline-block;
}
.group-filters .path a:hover,
.group-filters .path a:focus {
	text-decoration: none;
	color:#000;
}
.group-filters .tab-content {
	background:#fff;
	border:1px solid #ddd;
}
.group-filters .path-content,
.group-filters .tab-content {
	max-height:200px;
	overflow-x:hidden;
	overflow-y:auto;
}
#group_brand .path-content,
#group_brand .tab-content {
	max-height:400px;
}
#group_size .path-content,
#group_size .tab-content {
	max-height:400px;
}
.group-filters .group-filter {
	padding:8px;
}
.group-filters .group-filter > a {
	color:#3397bd;
	font-size:17px;
	margin:0 0 10px;
}

.filter-dropdown .group-filter .dropdown-overflow {
	max-height: 160px;
	min-width: 160px;
}
.filter-dropdown .values > li > a:hover,
.filter-dropdown .values > li > a:focus {
	background:#ebebeb;
	text-decoration: none;
}
.filter-dropdown .btn:hover {
	background: #DDD;
}
.filter-dropdown.open .btn {
	padding-bottom: 10px;
	margin-bottom:0px;
}
.filter-dropdown.open .btn-open {
	border-radius:4px 4px 0 0;
	border-bottom-color:transparent;
	box-shadow: none;
	text-decoration: none;
	background: #F0F0F0;
	border-color: #B8BABC;
	border-bottom-color:transparent;
	z-index:2;
}
.filter-selected .btn-open,
.filter-selected.open .btn-open {
	border-radius:4px 0 0 4px;
}
.filter-dropdown .btn-remove {
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 0 4px 4px 0;
	margin-left: -5px;
}
.filter-dropdown.open .btn-remove {
	border-radius:0 4px 0 0;
}
#filter_color .product-color {
	display:inline-block;
	border-radius:4px;
	border:1px solid #DDD;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 4px;
}
.collapsable > a .ic-open {
	display:none;
}
.collapsable.open > a .ic-open {
	display:inline-block;
}
.collapsable.open > a .ic-close {
	display:none;
}
.subcategory-list .parent {
	margin-left:10px;
	display:none;
}
.subcategory-list .open > .parent {
	display:block;
}
.shopping-guide .modal-header {
	background:#F8F8F8;
}
.shopping-guide .modal-title a {
	color:#373D48;
}
.shopping-guide .modal-title a:hover {
	text-decoration: none;
}
.shopping-guide .modal-body {
	padding-top:0px;
}
.shopping-guide .thumbnail {
	margin-bottom:15px;
}
.shopping-guide .thumbnail > .thumbnail-img {
	position: relative;
	padding-top: 110%;
	overflow:hidden;
}
.shopping-guide .thumbnail > .thumbnail-img > img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.shopping-guide .thumbnail .caption {
	padding-bottom:4px;
}
.shopping-guide .thumbnail h4 {
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.shopping-guide .thumbnail .caption p {
	margin:0;
	font-size:12px;
}
.shopping-guide-breadcrumb {
	margin-bottom:10px;
}
.shopping-guide .carousel-control {
	width:65px;
	opacity:1;
}
.shopping-guide .carousel-control [class*="icon-"] {
	font-size: 50px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.shopping-guide .carousel .thumbnail {
	margin-bottom:0px;
}
.shopping-guide .carousel-control.left [class*="icon-"] {
	left:14px;
}
.shopping-guide .carousel-control.right [class*="icon-"] {
	right:14px;
}

#header_club_nav {
	list-style: none;
	margin:30px 0 0 0;
	padding: 0;
	font-size: 18px;
	width:170px;
	float:left;
}
#header_club_nav li a {
	position:relative;
	display:block;
	padding:8px;
	border-bottom:1px solid rgba(255, 255, 255, 0.19);
	color:#fff;
}
#header_club_nav li:last-child a {
	border-bottom-color:transparent;
}
#header_club_nav li a .ic-arrow {
	position: absolute;
	font-size: 14px;
	top: 12px;
	right: 8px;
	visibility: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
#header_club_nav li a:hover,
#header_club_nav li a.active {
	text-decoration:none;
	background:#880E4F;
}
#header_club_nav li a:hover .ic-arrow,
#header_club_nav li a.active .ic-arrow{
	visibility:visible;
	right:4px;
}
#header_club_content {
	padding-top:15px;
	max-height:225px;
	overflow:hidden;
	background:#880E4F;
	position:relative;
}
#header_club_content .club-item {
	margin-bottom:30px;
	width:236px;
	height:196px;
}
#header_club_content .club-item > a {
	display:block;
	position:relative;
}
#header_club_content .club-item > a > img {
	width:100%;
}
#header_club_content .club-item a .title {
	display: block;
	position: relative;
	bottom: 0px;
	padding: 8px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.53);
	color: #fff;
	height: 42px;
	overflow: hidden;
}
#header_club_content .club-item > a:hover {
	text-decoration:none;
}
#header_club_content .club-item > a:hover .title {
	background:#AD1457;
}
#header_club_content .category-row {
	display:none;
	position:relative;
	overflow:hidden;
	height:210px;
}
#header_club_content .category-row .inner {
	position: absolute;
	width: 5000px;
}
#header_club_content .category-row.active {
	display:block;
}
#header_club_content .prev,
#header_club_content .next {
	display:block;
	position:absolute;
	height:100%;
	top:0px;
	width:80px;
}
#header_club_content .next {
	right:0px;
}
#shopping_guide_btn {
	position:absolute;
	top:5px;
	right:5px;
}
#filter_collections ul li a {
	font-size:11px;
	white-space:normal;
	height:36px;
}
#filter_collections ul li a img {
	width:35px;
	position:relative;
	top:-2px;
	float:left;
	left:-4px;
	margin-top:2px;
}
#guide_page .page-intro .head {
	background-image:url('../img/guide/bgr_bk.jpg');
	background-size:initial;
	padding-bottom:0px;
}
#guide_page #intro {
	display: inline-block;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
	color: #880E4F;
	margin-top: 10px;
	padding-bottom: 20px;
}
#guide_page .page-intro .adv-bullets {
	margin-bottom:-60px;
}
#guide_show_popular_bar {
	position: fixed;
	bottom: -44px;
	left: 0px;
	background: #fff;
	border-top: 1px solid #DDD;
	font-size: 18px;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	text-transform: uppercase;
	text-align:center;
	z-index:10;
	-webkit-transition: bottom 500ms ease-in-out;
	-moz-transition: bottom 500ms ease-in-out;
	-ms-transition: bottom 500ms ease-in-out;
	-o-transition: bottom 500ms ease-in-out;
	transition: bottom 500ms ease-in-out;
}
#guide_show_popular_bar i {
	margin-right: 5px;
	position: relative;
	top: -1px;
}
#guide_show_popular_bar.active {
	bottom:0px;
}
.brand:hover,
.brand:focus {
	text-decoration:none;
}
.brand .follow {
	display:none;
} 
.brand-follow .follow {
	display:inline-block;
}
.brand-follow .unfollow {
	display:none;
}
.brand.loading .follow,
.brand.loading .unfollow {
	display:none;
}
#product_heading {
	margin-bottom:20px;
	margin-top:-20px;
}
#product_heading .shadow {
	position: absolute;
	left: -44px;
	top: 40px;
	width: 1242px;
	height: 9px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNoAAAAJCAMAAADTsLHqAAAA8FBMV…h+TNvqF7p54QAACUX/0RiDtFF5AwAkGIoeSBsAIIZt+wQZw9KIYqJVqQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	display: none;
}
#product_images {
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
}
#product_images li {
	padding-bottom:10px;
}
#product_images li a {
	display:block;
	position:relative;
	border:1px solid #DDD;
	width:60px;
}
#product_images li a img {
	width:100%;
}
#product_images li .selected {
	border-color:#ADADAD;
}
#product_images li .selected:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-left-color: #747474;
	border-width: 9px;
	margin-top: -9px;
}
#product_image {
	border:1px solid #ddd;
	margin-left:75px;
}
#product_image img {
	width:100%;
}
#product_name,
.product-box,
#product_tabs .nav-tabs>li>a {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
#product_name {
	font-size:24px;
}
#product_rating {
	color: #ccc;
	font-size: 16px;
	position: relative;
	top: -2px;
}
#product_rating .active {
	color:#fb3;
}
.product-brand:hover {
	text-decoration:none;
}
#product_name,
.product-brand,
#product_layout .product-box .regular-price,
#product_layout .product-box .discount-price {
	color:#002337;
}
.product-brand .unfollow {
	color:#ccc;
}
.product-brand .follow {
	color:#2a6496;
}
#product_brand {
	padding-right:10px;
	margin-right:10px;
	float:left;
}
.product-box {
	border:1px solid #ddd;
	background:#FFF;
	width:400px;
	padding:10px;
}
#product_prices {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ddd;
}
.unavailable #product_prices {
	margin-bottom: 0px;
	border-bottom: none;
}
#product_layout .product-box .regular-price {
	font-size:20px;
	text-decoration: line-through;
	color: #B4B4B4;
}
#product_layout .product-box .discount-price {
	font-size:30px;
	color:#E71447;
	margin-right:5px;
}
#product_save {
	margin:0;
}
.pp-table-nob thead>tr>th, 
.pp-table-nob tbody>tr>th, 
.pp-table-nob tfoot>tr>th, 
.pp-table-nob thead>tr>td, 
.pp-table-nob tbody>tr>td, 
.pp-table-nob tfoot>tr>td {
	border:none;
	color:#666;
}
#product_tabs .tab-content {
	background: #fff;
	border: 1px solid #DDD;
	margin-top: -1px;
}
#product_tabs .nav-tabs .pull-right {
	margin-right:-2px;
}
#product_tabs .nav-tabs .badge {
	background:green;
}
#product_tabs .description-box {
	margin:0;
}
#product_tabs .description-box .table {
	margin:0;
}
#product_actions {
	margin-top: -1px;
	background: #F7F7F7;	
}
#product_actions .action {
	font-size:18px;
	margin-right:10px;
	color:#c0c7cb;
	text-decoration:none;
}
#product_actions .action:hover {
	color:#002337;
	cursor:default;
}

#product_actions .badge {
	top: -4px;
	position: relative;
	line-height: 10px;
	font-size: 12px;
	background: #c0c7cb;
	display:none;
}
#product_actions .badge:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(72, 180, 213, 0);
	border-right-color: #c0c7cb;
	border-width: 4px;
	margin-top: -4px;
	margin-right: -1px;
}
#product_actions .active {
	color: #ED2247;
}
#product_actions .active .badge {
	background:#ED2247;
}
#product_actions .active .badge:after {
	border-right-color: #ED2247;
}
#product_actions .with-badge .badge {
	display:inline-block;
}
#product_actions .chart {
	background: #c0c7cb;
	color: #FFF;
	padding: 0px 0px 0px 4px;
}
#product_actions #product_in_cart:hover,
#product_actions .chart:hover,
#product_actions .favourite:hover,
#product_actions .share:hover {
	cursor:pointer;
}
#product_buy .buy-alert {
	margin:0;
	display:none;
}
#product_buy_btn {
	margin-top:10px;
}
.product-buy-group {
	margin-top:10px;
}
.product-buy-group .btn-success {
	background: #47a447; /* Old browsers */
	background: -moz-linear-gradient(top,  #47a447 0%, #4a804a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47a447), color-stop(100%,#4a804a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #47a447 0%,#4a804a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #47a447 0%,#4a804a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #47a447 0%,#4a804a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #47a447 0%,#4a804a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a447', endColorstr='#4a804a',GradientType=0 ); /* IE6-9 */
	border-color:#4F944F;
}
.product-buy-group .btn-success:hover, 
.product-buy-group .btn-success:focus, 
.product-buy-group .btn-success:active, 
.product-buy-group .btn-success.active {
	background: #3FA53F;
	border-color: #398439;
}
.product-buy-group .btn-success i {
	font-size: 18px;
	position: relative;
	top: 0px;
}
#product_buy_btn i {
	top:3px;
}
#product_sizes {
	width:120px;
}
#product_path {
	margin-top:-22px;
	background:#fff;
}
#product_path a {
	color:#666;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
#product_path a:hover,
#product_path a:focus {
	color:#428bca;
}
#product_offers .pp-table td {
	font-size:16px;
	font-weight:normal;
}
#product_offers .pp-table tr:first-child td {
	border-top:none;
}
#product_offers p {
	margin:0;font-size:12px;
	color:#737373;
}
#product_offers .remaining {
	color: #1A8617;
}
#product_offers .promo img {
	width:100%;
}
.product-box.product-subscribe {
	margin-top:-1px;
	position:relative;
}
.products-slider .carousel-inner {
	padding-left: 1px;
	padding-right: 1px;	
}
.products-slider .paging {
	font-size: 24px;
	position: relative;
	top: 3px;
	left: 20px;
}
.products-slider .paging a {
	color: #666;
}
.products-slider .paging a:hover,
.products-slider .paging a:focus {
	text-decoration:none;
	color:#428bca;
}
.products-slider .panel-title {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	float:left;
}
.products-slider .paging {
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	float:right;
}
.products-slider .paging .btn-group {
	margin: -4px 15px 0 10px;
}
.products-slider .panel-body {
	padding:0px 15px;
}
.products-slider .product-card,
#product_variants .product-card {
	box-shadow: none;
}
.products-slider .cover,
#product_variants .cover {
	border-top:none;
}
.products-slider .product-card.hover,
#product_variants .product-card.hover {
	border-color:#ddd;
}
#product_recommendations .image-indicators,
#product_variants .image-indicators,
#product_recommendations .product-badge-list,
#product_variants .product-badge-list{
	display:none;
}
#selected_filters ul {
	list-style:none;
	margin:0;
	padding:0;
}
#selected_filters ul li a i {
	font-size:13px;
}
#selected_filters ul li a:hover,
#selected_filters ul li a:focus {
	text-decoration:line-through;
}
#selected_filters ul li a:hover i {
	color:#d90b0b;
}
#products_meta {
	position:relative;
	top:14px;
	float:right;
}
#products_meta .btn-group {
	top:-2px;
}
#product_variants {
	margin-top:10px;
}
#product_variants .panel-body {
	padding:0 15px;
}
#product_variants .brand {
	display:none;
}
.page-mobile-apps {
	background:#880E4F;
}
.page-mobile-apps .splash {
	margin-top:-24px;
	padding-top:60px;
	height:600px;
	background: -moz-linear-gradient(top,  rgba(253,80,80,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,80,80,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,80,80,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,80,80,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,80,80,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,80,80,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5050', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.page-mobile-apps .splash .container {
	position:relative;
}
.page-mobile-apps #device {
	background:url(../img/mobile/device.png) no-repeat 0 0;
	width:478px;
	height:610px;
}
#device .carousel-indicators {
	bottom:-497px;
}
#device .carousel-indicators li {
	background-color:#C4C3C7;
}
#device .carousel-indicators .active {
	background-color: #D1448D;
}
.page-mobile-apps #screen {
	width: 220px;
	height: 391px;
	position: absolute;
	top: 74px;
	left: 132px;
	overflow: hidden;
	z-index:1;
	background:#fff;
}
.page-mobile-apps .device-screen {
	background:url(../img/mobile/screens.jpg) no-repeat -3px 0;
	width:223px;
	height:396px;
}
.device-screen.screen2 {
	background-position-x: -220px;
}
.device-screen.screen3 {
	background-position-x: -440px;
}
.device-screen.screen4 {
	background-position-x: -660px;
}
.device-screen.screen5 {
	background-position-x: -880px;
}
.device-screen.screen6 {
	background-position-x: -1100px;
}
.page-mobile-apps #intro {
	position: absolute;
	top: 100px;
	left: 460px;
	color: #FFF;
	width:530px;
}
.page-mobile-apps .text {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.termo-bar {
	overflow: visible;
	position: relative;
}
.termo-bar .bar-circle {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background: #f5f5f5;
	box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.1);
	right: -3px;
	top: -8px;
	z-index: 10;
	display: block;
	position: absolute;
	z-index:1;
}
.termo-bar .bar-circle [class*="icon-"] {
	font-size: 18px;
	position: absolute;
	top: 9px;
	left: 11px;
	color: #C3C3C3;
}
.row-offer .headline,
.row-offer .explain,
.row-offer .remaining {
	font-family: 'Roboto', sans-serif;
}
.row-offer .headline {
	margin: 0 0 5px 0;
}
.row-offer .explain {
	font-weight:300;
	color:#666;
	margin:0;
}
.row-offer .remaining {
	color:#1A8617;
}
.row-offer .ic {
	width:30px;
	text-align:center;
	vertical-align:middle;
}
.row-offer .ic-nok,
.row-offer .ic-ok {
	font-size: 18px;
	color: #E4E4E4;
}
.row-offer-success .ic-ok {
	color:#1DAE51;
}
#product_mobile_promo {
	margin:0;
	position:relative;
	overflow:hidden;
	border:1px solid #ddd;
	margin-top:10px;
}
#product_mobile_promo .qr {
    width: 70px;
    margin-right: 10px;
    vertical-align: top;
}
#product_mobile_promo .app-store-btn img {
	width:140px;
}
#product_mobile_promo h4,
#product_mobile_promo p {
	font-family: 'Roboto', sans-serif;
}
#product_mobile_promo p {
	margin-top:10px;
}
#product_mobile_promo .phones {
	position: absolute;
	right: 0px;
	bottom: -110px;
	width: 170px;
}
#main_page.topbar {
	margin-top: 130px;
}
.topbar #products_filters_top {
	top:108px;
}
.topbar #products_filters {
	top:109px;
}
#products_page #user_products_visits .panel-title a {
	font-weight:bold;
}
#products_page .panel-guide .tab-pane {
	min-height:290px;
}
@media(max-width:1280px) {
	#products_page .panel-guide .tab-pane {
		min-height:195px;
	}
}
#products_page .shopping-guide-breadcrumb {
	display:none;
}
.panel-guide .panel-heading {
	padding-bottom:0px;
}
.panel-guide .panel-heading .nav {
	margin-bottom:-1px;
}
.panel-guide .panel-heading .nav-tabs > li > a {
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
.panel-guide .panel-heading .nav-tabs a span {
	font-size: 10px;
	position: relative;
	top: -1px;
}
.panel-guide .g-title {
	display:none;
}
#brands .thumbnail {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-bottom:30px;
}
#brands .thumbnail .product {
	position:relative;
	overflow:hidden;
	padding-top:78%;
	border-bottom: 1px dotted #DDD;
}
#brands .product > img {
	position:absolute;
	top:-60px;
	left:0px;
	width:100%;
}
#brands .thumbnail .caption {
	position: relative;
	padding-left: 88px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#brands .thumbnail  .caption .avatar {
	width: 65px;
	height: 65px;
	background: #F7F7F7;
	border: 1px solid #DDD;
	position: absolute;
	top: -16px;
	left: 10px;
	overflow:hidden;
}
#brands .thumbnail  .caption .avatar img {
	width:100%;
}
#brands .thumbnail h4 {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
#brands .list-group {
	margin-top:-1px;
}
#brands .list-group > .list-group-item {
	border-radius:0px;
}
.page-brands #splash {
	margin-bottom:20px;
}
.page-brands #alphabet_nav {
	margin-bottom:20px;
}
#phone_order.popover {
	margin:16px 0 10px 0;
	position:relative;
	max-width:100%;
	z-index:90;
}
.coll-preview {
	margin:15px 0 -15px 0;
}
.coll-preview .coll-left {
	width: 400px;
	float:left;
}
.coll-preview .coll-right {
	padding-left:410px;
}
@media(max-width:1200px) {
	.coll-preview .coll-left {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.coll-preview .coll-right {
		padding-left:0px;
	}
}
.mnav .dropdown-menu .dd-collection a {
	padding-left: 70px;
	height: 53px;
}
.mnav .dropdown-menu .dd-collection a img {
	width:55px;
	position:absolute;
	left:5px;
}
#filters_banner {
	width:180px;
	margin:0 auto;
	display:none;
}
#filters_banner.active {
	display:block;
	padding:20px 0;
}
#size_panel {
	margin:20px 0 0px;
}
#size_panel .panel-body {
	height: 38px;
	overflow:hidden;
	padding-top: 10px;
}
.campaign #products_filters_top,
.campaign #products_filters {
	display:none;
}
.campaign #products_page {
	margin-left:0px;
}
.campaign .page-intro .head {
    background-position: center center;
	height: 620px;
	text-shadow:none;
	text-align:left;
}
.campaign .page-intro .head .container {
	width:600px;
}
.campaign .page-intro .head img {
	margin:60px 0 0 0;
}
.campaign .not-sign .head img {
	margin-top:20px;
}
.campaign .timer-digits {
    margin: 38px 0 0 0;
    width: 569px;
    border: 2px solid #FFF;
    padding: 20px 11px 11px 11px;
    background: rgba(255, 255, 255, 0.17);
	position:relative;
	text-align:center;
}
.campaign .timer-digits .title-label {
    position: absolute;
    top: -15px;
    left: 50%;
    text-shadow: none;
    font-size: 18px;
    text-transform: uppercase;
    background: rgb(0, 0, 0);
    margin-left: -124px;
    padding: .25em .6em;
    font-weight: bold;
}
.campaign .timer-digits .digit {
    text-shadow: none;
    background: transparent;
    font-size: 24px;
    border: none;
    margin: 0 -1px 0 0;
    text-transform: uppercase;
    color: #FFF;
}
.campaign .timer-digits .digit small {
	font-size:16px;
}
.campaign .subscribe {
	width: 558px;
    margin: 30px auto 0 auto;
}
.campaign .subscribe h4 {
	font-size: 17px;
}
.campaign .subscribe h4 b {
	background:#000;
	color:#D7273E;
	padding:2px 4px;
}
.campaign .subscribe-box {
	width: 170px;
    display: inline-block;
    padding: 8px;
    text-align: left;
    background: rgba(76, 76, 76, 0.31);
	margin:0;
}
.campaign .subscribe-box a {
	display:block;
}
.campaign .subscribe-box a:after {
	clear:both;
}
.campaign .subscribe-box p {
	text-transform: uppercase;
}
.campaign-ac #products_filters_top,
.campaign-ac #products_filters {
	display:block;
}
.campaign-ac #products_page {
	margin-left: 220px;
}
.campaign-ac .page-intro {
	margin-top:-98px;
}
.campaign-ac .page-intro .head {
	height: 375px;
}
.campaign-ac .page-intro .head img {
	margin-top:0;
}