.primary-customer h1 {
	font-size:30px;
	text-align:center;
	font-weight:normal;
}

.primary-customer h1:after {
	display:block;
	content:"•";
	text-align:center;
}

.contact .primary-customer {
	float:none;
	padding:0;
	width:auto;
}



/* LookBook */
.pt_storefront h1.lb {
	display:none;
}
.lookbook {overflow:hidden;}
.lookbook ul {width:100%;}
.lookbook li {display: block; width:100%;}
.lookbook .breadcrumb li{display:inline-block;width:auto}
.lookbook li .shape{
	text-align:center;
}
.lookbook li img {
	width: 100%;
}
.lookbook .tableDetails{
	display:table;
	width:93%;
	margin:20px auto 40px;
}
.lookbook .details {
	font-size:11px;
	text-align:center;
	margin:20px 0;
	text-transform: uppercase;
	display:none;
	width:50%;
}
.lookbook .details span {
	display:block;
	margin:0 0 0 0;
	width:100%;
	text-align:center;
	padding-bottom:5px;
	font-weight:bold;
}
.lookbook .details a {
	margin: 7px 0;
	display: inline-block;
}
.lookbook .details a + a{
	margin-right: 0;
	margin-left:20px;
}
.lookbook .details a:hover {
	color:#000000;
	text-decoration: underline;
}
.lookbook .flexslider {
	position:relative;
}
.lookbook a.lookbook-next,
.lookbook a.lookbook-prev {
	background-image:url(../images/interface/lb_arrows.png);
	height:18px;
	width:18px;
	display:block;
	position:absolute;
	top:260px;
	z-index: 10;
}
.lookbook a.lookbook-prev {
	background-position:0 0;
	left:0;
}
.lookbook a.lookbook-next {
	background-position:-20px 0;
	right:0;
}

/* Footer start 02/09/2014 */
footer {
	max-width:1440px;
	width:100%;
	margin:auto;
}
.footer-reassurance {
	border-bottom:1px solid #000;
	padding-bottom:20px;
	margin: 0 auto 50px;
	text-align:center;
}

.footer-links {
	margin: 0 auto 10px;
	padding-left: 3px;
	display: table;
	width: 100%;
}
.footer-links .products,
.footer-links .services,
.footer-links .brand {
	display: table-cell;
	margin-right:80px;
	vertical-align:top;
	text-transform:uppercase;
	font-size:10px;
}
.footer-links .products {
	width: 12%;
	padding-top: 0;
}
.footer-links .services {
	width: 15%;
}
.footer-links .brand {
	width: 21%;
}
.footer-links .products p, 
.footer-links .services p,
.footer-links .brand p {
	font-family:agaramondproBold;
	font-size: 13px;
	height:30px;
}
.footer-links .products li, 
.footer-links .services li,
.footer-links .brand li {
	height:30px;
}
.footer-links .products li a, 
.footer-links .services li a,
.footer-links .brand li a {
	color:#7c7875;
	font-family:helveticaBold;
}
.footer-links .news {
	width:auto;
}
.footer-links .news.news-no-merchant{
	width:auto;
	text-align:right;
	padding-right:5px;
}
.footer-links .news .title {
	text-transform:uppercase;
	font-family:agaramondproBold;
	height:22px;
	font-size:13px;
}
.footer-links .news .mob-title {
	display:none;
}
.footer-links .news .text {
	color:#7c7875;
	font-family:helveticaBold;
	line-height:24px;
	margin-bottom:20px;
	width:330px;
}
.newsletter-form-RE #news-form {
	height: auto;
}
#news-form select.error {
	outline: 1px solid #ff0000;
	color: red;
}
.footer-links form {
	border:1px solid #e5e5e5;
	width:273px;
	height:33px;
	line-height:33px;
	padding:0 10px;
	display:inline-block;
	margin:0 70px 20px 0;
	position: relative;
}

.footer-links form .newsletter-form-message{
    display: block;
    line-height: normal;
    margin-top: 10px;
    position: absolute;
}

.newsletter-form-RE select#nlcountry {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 25px;
    -webkit-appearance: menulist;
}

