#catalogUL li{ display:none;
}
#loadMore {
    cursor:pointer;
}
#loadMore:hover {
    color:black;
}
.more-links {
    padding: 8px 4px 4px 20px;
}
.more-links .link{
    font-weight: 500;
    font-size: 14px;
}
#showLess {
    cursor:pointer;
    display: none;
}
#showLess:hover {
    color:black;
}

#facebox .content {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  position: relative; }

#facebox .content .pop-up-title {
  font-weight: 300;
  color: #2e384d;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  /*margin-bottom: 20px;*/
  padding: 10px;
  /*border-bottom: $border;*/ }

#facebox .content.small-fb-width {
  width: 100%;
  max-width: 350px; }

#facebox .content.medium-fb-width {
  width: 100%;
  max-width: 650px; }

#facebox .content.large-fb-width {
  width: 100%;
  max-width: 800px;
  min-width: 350px; }

#facebox .content.faceboxWidth {
  width: 850px;
  min-width: 350px;
  min-height: 150px; }

#facebox .content.fbminwidth {
  min-width: 350px;
  min-height: 150px; }

#facebox .content.productQuickView {
  width: 900px;
  padding: 0; }

#facebox .content.collection-ui-popup {
  padding: 15px; }

#facebox .content.loginpopup {
  padding: 0;
  max-height: none;
  max-width: 450px; }

#facebox .content > p:first-child {
  margin-top: 0; }

#facebox .content > p:last-child {
  margin-bottom: 0; }



#facebox .loading {
  text-align: center; }

#facebox .image {
  text-align: center; }

#facebox img, #facebox .post .post_media iframe, .post .post_media #facebox iframe {
  border: 0;
  margin: 0; }

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.facebox_hide {
  z-index: -100; }

.facebox_overlayBG {
  opacity: 0.7;
  background-color: #000;
  z-index: 99; }

@media only screen and (max-width: 1200px) {
  #facebox {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important; }
  #facebox .content {
    display: block;
    padding: 15px; }
  #facebox .content.faceboxWidth {
    width: auto;
    max-width: 750px; } }

@media only screen and (max-width: 767px) {
  #facebox .content.fbminwidth {
    min-width: inherit;
    max-height: 90vh;
    overflow-y: auto; }
  #facebox .content.productQuickView {
    overflow-y: auto; }
  #facebox .popup {
    padding: 30px 20px; } }
