.refine-dropdown {
  color: #333;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  cursor: pointer;
  width: 150px;
  height: 28px;
  padding: 0 50px 0 10px;
  display: inline;
  position: relative;
  z-index: 1;
  border: 1px solid #b6b6b6;
}

/*designers*/

#left-designer-arrow, #leftCat-designer-arrow {
  position: absolute;
  color: #292929;
  font-size: 0.6em;
  top: 7px;
  right: 18px;
}

a#left-designers, a#leftCat-designers {
  color: rgba(0,0,0, 1);
  font-size: 19px;
  background-color: rgba(255,255,255, 1);
  width: 184px;
  padding: 10px 0 6px 10px;
  display: inline-block;
  position: relative;
  cursor: default;
  z-index: 100;
}

a#left-designers span, a#leftCat-designers span {
  color: #292929;
  font-size: 16px;
  text-align: center;
  margin: 5px 0 0;
  display: block;
  clear: both;
  position: relative;
}

.home-designers {
  color: rgba(0,0,0, 1);
  font-size: 19px;
  background-color: rgba(255,255,255, 1);
  width: 184px;
  padding: 10px 0 6px 10px;
  display: inline-block;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}

.outlet {
  font-weight: bold !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  position: relative;
  background: #fff !important;
  border: 1px solid #000;
  color: #000 !important;
  font-size: 13px !important;
  text-align: center;
  padding: 20px 10px !important;
}

.outlet:hover,
.outlet:focus,
.outlet:active{
  background: #000 !important;
  color: #fff !important;
}

.outlet div {
  color: rgba(0,0,0, 1);
  font-size: 16px;
  margin: 7px 0 0;
  float: right;
  display: none;
}

#sale-banner {
    width: 184px;
    padding: 10px 0 12px 10px;
    display: inline-block;
}

#sale-button {
    float: none;
    color: #000;
    font-size: 13px;
    display: inline-block !important;
    margin: 0;
}

.outlet:hover #sale-button,
.outlet:focus #sale-button,
.outlet:active #sale-button{
  color: #fff !important;
}


/**/

div.stuff {
  display: none;
}

a:hover + div.stuff {
  display: block;
}

div.stuff:hover {
  display: block;
}

.leftWrap {
  width: 184px;
  float: left;
}

#left, #leftCat {
  width: 184px;
  float: left;
  z-index: 1;
}

#leftCat {
  padding: 0 0 15px 1px;
}

#left li{
  display: flex;
}

#left li a:link, #left li a:visited,
#leftCat li a:link, #leftCat li a:visited {
  color: #747474;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0 0 0 10px;
  display: inline-block;
}

#left li a:hover,
#leftCat li a:hover {
  color: #000;
  border-left: 2px solid #d6d6d6;
}

#no-results {
  color: #959595;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 100px 50px 0;
}

p.itemname {
  color: #535354;
  width: 100%;
  font-size: 13px;
}

p.itemnameupper, p.brand {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  font: 13px Futura;
}

p.collection, p.priceon {
  color: #808080;
  font-size: 12px;
  width: 100%;
}

p.price, p.price-off, p.priceoff {
  color: #938d82;
  font-size: 12px;
}

p.intrestfree {
  color: #938d82;
  font-size: 12px;
  margin: 49px 0px 0px 39px;
}

p.price-off, p.priceoff {
  text-decoration: line-through;
}

p.specialoffer {
  color: #d71733;
  font-size: 12px;
}

#product-promo {
  width: 100%;
  padding: 8px 0;
  background-color: #434343;
  border-top: 1px solid #595959;
  border-bottom: 1px solid #595959;
}

#product-promo h1 {
  color: #f2f2f2;
  font-size: 28px;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  padding: 0 30px 0 0;
}

#product-promo h2 {
  color: #f2f2f2;
  font-size: 20px;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  padding: 0 30px 0 0;
}

#product-promo span {
  color: #727373;
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 7px 0 0;
  display: block;
}

#product-promo p {
  color: #4c4d4d;
  font-size: 10px;
  padding: 8px 0 7px;
}

#products-wrapper {
  margin: 30px auto 40px;
  position: relative;
  padding: 0 10px;
}

.singleitemout {
  height: 300px;
  margin-bottom: 9px;
  display: table;
  #position: relative;
  overflow: hidden;
}

.singleitemin {
  vertical-align: bottom;
  display: table-cell;
  position: relative;
}

.singleitem {
  text-align: center;
  margin: 0 auto;
}

.singleitem img {
  margin: 0 auto;
  max-height: 270px;
  width: auto;
}

.sizes {
  font-size: 11px;
  color: rgba(38, 38, 38, 1);
  text-decoration: none;
  padding: 2px 0;
}

.sizelist {
  display: inline-block;
  vertical-align: middle;
}

.prodlist,
ul.prodlist {
  display: table;
  float: left;
}

