
@font-face {
	font-family: 'PlayfairDisplay';
	src: url('fonts/PlayfairDisplay-Regular.eot');
	src: local('☺'), url('fonts/PlayfairDisplay-Regular.woff') format('woff'), url('fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('fonts/PlayfairDisplay-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Montserrat-Regular';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('☺'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


#home-h1-tag-mobile
{
	display:none;
}

#home-h1-tag-desktop
{
	display:block;
}

#become-vip-member-mobile
{
	display:none;
}

#become-vip-member
{
	display:block;
}

#blackfivedays-mobile{
	display:none;
}

#blackfivedays{
	display:block;
}

.mobile-margin-nav{
	margin-bottom:0px;
}
.desktop-promo-banner{
	display:block;
}

.mobile-promo-banner{
	display:none;
}

/*Checkout*/
#checkout-guest-button
{
	width: 200px;
    height: 35px;
    background-color: #323f48!important;
    border: 1px solid #323f48!important;
    color: #fff!important;
    font-size: 14px!important;
    vertical-align: middle!important;
    border: 0px;
    float: left;
}

.checkout-funnel-row{
	min-height:350px;
}

/*Shop by brand popup*/
#shop-by-brand-detail-page{
	position: fixed;
	z-index:999;
	bottom: 50px;right: 20px;
	width:300px;
	height:150px;
	border:1px solid rgb(230, 230, 230);
	background-color:#fbfbfb;
	display:none;
}

#shop-by-brand-close{
	float:right;
	margin-right:5px;
	margin-top:5px;
	font-size:1.2em;
	cursor:pointer;
}

#shop-by-brand-name{
	font-size:2.2em;
	font-family:Playfair Display, sans-serif;
	text-align:center;
	width:100%;
	padding:20px;
	margin-bottom:20px;
}

#shop-by-brand-button{
	margin-bottom: 10px;
	width:260px;
	text-align:center;
	height: 30px;
	margin:0 auto;
	line-height: 22px;
	padding: 4px;
	background-color:#323f48;
	color:#fff;
	font-size: 1.2em;
}



/*VIP info popup*/
#shop-vip-info{
	position: fixed;
	z-index:999;
	bottom: 50px;
	left: 20px;
	width:300px;
	/*height:150px;*/
	border:1px solid rgb(230, 230, 230);
	background-color:#fff;
	display:none;
}




#shop-vip-info-close{
	float:right;
	margin-right:10px;
	margin-top:-34px;
	cursor:pointer;
	background-image: url("images/icon-close.svg") !important;
  background-repeat: no-repeat !important;
  height: 23px;
    width: 23px;
}

#shop-vip-info-name{
	/*font-size:2em;
	font-family: Hind!important;*/
	text-align:center;
	width:100%;
	/*padding:10px;*/
	
   text-align: left;
    padding-bottom: 4px;
	/*margin-bottom: 10px;*/
	padding-top: 10px;
}

#shop-vip-info-title-span{
	
   /*margin-left: 10px;*/
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    background-image: url(images/stripe-pattern.svg) !important;
    background-repeat: no-repeat !important;
    width: 85%;
    height: 30px;
    line-height: 24px;
    padding-left: 10px;
}

#shop-vip-info-button{
	margin-bottom: 10px;
	width:260px;
	text-align:center;
	height: 30px;
	margin:0 auto;
	line-height: 22px;
	padding: 4px;
	background-color:#323f48;
	color:#fff;
	font-size: 1.2em;
}

.my-ul-style > li {
	background-image: url('images/icon-tick-green.svg') !important;
	background-repeat: no-repeat !important;
	background-position-y: 10px;
	background-position-x: 10px;
	font-size: 1.3em;
    line-height: 16px;
	padding-left: 30px !important;
    /*margin-left: 20px;*/
}

.my-li-style {
	margin-left:25px;
	position: relative;
    top: -5px;
}



/*Videos*/
	#video-caption-desktop
	{
		text-align: center;
		font-family: "Playfair Display",serif;
		font-size: 1.3em;
		color: #000;
		margin-top:5px;
	}
	
	#video-showcase-desktop
	{
		display:block;
		margin-bottom: 30px;
	}
	
	#video-showcase-mobile
	{
		display:none;
	}
	
	#mens-section
	{
		display:block;
	}
	
/*	
	
	video::-webkit-media-controls-panel {
    display:none !important;
}

video::-webkit-media-controls-play-button {
    display: none !important;
}

video::-webkit-media-controls-current-time-display {
    display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-webkit-media-controls-mute-button {
    display: none !important;
}

video::-webkit-media-controls-volume-slider {
    display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

video::-internal-media-controls-download-button {
    display: none !important;
}
*/
	
.title-transparency
{
	background-color:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
	filter: alpha(opacity=50);  /* IE 5-7 */
	-moz-opacity: 0.5;          /* Netscape */
	-khtml-opacity: 0.5;        /* Safari 1.x */
	opacity: 0.5; 
		/*Videos end*/
}
	

.material-icons.red { color: #FF0000; }


.blink-me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

#press-mobile{
	display:none;
}

.search-filter-items {
	padding: 0 30px 0 0 !important;
	/*float:right !important;*/
}


.caroufredsel_wrapper{
	width: auto !important;
}

.slide{
 left: 0px !important;
}


/*tag*/

.bages {
	margin-top: 15px;
	float: left;
	padding-top: 10px;
	width: 100%;"
}
/*
.tags a {
		float: left;
		position: relative;
		width: auto;
		height: 20px;
		margin-left: 20px;
		padding: 0 12px;
		line-height: 22px;
		background: #000;
		color: #fff;
		font-size: 1em;
		text-decoration: none;
		font-size: 1em;
		margin-left: 10px;
		margin-right: 10px;	
		margin-top: 8px;
		text-transform: uppercase;		
	}

	.tags a:before {
		content: "";
		position: absolute;
		top: 0;		
		width: 0;
		height: 0;		
		border-style: solid;		
	}
	
	.tags a:after {
		content: "";
		position: absolute;
		top: 8px;
		width: 4px;
		height: 4px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		-moz-box-shadow: -1px -1px 2px #000;
		-webkit-box-shadow: -1px -1px 2px #000;
		box-shadow: -1px -1px 2px #000;
	}	
	
	
		.price-tag a {		
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
	}

	
	.price-tag a:before {		
		left: -10px;	
		border-color: transparent #000 transparent transparent;
		border-width: 10px 10px 10px 0;
	}
	

	.price-tag a:after {		
		left: -2px;
	}
	
*/

.tags{
	float: left;
    position: relative;
    width: auto;
    height: 20px;
    margin-left: 20px;
    padding: 0 12px;
    line-height: 22px;
    background: #323f48;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    font-size: 1em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    text-transform: uppercase;
    border-radius: 2px;
}

.tags a {
	 color: #fff;
}


