#fabric-info-popup-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 6000;
}
#fabric-info-popup {
  position: fixed;
  width: 700px;
  max-width: 90%;
  z-index: 7000;
  max-height: 90%;
  margin: auto;
  overflow: auto;
}
#fabric-info-popup .popup-wrapper {
  padding: 25px 28px;
}
#fabric-info-popup,
#fabric-popup,
#fabric-small-popup {
  display: none;
  position: fixed;
  background: #fff;
  box-shadow: 0px 0px 33px 5px rgba(0, 0, 0, 0.39);
}
#fabric-popup,
#fabric-small-popup {
  bottom: 0;
  right: 0;
  z-index: 5000;
  width: 390px;
  overflow: auto;
  max-width: 90%;
  max-height: 100%;
}
#fabric-small-popup {
  width: 96px;
}
#fabric-popup .popup-wrapper,
#fabric-small-popup .popup-wrapper {
  padding: 17px;
}
#fabric-popup .popup-wrapper .category-title {
  margin: 8px 0 12px;
}
#fabric-popup .popup-wrapper .content-title {
  margin: 0;
  font-size: 24px;
  font-family: 'MontserratRegular', sans-serif;
}
#fabric-popup .fabrics .item:nth-child(even) {
  margin-right: 0;
}
#fabric-popup .fabrics {
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#fabric-popup .tools {
  text-align: center;
}
#fabric-popup .tools button {
  font-size: 14px;
  padding: 18px 42px 17px;
  background: #8cabad;
}
#fabric-popup .tools button:hover {
  background: #34495e;
}
#fabric-popup .fabrics .item button {
  display: none;
}
#fabric-popup .fabrics .item button.add-to-cart {
  display: block;
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
}
.info-popup-holder {
  padding: 30px 0 20px;
  font-size: 16px;
}
.popup-wrapper .info-blocks h3.content-title {
  font-size: 21px;
  position: relative;
  padding: 0 0 14px;
  margin: 20px 0 15px;
}
.popup-wrapper .info-blocks h3.content-title:before {
  content: '';
  width: 23px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.popup-wrapper .info-blocks .info-popup-description {
  margin: 0 0 20px;
}
#fabric-popup .tools a,
.popup-wrapper .close-button {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-family: 'MontserratRegular', sans-serif;
  display: inline-block;
}
#fabric-popup .tools a:hover,
.popup-wrapper .close-button:hover {
  text-decoration: none;
  color: #8cabad;
}
#fabric-popup .tools a {
  margin: 0 0 44px;
}
.info-popup-descrip-holder {
  display: table;
}
.info-popup-descrip-holder .info-blocks {
  display: table-cell;
  vertical-align: top;
}
.info-popup-image-holder {
  display: table-cell;
  padding: 0 20px 0 0;
  vertical-align: top;
}
.info-popup-image {
  width: 245px;
  height: 245px;
  background-position: center;
  position: relative;
  margin: 0 auto;
  background-size: cover !important;
}
.info-popup-image button {
  display: none;
}
.info-popup-image:before,
.info-popup-image:after,
.info-popup-image-border:before,
.info-popup-image-border:after,
.popup-fabrics .item:before,
.popup-fabrics .item:after,
.popup-fabrics .item .border:before,
.popup-fabrics .item .border:after {
  content: '';
  position: absolute;
  background-repeat: repeat;
  z-index: 1;
}
.info-popup-image:before,
.info-popup-image:after,
.popup-fabrics .item:before,
.popup-fabrics .item:after {
  top: 0;
  width: 7px;
  height: 100%;
}
.info-popup-image-border:before,
.info-popup-image-border:after,
.popup-fabrics .item .border:before,
.popup-fabrics .item .border:after {
  width: 100%;
  height: 7px;
  left: 0;
}
.info-popup-image:before,
.popup-fabrics .item:before {
  left: 0;
  background: url('../../images/fabric/fabric_border_left.png');
}
.info-popup-image:after,
.popup-fabrics .item:after {
  right: 0;
  background: url('../../images/fabric/fabric_border_right.png');
}
.info-popup-image-border:before,
.popup-fabrics .item .border:before {
  top: 0;
  background: url('../../images/fabric/fabric_border_top.png');
}
.info-popup-image-border:after,
.popup-fabrics .item .border:after {
  bottom: 0;
  background: url('../../images/fabric/fabric_border_bottom.png');
}
.fabrics.popup-fabrics .item {
  width: 140px;
  height: 140px;
}
.fabrics.popup-fabrics .item .border {
  background: none;
  width: 100%;
  height: 100%;
}
.fabrics.popup-fabrics .item span {
  font-size: 11px;
}
.info-popup-image button.add-to-cart {
  top: 0;
  bottom: 0;
  margin: auto;
}
.info-popup-image:hover button.add-to-cart,
.product-image:hover button.add-to-cart,
.info-popup-image-holder:hover button.add-to-cart {
  opacity: 1;
}
.popup-wrapper .info-blocks .info-popup-title {
  font-family: 'CormorantGaramondBold', sans-serif;
  font-size: 35px;
  margin: 0 0 10px;
  text-align: center;
}
.fabric-page .page-title {
  font-family: 'CormorantGaramondMedium', serif;
  margin: 36px 0 24px;
}
.fabric-page h2.subtitle {
  font-size: 18px;
  text-align: center;
  margin: 0 0 47px;
  font-family: 'MontserratMedium', sans-serif;
}
.fabric-page h2.subtitle span {
  text-transform: uppercase;
  font-family: 'MontserratBold', sans-serif;
}
.fabrics-column {
  display: flex;
  justify-content: space-between;
}
.fabrics-column .filter-holder {
  width: 25%;
  padding: 24px 0 0;
}
.filter-holder.sidebar-main .filter {
  text-align: left;
}
.filter-holder.sidebar-main .filter .content-title {
  text-align: left;
}
.fabrics-column .fabrics-list-holder {
  width: 75%;
  padding: 0 0 0 25px;
}
.filter-holder .holder-filter-form {
  padding: 4px 0;
}
.filter-items-group {
  padding: 0 0 27px;
}
.filter-wrapper .filter-item {
  margin: 0;
  display: flex;
  align-items: center;
}
.filter-wrapper input,
.filter-wrapper label {
  cursor: pointer;
}
.filter-wrapper label {
  font-size: 16px;
}
.filter-wrapper .ll {
  padding: 0 0 0 3px;
}
.filter-wrapper .cb input[type='checkbox'] {
  display: none;
}
.filter-wrapper .cb input[type='checkbox'] + label,
.filter-wrapper .cb input[type='checkbox']:checked + label {
  width: 18px;
  height: 18px;
  display: block;
  padding: 0;
  border: 1px solid #a2a2a2;
  position: relative;
}
.filter-wrapper .cb input[type='checkbox']:checked + label:before {
  content: '\f00c';
  font: 11px/16px 'Font Awesome 5 Free';
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  color: #a2a2a2;
  text-align: center;
}
.more-filter-holder {
  display: none;
}
.more-filters-buttons {
  text-align: center;
  font-size: 0;
}

