/*
*Basic
*/


.packery {
    padding-bottom: 150px;
}
.packery *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* clearfix */
.packery:after {
  content: ' ';
  display: block;
  clear: both;
}




.packery .imageHolder {
  float: left;
  padding:5px;
}


.w1-4 {width:25%;}
.w1-3 {width:33.3%;}
.w1-2 {width: 50%;}
.w2-3 {width:66.6%}
.w3-4 {width:75%;}
.w1 {width:100%;}

@media (max-width: 767px) {
.w1-4 {width:50%;}
.w1-3 {width:50%;}
.w2-3 {width:100%}
.w3-4 {width:100%;}
}

.ny-fashion-view .hiddenitems {
display: none;
}

@media only screen and (max-width: 1600px) {
    .ny-fashion-view {
        padding: 0 5px;
    }
}
@media only screen and (min-width: 1601px) {
    .ny-fashion-view {
        margin: 0 -5px;
    }
}

/*
* Image Holder
*/

.imageHolder {
position:relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.imageHolder-inner {
position:relative;
}
.imageHolder-inner img{
border: 1px solid #eaeaea;
width: 100%;
}

.imageHolder .fancybox {
display: block;
position:relative;
}

.imageHolder .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
    height: 0;
    overflow: hidden;
    background-color: #272727;
}
.imageHolder .video-container iframe{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

    .imageHolder.banner a{
    color: #fff;
    }

    .imageHolder.banner .imageHolder-inner {
    overflow:hidden;
    background:#fff;
    }
    
    .imageHolder.banner .banner-text{
    position:absolute;
    padding: 10px 20px;
    background: #2d2d2c;
    text-align:center;
    bottom: -50px;
    left:0;
    right:0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.imageHolder.banner:hover .banner-text{
    bottom: 0;
}

.imageHolder.banner img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.imageHolder.banner:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

/*
*Article Tag
*/
.article-tag {
position:absolute;
z-index: 100;
background: #fff;
color: #000;
height: 42px;
overflow:hidden;
opacity: 0;
border-radius: 5px;
font-size: 16px;

-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

}


.imageHolder:hover .article-tag, .fancybox-inner .article-tag{
opacity: 1;
}
.article-tag.special{
height: 50px;
}
.article-tag:hover,
.article-tag.special:hover{
height: auto;
overflow:visible;
z-index: 110;
}
.article-tag > .tag-price {
padding: 10px;
display:inline-block;
white-space: nowrap;
}
.article-tag .inner-box{
max-width: 200px;
position:absolute;
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.article-tag.flip .inner-box{
right: 0;
text-align:right;
}

.article-tag:hover .inner-box {
display: block;
padding: 10px;
}
.article-tag:hover > .tag-price {
height:0;
padding: 0 10px;
display: block;
overflow:hidden;
}
.article-tag .tag-sku {
font-size: 0.8em;
opacity: 0.8;
}
.article-tag .tag-img {
margin: 10px 0;
max-width: 180px;
}


.article-tag .inner-box *{
display: block;
}

/*Specialprice*/
.article-tag.special .tag-price .regular {
display: block;
font-size: 12px;
text-decoration: line-through;
color: #666;
line-height: 12px;
}

@media (max-width: 1024px) {
    .article-tag {
        font-size: 14px;
        height: 38px;
    }
    .article-tag.special {
        height: 47px;
    }
    .article-tag.special .tag-price .regular {
      font-size: 10px;
      line-height: 10px;
  }
}


@media (max-width: 767px) {
    .article-tag {
        font-size: 10px;
        height: 26px;
    }
    .article-tag.special {
    height: 35px;
}
    .article-tag > .tag-price {
        padding: 6px;
    }
    .article-tag:hover .inner-box {
        padding: 6px;
    }
    .article-tag:hover > .tag-price {
        padding: 0 6px;
    }
    .article-tag.special .tag-price .regular {
      font-size: 8px;
      line-height: 8px;
  }
}


/*
*More
*/

.more-fashion {
    display: none;
    position:absolute;
    bottom: 70px;
    height:40px;
    width: 100%;
    text-align: center;
}
.more-fashion .ajaxloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    display: none;
}
.more-fashion a, .more-fashion .no-more-results, .more-fashion .no-items-found{
    border: 1px solid #eaeaea;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.8em;
    background-color: #fff;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    width:33.3%;
    color: #919191;
}
@media (max-width: 767px) {
    .more-fashion a, .more-fashion .no-more-results{
        width:60%;
    }
}

.more-fashion a span{
position:relative;
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
    display: inline-block;
    
}

.more-fashion a:hover span{
    -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
    
}
.load-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
        background-color: rgba(255, 255, 255, 0.95);
        display: none;
        z-index: 1000;
}
.load-overlay .ajaxloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
}

/*
*Fillin-In
*/

.fill-in .item {
    border: 1px solid #eaeaea;
    background: #fff;
}

.fill-in .item a {
	display: block;
	font-weight: 600;
	color: #919191;
	text-align: center;
	padding: 30px 20px;
    font-size: 20px;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .fill-in .item a {
        padding: 20px;
        font-size: 18px;
    }
}


@media (max-width: 767px) {
    .fill-in .item a {
        padding: 15px;
        font-size: 16px;
    }
}

.fill-in .item .icon {
	font-size: 2em;
    display: block;
}
.fill-in .item .link-text {
	font-size: 1em;
    display: block;
}

.fill-in .item a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 	
}

.fill-in .item a:hover {
	color: #e2001a;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.slideshow_holder {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 33.74%;
	background-color: #cecece;
    overflow:hidden;
}

.slideshow {
	width: 100%;
}
.slideshow .slide{
	right: 0;
}

.slideshow-pager {
  position: absolute;
  z-index: 200;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  font-size: 40px;
}

