@media (min-width: 1300px){
	.resultsPage .content-wideshop>div {
		max-width: 1250px;
	}
}

@media (max-width: 1299px){
	.resultsPage .content-wideshop>div {
		max-width: 960px;
	}
}

.tip-ui .title {
	float: left;
	text-transform: uppercase;
	font-family: "din";
	font-size: 3.4em;
}

.tip-ui .view-all {
	font-family: 'Archer', 'Trebuchet MS', sans-serif;
	color: #0073AE;
	font-size: 18px;
	font-style: italic;
}

.icon-info {
	color: #23292a;
	font-size: 1.8em;
}

.tip .divider {
	color: #6d6d6d;
}

.tip-ui:after {content:""; display:block; clear:both;}
.tip-ui {
	white-space:no-wrap;
	position:relative;
	display:block;
	font-family:sans-serif;
	display:inline-block;
	/*outline:1px dotted cyan;*/
}
.tip-ui > a {
	text-decoration:none;
}

.tip-ui-outer .breadCrumbBar {
	position: relative;
	display: block;
}
.tip-ui-outer .breadCrumbBar .breadCrumbs {
	display: inline;
}
.tip-ui-outer .breadCrumbBar .breadCrumbs h2 {
	display: inline;
	color: #9a9a9a;
	font-weight: 400;
	font-size: 12px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.tip-ui-outer .breadCrumbBar .breadCrumbs a {
	color: #3086b5;
	text-decoration: none;
}
.tip-trigger {
	display:inline-block;
	cursor:pointer;
	margin-top: 14px;
	margin-left: 4px;
	/*outline:1px solid magenta;*/
}
.tip-trigger:after{
	content:"";
	border:.5em solid #23292a;
	border-top:none;
	border-left-color:transparent;
	border-right-color:transparent;
	position:absolute;
	right:1px;
	z-index: -1;
}
.tip {
	background: #23292a;
	font-family: "Trebuchet MS";
	line-height: 17px;
	box-shadow: .1em .1em .05em rgba(0,0,0,0.2);
	font-size: 14px;
	color:#fff;
	padding:1em;
	border-radius:.5em;
	display:block;
	z-index: 9;
	margin-right: 3px;
}
.tip-core a {
	color:inherit;
}

.tip-core {
	overflow:hidden;
	/*outline:1px solid red;*/
	position:absolute;
	top:100%;
	left:0;
	z-index: 9;
}

/* Height Transitions Off */
.tip-core {
	height:0; width:0;
	transition:height 1ms, width 1ms, padding 1ms, margin 1ms;
	transition-delay:350ms;
}

/* Opacity Transitions Off */
.tip-trigger:after,
.tip-core .tip {
	opacity:0;
	transition:opacity 300ms cubic-bezier(.17,.67,.83,.67), z-index 300ms cubic-bezier(.17,.67,.83,.67);
}

/*for ie8*/
.lt-ie9 .tip-trigger:after {
	visibility: hidden;
}

/* CSS To Trigger The Hider */

/* Height Transitions On */
.tip-trigger:hover .tip-core {
	height:120px;
	width:371px;
	transition-delay:1ms;
	padding-top: 1.2em;
	margin-top: -0.94em;
}

.tip-trigger:hover .tip-core.wide {
	width:393px;
}

.tip-ui.brand .tip-trigger:hover .tip-core {
	height:170px;
}

/* Opacity Transitions On */
.tip-trigger:hover:after, 
.tip-trigger:hover .tip {
	opacity:1;
}

/*for ie8*/
.lt-ie9 .tip-trigger:hover:after {
	visibility: visible;
}

.tip-trigger:hover:after {
	z-index: 9;
}

.tip-ui.sale .title {
	float: left;
	margin-right: 10px;
}

.tip-ui.sale .tip-trigger {
	margin-top: 14px;
}

/*brand logos start*/
.tip-ui.brand.boc .tip-trigger {
	margin-top: 50px;
}

.tip-ui.brand.converse .tip-trigger {
	margin-top: 15px;
}

.converse .tip-trigger:hover .tip-core {
	margin-top: -2.28em;
}

.tip-ui.brand.hitec .tip-trigger {
	margin-top: 23px;
}

.tip-ui.brand.magnum .tip-trigger {
	margin-top: 53px;
}

.tip-ui.brand.nike .tip-trigger {
	margin-top: 44px;
}

.tip-ui.brand.rocketdog .tip-trigger {
	margin-top: 54px;
}

.tip-ui.brand.rocketdog .tip-trigger:hover .tip-core {
	margin-top: -0.85em;
}

.tip-ui.brand.skechers .tip-trigger {
	margin-top: 13px;
}

.tip-ui.brand.vans .tip-trigger {
	margin-top: 60px;
}

.tip-ui.brand.vans .tip-trigger:hover .tip-core {
	margin-top: -1.05em;
}

.tip-ui.brand .title {
	float: left;
	margin-right: 10px;
}

.tip-ui.brand.skechers .title .brand-logo,
.tip-ui.brand.converse .title .brand-logo {
	height: 30px;
}

.tip-ui.brand.vans .title .brand-logo {
	height: 80px;
}

.tip-ui.brand.boc .title .brand-logo,
.tip-ui.brand.magnum .title .brand-logo,
.tip-ui.brand.rocketdog .title .brand-logo {
	height: 70px;
}

.tip-ui.brand.nike .title .brand-logo {
	height: 60px;
}

.tip-ui.brand.hitec .title .brand-logo {
	height: 40px;
}

.tip-ui.brand.skechers .title .brand-logo {
	height: 26px;
}
/*brand logos end*/