.more-filters-buttons button {
  width: 240px;
  margin: 0 10px 10px;
  font: 21px/1 'orator', arial, sans-serif;
  padding: 10px 10px 13px;
  display: inline-block;
}
.fabrics-list-holder {
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
}
.fabrics-list-holder .fabrics {
  display: flex;
  flex-wrap: wrap;
}
.fabrics-list-holder .page-title {
  margin-top: 12px;
}
.fabric-page .fabrics-holder .content-title {
  font-size: 30px;
  padding: 0 0 20px;
  margin: 0 0 16px;
}
.fabric-page .fabrics-holder .content-title:before {
  content: '';
  width: 23px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.fabric-page .fabrics-holder[data-category='fabric231'] {
  order: 0;
}
.fabric-page .fabrics-holder[data-category='fabric232'] {
  order: 0;
}
.fabric-page .fabrics-holder[data-category='fabric258'] {
  order: 0;
}
.fabric-page .fabrics-holder[data-category='fabric234'] {
  order: 1;
}
.fabric-page .fabrics-holder[data-category='fabric257'] {
  order: 1;
}
.fabric-page .fabrics-holder[data-category='fabric253'] {
  order: 2;
}
.fabric-page .fabrics-holder[data-category='fabric235'] {
  order: 3;
}
.fabric-page .fabrics-holder[data-category='fabric236'] {
  order: 3;
}
.fabric-page .fabrics-holder[data-category='fabric237'] {
  order: 3;
}
.fabric-page .fabrics-holder[data-category='fabric238'] {
  order: 3;
}
.fabric-page .fabrics-holder[data-category='fabric239'] {
  order: 3;
}
.fabric-page .fabrics-holder[data-category='fabric240'] {
  order: 3;
}
.fabric-page .fabrics-holder[data-category='fabric244'] {
  order: 3;
}

.fabric-short-description {
  width: 85%;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.6;
}
.fabrics .item {
  cursor: pointer;
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 20px 20px 0;
}
.fabrics .item[data-name='Max Cream (Crypton)'],
.fabrics .item[data-name='Piazza Cloud (Inside Out)'] {
  clear: left;
}

.fabrics .item span {
  background: white;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 7px 6px 5px;
  text-transform: uppercase;
  font-family: 'MontserratSemiBold', sans-serif;
  font-size: 13px;
  line-height: 1.1;
  text-align: center;
  opacity: 0;
}
.popup-wrapper .fabrics .item span {
  opacity: 1;
}
.fabrics-holder {
  margin: 0 0 43px;
}
.fabrics .item .add-to-popup {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  margin: 0;
  width: 100%;
  padding: 7px 0 5px;
  background: #8cabad;
}
.fabrics .item .add-to-popup:hover {
  background: #34495e;
}
.fabrics .item:hover .add-to-popup,
.fabrics .item:hover span {
  opacity: 1;
}
.fabrics .item div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fabrics .item div.border {
  z-index: 1;
  background: url('../../images/fabric/fabrics-cover.png') no-repeat;
}
button.add-to-cart {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0;
  border: none;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
}
.add-to-text {
  text-shadow: 0 0 1px #483737;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 89px;
  opacity: 0;
  text-align: center;
  font-family: 'MontserratMedium', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
button.add-to-cart:hover {
  background: rgba(255, 255, 255, 0.9);
}
button.add-to-cart:before {
  content: '+';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #636363;
  font: 41px/24px 'orator', sans-serif;
}
.fabrics .item:hover button.add-to-cart,
.fabrics .item:hover p.add-to-text {
  opacity: 1;
}
.popup-fabrics .item:hover p.add-to-text {
  opacity: 0;
}
.holder-fabrics-form-lists {
  display: flex;
  flex-wrap: wrap;
}
.fabrics-form-list {
  width: 500px;
  margin: 0 15px 0 0;
}
.fabrics-form-list ul {
  margin: 0;
  list-style: none;
}
.fabrics-form-list ul input,
.fabrics-form-list ul select {
  max-width: 365px;
  width: 100%;
}
.fabrics-form-list .fabrics {
  display: flex;
  flex-wrap: wrap;
}
.fabrics-form-list .field {
  margin: 0 0 10px;
}
/* ====================== Responsive ======================= */
@media (max-width: 767px) {
  .fabrics-column {
    flex-direction: column;
  }
  .fabrics-column .filter-holder {
    width: 100%;
  }
  .filter-holder.sidebar-main .filter > h3 {
    display: none;
  }
  .filter-wrapper .filter-items-group {
    display: flex;
    flex-wrap: wrap;
  }
  .filter-wrapper .filter-item {
    width: 50%;
  }
  .fabrics-column .fabrics-list-holder {
    width: 100%;
    padding: 0;
  }
  .fabric-short-description {
    width: 90%;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .info-popup-descrip-holder,
  .info-popup-descrip-holder .info-blocks,
  .info-popup-image-holder {
    display: block;
  }
  .info-popup-image-holder {
    padding: 0;
    margin: 0 0 20px;
  }
  .info-popup-image {
    width: 211px;
    height: 211px;
  }
  .popup-wrapper .info-blocks .info-popup-title {
    margin: 0;
    font-size: 33px;
  }
}
.product-image button.add-to-cart {
  top: 50%;
  margin-top: -30px;
}
.products-grid div.item {
  display: none;
}
.info-popup-image-wrapper {
  position: relative;
  text-align: center;
}
.info-popup-image-wrapper .add-to-cart {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.info-popup-image-wrapper .add-to-text2 {
  background: #8cabad;
  margin: 15px 0 0;
}
.info-popup-image-wrapper .add-to-text2:hover {
  background: #3f5071;
}
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url('../../images/loading2.gif') no-repeat
    center center;
  z-index: 10000;
}