.tags-grey{
	float: left;
    position: relative;
    width: auto;
    height: 20px;
    margin-left: 20px;
    padding: 0 12px;
    line-height: 22px;
    background: #ccc;
    color: #000;
    font-size: 1em;
    text-decoration: none;
    font-size: 1em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    text-transform: uppercase;
    border-radius: 2px;
}

.tags-gold{
	float: left;
    position: relative;
    width: auto;
    height: 20px;
    margin-left: 20px;
    padding: 0 12px;
    line-height: 22px;
    background: #ccc;
    color: #000;
    font-size: 1em;
    text-decoration: none;
    font-size: 1em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
    text-transform: uppercase;
    border-radius: 2px;
}

.tags-gold-under-price{
	float: left;
    position: relative;
    width: auto;
    height: 20px;
    padding: 0 12px;
    line-height: 22px;
    background: #d7af65;
    color: #000;
    font-size: 1em;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 2px;
	margin-bottom: 12px;
	font-weight: bold
}

.tags-grey a {
	 color: #000;
}

/*	
	.tags-grey a {
		float: left;
		position: relative;
		width: auto;
		height: 20px;
		margin-left: 20px;
		padding: 0 12px;
		line-height: 22px;
		background: #ccc;
		color: #000;
		font-size: 1em;
		text-decoration: none;
		font-size: 1em;
		margin-left: 10px;
		margin-right: 10px;	
		margin-top: 8px;	
		text-transform: uppercase;	
	}

	.tags-grey a:before {
		content: "";
		position: absolute;
		top: 0;		
		width: 0;
		height: 0;		
		border-style: solid;		
	}
	
	.tags-grey a:after {
		content: "";
		position: absolute;
		top: 8px;
		width: 4px;
		height: 4px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		-moz-box-shadow: -1px -1px 2px #ccc;
		-webkit-box-shadow: -1px -1px 2px #ccc;
		box-shadow: -1px -1px 2px #ccc;
	}	
	
*/
	
	/* Add rounded corners to right end of the anchor tag */
	.price-tag-grey a {		
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
	}
	
	/* Position and show only right border of triangle  */
	.price-tag-grey a:before {		
		left: -10px;	
		border-color: transparent #ccc transparent transparent;
		border-width: 10px 10px 10px 0;
	}
	
	/* Fix the circle between anchor box and triangle left to it  */
	.price-tag-grey a:after {		
		left: -2px;
	}



/*home page squares*/
/*.banner-meta{
	position: absolute;
    display: block;
    width: 87%;
    height: auto;
    bottom: 0px;
   
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 20px 0;
	text-align: center;
	
}
*/



#home-page-top-five .item_wrap {
		width:200px;
		margin: 0 0 20px 0;
    float: left;
	}

.banner-meta {
    position: absolute;
    bottom: 15px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
	background-color: #17161652;
    max-width: 94%;
    margin-bottom: -5px;
	height: 80px;
}

.banner-meta-small {
    position: absolute;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    left: 50%;
    padding: 5px 0;
    text-align: center;
	left: 0;
    right: 0;
    margin: auto;
}

.homepage-tile:hover .tile-title {
   /**/
}

/*
.banner-meta-small {
    position: absolute;
    display: block;
    width: 92%;
    height: auto;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 5px 0;
    text-align: center;
}
*/


.homepage-tile{
  
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.homepage-tile:hover{
	 cursor: pointer;
      opacity: 0.8;
 }


.tile-title {
    color: #fff;
    font-family: Playfair Display, sans-serif;
    font-size: 2.4em;
    line-height: 1.2em;
    /*text-shadow: 2px 1px #000;*/
    max-width: 96%;
    margin: 0px auto 5px auto;
}

.tile-title-small {
	color:#000;
	font-family:Playfair Display, sans-serif;
	font-size: 1.5em;
    line-height: 1.5em;
}

.tile-shop-now {
	color:#fff;
	font-family:Hind, sans-serif;
	font-size: 1.4em;
	
	position: absolute;
    bottom: 5px;
    margin: auto;
    left: 0;
    right: 0;
	/*text-shadow: 2px 1px #000;*/
}

.tile-shop-now-small {
	color:#000;
	font-family:Hind, sans-serif;
	font-size: 1.2em;
}

.info-tile{
	padding-right: 10px!important;
	padding-left: 10px!important;
	margin-top:30px!important
}

.info-tile .thumbnail{
	 border: 1px solid #f0f0f0;
	 background-color: #faf9f9;
 }
 
 .info-tile-title{
	 font-family:Playfair Display, sans-serif;
	 text-align:center;
 }
 
 .block-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    position: relative;
	font-family: "Playfair Display",serif;
    line-height: 1.2;
    color: #4d4d4d;
    margin: 0;
    font-weight: 400;
	font-size:2em!important;
	margin-bottom: 30px;
}

.block-title .small {
    display: block;
    position: absolute;
    top: -13px;
    font-size: 12px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.block-title::before {
    margin-right: 30px;
}

.block-title::before {
    background-color: #e6e6e6;
    flex-grow: 1;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    display: flex;
    margin-top: 5px;
}

.block-title::after {
    margin-left: 30px;
}

.block-title::after {
    background-color: #e6e6e6;
    flex-grow: 1;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    display: flex;
    margin-top: 5px;
}


/*Breadcrumbs*/

#breadcrumbs-list {
   counter-reset: item;
   list-style-type: none;
   padding: 0;
   margin-bottom:0;
}
#breadcrumbs-list li:before {
   content: '';
   counter-increment: item;
}

#breadcrumbs-list li {
  display:inline;
  font-size:1em;
}

/*Promotional code*/

#promotional-10{
	margin: 0 auto !important;
    max-width: 600px;
}

/*Telephone contact*/

#slide-phone{
	position: fixed;
    top: 165px;
    left: -5px;
    z-index: 99;
	background-color:#f6f6f6;
	border:1px solid #e6e6e6;
	width:40px;
	height:40px;
	border-radius:10px;
}

#slide-phone-icon{
	margin-top: 7px;
	margin-left: 8px;
}

#slide-phone-content{
	position: fixed;
    top: 165px;
    left: -281px;
    width: 280px;
    height: 320px;
    cursor: auto;
    background-color: #fff;
    text-align: center;
    line-height: normal;
	border:1px solid #ccc;
	z-index: 999;
}

#slide-title{
	font-size: 1.3em;
    background-color: #f6f6f6;
    margin-top: 0px;
    line-height: 2.5em;
}

.slide-phone-close{
	position: absolute;
    right: 10px;
    top: 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    font-size: 1.5em;
}

/*Top designer on menu*/

#newdesignermenu{
	-webkit-column-count:3;
	-moz-column-count:3;
	-o-column-count:3;
	column-count:3;
}

/*Predictive search*/

