/* 
-Global
-Header
-Sliding Header
-Navigation
	-Nav Breakpoint
-Index
-Footer
*/

/* ********* Global ************ */
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-bold-webfont.eot?11353764210746445597');
    src: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-bold-webfont.eot?11353764210746445597#iefix') format('embedded-opentype'),
         url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-bold-webfont.woff?11353764210746445597') format('woff'),
         url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-bold-webfont.ttf?11353764210746445597') format('truetype'),
         url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-bold-webfont.svg?11353764210746445597#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_reg';
    src: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-reg-webfont.eot?11353764210746445597');
    src: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-reg-webfont.eot?11353764210746445597#iefix') format('embedded-opentype'),
         url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-reg-webfont.woff?11353764210746445597') format('woff'),
         url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-reg-webfont.ttf?11353764210746445597') format('truetype'),
         url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/proximanova-reg-webfont.svg?11353764210746445597#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html { background-color: #F4F4F4; }
body { font-size: 62.5%; font-family: 'proxima_nova_rgbold'; }
.container {
	/*max-width: 1750px;*/
	margin: 0 auto;
}
#mainWrap { background-color: #fff; }
.errors {
  	color: #f00;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ******** Header *************** */
header {
	width: 100%;
	height: 170px;
	border-top: 5px #bdad8c solid;
	position: relative;
}
#logo {
	width: 300px;
	margin: 33px auto 19px auto;
	display: block;s
}
#leftCluster {
	position: absolute;
	top: -1px;
	left: 0;
  	/*display: none;*/
}
#leftCluster li {
	list-style-type: none;
	display: inline-block;
	font-family: 'proxima_nova_rgbold', Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: .1em;
    height: 15px;
}
#leftCluster li span {
	color: #bdad8c;
}
#rightCluster {
	position: absolute;
	top: 11px;
	right: 32px;
}
#rightCluster li {
	list-style-type: none;
	display: inline-block;
	font-family: 'proxima_nova_rgbold', Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: .1em;
	margin-left: 11px;
}
#rightCluster li a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#rightCluster li a:hover { color: #bdad8c; }
#rightCluster li span { 
	color: #bdad8c;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	}
#rightCluster li a:hover  span{ color: #000; }


@media only screen and (max-width : 590px) {
#leftCluster {
	display: none;
}
}
.mobileNav {
   display: none !important;
}
@media only screen and (max-width : 330px) {
  header {
      height: 43px;
  }
  #rightCluster {
      display: none;
  }
  .mobileNav {
  	  display: block !important;
  }
}

/* *********** Customer Nav Dropdown ************** */

#rightCluster .customerNav,
#rightCluster .customerNav a,
#rightCluster .customerNav ul,
#rightCluster .customerNav li,
#rightCluster .customerNav div {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

#rightCluster .customerNav > li:hover > a { color: #bdad8c; }

#rightCluster .customerNav .nav-column {
    position: absolute;
    display: block;
    top: 0;
	width: 97px;
  	margin-left: -5px;
    margin-top: 30px;
	padding: 15px 0 5px 14px;
  	text-align: left;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; 
  	background: rgb(246, 245, 241); 
	background: rgba(246, 245, 241, .95);
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
  	z-index: 5000;
}

#rightCluster .customerNav > a:hover + ul, #rightCluster .customerNav .nav-column:hover {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}


#rightCluster .customerNav .nav-column li {
	line-height: 1em;
	margin-bottom: 12px;
}

#rightCluster .customerNav .nav-column li a {
    display: block;
    font-family: 'proxima_nova_reg', Verdana, sans-serif;
    font-size: 1em;
	color: #000;
  	text-transform:none;
}
 
#rightCluster .customerNav .nav-column li a:hover { text-decoration: underline; }




/* ************* Sliding Header ************** */
#logoSmall {
	position: absolute;
	top: 11px;
	left: 68px;
	z-index: 4000;
}
#headerSlide {
	position: fixed;
	top:-130px;
	height: 70px;
	width: 100%;
	background-color: #FFF;
	border-top: 5px #bdad8c solid;
	z-index: 3000;
}
#headerSlideContent {
	width: 100%;
	height: 22px;
	margin:0 auto;
}
#headerSlideContent #rightCluster {
	position: absolute;
	top: 19px;
	right: 86px;
	z-index: 4000;
}
#headerSlideContent #navMin {
	padding-top: 23px;
}
#rightCluster li.slideRight {
	/*font-size: 1.35em;*/
}