.footer-links form span.error {
	color: #ff0000;
	position: absolute;
	left: 4px;
	bottom: -29px;
	font-size: 11px;
}
.footer-links form input[type=email]{
	border:none;
	width:130px;
	font-family:helveticaBold;
}
.footer-links form input[type=submit]{
	display:none;
}
.footer-links form a {
	font-family:agaramondproBold;
	text-transform:uppercase;
	font-size:13px;
	display:inline-block;
	margin:0 4px;
}
.footer-links .sharing {
	display:inline-block;
	width:245px;
	vertical-align: middle;
	text-align: right;
}
.footer-links .sharing li {
	display:inline-block;
}
.footer-links .sharing a {
	background-image:url(../images/footer-sprite.png);
	background-repeat:no-repeat;
	background-color:transparent;
	width:38px;
	height:36px;
	display:block;
	margin-left:20px;
	text-indent:100px;
	overflow:hidden;
}
.footer-links .sharing a.facebook {
	background-position:0 0;
}
.footer-links .sharing a.tweeter {
	background-position:-55px 0;
}
.footer-links .sharing a.pinterest {
	background-position:-111px 0;
}
.footer-links .sharing a.instagram {
	background-position:-166px 0;
}
.footer-bottom {
	border-top:1px solid #e5e5e5;
	padding-top:50px;
}
.footer-bottom > a{
	float:left;
}
.footer-bottom .icon-sandro-logo-simple{
	font-size:24px;
}
.footer-bottom .otherLinks {
	float:right;
	text-transform:uppercase;
	text-align:right;
}
.footer-bottom .otherLinks a:hover{
	text-decoration:underline;
}
.footer-bottom .otherLinks li {
	font-family: helveticaBold;
	display:inline-block;
	margin-right:30px;
	font-size:10px;
	padding-top: 8px;
	position: relative;
}

.footer-bottom .otherLinks li.changeCountry:after {
	content: "\e605";
	font-family: 'icomoon2';
}

.footer-bottom .otherLinks li.changeCountry:hover:after {
	content: "\e606";
	font-family: 'icomoon2';
}

.footer-bottom .otherLinks li ul {
	position: absolute;
	bottom: 20px;
	width: 138px;
	margin-left: -9px;
	display: none;
	z-index: 999;
}


/* Footer end 02/09/2014 */


@media screen and (max-width:759px){
	/** pages contact, lookbook **/
	
	.primary-customer h1,
	.pt_storefront h1.lb {
	    font-size: 20px;
	    border:1px solid #777;
	    height:38px;
	    line-height:38px;
	    text-align:center;
		display:block;
		width:298px;
		margin:0;
	}
	.primary-customer h1 span,
	.pt_storefront h1.lb span {
	    /* background:url(../images/interface/title_arrow_m.gif) no-repeat right center #fff; */
	    padding:0 10px;
	}
				
	.primary-customer h1:after,
	.pt_storefront h1.lb span:after {
		content:"";
	}
	
	
	/** page lookbook **/
	.lookbook {
		margin:0;
	}
	.lookbook li {width:100%;}
	.lookbook .details span {margin: 0; font-weight: bold; line-height: 19px;}
	.lookbook li img {
		margin:0;
	}
	.lookbook li .shape {height:213px;}
	.lookbook .details {
	    font-size: 10px;
	    margin: 0 0 8px 0;
	}
	.lookbook .details a {
		line-height:19px;
		margin: 0;
		display: block;
	}
	.lookbook .details span,
	.lookbook .details span:after {
		display:block;
	}
	.lookbook a.lookbook-next,
	.lookbook a.lookbook-prev {
		background:url(../images/interface/lb_arrows_m.png) no-repeat 10px center;
		height:20px;
		width:9px;
		top:200px;
		padding-right: 11px;
	}
	.lookbook a.lookbook-next {
		background-position:-10px center;
		right:0;
		padding-right:0;
		padding-left: 11px;
	}
	.lookbook .details a + a{
		margin-left:0;
	}
	.footer-bottom .otherLinks li ul {
		display: none;
		width: 240px;
		right: 0;
  		bottom: 50px;
		text-align: right;
		background-color: #ffffff;
	}
	
	.footer-bottom .otherLinks li ul li {
		width: 50%;
		display: inline-block;
	}
}

@media screen and (max-width:960px) and (min-device-pixel-ratio: 2.0) {
	.primary-customer h1 span,
	.pt_storefront h1.lb span {
	    background:url(../images/interface/title_arrow.gif) no-repeat right center #fff;
	}
	.lookbook a.lookbook-next,
	.lookbook a.lookbook-prev {
		background-image:url(../images/interface/lb_arrows_m2x.png);
	}
}

@media screen and (min-width: 1441px) {
	.footer-links .sharing {
		width: 49%;
	}
}