.predictive-search-popup
{
position: absolute;
z-index: 999;
margin-left: 690px;
margin-top: -33px;
width: 300px;
min-height: 100px;
padding: 0px;
background: #fff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(150,150,150,1);
-moz-box-shadow: 3px 3px 5px 0px rgba(150,150,150,1);
box-shadow: 3px 3px 5px 0px rgba(150,150,150,1);
display:none;
border:1px solid #ccc;
}


/*
.predictive-search-popup:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 14px;
border-color: #eaeaea transparent;
display: block;
width: 0;
z-index: 1;
top: -14px;
left: 350px;
border-bottom: transparent;
}

.predictive-search-popup:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 14px;
border-color: #eaeaea transparent;
display: block;
width: 0;
z-index: 0;
top: -14px;
left: 300px;
}
*/
/*Snow effect*/

#snow{
background: none;
background-image: url('/images/snow1.png'),url('/images/snow2.png'),url('/images/snow3.png'),url('/images/snow4.png');
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
/*z-index:1;*/
-webkit-animation: snow 15s linear infinite;
-moz-animation: snow 15s linear infinite;
-ms-animation: snow 15s linear infinite;
animation: snow 15s linear infinite;
}

@-webkit-keyframes snow {
0% { background-position: 0px 0px, 0px 0px, 0px 0px }
100% {
background-position: 500px 1000px, 400px 400px, 300px 300px;
}
}
@-moz-keyframes snow {
0% { background-position: 0px 0px, 0px 0px, 0px 0px }
100% {
background-position: 500px 1000px, 400px 400px, 300px 300px;
}
}
@-ms-keyframes snow {
0% { background-position: 0px 0px, 0px 0px, 0px 0px }
100% {
background-position: 500px 1000px, 400px 400px, 300px 300px;
}
}
@keyframes snow {
0% { background-position: 0px 0px, 0px 0px, 0px 0px }
100% {
background-position: 500px 1000px, 400px 400px, 300px 300px;
}
}


#main > div {z-index:9 !important}

body{z-index:1 !important}

#members-box{background-color:#fff}

#social-box {background-color:#fff}

/*Snow effect end*/



#reviews-container
{
	width:100%; 
	min-height:150px;
	overflow:auto;
	margin-top: 30px;
    margin-bottom: 10px;
}

.item-type-item label{
	width:130px !important;
}

.price-item label {
	width:100px !important;
}

.looking-for-h1
{
	font-size: 5.2em;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: -20px;
}

.looking-for-h3
{
	font-size: 2em !important;
    line-height: 1.3em !important;
    margin-top: -35px !important;
}

#article-mobile{
	display:none;
}

.slice {
	display:none;
}

.navbar-header{
	margin-left:0px !important;
	margin-right:0px !important;
	width:100% !important;
}

.logo-centering {
	position:relative;
	width:420px !important;
	margin:0 auto;
}

/*MENU*/
#black-line{
	border-bottom:1px solid #000;
	width:100%;
	margin-top: 7px;
}

#menu-toggle-icon {
	display:none;
}

.subheader {
    padding: 5px 0px 5px !important;
	margin-top: 30px !important;
}

.navbar-default
{
    background-color: #fff!important;
    color: #000!important;
}

.navbar-default .navbar-nav>li>a 
{
    color: #000;
	font-weight:bold;
	background:#fff !important;
}



.navbar-brand, .navbar-nav > li > a {
    text-shadow: none!important;
    color: #000!important;
	/*font-weight:bold;*/
	font-size: 1.2em !important;
	background:#fff !important;
}

.nav > li > a {
		padding: 1px 24px;
		background:#fff !important;
	}
	
	
.nav > li > a:hover{
	color:#00e9c2 !important;
}

#sell-menu{
	border-bottom: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
	margin-left: 120px;
	display:none;
}

#sell-menu-desktop{
	border-bottom: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
	float:right;
	padding: 1px 10px;
	display:block;
}

/*
#new-in-menu{
	padding-left:0px!important;
}
*/

#new_navbar
{
	/*border-top:3px solid #000 !important;
	width: 100%;*/
    margin-left: 0px;
	/*float:left;*/
}

.nav > li.dropdown.open .dropdown-menu-outer {
	margin-top:2px;
}

navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ffffff;
    font-weight: bold;
    color: #00e9c2 !important;
}

#designers-alphabet
{
	display:none;
}

/*BOXES*/

.timer, .orbit-bullets {
	display:none;
}

.orbit-wrapper{
	max-height:145px !important;
	margin-left:15px !important;
}

#left-container{
	width: 620px;
    float: left;
}


#boxes-desktop
{
	margin-top:20px;
	margin-bottom:20px;
	max-width:1000px;
}

#desktop-box-1
{
	max-width: 620px;
    float: left;
}

.orbit-wrapper:hover + #circle-1  
{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

#desktop-box-2
{
	max-width: 360px;
    float: right;
	height: 220px;
}

#desktop-box-2:hover > #circle-2
{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

#desktop-box-3
{
	max-width: 360px;
    float: right;
	margin-top:10px;
}


#desktop-box-3:hover > #circle-3
{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

#desktop-img-box-1
{
	float:left;
	max-width:100%;
	height:450px !important;	
}

#desktop-img-box-2
{
	float:right;
	max-width:100%;
	height:auto;
}

#desktop-img-box-3
{
	float:right;
	max-width:100%;
	height:auto;
}

/*SLOGAN CIRCLES*/

#circle-1{
	position: absolute; 
	top: 350px; 
	left: -10px;
	z-index: 999;
}


#circle-1:hover  
{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}


#circle-2{
	position: absolute;
    top: 75px;
    right: 120px;
	z-index: 99 !important;
}

 
#circle-2:hover  
{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

#circle-3{
	position: absolute;
    top: 370px;
    right: 5px;
	z-index: 99 !important;
}


#circle-3:hover  
{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

#circle-1,#circle-2, #circle-3 {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  

.vertical-line{
	background-color: #000;
    width: 1px;
    height: 450px;
    position: relative;
    float: left;
    margin-left: 15px;
}



/*HORIZONTAL RULES*/

.hr-text {
  font-family: 'PlayfairDisplay';
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  font-size:1.7em;
  font-weight:bold;
}

.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #000, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  
 .hr-text:after 
 {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    color: #000;
    background-color: #fcfcfa;
  }
  
  #about-hr{
	  margin-bottom: 80px;
	  margin-top: 30px;
  }
  
  /*SHOW MORE BUTTON*/
  #show-more{
	height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 0.8em;
    line-height: 0.8em;
	color:#ccc;
  }
  
  #view-all {
	height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #cfd1d1;
    text-align: center;
    font-size: 0.8em;
    line-height: 0.8em;
	color:#7a7a7a;
	background-color: #f6f6f6;
  }
  
  #show-more:hover{
	  color:#00e9c2;
	  cursor:pointer;
	  border-color:#00e9c2;
  }
  
   #view-all:hover{
	  color:#00e9c2;
	  cursor:pointer;
	  border-color:#00e9c2;
  }
  