/********* Search Popup ***********/
#searchPopup {
	background-color: #FFF;
    
}
#searchPopup:focus {
	outline:none;
}
#searchPopup #searchText {
	border: 1px solid #F9F9F9;
	padding: 25px 20px;
	margin: 0;
	width: 450px;
	background-color: #FFF;
	font-size: 23px;
	font-family: 'proxima_nova_reg', Verdana, sans-serif;
    color: #000;
}
#searchPopup #searchText:focus {
	outline: none;
}
.popup_background {
    z-index: 4000;
    position: relative;
}
.popup_background h6 {
    display: none;
}
.popup_wrapper {
    z-index: 4001;
}
.popup_align,
.popup_content {
    *display: inline;
    *zoom: 1;
}

/********** Search Page / Empty Collection *********** */
h1.empty {
  margin-top: 120px;
  min-height: 280px;
  text-align: center;
}
.search .prod-image-wrap {
  margin-bottom: 7px;
}


/* ******** Navigation *********** */             
nav {
	display: block;
}
.nav,
.nav a,
.nav ul,
.nav li,
.nav div {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.nav a { text-decoration: none; }
.nav li { list-style: none;}
.nav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 3001;
	width: 100%;
	margin-left: auto;
	text-align:center; 
	background-color: #fff; 
} 
.nav > li {
    display: inline-block;
}
.nav > li > a, .nav > li > span {
	cursor: pointer;
	position: relative;
	display: block;
	z-index: 3002;
	height: 30px;
	margin: 0 24.5px;
	line-height: 30px;
	letter-spacing: .12em;
	font-family: 'proxima_nova_rgbold', Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 1.35em;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav > li:hover > a, .nav > li > a.accLink.hover, .nav > li > span:hover, .nav >li>a.is-active { color: #bdad8c; }
 
.nav > li:first-child > a {
    /*border-radius: 3px 0 0 3px;*/
    border-left: none;
}

.nav > li > ul {
    position: absolute;
    display: block;
    top: 0;
	text-align: left;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; 
    margin-left: -5px;
    /*border-radius: 0 0 3px 3px;*/
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.nav > li:hover > ul, .nav > li > a.accLink:hover + ul, .nav > li > a.accLink.hover + ul {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.nav > li > .nav-column {
	margin-top: 55px;
	background: rgb(255, 255, 255); 
	background: rgba(255, 255, 255, .95);
	width: 180px;
	padding: 30px 0 20px 34px;
}

.nav .nav-column li {
	line-height: 1.3em;
	padding-bottom: 12px;
}

.nav .nav-column li a {
    display: block;
    font-family: 'proxima_nova_reg', Verdana, sans-serif;
    font-size: 1.5em;
	color: #000;
}
 
.nav .nav-column li a:hover { text-decoration: underline; }

nav a#expand, nav a#expandMin {
	display: none;
}                    
/* ***** Nav Breakpoint ***** */            
@media screen and (max-width: 1275px) {
	#headerSlideContent #rightCluster {
		right: 10px;
	}
  	#logoSmall {
		left: 10px;
	}
  .b-sub-menu{
 		display: none; 
 	} 
  
}
@media screen and (max-width: 1000px) {
#logoSmall, #headerSlideContent #rightCluster {
	display: none;
  }
.b-sub-menu{
 		display: none; 
 	} 
}
@media only screen and (max-width : 705px) {
#lookbookLink {
	display: none;
}
}
@media only screen and (max-width : 605px) {
#navMain, #navMin {
	border-bottom: 0;
}
#navMain > ul, #navMin > ul {
	display: none;
	height: auto;
}
#lookbookLink {
	display: block;
}
#headerSlide {
	height: 25px;
}
#headerSlideContent #navMin {
	padding-top: 5px;
}
nav li {
	display: block;
	float: none;
	width: 100%;
	text-align: left;
}
.nav { 
	margin-bottom: -10px;
}
.nav > li > last {
	padding-bottom: 10px;
}
.nav > li > a {
	margin-bottom: 5px;
}
.nav > li:hover > ul {
	overflow: auto;
}
.nav > li > ul {
    position: relative;
    display: block;
    top: auto;
    opacity: 1;
    visibility: visible;
    overflow: auto; 
    margin-left: 0;
    border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.nav > li > .nav-column {
	margin: 0 0 0 30px;
	background: #fff;
	width: inherit;
	padding: 0;
}
.nav > li > .nav-column {
	display: none;
}
.nav > li > .nav-column.active {
	display: block;
}
nav a#expand, nav a#expandMin {
	display: block;
	background-color: #F2F2F2;
	width: 100%;
	position: relative;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0 0 10px;
	top: 10px;
	z-index: 3003;
}
nav a#expand:after, nav a#expandMin:after {
	content:"";
	background: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/nav-icon.png?11353764210746445597') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 3003;
}
#logoSmall {
	display: none;
}
}
@media only screen and (max-width : 330px) {
nav li a {
	border-bottom: 1px solid #F2F2F2;
}
#logo, #logoSmall {
	display: none;
}
}                            

