nav ul.no-list-style {
  text-align: center;
}
nav ul.no-list-style .item {
  float: none;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
nav ul.no-list-style .item a:hover {
  font-weight: bold;
}
nav ul.no-list-style .item ul {
  background-image: url(bottom-arrow.gif);
  background-repeat: no-repeat;
  background-position: top center;
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  width: 125px;
  background-color: #fbfbfb;
  padding: 15px 0px 15px 15px;
  z-index: 10;
}
nav ul.no-list-style .item ul li {
  position: relative;
}
nav ul.no-list-style .item ul li .fa {
  position: absolute;
  top: 5px;
  right: 15px;
}
nav ul.no-list-style .item ul li a {
  display: block;
  line-height: 110%;
  padding: 4px 0;
  font-size: 13px;
}
nav ul.no-list-style .item ul li.active > a {
  font-weight: bold;
}
nav ul.no-list-style .item ul li:hover > ul {
  display: block;
}
nav ul.no-list-style .item ul li ul {
  padding: 5px;
  background-image: none;
  position: absolute;
  left: 100px;
  top: -6px;
}
nav ul.no-list-style .item ul li ul li a {
  padding-left: 10px;
}
nav ul.no-list-style .item:hover > ul {
  display: block;
}
nav ul.no-list-style .item.active > a {
  font-weight: bold;
}

#responsive-menu {
  margin-top: 15px;
}

.brands_list {
  list-style: none;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  margin-bottom: 30px;
}
.brands_list a {
  display: block;
  padding: 2px 0;
  text-transform: uppercase;
  text-decoration: none;
}

#responsive-cart-button {
  position: relative;
}
#responsive-cart-button span {
  position: absolute;
  top: 5px;
  right: 1px;
  display: block;
  text-align: center;
  width: 100%;
}
#responsive-cart-button img {
  opacity: 1 !important;
}

.cart .cartcontent {
  top: 40px;
}
.cart .cartcontent .active-arrow {
  right: 15px;
}

.topbar {
  position: relative;
}
.topbar a.my-account {
  padding-right: 10px;
}
.topbar a.my-account .glyphicon {
  top: 12px;
  color: #777;
  font-size: 26px;
}
.topbar a.my-account .glyphicon:hover {
  color: #444;
}
.topbar .logoresponsive {
  margin: 0 auto 15px auto !important;
}
.topbar .col_left {
  position: absolute;
  left: 10px;
  top: 0;
}
.topbar .col_right {
  position: absolute;
  right: 10px;
  top: 15px;
}

.searchbar {
  margin: 15px 0 0 30px;
}

.spy img {
  position: absolute;
  top: 25px;
  left: 0;
}

#mobile-header-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#formSearch {
  display: none;
  position: relative;
}
#formSearch img {
  position: absolute;
  top: 12px;
  left: -3.5px;
}
#formSearch input {
  background-image: unset;
  padding: 8px;
  height: auto;
  background-color: #fbfbfb;
  border-color: #dbd8bf;
}
#formSearch span {
  margin-left: -40px;
  display: inline-block;
  padding: 3px 6px;
  background-color: #dbd8bf;
  cursor: pointer;
}

#formSearchmobile {
  width: auto;
  margin-bottom: 15px;
}

.leftNav {
  margin-bottom: 30px;
}
.leftNav img {
  margin-right: 5px;
}

select.brand, select.sort {
  width: 100%;
  margin-top: 15px;
}

#product_configure_option_size option:disabled {
  color: red;
}