ul.prodlist li {
  text-align: center;
  height: 420px;
  float: left;
}

.prodlist .hide {
  background-color: #fff;
  vertical-align: middle;
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  bottom: 0px;
  overflow: auto;
  opacity: 0.75;
  z-index: 100;
  display: none;
}

ul.prodlist li .hide {
  background-color: #fff;
  vertical-align: middle;
  width: 200px;
  height: auto;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  bottom: 0px;
  left: 40px;
  overflow: auto;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  z-index: 100;
  display: none;
}

ul.prodlist li:hover .hide,
.prodlist li:hover .hide {
  display: block;
}


.christmas-img {
  display: block;
  margin: 0 auto;
  width: auto;
}
@media (max-width: 800px) {
  .christmas-img {
    width: 100%;
  }
}

/* header nav responsive */

@media (min-width: 200px) and (max-width: 632px) {

a#left-designers, a#leftCat-designers {
  margin: 0 0 10px;
  display: inline-block;
}

#left ul, #leftCat ul {
  padding: 10px 0;
  display: none;
}

#left:hover ul, #leftCat:hover ul {
  background-color: #fff;
  margin: 12px 0 0;
  display: block;
  border: 1px solid #d8d8d8;
}

#left {
  width: 200px;
  position: absolute;
  top: -30px;
  left: 0px;
}

#leftCat {
  width: 200px;
  position: absolute;
  top: -30px;
  left: 210px;
}

#products-wrapper {
  width: 500px;
}

.prodlist,
ul.prodlist {
  width: 250px;
}

ul.prodlist li {
  width: 250px;
}

.singleitemout {
  width: 250px;
}

}

@media (min-width: 632px) and (max-width: 767px) {

a#left-designers, a#leftCat-designers {
  margin: 0 0 10px;
  display: inline-block;
}

#left ul, #leftCat ul {
  padding: 10px 0;
  display: none;
}

#left:hover ul, #leftCat:hover ul {
  background-color: #fff;
  margin: 12px 0 0;
  display: block;
  border: 1px solid #d8d8d8;
}

#left {
  width: 200px;
  position: absolute;
  top: -30px;
  left: 0px;
}

#leftCat {
  width: 200px;
  position: absolute;
  top: -30px;
  left: 210px;
}

#products-wrapper {
  width: 720px;
}

.prodlist,
ul.prodlist {
  width: 500px;
}

ul.prodlist li {
  width: 250px;
}

.singleitemout {
  width: 250px;
}

}

@media (min-width: 768px) and (max-width: 1023px) {

a#left-designers, a#leftCat-designers {
  margin: 0 0 10px;
  display: inline-block;
}

#left ul, #leftCat ul {
  padding: 10px 0;
  display: none;
}

#left ul.show, #leftCat ul.show {
  background-color: #fff;
  margin: 12px 0 0;
  display: block;
  border: 1px solid #d8d8d8;
}

#left {
  width: 200px;
  position: absolute;
  top: -30px;
  left: 0px;
}

#leftCat {
  width: 200px;
  position: absolute;
  top: -30px;
  left: 210px;
}

#products-wrapper {
  width: 768px;
  margin-top: 0;
  padding: 0;
}

.topNum {
  margin-top: 96px;
  line-height: 40px;
}

.leftWrap {
  position: absolute;
  top: -86px;
}

.prodlist,
ul.prodlist {
  width: 768px;
}

ul.prodlist li {
  width: 256px;
}

.singleitemout {
  width: 256px;
}

}

@media (min-width: 769px) and (max-width: 1024px) {

#left-designer-arrow, #leftCat-designer-arrow {
  display: none;
}

a#left-designers, a#leftCat-designers {
  margin: 0 0 10px;
}

#products-wrapper {
  width: 1024px;
}

.prodlist,
ul.prodlist {
  width: 820px;
}

ul.prodlist li {
  width: 273px;
}

.singleitemout {
  width: 273px;
}

}

@media (min-width: 1025px) and (max-width: 1366px) {

#left-designer-arrow, #leftCat-designer-arrow {
  display: none;
}

a#left-designers, a#leftCat-designers {
  margin: 0 0 10px;
}

#products-wrapper {
  width: 1089px;
}

.prodlist,
ul.prodlist {
  width: 885px;
}

ul.prodlist li {
  width: 295px;
}

.singleitemout {
  /*width: 295px;*/
  width: -webkit-fill-available;
}

}

@media (min-width: 1366px) and (max-width: 3560px) {

#left-designer-arrow, #leftCat-designer-arrow {
  display: none;
}

a#left-designers, a#leftCat-designers {
  margin: 0px;
}

a#leftCat-designers {
  margin: 0 0 10px;
}

#products-wrapper {
  width: 1384px;
}

.prodlist,
ul.prodlist {
  width: 1180px;
}

ul.prodlist li {
  width: 295px;
}

.singleitemout {
  width: 295px;
}

}
