/* Soft Treatment Styles */
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@media (min-width: 1000px) {
  body {
    overflow-x: hidden;
  }
}

.page--content {
  border-top: 2px solid hsla(0, 0%, 72%, 1) !important;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  width: 960px;
}

.premium-top-treatments-page--content{
  margin-bottom: 33px;
}

.page-intro--container {
  display: flex;
  width: 100%
}

.soft-treatments-page-intro--container,
.reasons-page-intro--container {
  justify-content: space-between;
  margin-bottom: 16px;
  padding-top: 48px;
}

.fabric-roman-shades-page-intro--container,
.draperies-page-intro--container,
.twin-shade-page-intro--container{
  height: 441px;
  padding-top: 6px;
}

.cornices-page-intro--container,
.premium-top-treatments-page-intro--container {
  height: 489px;
  padding-top: 6px;
}

.page-intro--image-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.soft-treatments-page-intro--image-container {
  order: 2;
  width: 199px;
}

.fabric-roman-shades-page-intro--image-container,
.draperies-page-intro--image-container,
.premium-top-treatments-page-intro--image-container,
.cornices-page-intro--image-container {
  flex: none;
  width: 600px;
}

.page-intro--image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-gradient-container {
  background-image: linear-gradient(to right, transparent 0%, transparent 55%, #fff 96%);
  background-clip: padding-box;
  background-position: center, center;
  background-size: 100%, 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.page-intro--content-container {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.soft-treatments-page-intro--content-container {
  flex: 0 1 auto;
  width: 55%;
}

.fabric-roman-shades-page-intro--content-container,
.draperies-page-intro--content-container,
.premium-top-treatments-page-intro--content-container,
.cornices-page-intro--content-container,
.twin-shade-page-intro--content-container,
.reasons-page-intro--content-container {
  left: -44px;
  position: relative;
  width: 408px;
}

.page-intro--heading {
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 42px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 16px;
  padding-top: 8px;
}

.fabric-roman-shades-page-intro--heading,
.cornices-intro--heading,
.twin-shade-page-intro--heading {
  padding-top: 73px;
}

.draperies-page-intro--heading {
  padding-top: 49px;
}

.premium-top-treatments-page-intro--heading {
  padding-top: 49px;
}

.cornices-page-intro--heading{
    margin-top: 17px;
}

.page-intro--sub-heading {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 19px;
  padding-top: 5px;
}

.page-intro--description {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
  padding-top: 7px;
}

.cornices-page-intro--description-list{
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
  padding-top: 6px;
}

.com-calculator-link {
  display: block;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 320px;
  text-align: center;
}

.com-calculator-image {
  display: block;
  margin-bottom: .5rem;
  width: 100%;
}

.gallery-link--list {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  padding-top: 1px;
}

.gallery-link,
.gallery-link:link,
.gallery-link:visited {
  background-color: hsla(0,100%, 42%, 1);
  border: 1px solid hsla(0,100%, 42%, 1);
  color: hsla(0, 0%, 100%, 1);
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: 12px;
  padding: 8px;
  text-decoration: none;
}

.gallery-link:focus,
.gallery-link:hover {
  background-color: hsla(0, 0%, 100%, 1);
  color: hsla(0,100%, 42%, 1);
}

.soft-categories--container {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
}

.soft-categories--card{
  flex: 0 1 auto;
  margin-bottom: 48px;
  width: calc(50% - 24px);
  position: relative;
}

.card--heading {
  color: hsla(0, 0%, 100%, 1);
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  margin-bottom: 2px;
}

.card--sub-heading {
  color: hsla(0, 0%, 100%, 1);
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
}

.image-headers{
  background-color: hsla(0, 100%, 42%, 1);
  margin-top: -3px;
  padding-bottom: 11px;
}

.card-4{
  margin-top: -2px;
}

.card-1{
  margin-right: 48px;
}
.card-3{
  margin-top: -2px;
  margin-right: 48px;
}

.card-hr{
  width: 50%;
  margin-top: 20px;
}

#soft-shade {
  height: 369px;
  width: 100%;
  text-align: center;
}

.calc-link {
  text-align: center;
  position: relative;
  margin-top: 14px;
}

.calc-link a {
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 40px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 48px;
  padding-top: 8px;
  color: hsla(0, 0%, 32.2%, 1);
  text-decoration: none;
}

.dh-catalog--card--action-link {
  background-color: hsla(0, 0%, 0%, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .8s ease, bottom .8s ease, left .8s ease, right .8s ease, top .8s ease;
}

.dh-catalog--card--action-link:hover,
.dh-catalog--card--action-link:focus {
  background-color: rgba(0, 0, 0, .1);
  bottom: -7.5px;
  left: -7.5px;
  right: -7.5px;
  top: -7.5px;
  transition: background-color .2s ease, bottom .2s ease, left .2s ease, right .2s ease, top .2s ease;
}

#pu16748{
  float: right;
}

#u15816{
  margin-left: 82px !important;
  margin-top: 0px !important;
}

#ppmenuu14416 {
  margin-left: 0;
}

.tabs--section {
  border-bottom: 36px solid hsla(0, 100%, 42%, 1);
  margin-top: -42px;
  position: relative;
  width: 100%;
  z-index: 9;
}

.tabs--list {
  display: flex;
  justify-content: flex-end;
}