/* **************** Currency Select ********** */
.selectricWrapper { position: relative; margin: 0 0 0 8px; width: 47px; cursor: pointer; }
.selectricOpen { z-index: 9999; }
.selectricHideSelect { position: relative; overflow: hidden; }
.selectricHideSelect select { position: absolute; left: -100%; }
.selectric { 
  border: none; 
  background: transparent;
  position: relative; 
  border-radius: 0; 
  color: #bdad8c; 
}
.selectricOpen .selectric { border: none; background: #FFF; z-index: 9999; }
.selectric .button { 
  position: absolute; 
  right: 0; 
  top: 0; 
  height: 15px; 
  width: 15px; 
  background: url(//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/left-arrow.gif?11353764210746445597) no-repeat 85% 52% transparent; 
}
.selectricOpen .button { 
  background: url(//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/down-arrow.gif?11353764210746445597) no-repeat 85% 52% transparent; 
}
.selectricHover .selectric { border: none; color: #000;}
.selectricHover .selectric .button {  }
.selectricTempShow { position: absolute !important; visibility: hidden !important; display: block !important; }
/* Items box */
.selectricItems { 
  display: none; 
  position: absolute; 
  overflow: auto; 
  top: 100%; 
  left: 0;
  margin-top:5px;
  background: transparent;
  border: none; 
  z-index: 9998; 
}
.selectricItems ul, .selectricItems li { 
  list-style: none; 
  padding: 0; 
  margin: 0; 
  min-height: 15px; 
  line-height: 15px; 
  font-size: 10px; 
}
.selectricOpen .selectricItems { display: block; }
.selectricItems li { 
  padding: 5px; 
  cursor: pointer; 
  display: block;  
  color: #666; 
  border-top: 1px solid #FFF; 
}
.selectricItems li.selected { visibility: hidden; display: none !important;}
.selectricItems li:hover { color: #bdad8c; }

/* ***************** Forms ***************** */

.textField {
	border: none;
	padding: 8px;
	width: 285px;
	font-family: 'proxima_nova_reg', Verdana, sans-serif;
}
.textField:focus {
	outline: none;
}


/* ***************** Index ****************** */
#indexImages > div { 
  	position: relative;
 	margin-bottom: .8%;
  	}
#indexImages > div:last-child { 
 	margin-bottom: 0;
  	}
#indexImages img {
	z-index: 2000;
}
#indexImages h2 { 
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	z-index: 2001;
	font-size: 3.5vw;
	letter-spacing: .1em;
	font-weight: normal;
	color: #fff;
	font-family: 'proxima_nova_rgbold', Verdana, sans-serif;
	text-transform: uppercase;
}
#indexImages h2.featureOption {
  	top: 31%;
}
#indexImages h2.featureOption a, #indexImages h2.featureOption:hover a {
	text-decoration: none;
  	border: none;
}
#indexImages h2.featureOption:hover + h2 a {
  	border-bottom: solid .05em #fff;
	padding-bottom: -55px;
	-webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
#indexImages h2 a {
  	padding-top: 15%;
	color: #fff;
	text-decoration: none;
	border-bottom: solid .05em transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	
}
#indexImages h2:hover a {
	border-bottom: solid .05em #fff;
	padding-bottom: -55px;
	-webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
#indexImages #feature1 {
	width: 100%;
}
#indexImages #feature1 h2:hover span#featureOver1, #indexImages #feature1 h2.featureOption:hover + h2 span#featureOver1, #indexImages #feature2 h2:hover span#featureOver2, #indexImages #feature2 h2.featureOption:hover + h2 span#featureOver2, #indexImages #feature3 h2:hover span#featureOver3, #indexImages #feature3 h2.featureOption:hover + h2 span#featureOver3, #indexImages #feature4 h2:hover span#featureOver4, #indexImages #feature4 h2.featureOption:hover + h2 span#featureOver4 {
	opacity: 1;
	-webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