.fancybox {
  float: none;
  text-align: center;
}
.fancybox .images {
  border: 0 !important;
}
.fancybox h2 {
  margin: 40px 0 20px;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
}
.fancybox hr {
  border-color: #000;
  margin-top: -33px;
}
.fancybox .lookWrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  height: 450px;
  width: 100%;
  box-sizing: border-box;
}
.fancybox .lookWrapper .pix_left {
  display: inline-block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 25%;
  height: 100%;
}
.fancybox .lookWrapper .pix_left a {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox .lookWrapper .pix_center {
  width: 45%;
  display: inline-block;
  box-sizing: border-box;
}
.fancybox .lookWrapper .pix_center .images {
  float: left;
  width: 70%;
}
.fancybox .lookWrapper .pix_center .images a {
  position: relative;
}
.fancybox .lookWrapper .pix_center .images a .view_all_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.fancybox .lookWrapper .pix_center .images a .view_all_wrapper .view_all {
  display: inline-block;
  background-color: #fff;
  text-transform: uppercase;
  padding: 5px 12px;
  color: #000;
}
.fancybox .lookWrapper .pix_center .images a:hover .view_all_wrapper {
  display: flex;
}
.fancybox .lookWrapper .pix_center .thumbs {
  float: right;
  width: 20%;
  margin: 0;
}
.fancybox .lookWrapper .pix_right {
  display: inline-block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 25%;
  height: 100%;
}
.fancybox .lookWrapper .pix_right a {
  display: block;
  width: 100%;
  height: 100%;
}

.select select {
  margin-top: 15px;
  width: 100%;
  padding: 3px 8px;
  color: #000;
}

.thumbsWrapper .thumbs a {
  border: 0;
}

.instafeed h2 {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
}
.instafeed hr {
  border-color: #000;
  margin-top: -33px;
}

#instafeed {
  border-top: 0;
  padding: 0;
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
}
#instafeed a {
  width: 20%;
  height: 250px;
  display: inline-block;
  float: none !important;
}
#instafeed a img {
  max-height: none;
  max-width: 100%;
}

.serviceFooter .row {
  justify-content: space-evenly;
  display: flex;
  align-items: flex-start;
}
.serviceFooter .row .col {
  text-align: left;
  display: inline-block;
  width: 24%;
  margin: 0 10px;
  box-sizing: border-box;
}
.serviceFooter .row .col:nth-of-type(2) {
  width: 20%;
}
.serviceFooter .row .col .glyphicon {
  display: none;
}

.wysiwyg {
  padding: 20px 0;
  position: relative;
}
.wysiwyg img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: none;
}
.wysiwyg p {
  z-index: 10;
  margin-bottom: 20px;
  text-align: justify;
}
.wysiwyg p.view {
  position: absolute;
  bottom: 50px;
  left: 0;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 50px 75px;
  box-sizing: border-box;
}
.wysiwyg p:not(:first-of-type) {
  opacity: 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 50px 75px;
  box-sizing: border-box;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.wysiwyg .caption {
  margin: 15px 0;
  text-align: center;
}
.wysiwyg .caption h1 {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
}
.wysiwyg .caption hr {
  margin-top: -20px;
  border-color: #444;
}
.wysiwyg:hover p:not(:first-of-type) {
  opacity: 1;
}

img.noimg {
  max-width: 100%;
}

select.classic {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: 0;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
}
select.classic:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0;
}

@media screen and (max-width: 985px) {
  .fancybox .lookWrapper {
    height: 400px;
  }
  .fancybox .lookWrapper .pix_left {
    display: none;
  }
  .fancybox .lookWrapper .pix_center {
    width: 55%;
  }
  .fancybox .lookWrapper .pix_right {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .topbar {
    height: auto;
  }

  .fancybox .lookWrapper .pix_center {
    width: 100%;
  }
  .fancybox .lookWrapper .pix_right {
    display: none;
  }

  #instafeed {
    justify-content: unset;
    display: block;
  }
  #instafeed a {
    width: 30%;
    height: auto;
    padding: 5px;
  }

  .footerBar h3 {
    float: none;
    text-align: center;
    margin-right: 0;
  }
  .footerBar .newsletter form {
    float: none !important;
    display: block;
    margin: auto;
    width: 60%;
  }
  .footerBar .newsletter form #formNewsletterEmail {
    width: 70%;
  }
  .footerBar .social-media {
    text-align: center;
    margin-bottom: 20px;
  }
  .footerBar .social-media a {
    text-decoration: none;
  }
  .footerBar .social-media img {
    float: none;
    margin: 0 4px;
  }

  .serviceFooter .row {
    justify-content: unset;
    display: block;
    align-items: unset;
  }
  .serviceFooter .row .col {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .serviceFooter .row .col:nth-of-type(2) {
    width: 100%;
  }

  .wysiwyg p.view {
    font-size: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .topbar .logoresponsive {
    max-width: 65%;
  }

  .footerBar .newsletter form #formNewsletterEmail {
    width: 100%;
  }

  .footerBar .newsletter .btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 478px) {
  .serviceFooter .row .col .glyphicon {
    display: inline-block;
  }
}

/*# sourceMappingURL=alhambra.css.map */