.profile-section {
	text-align:center !important;
}  
  
 /*ABOUT PRESS VIP SERVICE HOW CIRCLES*/
 
	#info-circles-container 
	{
		text-align:center;
	}
	
	#intro-text {
		max-width: 80%;
		text-align: center;
		margin: 0 auto;
		margin-top: 25px;
	}
	
	#read-more {
		color: #000;
		font-weight: bold;
	}
	
	.circle-title-underline {
		width: 30px;
		height: 2px;
		background-color: #00e9c2;
		margin: 0 auto;
		margin-top: -20px;
		margin-bottom: 20px;
	}
	
	
	.info-cirlce {
	margin-top: 108px;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.7);
	}
	
	.circle-title {
		margin-top: -60px;
		margin-bottom: 25px;
		font-weight: bold;
		color: #000 !important;
		font-size: 1.1em !important;
	}
	
    ul.rig {
    	list-style: none;
    	font-size: 0px;
    	margin-left: -7.5%; /* should match li left margin */
    }
    ul.rig li {
    	display: inline-block;
    	padding: 10px;
    	margin: 0 0 7.5% 7.5%;
    	background: #fff;
    	border: 1px solid #000;
    	font-size: 16px;
    	font-size: 1rem;
    	vertical-align: top;
    	box-shadow: 0 0 5px #ddd;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
		height:320px !important;
		width:320px !important;
		border-radius: 50%
    }
	
	 ul.rig li.title-circle-left {
		height:20px !important;
		border-radius: 0%!important
		float:left;
		margin-left:120px;
	 }
	 
	  ul.rig li.title-circle-right {
		height:20px !important;
		border-radius: 0%!important
		float:right;
		margin-right:120px;
	 }
	
	
	 ul.rig li:hover {
		 cursor: pointer;
		 box-shadow: 0 0 10px #00e9c2;
	 }
	 
    ul.rig li img {
    	max-width: 100%;
    	height: auto;
    	margin: 60px 0 10px;
    }
    ul.rig li h3 {
    	margin: 0 0 5px;
		color:#000 !important;
    }
    ul.rig li p {
    	font-size: .9em;
    	line-height: 1.5em;
    	color: #999;
    }
    /* class for 2 columns */
    ul.rig.columns-2 li {
    	width: 47.5%; /* this value + 2.5 should = 50% */
    }
    /* class for 3 columns */
    ul.rig.columns-3 li {
    	width: 30.83%; /* this value + 2.5 should = 33% */
    }
    /* class for 4 columns */
    ul.rig.columns-4 li {
    	width: 22.5%; /* this value + 2.5 should = 25% */
    }
	
	/*Footer elements*/
	.section-title {
		line-height: 20px;
		padding: 10px;
		text-align: center;
		font-size: 15px;
	}

	.separation {
		border-bottom: 1px dotted #D0CECE;
		width: 90%;
		margin: 0 auto;
		padding: 10px;
	}	
	
	#circle-center{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	/*************** PRODUCT DETAIL PAGE ********************/
	
	#product-detail-desktop{display:block;}
	#product-detail-mobile{display:none;}
	
	
	
	.heart-shape{
	  position: relative;
	  width: 16px;
	  height: 16px;
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  background-color: rgba(126,126,126, 1);
	  top: 17px;
      left: 14px;
	}
	.heart-shape:before,
	.heart-shape:after{
	  position: absolute;
	  width: 16px;
	  height: 16px;
	  content: '';
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  background-color: rgba(126,126,126, 1);
	}
	.heart-shape:before{
	  bottom: 0px;
	  left: -8px;
	}
	.heart-shape:after{
	  top: -8px;
	  right: 0px;
	}
	
	
	.heart-shape-red{
	  position: relative;
	  width: 16px;
	  height: 16px;
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  background-color: rgba(255,0,0, 1);
	  top: 17px;
      left: 14px;
	}
	.heart-shape-red:before,
	.heart-shape-red:after{
	  position: absolute;
	  width: 16px;
	  height: 16px;
	  content: '';
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -o-border-radius: 50%;
	  border-radius: 50%;
	  background-color: rgba(255,0,0, 1);
	}
	.heart-shape-red:before{
	  bottom: 0px;
	  left: -8px;
	}
	.heart-shape-red:after{
	  top: -8px;
	  right: 0px;
	}
	
	
	.product-photo .charity-badge {
		top: 0px;
		right: 0px;
	}

	
/*Designers alphabetical index for mobile*/

.alphabet > a, .alphabet-filters > a {
	text-align: center;
    width: 40px;
    margin-left: 0px !important;
    border-bottom: none !important;
    margin: 5px;
    border-radius: 5px;
	height: 30px;
    line-height: 30px !important;
	font-size: 1.2em;
}

/* IPAD LANDSCAPE */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	.mobile-margin-nav{
		margin-bottom:0px;
	}
	
.desktop-promo-banner{
	display:block;
	}

	.mobile-promo-banner{
		display:none;
	}
	
#blackfivedays-mobile{
	display:none;
}

#blackfivedays{
	display:block;
}

#vip-service{
	display:block;
}

#vip-service-laptop{
	display:none;
}
	
/*Predictive search*/

.predictive-search-popup
{
position: absolute;
z-index: 999;
margin-left: 690px;
margin-top: -55px;
width: 300px;
min-height: 100px;
padding: 0px;
background: #fff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(150,150,150,1);
-moz-box-shadow: 3px 3px 5px 0px rgba(150,150,150,1);
box-shadow: 3px 3px 5px 0px rgba(150,150,150,1);
display:none;
border:1px solid #ccc;
}

#become-vip-member-mobile
{
	display:none;
}

#become-vip-member
{
	display:block;
}

#video-caption-desktop
	{
		text-align: center;
		font-family: "Playfair Display",serif;
		font-size: 1.3em;
		color: #000;
	}
	
	#video-showcase-desktop
	{
		display:block;
		margin-bottom: 30px;
	}
	
	#video-showcase-mobile
	{
		display:none;
	}
	
	#mens-section
	{
		display:block;
	}	
	
.block-title::before {
    background-color: #fff;
    background-color: #fff;

}

#home-page-top-five .item_wrap {
		width:195px;
	}