#indexImages span#featureOver1, #indexImages span#featureOver2, #indexImages span#featureOver3, #indexImages span#featureOver4 {
	display: block;
	opacity: 0;
	margin-top: .9em;
	text-transform: capitalize;
	font-style: italic;
	font-size: 1.3vw;
	letter-spacing: .14em;
	font-family: Georgia, "Times New Roman", Times, serif;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
/* ***** Index Breakpoint ***** */            
@media screen and (max-width: 750px) {
#indexImages h2 { 
	font-size: 5.5vw;
	top: 35%;
}
#indexImages h2.featureOption {
    font-size: 5.5vw;
  	top: 23%;
}
#indexImages span#featureOver1, #indexImages span#featureOver2, #indexImages span#featureOver3, #indexImages span#featureOver4 {
	font-size: 3.3vw;
}
}
@media screen and (max-width: 430px) {
.focal-point div {
	margin-left: -200px;
	margin-right: -200px;
}
#indexImages h2.featureOption {
  	top: 28%;
}
} 

/* *************** Lookbook ************************* */
.lookbookImgWrap {
 	margin-top: 180px 
}

/* ***************** Product Grid ************ */


/* ***************** Product Detail ************ */
#productWrap {
	max-width: 990px; 
	margin: 0 auto 30px auto;
}
.productDetail {
	padding-top:30px;
	position:relative;
}
.productDetail .breadcrumbs{
	margin:4px 0 22px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size: 1.3em;
  	font-family: 'proxima_nova_reg', Verdana, sans-serif;
    text-transform: uppercase;
  	font-weight: normal;
  	color: #999;
  	letter-spacing: .5px;
}
.productDetail .breadcrumbs li{
	float:left;
	padding:0 10px;
	margin:0 0 0 -7px;
}
.productDetail .breadcrumbs a{
	color:#707070;
	float:left;
	text-decoration:none;
}
.productDetail .breadcrumbs a:hover {
  	color: #bdad8c;
  	text-decoration: none;
}
.productDetail .breadcrumbs a:hover{border-color:#707070;}
.productDetail .breadcrumbs cufon{
	float:left;
	margin:0 !important;
}
.productDetail .breadcrumbs span{float:left;}
.productDetailInfo {
	display:inline-block;
	width:35%;
}
.productDetailInfo a:hover {
  	color: #bdad8c;
}
.productDetailInfo h1{
	font-size: 2.2em;
  	font-weight: normal;
  	margin: 18px 0 0 5px;
}
.productDetailInfo p {
  	font-size: 1.5em;
  	color: #999;
  	font-family: 'proxima_nova_reg', Verdana, sans-serif;
  	letter-spacing: .5px;
  	margin:0;
}
#product-price {
  	margin: 5px 0 33px 5px;
}
#description {
  	width: 360px;
  	margin: 0 0 48px 3px;
}
#description p {
  	line-height: 1.5em;
}
.productFit {
	padding: 0;
  	margin: 0 0 44px 6px;
  	width: 200px;
}
.productFit li {
	list-style-type: none;
	display: inline;
  	font-size: 1.3em;
  	font-family: 'proxima_nova_reg', Verdana, sans-serif;
  	letter-spacing: .5px;
    text-transform: uppercase;
  	margin-right: 4px;
}
.productFit li a {
  	text-decoration: none;
  	color: #999;
}
#product-selections, #cartBtns {
  width: 363px;
}
#product-selections {
  margin-bottom: 0px;
}
#prodlabels label {
  font-size: 1.1em;
  font-weight: normal;
  margin:0;
  padding:0;
  color: #999;
}
#prodlabels #prodqty {
  margin-left: 102px;  
}
#productForm {
  width: 310px;
}
#productForm form {
  width: 240px;
  float: left;
  margin-right: 10px;
}
#addToCart{
	margin: 20px 10px 25px 0;
	display:inline-block;
	width:338px;
	float:left;  	
}
#addToCart input:focus { 
	outline: none;
	outline-width: 0;
}
#productFavorite {
  display:inline-block;
}
.productSocial, .productNav {
	padding: 0;
}
.productSocial li, .productNav li {
	list-style-type: none;
	display: inline;
}
.productSocial {
  	margin-bottom: 25px;
}
.productSocial li {
  	margin-right: 15px;
}
.productNav {
  	margin-left: 5px;
  	width: 250px;
}
.productNav li {
  	font-size: 1.3em;
  	font-family: 'proxima_nova_reg', Verdana, sans-serif;
  	letter-spacing: .5px;
    text-transform: uppercase;
  	margin-right: 4px;
}
.productNav li a {
  	text-decoration: none;
  	color: #999;
}
#productComplete {
	margin: 40px 0;
}
#productComplete h1 {
	font-size: 1.3em;
  	font-family: 'proxima_nova_reg', Verdana, sans-serif;
    text-transform: uppercase;
  	font-weight: normal;
  	color: #999;
    letter-spacing: .5px;
    border-bottom: 1px solid #e5e5e5;
    width: 98.6%;
  	padding: 0 0 10px 3px;
  	margin-bottom: 23px;
}
#productComplete ul{
	margin: 0;
	padding: 0;
}
#productComplete ul li { float: left; list-style-type: none; margin: 0 12px 20px 0; padding: 0; width: 235px; }
#productComplete ul li.last-in-row { margin-right: 0; }
#productComplete ul li img { margin: 0; padding: 0; width: 235px;}
#productComplete .prod-caption { text-align: center;}
#productComplete .prod-caption p { 
  margin: 8px 0 0 0; 
  padding:0;
  font-size: 1.4em;
  	color: #999;
  	font-family: 'proxima_nova_reg', Verdana, sans-serif;
  	letter-spacing: .5px;
}
#productComplete .prod-caption p:first-child { 
  font-size: 1.4em; 
  font-family: 'proxima_nova_rgbold', Verdana, sans-serif;
  font-weight: normal;
  color: #000;
}
#productComplete .prod-caption a { text-decoration:none; color:#000; }
#product { 
  	float: left;
  	margin-bottom: 20px; 
  	position: relative; 
}
#productImages {
	float: left;
  	display: block;
}
#productImages ul.thumbs li { 
  	cursor: pointer; 
  	position: relative;  
}
#productImages ul.thumbs li .selected { 
  	position: absolute; 
  	width: 90px; 
  	padding: 0; 
  	height: 120px; 
  	top: 0; 
  	right: 0; 
  	/*background: transparent url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/sprites.png?11353764210746445597') no-repeat 0px -45px !important;*/ 
}
#product .images { 
  	height: 600px; 
  	width: 450px;
  	margin-top: -1px;
  	margin-right: 30px;
  	float: right;
  	overflow: hidden; 
  	position: relative; 
  	-webkit-touch-callout: none; 
  	-webkit-user-select: none; 
  	-khtml-user-select: none; 
  	-moz-user-select: none; 
  	-ms-user-select: none; 
  	user-select: none; 
}
#product .images span { 
  	cursor: pointer; 
    display: block; 
    width: 40px; 
    height: 40px; 
    position: absolute; 
    top: 50%; 
    margin-top: -20px; 
}
#product .images .next { 
    right: 0; 
    background-position: -44px 0px; 
}
#product .images .prev { 
    position: absolute; 
    top: 50%; 
    margin-top: -20px; 
    left: 0; 
}
#product .images .container div { 
  	width: 450px; 
  	height: 600px; 
  	overflow: hidden; 
  	text-align: center; 
  	display: inline-block; 
  	line-height: 600px; 
}
#product .images .container div img { 
  	max-width: 450px; 
  	vertical-align: middle; 
}
#productDetailThumbs {
	float:left;
	margin: 0;
	padding: 0;
}
#productDetailThumbs li {
	margin:0 30px 8px 0;
	padding:0;
	list-style-type: none;
  	overflow: hidden;
  	width: 90px;
  	height: 113.5px;
}
#productDetailThumbs li img {
  	width: 100%;
}
#productDetailPic {
	float:left;
	vertical-align:top;
  	margin-right: 3px;
}
#productDetailPic img {
	margin-bottom:40px;
}