.slideshow-pager span {
	opacity: 0.6;
	color: #f0f0f0;
	padding: 0 3px;
	text-shadow: 0px 0px 13px rgb(126, 126, 126);
	cursor: pointer;
}

.slideshow-pager .cycle-pager-active {
	color: #626262;
}


.tp-fashion .fullscreen_link {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 100;
}

.tp-fashion .tp-bullets.hidebullets {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
  }
  .tp-fashion .tp-bullets {
      z-index:100;
  }
  .tp-fashion .tp-bullets.ny {
      display:block;
  }
  .tp-fashion .html-content {
      position:absolute;
      top:0;
      bottom:0;
      left:0;
      right: 0;
      z-index: 80;
  }
  .tp-fashion .tp-bullets.ny .bullet {
    margin-right: 5px !important;
}


@media (max-width: 767px) {
  .tp-banner-container.tp-fashion {
    padding-bottom: 40px;
  }
  
  .tp-fashion .tp-bullets.hidebullets {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
  }
}

@media (max-width: 560px) {
  .tp-banner-container.tp-fashion {
    padding-bottom: 30px;
  }
}

/*======================================
  Selectric v1.9.2
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: #C4C4C4;
}
.selectric-hover .selectric .button {
  color: #A2A2A2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #C4C4C4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-open .selectric .button.icon.iconny-down-open:before {
  content: '\e805';
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #C4C4C4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  width: 100% !important;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}


/*Label Menu*/



.label_menu .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px;
  font-size:inherit;
  line-height: 1;
  color: #000;
  height: auto;
  text-align:center;
}
.label_menu .selectric {
  border: 1px solid #000;
  background: #fff;
  
}
.label_menu .selectric-items li {
    border-top: 0;
    border-bottom: 1px solid #f0f0f0;
    padding:0;
    font-size: inherit;
}
.label_menu .selectric-items li a{
    padding: 5px;
}
.label_menu .selectric-items ul {
    font-size: inherit;
}
.label_menu .selectric-items {
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0;
    text-align:center;
    margin-top: -1px;
}
.label_menu .selectric-items li.selected {
    background-color: #f0f0f0;
    color: #000;
}
.label_menu .selectric-items li span{
    line-height: inherit;
}
.label_menu .selectric .button {
     font: inherit;
     line-height: 38px;
     padding: 0;
     color: #000;
     top: 50%;
     margin-top: -19px;
}
.label_menu .selectric .button:after {
     content: none;
}



.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

.gender_menu {
	position: relative; 
    padding: 0 10px;
    font-size: 20px;
    margin: 24px 0 14px 0;
}
.gender_menu .option-list{
	margin: 0 -5px;
}
.gender_menu .option {
    width:22%;
    float:left;
    padding: 0 10px;
    margin: 0 2% 10px 2%;
}

.gender_menu .option.first {
    padding-left:0;
    margin-left:0;
}
.gender_menu .option.last {
    padding-right:0;
    margin-right:0;
}

.gender_menu a {
	border: 1px solid #000;
	display: block;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
    background:#fff;
}

.gender_menu a span {
	display: inline-block;

	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 	
}

.gender_menu a:hover span,
.gender_menu a.active span{
	color: #e2001a;
	
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media only screen and (max-width: 1023px) {
    .gender_menu a {
      font-size: 1em;
    }
    .gender_menu .option {
        width:25%;
        margin-left:0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .gender_menu .option {
        width:50%;
    }
    .gender_menu .opt-2 {
        padding-right: 0;
    }
    .gender_menu .opt-3 {
        padding-left: 0;
    }
}


/*Icons*/
.label_menu .icon-fsbn {
    font-size:2.2em;
}
.label_menu .icon-fbs {
    font-size:2.7em;
}
.label_menu .icon-censored {
    font-size:1.5em;
}
.label_menu .icon-swim {
    font-size:1.8em;
}
.label_menu .icon-amisu {
    font-size:1.0em;
}
.label_menu .icon-smog {
    font-size:1.0em;
}
.label_menu .icon-athletics {
    font-size:2.5em;
}

.label_menu .view-all {
font-size: 1.6em;
}

.label_menu {
	position: relative; 
	margin-top: 0;
	margin-bottom: 24px;
    font-size: 16px;
    padding: 0 5px;
    
}
.label_menu-wrap {
    border: 1px solid #000;
    padding: 0 5px;
    background: #fff;
}

.label_menu .option-list {
	margin: 0 -5px;
	padding-top: 5px;
	padding-bottom: 5px;
    text-align:center;
    font-size: 0px;
}

.label_menu .option {
display: inline-block;
vertical-align:top;
width: auto;
padding: 0;
text-align:center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 65px;
    font-size: 16px;
    margin:0 4%;
}
.label_menu .label_menu-select,
.selectric-label_menu-select {
display: none;
}
@media only screen and (max-width: 1023px) {
    .label_menu .option {
        width:33.3%;
        margin:0;
    }
}
@media only screen and (max-width: 768px) {
    .label_menu .option {
        width:50%;
    }
    .label_menu-wrap {
        display: none;
    }
    .selectric-label_menu-select {
        display: block;
    }
    .label_menu {
        font-size: 12px;
    }
    .label_menu .selectric-label_menu-select span{
        line-height: 30px;
    }
}

.label_menu a {
display: block;
}



.label_menu span {
	line-height: 45px;
	padding: 10px 0;
}

.label_menu span {	
	display: inline-block;
	
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 	
}
.label_menu a.disabled,
.label_menu a.disabled span
{
color: #aaa !important;
}


.label_menu a:hover span,
.label_menu a.active span {
	color: #e2001a;
	
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}



.label_menu [class^="icon-"]:before, .label_menu [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
}