.block-title::after {
    background-color: #fff;
    background-color: #fff;
}
	
	/*Telephone contact*/
	
	#slide-phone{
		top: 230px;
	}
	
	#slide-phone-content{
		top: 230px;
	}
	
	#press-mobile{
		display:none;
	}
	
	.search-filter-items {
		padding: 0 9px 0 0; !important;
		float:left !important;
	}
	
	.pagination .prev{line-height:26px !important;}
	.pagination .next{line-height:26px !important;}
	.pagination .prev_first_one{line-height:26px !important;}
	.pagination .next_last_one{line-height:26px !important;}
	
	#snow{display:none}
	
	.new-search-results-items
	{
		width: 100% !important;
	}
	
	#refine-search-container	{
		display:block !important;
	}
	
	.looking-for-h1
	{
		font-size: 4.2em;
		margin-top: -10px;
	}
	
	.slice {
		display:none;
	}

	.logo-centering {
	position:relative;
	width:420px !important;
	margin:0 auto;
	}

	
	.nav > li > a {
		padding: 1px 15px;
	}
	
	.members-box
	{
		margin-left:10px;
		width:95% !important;
	}
	
	.social-box{
		margin-right:10px;
		width:95% !important;
	}
	
	#sell-menu{
		margin-left: 10px !important;
	}
	
	.navbar{
		margin-top: 0px!important;
	}
	
	#circle-center{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#designers-alphabet
	{
		display:none;
	}
	/*************** PRODUCT DETAIL PAGE ********************/
	
    #product-detail-desktop{display:block;}
	#product-detail-mobile{display:none;}
	
}

/* IPAD PORTRAIT */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	.mobile-margin-nav{
		margin-bottom:0px;
	}
	
	.desktop-promo-banner{
	display:block;
	}

	.mobile-promo-banner{
		display:none;
	}
	
	#blackfivedays-mobile{
		display:none;
	}

	#blackfivedays{
		display:block;
	}

	#vip-service{
		display:block;
	}

	#vip-service-laptop{
		display:none;
	}
	
	#video-showcase-desktop{
		display:none!important;
	}
	
	.predictive-search-popup
	{
		margin-left: 10px;
		position: absolute;
		z-index: 999;
		margin-top: -50px;
		max-width: 95%;
		min-height: 100px;
		padding: 0px;
		background: #fff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		display: none;
		border: 1px solid #ccc;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	#become-vip-member-mobile
	{
		display:none;
	}

	#become-vip-member
	{
		display:block;
	}

	#video-caption-desktop
	{
		text-align: center;
		font-family: "Playfair Display",serif;
		font-size: 1.3em;
		color: #000;
	}
	
	#video-showcase-desktop
	{
		display:block;
		margin-bottom: 30px;
	}
	
	#video-showcase-mobile
	{
		display:none;
	}
	
	#mens-section
	{
		display:block;
	}
	
	
	.block-title::before {
    background-color: #fff;
    background-color: #fff;
	

}

#home-page-top-five .item_wrap {
		width:150px;
	}


.block-title::after {
    background-color: #fff;
    background-color: #fff;
}
	
	.bages {
		margin-bottom: 40px;
	}
	
	#newdesignermenu{
	-webkit-column-count:1;
	-moz-column-count:1;
	-o-column-count:1;
	column-count:1;
	}
	
	#total-amount-separator{
		display:none !important;
	}
	
	#total-amount-sold{
		width:200px !important;
	}
	
	#total-amount-received{
		float: right !important;
		width:200px !important;
	}
	
	#sign-register .col-right {
		width: 40%;
	}
	
	#sign-register .col-left {
		width: 40%;
	}
	
	#article-desktop{
		display:none;
	}
	
	#article-mobile{
		display:block;
	}
	
	
	/*Telephone contact*/
	
	#slide-phone{
		top: 230px;
	}
	
	#slide-phone-content{
		top: 230px;
	}
	
	/*
	#home-h1-tag{
		width:320px !important;
	}
	*/
	
	.home-checkbox{
		font-size:1em !important;
		/*text-align: left !important;*/
		color:#000 !important;
		width:50% !important;
		line-height:20px;
	}
	
	.home-checkimage{
		width: 15px;
        height: auto;
	}
	
	#press-mobile{
		display:none;
	}
	
	.search-filter-items {
		padding: 0 9px 0 0; !important;
		float:left !important;
	}
	
	.pagination .prev{line-height:26px !important;}
	.pagination .next{line-height:26px !important;}
	.pagination .prev_first_one{line-height:26px !important;}
	.pagination .next_last_one{line-height:26px !important;}
	
	#snow{display:none}
	
	.new-search-results-items
	{
		width: 100% !important;
	}
	
	#refine-search-container	{
		display:block !important;
	}
	
	#about-us-mobile{
		position: relative;
		max-width: 95%;
		margin: 0 auto;
		text-align: justify;
	}
	
	.looking-for-h1
	{
		font-size: 4.2em;
		margin-top: -10px;
	}
	
	.looking-for-h3
	{
		font-size: 1.6em !important;
	}
	
	
	.slice {
		display:none;
	}

	#black-line {
		margin-top: 15px;
	}
	
	#menu-container{
		max-width:760px !important;
	}

	.logo-centering {
	position:relative;
	width:420px !important;
	margin:0 auto;
	}

	#hewi-logo{
		margin-top:25px;
	}
	
	.wish_list_top_two{
		display:block !important;
		width: 300px;
		float: right;
		margin-right: 20px;
	}
	
	.nav > li > a {
		padding: 1px 7px;
	}
	
	.nav > li.dropdown.open .dropdown-menu {
		left: 10px !important;
	}
	
	.navbar-brand, .navbar-nav > li > a {
		font-size:1.1em !important;
	}
	
	#right-container{
		display:none;
	}
	
	#left-container {
		width: 620px;
		float: none !important;
		margin: 0 auto;
	}
	
	#circle-1 {
		top: 355px;
		left: 30px;
	}
	
	.social-box{
		float: none !important;
		margin: 0 auto !important
	}
	
	#sell-menu{
		margin-left: 20px !important;
	}
	
	.members-box, .social-box
	{
		float:none !important;
		margin:0 auto !important;
	}
	
	#fb-likes, #smarta-award {
		display:none !important;
	}
	
	#trust-container{
		float:none !important;
		max-width:100% !important;
	}
	
	#ipad-portr-sign-in-fb{
		margin-left:-82px !important;	
	}
	
	#ipad-portr-sign-in-new{
		margin-left:-82px !important;	
	}
	
	#circle-center{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#designers-alphabet
	{
		display:none;
	}
	
	#reviews-container
	{
		width:95%; 
		margin: 0 auto !important;
	}
	
	
	/*************** PRODUCT DETAIL PAGE ********************/
	
	#product-detail-desktop{display:none;}
	#product-detail-mobile{display:block;}
	
	#ninja-slider-mobile {
		width: 100% !important;
	}
	
	#ninja-slider-mobile div.fs-icon {
		width:60px !important;
		height:26px !important;
		background: rgba(0,0,0,0.3) !important;
	}
	
	#ninja-slider-mobile div.fs-icon::before {    
    content:"ZOOM";
    display:block;
	}

	#ninja-slider-mobile.fullscreen div.fs-icon::before {
	   content:"CLOSE";
	}
	
	#ninja-slider-mobile-prev, #ninja-slider-mobile-next {
    display: block !important;
	}
	
	.bottom_section_item{
		display:block;
	}
	
	.bid-buttons input#buy-now-button {
		float:none;
	}
	
	.buy-now {
		width:auto !important;
	}
	
	.bid-buttons {
		padding: 0 !important;
	}
	
	#makeanoffer_new_button, #addtowishlist_new_button{
		width:286px;
	}
	
	#addtowishlist_new_button {
    background-position: 255px 4px !important;
    text-indent: 92px;
	}
	
	#member-info{
		width: 700px !important;
		margin-left: 10px;
	}
	
	.icon-list-container{
		display:none;
	}

}