@media only screen and (max-width : 1010px) {
  #productWrap {
      padding-left: 10px;
  }
}
@media only screen and (max-width : 955px) {
  #productImages {
    visibility: hidden;
    width: 15px;
  }
  #product .images span { 
    background: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/sprites.png?11353764210746445597') no-repeat 0px 0px; 
  }
} 
@media only screen and (max-width : 855px) {
  .productDetailInfo {
    width: 500px;
  }
  #productComplete ul li { margin: 0 12px 20px 0; padding: 0; width: 200px; }
  #productComplete ul li img { margin: 0; padding: 0; width: 200px;}
}
@media only screen and (max-width : 525px) {
  #product {
    height: 400px;
    margin-bottom: 0;
  }
  .productDetailInfo {
    width: 350px;
  }
  #product .images {
    height: 400px; 
  	width: 300px;
  	margin-top: -1px;
  	margin-right: 60px;
  }
  #product .images .container div { 
  	width: 300px; 
  	height: 400px; 
  	line-height: 400px; 
  }
  #product .images .container div img { 
  	max-width: 300px; 
  	vertical-align: middle; 
  }
}
@media only screen and (max-width : 400px) {
  #product .images {
   	margin-right: 0; 
  }
  .productDetailInfo {
    width: 250px;
  }	
  #product {
    height: 333px;
  }
  #product .images {
    height: 333px; 
  	width: 250px;
  }
  #product .images .container div { 
  	width: 250px; 
  	height: 333px; 
  	line-height: 333px; 
  }
  #product .images .container div img { 
  	max-width: 250px; 
  }
}