.tab {
  background-color: hsla(180, 1%, 72%, 1);
  border-left: 3px solid hsla(180, 1%, 72%, 1);
  border-right: 3px solid hsla(180, 1%, 72%, 1);
  border-top: 3px solid hsla(180, 1%, 72%, 1);
  color: hsla(0, 0%, 100%, 1);
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-right: 6px;
  padding: 12px;
  position: relative;
}

.tab:focus,
.tab:hover,
.tab[aria-selected="true"] {
  background-color: hsla(0, 0%, 100%, 1);
  border-left-color: hsla(180, 1%, 72%, 1);
  border-right-color: hsla(180, 1%, 72%, 1);
  border-top-color: hsla(180, 1%, 72%, 1);
  color: hsla(0,100%, 42%, 1);
  cursor: pointer;
  z-index: 9;
}

.panels {
  border-top: 3px solid hsla(180, 1%, 72%, 1);
  margin-top: -3px;
  position: relative;
  z-index: 2;
}

.shade-styles--panel,
.shade-options--panel {
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
}

.hidden-panel {
  display: none !important;
}

.shade-style--card,
.shade-option--card {
  box-sizing: border-box;
  margin-bottom: 24px;
  margin-right: 24px;
  position: relative;
  width: 304px;
}

.shade-style--card:nth-of-type(3n),
.shade-option--card:nth-of-type(3n) {
  margin-right: 0;
}

.shade-style--image-container {
  border: 3px solid hsla(0, 0%, 72%, 1);
  height: 234px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: calc(100% - 6px);
}

.shade-option--image-container {
  height: 168px;
  overflow: hidden;
  width: 100%;
}

.shade-style--image {
  height: auto;
  transform: translateY(-84px);
  width: 80%;
}

.shade-option--image {
  height: 100%;
  width: auto;
}

.shade-style--heading,
.shade-option--heading {
  color: #525252;
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 18px;
  padding-top: 18px;
}

.shade-style--description,
.shade-option--description {
  color: #525252;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  padding-top: 6px;
}

.drapery-styles--panel,
.drapery-options--panel {
  display: flex;
  flex-wrap: wrap;
  padding-top: 48px;
}

.drapery-style--card,
.drapery-option--card {
  box-sizing: border-box;
  margin-bottom: 24px;
  margin-right: 24px;
  position: relative;
  width: 304px;
}

.drapery-style--card:nth-of-type(3n),
.drapery-option--card:nth-of-type(3n) {
  margin-right: 0;
}

.drapery-style--image-container {
  border: 3px solid hsla(0, 0%, 72%, 1);
  height: 234px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: calc(100% - 6px);
}

.drapery-option--image-container {
  height: 168px;
  overflow: hidden;
  width: 100%;
}

.drapery-style--image {
  height: auto;
  transform: translateX(-18px) translateY(10px);
  width: 80%;
}

.drapery-option--image {
  height: 100%;
  width: auto;
}

.drapery-style--heading,
.drapery-option--heading {
  color: #525252;
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 18px;
  padding-top: 18px;
}

.drapery-style--description,
.drapery-option--description {
  color: #525252;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  padding-top: 6px;
}

.cornices--room-image-container {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
}

.cornices--room-image{
  width: 468px;
  height: 288px;
  margin-right: 24px;
  margin-top: 13px;
}

.cornices--container,
.top-treatments--container {
  width: 960px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
  padding-bottom: 24px;
}

.cornice--image,
.top-treatment--image {
  width: 298px;
  height: 138px;
  margin-bottom: 24px;
  border: 3px solid hsla(0, 0%, 72%, 1);
}

#u14408-4 {
  margin-top: 12px;
}

.reasons-page--number{
  display: block;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: white;
  font-size: 46px;
  position: absolute;
  border-radius: 50%;
  background-color: hsla(0,100%, 42%, 1);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 64px;
  top: 12px;
  left: -455px;
}

.reasons-page--heading {
  position: relative;
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 56px;
  line-height: .8em;
  text-align: center;
  margin-bottom: 56px;
  padding-top: 8px;
}

.reasons-page--sub-heading {
  display: block;
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: .5px;
  padding-top: 16px;
  text-align: center;
}

.reasons-page--header-container {
  height: 120px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  width: 848px;
}

.reasons-page-intro--container {
  height: 280px;
  padding-top: 6px;
  margin-bottom: 36px;
  }

.reasons-page-intro--heading {
  display: inline;
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 16px;
  padding-top: 0 !important;
  padding-left: 84px;
  }

.reasons-page-intro--description {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
  padding-top: 7px;
  padding-left: 84px;
  }

.reasons-page-intro--image-container {
  flex: none;
  width: 55%;
}

.reasons-page--divider{
  height: 1px;
  border-color: hsla(180, 1%, 72%, 1);
  background-color: hsla(180, 1%, 72%, 1);
  margin-bottom: 32px;
}

#app-image-fit{
  object-fit: contain;
}

#bordered-image-fit{
  object-fit: fill;
}

.shade-fold-page--header-container {
  height: 120px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  width: 848px;
}

.shade-fold-page--heading {
  position: relative;
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 56px;
  line-height: .8em;
  text-align: center;
  margin-bottom: 56px;
  padding-top: 8px;
}

.shade-fold-page--sub-heading{
  display: block;
  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: .5px;
  padding-top: 28px;
  text-align: center;
}