/*SMARTPHONES PORTRAIT*/
@media (max-width: 480px) 
{
	
	.mobile-margin-nav{
		margin-bottom:-20px;
	}

	.desktop-promo-banner{
	display:none;
	}

	.mobile-promo-banner{
		display:block;
	}
	
	#home-h1-tag-mobile
	{
		display:block;
	}
	
	#home-h1-tag-desktop
	{
		display:none;
	}
	
	#blackfivedays-mobile{
	display:block;
	padding: 10px;
	}

	#blackfivedays{
		display:none;
	}
	
	#vip-service{
		display:block;
	}

	#vip-service-laptop{
		display:none;
	}
	
	.predictive-search-popup
	{
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		position: absolute;
		z-index: 999;
		margin-top: -120px;
		max-width: 99%;
		min-height: 100px;
		padding: 0px;
		background: #fff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		display: none;
		border: 1px solid #ccc;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	
	
	/*Shop by brand popup*/
	#shop-by-brand-detail-page{
		z-index: 999;
		position: fixed;
		bottom: 20px;
		width: 100%;
		height: 90px;
		right:0px;
		background-color: rgb(251, 251, 251);
	}

	#shop-by-brand-close{
		float: right;
		margin-right: 5px;
		margin-top: 5px;
		font-size: 1.2em;
		cursor: pointer;
		margin-right: 10px;
		margin-top: 10px;
	}

	#shop-by-brand-name{
		font-size: 1.8em;
		font-family: Playfair Display, sans-serif;
		text-align: center;
		width: 100%;
		padding: 8px;
		margin-bottom: 5px;
	}
	
	#shop-by-brand-button{
		margin-bottom: 10px;
		width: 260px;
		text-align: center;
		height: 20px;
		margin: 0 auto;
		line-height: 12px;
		padding: 4px;
		background-color: #323f48;
		color: #fff;
		font-size: 1.2em;
	}
	
	
	/*vip info popup*/
	#shop-vip-info{
		left: 50%;
		margin-left: -150px;
	}
	
	
	/*Social on header*/

	#social-header-container
	{
		display:none;
	}
	
	#become-vip-member
	{
		display:none;
	}
	
	#become-vip-member-mobile
	{
		display:block;
	}
	
	/*Videos*/
	#video-showcase-desktop
	{
		display:none;
	}
	
	#video-showcase-mobile
	{
		display:block;
		border: 1px solid #c6c4c4;
		margin: 0 auto;
		margin:10px;
	}
	
	#mens-section
	{
		display:none;
	}
	/*Videos end*/
	
	
	#main-image-grid {
		margin-top: -20px;
	}
	
	#home-page-top-five .item_wrap {
		width:180px;
	}
	
	.nav > li.dropdown.open .dropdown-menu-inner {
		left:15px;
	}
	
	.bages {
		margin-bottom: 40px;
	}
	
	#user-type{
		width:300px;
		float:left;
		margin-left:10px;
	}
	
	#user-type-return{
		width:300px;
		float:left;
		margin-left:10px;
		margin-top:-8px;
	}
	
	#member-rating{
		float:left !important;
		margin-left:10px;
	}
	
	.seller-title{
		height:auto !important;
	}
	
	
	#home-h1-tag{
		font-size:0.8em;
	}
	
	.block-title{
		margin-top:20px;
	}
	
	#newdesignermenu{
	-webkit-column-count:1;
	-moz-column-count:1;
	-o-column-count:1;
	column-count:1;
	}
	
	/*Footer signup*/
	
	#signupFooterText1{
		text-align:center;
	}
	
	#signupFooterText2{
		text-align:center;
	}
	
	#signupButtonFooterCol{
		text-align:center;
	}
	
	#signupEmailFooterCol{
		text-align:center;
	}
	
	#signupEmailFooter{
		width:90% !important;
	}
	
	#signupButtoFooter{
		
		width:90%;
	}
	
	/*Footer signup end*/

	#promotional-10{
		margin: 15px auto 0 !important;
		max-width: 95% !important;
	}
	
	#signup-vertical-line{
		display:none;
	}
	
	#dashboard-hr-top{
		height:200px !important;
	}
	
	#total-amount-separator{
		display:none;
	}
	
	#alert-box-title{
		font-size:2em !important;
	}
	
	#home-h1-tag-mobile{
		width:320px !important;
	}
	
	.home-checkbox{
		font-size:1em !important;
		text-align: left !important;
		color:#000 !important;
		width:50% !important;
		line-height:20px;
	}
	
	.home-checkimage{
		width: 15px;
        height: auto;
	}
	
	#home-h1-wording{
		font-size:1.2em !important;
	}
	
	#press-desktop{
		display:none;
	}
	
	#press-mobile{
		display:block;
	}
	
	.search-filter-items {
		padding: 0 9px 0 0; !important;
		float:left !important;
	}
	
	.pagination .prev{line-height:26px !important;}
	.pagination .next{line-height:26px !important;}
	.pagination .prev_first_one{line-height:26px !important;}
	.pagination .next_last_one{line-height:26px !important;}
	
	#snow{display:none}
	
	#about-us-mobile{
		position: relative;
		max-width: 95%;
		margin: 0 auto;
		text-align: justify;
	}
	
	.looking-for-h1 {
		font-size: 2em !important;
		margin-top: -10px !important;
		text-align:center;
	}
	
	.looking-for-h3 {
		font-size: 1.2em !important;
		line-height: 1.3em !important;
		margin-top: -3px !important;
		text-align:center;
	}
	
	.looking-for-hewi{
		text-align:center;
	}

	.subheader {
		margin-top: -10px !important;
	}
	
	#breadcrumbs{
		margin-left: 5px;
		text-align: center;
	}
	
	#h1tag{
		float: none !important;
		text-align: center;
		font-size: 1.4em;
	}
	
	.slice {
		display:block;
		position: absolute;
		float: left;
		width: 200px;
		height: 6em;
		top: 300px;
		margin-left: -100px;
		left: 50%;
    }

    .slice > div {
      margin: 1em auto;
    }
    .slice > div:nth-child(2) {
      font-family: cursive;
      position: absolute;
      bottom: 0;
      left: 3em;
      color: #fff;
    }
	
	#newsearch-container {
		margin-bottom:20px !important;
	}
	
	#sell-menu-desktop{
		display:none;
	}
	
	#sell-menu{
		display:block;
		border-bottom: 0px !important; 
		margin-left:7px !important;
	}
	
	#new_navbar
	{
		width: 100% !important;
		margin-left: 0px;
		margin:0 auto !important;
	}
	
	#black-line {
		display:none;
	}
	
	.logo-centering {
		position:relative;
		width:300px !important;
		margin:0 auto;
	}

	.sy-caption-wrap {
		left: 0;
		bottom: 0.4em;
		width: 100%;
		height: 30px;
		line-height: 20px;
		font-size: 1.3em;
	}
	
	#article-desktop{
		display:none;
	}
	
	#article-mobile{
		display:block;
	}
	
	#hewi-logo{
		margin-top:15px;
		margin-bottom:5px;
	}
	
	#new-in-menu {
		padding-left: 20px!important;
	}
	
	#new_navbar {
		border-top: 1px solid #000 !important;
	}
	
	.navbar-toggle {
		float:none !important;
		margin:0 auto;
	}
	
	#new_navbar {
		border-top:0px solid #fff !important;
		margin-top: 10px;
	}
	
	#menu-toggle-icon {
		display:block;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.navbar-header{
		margin-left:0px !important;
		margin-right:0px !important;
		width:100% !important;
	}
	
	.nav>li {
		position: relative;
		display: block;
		margin-left: 10px;
	}
	
	.wish_list_top_two{
		display:block !important;
		width: 300px !important;
		margin: 0 auto !important;
		font-size: 14px;
		color: #000;
		margin-top: 7px;
	}
	
	#desktop-box-2,#desktop-box-3{
		display:none !important;
	}

	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 300px !important; /* over-ride all li styles */
		height: 300px !important;
		margin: 0 0 60px;
		margin-top:50px;
	}
	
	
	.img-circle, .vertical-line{
		display:none !important;
	}
	
	#fb-likes, #smarta-award {
		display:none !important;
	}
	
	.members-box, .social-box
	{
		float:none !important;
		margin:0 auto !important;
		width:95% !important;
	}
	
	#trust-container{
		float: none !important;
		max-width: none !important;
		padding: 5px;
		margin-top: 30px;
		margin-left: 0px !important;
	}

	.social-footer-wrap {
		text-align: center;
		max-width: 98%;
		margin: 0 auto;
	}
	
	#page-title-center{
		text-align:center !important;
	}
	
	#button-register-mobile {
		width:100% !important;
	}
	
	#circle-sign-in {
		margin:0 auto !important;
		float:none !important;
	}
	
	#circle-center{
		width:320px !important;
		padding-top:0px !important;
	}
	
	#ipad-portr-sign-in-fb{
		margin-left:6px !important;
		margin-top: -60px !important;
	}
	
	#ipad-portr-sign-in-new{
		margin-left:6px !important;
		margin-top: -60px !important;
	}
	
	#designers-alphabet
	{
		display:block;
	}
	
	#all-designers-link
	{
		display:none;
	}
	
	/*************** PRODUCT DETAIL PAGE ********************/
    #product-detail-desktop{display:none;}
	#product-detail-mobile{display:block;}
	
	#ninja-slider-mobile {
		width: 100% !important;
	}
	
	#ninja-slider-mobile div.fs-icon {
		width:60px !important;
		height:26px !important;
		background: rgba(0,0,0,0.3) !important;
	}
	
	#ninja-slider-mobile div.fs-icon::before {    
    content:"ZOOM";
    display:block;
	}

	#ninja-slider-mobile.fullscreen div.fs-icon::before {
	   content:"CLOSE";
	}
	
	#ninja-slider-mobile-prev, #ninja-slider-mobile-next {
    display: block !important;
	}
	
	.bottom_section_item{
		display:block;
	}
	
	.bid-buttons input#buy-now-button {
		float:none;
	}
	
	.buy-now {
		width:auto !important;
	}
	
	.bid-buttons {
		padding: 0 !important;
	}
	
	#makeanoffer_new_button, #addtowishlist_new_button{
		width:286px;
	}
	
	#addtowishlist_new_button {
    background-position: 255px 4px !important;
    text-indent: 92px;
	}
	
	#member-avatar{
		display:none;
	}
	
	.subheader-complete-your-look {
		height: auto !important;
	}
	
	.icon-list-container-tablet{
		display:none;
	}
	
	#reviews-container
	{
		width:95%; 
		margin: 0 auto !important;
	}
}