/********* Shipping and Fitting Popups ***********/
#shipPopup, #fitPopup {
	background-color: #FFF;
    /*border: 1px solid #999;*/
	padding: 10px 20px;
	margin: 0;
	/*width: 650px;*/
	font-size: 1.3em;
	font-family: 'proxima_nova_reg', Verdana, sans-serif;
    color: #000;
    position: relative;
  	outline: none;
}
#shipPopup h6, #fitPopup h6 {
	font-size: 1em;
    color: #000;
  	padding: 10px;
  	margin: 15px 0 0 0;
  	font-family: 'proxima_nova_reg', Verdana, sans-serif;
  	font-weight: normal;
  	letter-spacing: .5px;
  	text-transform: uppercase;
}
#shipPopup p {
  	max-width: 450px;
  	padding: 0 10px;
}
#fitPopup table {
  	margin-left: 10px;
  	font-size: .7em;
}
#fitPopup table tr {
  	height: 25px;
}
#fitPopup table tr td {
  	width: 55px;
}
#fitPopup table#fitShoes tr td {
  	width: 35px;
}
#fitPopup table#fitShoes tr td.fitCo {
  	text-transform: uppercase;
  	width: 150px;
}
#fitPopup table tr td.fitCo {
  	text-transform: uppercase;
  	width: 150px;
}
.popupClose a {
    font-size: 1.3em;
  	padding-top: 10px;
  	margin: 0;
    font-weight: bold;
  	letter-spacing: .5px;
  	text-decoration:none;
  	position: absolute;
  	top: 0;
  	right: 10px;
  	color: #000;
}
.popupClose a:hover {
  	color: #bdad8c;
}

.bulletlist {
	font-size: 1.5em; 
	font-style: normal; 
	color: #999999; 
	font-family: 'proxima_nova_reg', Verdana, sans-serif; 
	letter-spacing: .5px;
}


