.products-polo-new
{
	width: 90%;
	display: table;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
}

.product-gender
{
	display:none;
}

.product-gender.active
{
	display: block;
}

.gender-switcher
{
	margin-top: 50px;
}

.product-item
{
	display:inline-block;
	width: 33%;
	margin-top: 20px;
	margin-bottom: 50px;
	cursor: pointer;
}

.product-item > div
{
	display:block;
	height:100%;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.product-item > div > img, .product-hover > img
{
	display:block;
	height: auto;
	width: 100%;
}

.product-item > div > div.product-footer
{
	display:block;
	width: 100%;
	background-color: #ffffff;
	padding: 30px 30px 30px 40px;
	text-align: left;
	border-bottom: 1px solid #dbdbdb;
	min-height: 240px;
}

.product-item > div > div.product-footer p {
	color:#797979;
	font-size:12px;
	text-transform: initial;
	margin-bottom: 20px;
}

.product-item > div > div.product-footer a {
	color:#454545;
	font-size:12px;
	text-decoration: none;
	font-family: "LacosteSansBold";
}

div.product-footer h3, div.product-infos h3
{
	font-size:14px !important;
/*	font-family: "LacosteSansLight" !important;*/
	font-family: "LacosteSansBold";
	margin-bottom: 18px;
	font-weight: normal;
}

div.product-footer h3 b, div.product-infos h3 b
{
	font-weight:normal !important;
	font-family: "LacosteSansBold" !important;
}


.product-item > div > div.product-hover
{
	display:block;
	position: absolute;
	top:0px;
	left:0px;
	opacity:0;
/*	height: inherit;*/
	transition: all 0.3s linear;
	height: 60%;
	width:100%;
}

.product-item:hover > div > div.product-hover
{
	opacity: 1;
	transition: all 0.3s linear;
}

.product-item:hover a
{
	text-decoration: underline !important;
}


.product-item > div > div.product-footer > span.tagline
{
	display: block;
	font-family: "LacosteSansLight";
	width: 100%;
	text-align: right;
	font-size:13px;
	margin-top: 55px;
	line-height: 14px;
	text-transform: initial;
	position: absolute;
    right: 20px;
    bottom: 20px;
}

.product-item > div > div.product-footer > span.tagline.live {
	color:#ea3125;
}

span.tagline > img
{
	vertical-align: bottom;
	margin-left:10px;
}

div.product-hover > div
{
	display: table;
	height: inherit;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.product-hover > div > div
{
	display: table-cell;
	vertical-align: middle;
	padding-left:15%;
	padding-right:15%;
	text-align: center;
	width: 100%;
}

div.product-hover div.product-infos
{
	margin-top: -60%;
	color:#fff;
}

div.product-infos p
{
	font-size:12px;
	font-family:"LacosteSansLight";
	margin-top: 20px;
}

div.product-infos a
{
	display: block;
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
	transition: all 0.3s linear;
	font-family: "LacosteSansBold";
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	margin-top: 50px;
	text-decoration: none;
}

div.product-infos a:hover
{
	text-decoration: none;
	background-color: rgba(0,0,0,1);
	border: 1px solid #000;
}

.people-header {
    display: block;
    margin: 80px auto 45px;
    text-align: center;
    width: 60%;
}

.people-header h1 {
	font-family:"LacosteSansLight";
    font-family: "LacosteSansLight";
    line-height: 70px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.people-header h1 b {
	font-family: "LacosteSansBold";
}

.people-header p {
    font-size: 12px;
    margin-top: 0;
}

.gender-switcher {
    margin-top: 30px !important;
}

.abs {
	position:absolute;
	padding-right: 20px;
}

.bt_shop {
	position:absolute;
	bottom:80px;

}

/* mobile */

.mobile .product-item {
	clear:both;
	width: 100%;
}

.mobile .people-header h1 {
	font-size: 28px !important;
	line-height: 30px;
}

.mobile .people-header {
    display: block;
    margin: 30px auto 45px;
    width: 80%;
}

.mobile .people-header p {
	margin-top: 15px;
	line-height: 24px;
}

.mobile .gender-switcher {
    background-color: #ccc;
    bottom: 0;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.mobile .gender-switcher a {
	display:block;
	width:50%;
	text-align:center;
	float:left;
	color:#FFF;
	text-decoration:none;
	background-color:#454545;
}

.mobile .gender-switcher a.selected {
	background-color:#285f41;
}

.mobile .product-item > div > div.product-footer {
	padding: 10px 20px 20px 25px;
}

.mobile div.product-footer h3,
.mobile div.product-infos h3 {
	margin-bottom: 8px;
}

.mobile .product-item > div > div.product-footer p {
	margin-bottom: 40px;
}

.mobile .product-item > div > div.product-footer > span.tagline {
	margin-top: 35px;
}

.mobile .product-gender {
	opacity:1;
}

#sticker-go-top
{
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #313131;
	z-index:50;
	top: 0px;
	right:-60px;
	cursor:pointer;
	text-align: center;
	line-height: 55px;
	transition: right 0.5s ease-out;
	-webkit-transition: right 0.5s ease-out, opacity 0.3s linear;
	opacity: 0.5;
}

#sticker-go-top.active
{
	right: 0px;
}

#sticker-go-top:hover
{
	opacity: 1;
}

/* Tablet landscape and all touch devices */
@media screen and (max-width: 1279px)
{
    .product-item > div > div.product-footer{
            min-height: 390px;
    }
}