/*SMARTPHONES LANDSCAPE*/
@media (min-device-width: 640px) and (max-device-width: 740px){
	
	.mobile-margin-nav{
		margin-bottom:-20px;
	}
	
	.desktop-promo-banner{
	display:none;
	}

	.mobile-promo-banner{
		display:block;
	}
	
	#home-h1-tag-mobile
	{
		display:block;
	}
	
	#home-h1-tag-desktop
	{
		display:none;
	}
	
	#blackfivedays-mobile{
	display:block;
	padding: 10px;
	}

	#blackfivedays{
		display:none;
	}
	
	#vip-service{
		display:block;
	}

	#vip-service-laptop{
		display:none;
	}
	
	/*Shop by brand popup*/
	#shop-by-brand-detail-page{
		position: fixed;
		z-index:999;
		bottom: 50px;right: 20px;
		width:300px;
		height:150px;
		border:1px solid rgb(230, 230, 230);
		background-color:#fbfbfb;
		display:none;
	}

	#shop-by-brand-close{
		float:right;
		margin-right:5px;
		margin-top:5px;
		font-size:1.2em;
		cursor:pointer;
	}

	#shop-by-brand-name{
		font-size:2.2em;
		font-family:Playfair Display, sans-serif;
		text-align:center;
		width:100%;
		padding:20px;
		margin-bottom:20px;
	}

	#shop-by-brand-button{
		margin-bottom: 10px;
		width:260px;
		text-align:center;
		height: 30px;
		margin:0 auto;
		line-height: 22px;
		padding: 4px;
		background-color:#323f48;
	color:#fff;
	font-size: 1.2em;
}

	/*vip info popup*/
	#shop-vip-info{
		left: 50%;
		margin-left: -150px;
	}
	
	/*Social on header*/
	
	#social-header-container
	{
		display:none;
	}
	
	#become-vip-member
	{
		display:none;
	}
	
	#become-vip-member-mobile
	{
		display:block;
	}
	
	/*Videos*/
	#video-showcase-desktop
	{
		display:none;
	}
	
	#video-showcase-mobile
	{
		display:block;
		border: 1px solid #c6c4c4;
		margin: 0 auto;
		margin:10px;
	}
	
	#mens_section
	{
		display:none;
	}
	/*Videos end*/

	
	#home-page-top-five .item_wrap {
		width:180px;
	}
 
	.nav > li.dropdown.open .dropdown-menu-inner {
		left:15px;
	}
	
	#newdesignermenu{
	-webkit-column-count:1;
	-moz-column-count:1;
	-o-column-count:1;
	column-count:1;
	}
	
	#signup-vertical-line{
		display:none;
	}
	
	#dashboard-hr-top{
		height:200px !important;
	}
	
	#alert-box-title{
		font-size:2em !important;
	}
	
	#home-h1-tag-mobile{
		width:320px !important;
		margin-bottom:0px !important;
	}
	
	#fast-delivery{
		font-size:1em !important;
	}
	
	.home-checkbox{
		font-size:1em !important;
		text-align: left !important;
		color:#000 !important;
		width:50% !important;
		line-height:20px;
	}
	
	.home-checkimage{
		width: 15px;
        height: auto;
	}
	
	#home-h1-wording{
		font-size:1.2em !important;
	}
	
	#press-desktop{
		display:none;
	}
	
	#press-mobile{
		display:block;
	}
	
	.search-filter-items {
		padding: 0 9px 0 0; !important;
		float:left !important;
	}
	
	.pagination .prev{line-height:26px !important;}
	.pagination .next{line-height:26px !important;}
	.pagination .prev_first_one{line-height:26px !important;}
	.pagination .next_last_one{line-height:26px !important;}
	
	#snow{display:none}
	
	#about-us-mobile{
		position: relative;
		max-width: 95%;
		margin: 0 auto;
		text-align: justify;
	}
	
	.looking-for-h1 {
		font-size: 2em !important;
		margin-top: -10px !important;
		text-align:center;
	}
	
	.looking-for-h3 {
		font-size: 1.2em !important;
		line-height: 1.3em !important;
		margin-top: -3px !important;
		text-align:center;
	}
	
	.looking-for-hewi{
		text-align:center;
	}
	
	.subheader {
		margin-top: -10px !important;
	}
	
	#breadcrumbs{
		margin-left: 5px;
		text-align: center;
	}
	
	#h1tag{
		float: none !important;
		text-align: center;
		font-size: 1.4em;
	}
	
	.slice {
		display:block;
		position: absolute;
		float: left;
		width: 200px;
		height: 6em;
		top: 300px;
		margin-left: -100px;
		left: 50%;
    }

    .slice > div {
      margin: 1em auto;
    }
    .slice > div:nth-child(2) {
      font-family: cursive;
      position: absolute;
      bottom: 0;
      left: 3em;
      color: #fff;
    }
	
	#newsearch-container {
		margin-bottom:20px !important;
	}
	
	#sell-menu-desktop{
		display:none;
	}
	
	#sell-menu{
		border-bottom: 0px !important;
		display:block;
		margin-left:7px !important;
	}
	
	#new_navbar
	{
		width: 100% !important;
		margin-left: 0px;
		margin:0 auto !important;
	}
	
	#black-line {
		display:none;
	}
	
	.logo-centering {
		position:relative;
		width:400px !important;
		margin:0 auto;
	}
	
	.sy-caption-wrap {
		left: 0;
		bottom: 0.4em;
		width: 100%;
		height: 30px;
		line-height: 20px;
		font-size: 1.3em;
	}
	
	#article-desktop{
		display:none;
	}
	
	#article-mobile{
		display:block;
	}
	
	
	
	
	#hewi-logo{
		margin-top:15px;
		margin-bottom:5px;
	}
	
	
	
	#new-in-menu {
		padding-left: 20px!important;
	}
	
	#new_navbar {
		border-top:0px solid #fff !important;
		margin-top: 10px;
	}
	
	.navbar-toggle {
		float:none !important;
		margin:0 auto;
	}
	
	#new_navbar {
		border-top:1px solid #fff !important;
	}
	
	#menu-toggle-icon {
		display:block;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	
	.navbar-header{
		margin-left:0px !important;
		margin-right:0px !important;
		width:100% !important;
	}
	
	.nav>li {
		position: relative;
		display: block;
		margin-left: 10px;
	}
	
	.wish_list_top_two{
		display:block !important;
		width: 300px !important;
		margin: 0 auto !important;
		font-size: 14px;
		color: #000;
		margin-top: 7px;
	}
	
	#desktop-box-2,#desktop-box-3{
		display:none !important;
	}

	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 300px !important; /* over-ride all li styles */
		height: 300px !important;
		margin: 0 0 60px;
		margin-top:50px;
	}
	
	
	.img-circle, .vertical-line{
		display:none !important;
	}
	
	#fb-likes, #smarta-award {
		display:none !important;
	}
	
	.members-box, .social-box
	{
		float:none !important;
		margin:0 auto !important;
		width:95% !important;
	}
	
	#trust-container{
		float: none !important;
		max-width: none !important;
		padding: 5px;
		margin-top: 30px;
		margin-left: 0px !important;
	}

	.social-footer-wrap {
		text-align: center;
		max-width: 98%;
		margin: 0 auto;
	}
	
	#page-title-center{
		text-align:center !important;
	}
	
	#circle-sign-in {
		margin:0 auto !important;
		float:none !important;
	}
	
	#circle-center{
		width:320px !important;
		padding-top:0px !important;
	}
	
	#ipad-portr-sign-in-fb{
		margin-left:6px !important;
		margin-top: -60px !important;
	}
	
	#ipad-portr-sign-in-new{
		margin-left:6px !important;
		margin-top: -60px !important;
	}
	
	#designers-alphabet
	{
		display:block;
	}
	
	#all-designers-link
	{
		display:none;
	}
	
    /*************** PRODUCT DETAIL PAGE ********************/
    #product-detail-desktop{display:none;}
	#product-detail-mobile{display:block;}
	
	#ninja-slider-mobile {
		width: 100% !important;
	}
	
	#ninja-slider-mobile div.fs-icon {
		width:60px !important;
		height:26px !important;
		background: rgba(0,0,0,0.3) !important;
	}
	
	#ninja-slider-mobile div.fs-icon::before {    
    content:"ZOOM";
    display:block;
	}

	#ninja-slider-mobile.fullscreen div.fs-icon::before {
	   content:"CLOSE";
	}
	
	#ninja-slider-mobile-prev, #ninja-slider-mobile-next {
		display: block !important;
	}
	
	.bottom_section_item{
		display:block;
	}
	
	.bid-buttons input#buy-now-button {
		float:none;
	}
	
	.buy-now {
		width:auto !important;
	}
	
	.bid-buttons {
		padding: 0 !important;
	}
	
	#makeanoffer_new_button, #addtowishlist_new_button{
		width:286px;
	}
	
	#addtowishlist_new_button {
    background-position: 255px 4px !important;
    text-indent: 92px;
	}
	
	#member-avatar{
		display:none;
	}
	
	.icon-list-container-tablet{
		display:none;
	}
	
	#reviews-container
	{
		width:95%; 
		margin: 0 auto !important;
	}
}