/*********** Product size and quantity dropdowns *****************/
.selector-wrapper label { display:none;}
.dropdown, .dropdown div, .dropdown li, .dropdown div::after, .dropdown .carat, .dropdown .carat:after, .dropdown .selected::after, .dropdown:after {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.dropdown .selected::after, .dropdown.scrollable div::after {
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}
/* WRAPPER */
.dropdown{
	position: relative;
	width: 113px;
  	height: 41px;
	cursor: pointer;
	background: #f6f6f6;
	float: left;
  	margin-right: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.dropdown.open { z-index: 2; }
.dropdown:hover{ background: #f4f4f4; }
.dropdown:after{
	content: '';
	position: absolute;
	right: 3px;
	bottom: 3px;
	top: 2px;
	width: 30px;
	background: transparent;
}
.dropdown.focus:after { background: #f6f6f6; }
/* CARAT */
.dropdown .carat, .dropdown .carat:after, .dropdown.open .carat {
	/*content: '';*/
	position: absolute;
	right: 13px;
	top: 45%;
	margin-top: -4px;
	/*border: 8px solid transparent;
	border-top: 8px solid #000;*/
	z-index: 2;	
	/*-webkit-transform-origin: 50% 20%;
	-moz-transform-origin: 50% 20%;
	-ms-transform-origin: 50% 20%;
	transform-origin: 50% 20%;*/
  height: 11px;
    width: 13px;
  background: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/select-arrow.gif?11353764210746445597') no-repeat;
}

.dropdown span.carat {
  
}

.dropdown .carat:after{
	margin-top: -10px;
	right: -8px;
	border-top-color: #f6f6f6;
}
.dropdown:hover .carat:after { border-top-color: #f6f6f6; }
.dropdown.focus .carat { border-top-color: #000; }
.dropdown.open .carat { border-top-color: #000; }
/* OLD SELECT (HIDDEN) */
.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}
.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}
.dropdown.touch .old{
	width: 100%;
	height: 100%;
}
.dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}
/* SELECTED FEEDBACK ITEM */ 
.dropdown .selected,
.dropdown li{
	display: block;
	font-size: 1.6em;
	line-height: 1;
	color: #000;
	padding: 13px 0 0 17px;
	overflow: hidden;
	white-space: nowrap;
}
.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	border-radius: 0 2px 2px 0;
	box-shadow: inset -55px 0 25px -20px #f8f8f8;
}
.dropdown:hover .selected::after{ box-shadow: inset -55px 0 25px -20px #f4f4f4; }
/* DROP DOWN WRAPPER */
.dropdown div{
	position: absolute;
	height: 0;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: -1px;
	background: #f8f8f8;
	overflow: hidden;
	opacity: 0;
}
.dropdown:hover div{ background: #f4f4f4; }
/* Height is adjusted by JS on open */
.dropdown.open div{
	opacity: 1;
	z-index: 2;
}
/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	box-shadow: inset 0 -50px 30px -35px #f8f8f8;
}
.dropdown.scrollable:hover div::after{ box-shadow: inset 0 -50px 30px -35px #f4f4f4; }
.dropdown.scrollable.bottom div::after{ opacity: 0; }
/* DROP DOWN LIST */
.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
.dropdown.scrollable.open ul{ overflow-y: auto; }
/* DROP DOWN LIST ITEMS */
.dropdown li{
	list-style: none;
	padding: 12px;
  	margin-left: -34px;
}
.dropdown li:last-child { padding-bottom: 30px; }
/* .focus class is also added on hover */
.dropdown li.focus{
	position: relative;
	z-index: 3;
	color: #bdad8c;
}
.dropdown li.active{ color: #bdad8c; }




/*************** jgrowl cart alert ***************/
div.jGrowl {
	z-index: 			9999;
	color: 				#000;
	font-size: 			12px;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				20px;
	top: 				50px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				65px;
	width: 				40%;
	left: 				41%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#F6F5F1;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					316px;
    min-height:	111px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			'proxima_nova_reg', Verdana, sans-serif;
	font-size: 				1.3em;
	text-align: 			left;
	display: 				none;
	/*-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;*/
}

div.jGrowl-message {
  	padding: 10px 0 15px 18px;
}

div.jGrowl-header {
  	padding: 10px 0 0 18px;
}
div.jGrowl-header a {
  	text-decoration:none;
  	color:#000;
  	font-family: 'proxima_nova_reg', Verdana, sans-serif;
	font-size: 1.2em;
    letter-spacing: 1.5px;
    font-weight: bold;
}

div.jGrowl-header a:hover {
  	color: #bdad8c;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl-close {
 	padding: 8px 18px 0 0;
}
div.jGrowl-close:hover {
 	color: #bdad8c;
}
div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}


/***********  Zoom Popup ******************/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{
  	font-family:'proxima_nova_reg', Verdana, sans-serif;
  	color:#000; 
  	text-transform:uppercase;
}
#sb-container{
  	position:fixed;
  	margin:0;
  	padding:0;
  	top:0;
  	left:0;
  	z-index:9000;
  	text-align:left;
  	visibility:hidden;
  	display:none;
}
#sb-overlay{
  	position:relative;
  	height:100%;
  	width:100%;
	}
#sb-wrapper{
  	position:absolute;
  	visibility:hidden;
  	width:100px;
}
#sb-wrapper-inner{
  	position:relative;
    overflow:hidden;
    height:100px;
}
#sb-body{
    position:relative;
    height: 100% !important;
  	width: 100% !important;
  	overflow: hidden !important;
}
#sb-body-inner{
    position:absolute;
    height: 100% !important;
    width: 100% !important;
  	-webkit-overflow-scrolling:touch !important;
  	overflow: auto !important;
  	padding-right: 17px !important;
  	padding-bottom: 15px !important;
}

#sb-player.html{
    height:220%;
    overflow:auto;
}
#sb-body img{
    border:none;
}
#sb-loading{
    position:relative;
    height:100%;
}
#sb-loading-inner{
  	position:absolute;
  	font-size:14px;
  	line-height:24px;
  	height:24px;
  	top:50%;
    margin-top:-12px;
    width:100%;
    text-align:center;
}
#sb-loading-inner span{
    background:url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/loading.gif?11353764210746445597') no-repeat;
    padding-left:34px;
    display:inline-block;
}
#sb-body,#sb-loading{
  	background-color:#E1DDDD;
}
#sb-nav-close{
  	background: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/sprites.png?11353764210746445597') no-repeat -100px 0px;
  	position: absolute; 
    top: 0;  
    right: 0;
  	cursor: pointer; 
    display: block; 
    width: 40px; 
    height: 40px;
  	z-index: 9002;
}
#sb-nav-next{
  	background: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/sprites.png?11353764210746445597') no-repeat -44px 0px;
  	position: absolute; 
    top: 50%;  
    right: 0;
  	cursor: pointer; 
    display: block; 
    width: 40px; 
    height: 40px;
  	z-index: 9002;
}
#sb-nav-previous{
  	background: url('//cdn.shopify.com/s/files/1/0137/6952/t/6/assets/sprites.png?11353764210746445597') no-repeat 0px 0px; 
	position: absolute; 
    top: 50%;  
    left: 0;
  	cursor: pointer; 
    display: block; 
    width: 40px; 
    height: 40px;
  	z-index: 9002;
}
#sb-title,#sb-info{
    position:relative;
    margin:0;
    padding:0;
    overflow:hidden;
}
#sb-title,#sb-title-inner{height:0px;line-height:0px;}
#sb-title-inner{font-size:16px;}
#sb-info {
 	position: absolute;
  	top: 50%;
}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:40px;width:40px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}


/* ***************** Page Default Layout ************ */
#pageWrap {
	max-width: 950px;
  	min-height: 450px;
	margin: 0 auto 30px auto;
}
#pageWrap p {
  	font-size: 1.7em;
  	font-family: 'proxima_nova_reg', Verdana, sans-serif;
  	font-weight: normal;
}

/* ***************** Footer ****************** */
footer {
	background-color: #F4F4F4;
	font-size:1.4em;
  	margin-top: 6px;
  	padding:0;
}
.footerInfo {
	display:inline-block;
	vertical-align:top;
	margin:20px 30px 20px 135px;
	width:200px;
}
.footerInfo p {
	letter-spacing: 1.45px;
	margin-bottom: 28px;
}
.footerInfo > ul {
	margin-top: 24px;
	padding:0;	
}
.footerInfo > ul > li {
	font-family: 'proxima_nova_reg', Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:.9em;
	list-style:none;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.footerInfo > ul > li > a {
	text-decoration: none;
	color: #000;
}
.footerInfo > ul > li > a:hover {
	text-decoration: underline;
}
#icons li{
	display:inline-block;	
}
#fboverlay {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  	margin-top: 20px;
}
@media only screen and (max-width : 480px) {
.footerInfo {
	margin-left: 10px;
}
}


  #indexImages .lookbookimgwrap h2 a { opacity: 0; }
  #indexImages .lookbookimgwrap:hover h2 a { opacity: 1; } 
 
  .product-vendor {
   font-size: 14px;
   margin-bottom: -7px;
   padding-top: 5px;
   margin-left:5px;
   text-align: center;
 }

.product-vendor a {
   color:#000000;
   text-decoration:none;
 }
 .pr-grid:hover .prod-price{
   display: none;
 }
 .pr-grid:hover .b-pr-sizes{
   display: block;
 }

 .b-pr-sizes{
   color: #666;
   font-family: "proxima_nova_reg",Verdana,sans-serif;
   font-size: 1.3em;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0 10px;
   display: none;
 }
 .b-pr-sizes__item{
   margin: 0 5px;
   text-transform: uppercase;
   color: #9fa1a4;
 }
 .b-pr-sizes__item.del{
   color: #d2d5d9;
   font-weight: inherit;
   text-decoration: line-through;
 }

 @media screen and (max-width: 605px){
 	.b-sub-menu{
 		display: none; 
 	} 
 }