:root {
  --primary: #971c1b;
  --secondary: #222;
  
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*  Global Styles  */
#divworkspacearea {
  max-width: 1600px;
  padding: 20px 10px 20px 10px;
  margin: 0 auto;
}
.grid-container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 10px;
}

.HomePageForm #divworkspacearea {
  position: relative;
  padding: 0;
}

#home-page-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

#home-page-container a {
  text-decoration: none;
}

*{
  box-sizing: border-box;
}
*a:focus {
  outline: none;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,1);
}
input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #808080;
  -webkit-box-shadow: 0 0 5px #808080;
  box-shadow: 0 0 5px #808088;
}
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
header ul,
footer ul {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*  End Global Styles */

/* header */

header section#top {
  background: #222;
  color: #fff;
}
header section#top .grid-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  padding: 10px 10px;
}
header section#top .header-button {
  align-self: center;
  flex: 100%;
  text-align: left;
}

header section#top .grid-container > div.mobile {
  display: none;
}
/* header section#top .grid-container > div:last-of-type {
  align-self: center;
  flex: 50%;
  color: #fff;
  text-align: right;
} */
header section#top p {
  margin: 0;
  padding: 0;
  color: #fff;
}
header section#top a {
  color: #fff;
  text-decoration: none;
}
header section#top a:hover {
  color: #fff;
  text-decoration: underline;
}
header section#top ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header section#top ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
header section#top ul li:after {
  content: "";
  border-right: 1px solid #fff;
  padding-left: 15px;
}

header section#top ul li:last-of-type:after {
  display: none;
}
header section#middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header section#middle img {
  width: 100%;
  height: auto;
}
header section#middle > div ul {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
}
header section#middle > div ul li {
  display: inline-block;
  vertical-align: middle;
}

header section#middle > div#mobile {
  display: none;
}

header section#middle > div#logo {
  order: 1;
  flex: 20%;
  -ms-flex: 1 0 auto;
}
header section#middle > div#logo img {
  width: 100%;
  height: auto;
  max-width: 73px;
  padding: 10px 0;
  box-sizing: border-box;
}
header section#middle > div#search {
  order: 2;
  position: relative;
  flex: 30%;
}

header section#middle > div#search button {
  background: var(--primary);
  color: #fff;
  padding: 8px;
  height: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 14px;
}

header section#middle > div#search input[type="text"] {
  border: 1px solid var(--primary);
  border-radius: 0px;
  padding: 8px;
  height: 35px;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  font-size: 14px;
}

header section#middle > div#links {
  order: 3;
  font-size: 14px;
  flex: 20%;
  text-align: right;
  margin-right: 10px;
}
header section#middle > div#links ul {
  position: relative;
}
header section#middle > div#links > ul > li {
  margin-right: 25px;
}
header section#middle > div#links > ul > li:last-child {
  margin-right: 0;
}
header section#middle > div#links ul li {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #222 !important;
}
header section#middle > div#links ul i {
  font-size: 18px !important;
  margin-right: 10px;
  color:#222;
}


header section#middle > div#links ul li a {
  color: #222;
  text-decoration: none;
}

header section#middle > div#links ul li.account,
header section#middle > div#links ul li.cart {
  font-size: 12px;
}
header section#middle > div#links ul li.account i:hover,
header section#middle > div#links ul li.stores i:hover {
  color: #777;
}

header section#middle > div#links ul li.cart .cartSummary_Quantity {
  font-size: 23px;
}

header section#middle > div#links ul li.account ul {
  display: none;
}

header section#middle > div#links ul li.account:hover ul {
  display: block;
  position: absolute;
  background: #fff;
  z-index: 1000;
  box-shadow: 0px 0px 5px 0px #ccc;
  padding: 8px 15px;
  border-radius: 5px;
  right: 0;
  top: 29px;
  text-align: right;
}
header section#middle > div#links ul li.account ul li {
  line-height: 25px;
  text-align: right;
  display: block;
}
header section#middle > div#links ul li.account ul li a:hover {
  text-decoration: underline;
}

header section#middle > div#links ul li a span {
  color: #1c2d37;
}
/* end header */

/* navigation */
nav {
  background: var(--primary);
  font-size: 15px;
  position: relative;
  z-index: 999;
}

nav .grid-container {
  display: flex;
  padding: 0;
}

nav .grid-container > ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

nav .grid-container > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

nav .grid-container > ul > li.last i{
  color: #fff !important;
}

nav .grid-container > ul > li.last a {
  color: #fff !important;
}

nav .grid-container > ul > li.last a::after {
  display: none;
}

nav .grid-container > ul > li > a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px;
  text-transform: uppercase;
}

nav .grid-container > ul > li:hover {
  background: var(--primary);
}

nav .grid-container > ul > li:hover a {
  color: #fff;
}

nav .grid-container > ul > .last:hover a {
  color: #fff;
}

nav .grid-container > ul > li:hover a::after {
  display: none;
}

nav .grid-container > ul > li > a::after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
  position: absolute;
  top: 40%;
}

nav .grid-container > ul > li.static-link > a::after {
  display: none;
}

nav .drop-down {
  display: none;
  position: absolute;
  z-index: 999;
  top: 95%;
  left: 0;
  opacity: 0;
  background: var(--primary);
}

nav ul:first-of-type {
  flex: auto;
  /* margin-right: 20%; */
  margin-right: 10%;
}

nav ul:last-of-type {
  margin-left: auto;
}

nav ul li:hover .drop-down {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 175px;
}

nav .drop-down ul {
  position: relative;
  padding: 20px 15px 20px;
  margin: 0;
}

nav .drop-down ul li {
  display: block;
  margin: 0;
  padding: 3px 0;
}

nav .drop-down ul li:hover {
  background: none;
  color: #fff;
}

nav .drop-down ul li a {
  color: #fff;
  display: block;
  padding: 2px;
  text-decoration: none;
}

nav .drop-down ul li a:hover {
  text-decoration: underline;
}

nav .drop-down ul li a span{
  color: #fff;

}

@media screen and (max-width: 896px) {
  /* header section#top .grid-container > div:last-of-type {
    text-align: left;
  } */

  header section#top .grid-container > div.mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    order: 2;
    flex: 20%;
  }

  header section#middle > div#logo {
    text-align: left;
    margin-left: 25px;
  }

  header section#top ul li:after {
    display: none;
  }

  header section#middle > div#logo img {
    padding: 10px 0;
  }

  header section#middle > div#mobile {
    order: 0;
    display: flex;
    margin-left: 10px;
    width: 20px;
  }

  header section#middle > div#mobile a {
    color: #333;
  }

  header section#middle > div#search {
    order: 4;
    width: 100%;
    margin: 5px 10px;
    flex: 100%;
  }

  header section#middle > div#search input[type="text"] {
    background: #eee;
  }

  header section#middle > div#links ul li.account:hover ul {
    top: 28px;
  }

  header section#middle > div#links ul li {
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }
  header section#middle > div#links ul li.stores {
    display: inline-block;
  }
  nav .grid-container > ul {
    display: none;
  }
  /* mobile nav */
  header section#middle {
    padding: 0;
  }
  nav .grid-container > ul > li {
    border-bottom: 1px solid #ccc;
  }
  nav .grid-container > ul > li > a {
    padding: 15px;
    font-size: 14px;
    color: #222;
  }
  nav ul:first-of-type {
    flex: auto;
    margin-right: 50px;
    position: absolute;
    z-index: 100;
    background: #f5f5f5;
    width: 100%;
    color: #fff;
  }
  nav ul:last-of-type {
    display: none;
  }
  nav .grid-container > ul > li {
    display: block;
  }
  nav .grid-container > ul > li > a::after {
    display: none;
  }
  nav ul li:hover .drop-down {
    display: none;
  }
  header section#middle > div#mobile .fa-close {
    display: none;
    font-size: 1.75em;
  }
  header section#middle > div#mobile .fa-bars {
    display: inline-block;
    font-size: 1.75em;
  }

  header section#middle > div#mobile.active .fa-close {
    display: inline-block;
  }

  header section#middle > div#mobile.active .fa-bars {
    display: none;
  }

  #top div .mobile .fa-phone {
    font-size: 1.75em;
  }

  nav .grid-container > ul > li.mobile-only {
    display: block;
  }
}
/* end mobile nav */

/* end navigation */

/* main content */
/* 

section .slideshow img {
  width: 100%;
}

section#main-content img {
  width: 100%;
  height: auto;
}

section div.slideshow-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 20px 0px;

}
section div.slideshow-container .slideshow {
  flex: 1 0 77%;
  padding-right: 20px;
  border: 1px solid transparent;
}
section div.slideshow-container .slideshow div {
  width: 100%;
  height: 100%;
}
section div.slideshow-container .slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
section div.slideshow-container .promo-banner {
  flex: 1 0 23%;
  text-align: center;
}
section div.slideshow-container .promo-banner div {
  width: 100%;
  height: 100%;
}
section div.slideshow-container .promo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */


#home-slide img {
  width: 100%;
  height: auto;
  display: block;
}

section #service-banners {
  padding:30px;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
section #service-banners ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  text-align: center;
  margin:0;
  padding:0;
}

section #service-banners ul li {
  width:25%;
  padding:0px;
  font-size:1.25em;
  box-sizing: border-box;
  border-right: 1px solid #E2E2E2;
  text-align: left;
  padding: 0 20px;
}
section #service-banners ul li:last-child {
  border-right: 0px;
}
section #service-banners ul li h2 {
  margin: 0;
  padding: 0;
}
section #service-banners ul li h2 a {
  color:var(--primary);
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 32px;
}
section #service-banners ul li h2 a:hover {
  color:var(--primary);
  text-decoration: underline;
}
section #service-banners ul li a {
  color:#222;
}
section #service-banners ul li .main-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
section #service-banners ul li .main-block .fa {
  font-size: 61px !important;
}
section #service-banners ul li .service-text {
  padding-left: 20px;
  color:#666666;
  font-size: 14px;
}

section #service-banners ul li .service-text h2 {
  color:#971c1b;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 32px
}

@media screen and (max-width: 1200px) and (min-width: 1024px) { 
 section #service-banners ul li .service-text {
  font-size: 12px;
 }
}
@media screen and (max-width: 1024px) and (min-width: 768px) { 
 section #service-banners ul li {
  width: 50%;
  }
section #service-banners ul li .main-block {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 20px;
}
section #service-banners ul li .main-block .icon-block {
  width: 50px;
  text-align: center;
}
#service-banners ul li:nth-child(4) {
  border-right: 0px;
  margin-top: 20px;
}
#service-banners ul li:nth-child(3) {
 margin-top: 20px
}
#service-banners ul li:nth-child(2) {
 border-right: 0px;
}
  
#design-services-banner .home-banner-design-center {
  padding-top: 20px;
}
  .home-brands-slider ul li {
    flex: 1 0 33% !important;
  }
  
  #newsletter > div#envelope {
    order: 1;
    flex: 50% !important;
    -ms-flex: 1 0 auto;
  }
  #newsletter > div#discount {
    order: 2;
    flex: 50% !important;
    border-left: 1px solid #fff !important;
  }
  
  #newsletter div#subscribe {
    order: 3;
    position: relative;
    flex: 100% !important;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
 section #service-banners ul li {
  width: 100%;
  border-right: 0px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
  padding: 20px 0;
  }
  section #service-banners ul li .main-block {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
  }
  section #service-banners ul li .main-block .icon-block {
    width: 50px;
    text-align: center;
  }

  header section#top .header-button {
    text-align: center;
  }
  
  header section#top ul {
  text-align: center;
 }
 section #service-banners ul li:last-child {
  border-bottom: 0px;
}
#service-banners ul li:nth-child(2) {
  border-right: 0px;
}
section #service-banners {
  padding: 10px 30px;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
#newsletter > div#envelope {
  order: 1;
  flex: 100% !important;
  -ms-flex: 1 0 auto;
}
#newsletter > div#discount {
  order: 2;
  flex: 100% !important; 
  border-left: 0 !important;
  border-top: 1px solid #fff;
}

#newsletter div#subscribe {
  order: 3;
  position: relative;
  flex: 100% !important;
  margin-top: 40px;
}
#mattresses-banner div .home-banner-text {
  font-size: 22px !important;
}

}
@media screen and (max-width: 896px) {
section #hero {
  display: block;
}
section #hero > div h1 {
  font-size: 2.5em;
}
#mattresses-banner div img {
  height: 360px;
}
.footer .footer-newsletter {
  background-color: var(--secondary);
  padding: 0px 20px 40px 20px !important;
  margin: 20px 0;
}

}
@media screen and (max-width: 1200px) {
 nav ul:first-of-type {
  flex: auto;
  margin-right: 5%;
}
}
.home-title {
  text-align: left;
  color: var(--secondary);
  margin: 20px 0px 20px 0px;
}
.home-title h1 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 15px;
  border-bottom: 4px solid var(--primary);
  line-height: 1.8em;
  display: inline-block;
  color: var(--secondary);
}
#home-banners {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#home-banners > div {
  flex: 1 0 33%;
}

#home-banners div img {
  width: 100%;
  object-fit: cover;
}

#home-banners a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

#home-banners .home-banner-mid {
  padding: 0 20px;
}
#home-banners .home-banner-media {
  padding-bottom: 10px;
}
#home-banners .home-banner-office {
  padding-top: 10px;
}


#home-banners div .home-banner-title {
  width: 100%;
  display: block;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  z-index: 100;
  padding: 10px 20px;
}
#home-banners div .home-banner-text {
  text-align: left;
  text-transform: none;
  font-size: 28px;
  color: var(--secondary);
  line-height: 34px;
  font-weight: 500;
}
#home-banners div .home-banner-text:hover {
  color: var(--primary);
}
#home-banners .home-banner-button {
  background: var(--primary);
  color: #fff;
  padding: 8px;
  height: 35px;
  box-sizing: border-box;
  font-size: 16px;
  float: right;
  text-transform: uppercase;
}
#home-banners .home-banner-button:hover {
  text-decoration: none;
  background-color: var(--secondary);
}

.home-banner-living-room img {
  height: 540px;
}
.home-banner-accessories img {
  height: 540px;
}

#home-banners .home-banner-media img,
.home-banner-office img {
  height: 260px;
}

#home-banners .home-banner-title:first-of-type {
  bottom: 0px;
}


#mattresses-banner div img {
  width: 100%;
  object-fit: cover;
}

#mattresses-banner a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.home-banner-mattress {
  position: relative;
}

.home-banner-mattress br {
  display: none;
}

#mattresses-banner div .home-banner-mattress-title {
  width: 100%;
  display: block;
  background-color: rgba(255,255,255,.8);
  position: absolute;
  z-index: 100;
  padding: 10px 20px;
  bottom: 0px;
}
#mattresses-banner div .home-banner-text {
  text-align: left;
  text-transform: none;
  font-size: 28px;
  color: var(--secondary);
  line-height: 34px;
  font-weight: 500;
}
#mattresses-banner div .home-banner-text:hover {
  color: var(--primary);
}
#mattresses-banner .home-banner-button {
  background: var(--primary);
  color: #fff;
  padding: 8px;
  height: 35px;
  box-sizing: border-box;
  font-size: 16px;
  float: right;
  text-transform: uppercase;
}
#mattresses-banner .home-banner-button:hover {
  text-decoration: none;
  background-color: var(--secondary);
  }


  .design-services-banner {
    display: flex;
    justify-content: space-between;
  }
  
  .design-services-banner div {
    flex: 1 0 50%;
  }
  
  .design-services-banner div img {
    width: 100%;
    object-fit: cover;
  }
  
  .design-services-banner a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .design-services-banner div .home-banner-room-planner {
    padding-right: 10px;
  }
  .design-services-banner div .home-banner-design-center {
    padding-right: 20px;
  }
  .home-design-center-copy ul {
    list-style: disc;
  }
  .home-design-center-copy li {
    line-height: 26px;
  }
  .home-design-center-copy p {
    line-height: 26px;
  }
  .design-services-banner div .home-banner-design-services-title {
    width: 100%;
    display: block;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    z-index: 100;
    padding: 10px 20px;
    bottom: 0px;
    }
.design-services-banner div .home-banner-text {
      text-align: left;
      text-transform: none;
      font-size: 28px;
      color: var(--secondary);
      line-height: 34px;
      font-weight: 500;
    }
    .design-services-banner div .home-banner-text:hover {
      color: var(--primary);
    }
    .design-services-banner .home-banner-button {
      background: var(--primary);
      color: #fff;
      padding: 8px;
      height: 35px;
      box-sizing: border-box;
      font-size: 16px;
      float: right;
      text-transform: uppercase;
    }
    .design-services-banner .home-banner-button:hover {
      text-decoration: none;
      background-color: var(--secondary);
      }
  #about-us-section {
    display: flex;
    justify-content: space-between;
  }
  
  #about-us-section div {
    flex: 1 0 50%;
  }
  #about-us-section div:first-child {
    padding: 0 20px 0 0;
 }
  #about-us-section h3{
    font-size: 36px;
    color: var(--secondary);
    font-weight: normal;
    line-height: 46px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  #about-us-section p{
    font-size: 16px;
    color: var(--secondary);
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 30px;
    
  }
  #about-us-section img{
    border: 0;
    width: 100%;
    height: auto;
    
  }
  
  .home-brands-slider ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    right: 0px;
    position: relative;
    left: -20px;
  }

  .home-brands-slider ul li {
    margin-bottom: 40px;
    text-align: center;
    padding: 0 20px;
    flex: 1 0 20%;
    
  }
  .home-brands-slider li a {
    border: 1px solid #E2E2E2;
    display: block;
    padding: 20px 0px;
  }
  .home-brands-slider ul li span {
    display: none;
  }

@media screen and (max-width: 1024px) {
  #home-banners {
    flex-direction: column;
  }
  #home-banners > div {
    flex: 1 0 100%;
  }
  .home-banner-room-planner img {
    height: 450px;
  }
  .home-banner-living-room img {
    height: 450px;
  }
  .home-banner-accessories img {
    height: 450px;
  }
  #home-banners .home-banner-media img, .home-banner-office img {
    height: 450px;
  }
  #home-banners .home-banner-mid {
    padding: 0 0px;
  }
  #home-banners .home-banner-office {
    padding-top: 20px;
  }
  #home-banners .home-banner-media {
    padding-top: 20px;
  }
  #home-banners .home-banner-accessories {
    padding-top: 20px;
  }

  #home-banners .home-banner-media {
    padding-bottom: 0px;
  }
  #about-us-section {
    flex-direction: column;
  }
  #about-us-section div {
    flex: 1 0 100%;
  }
  #about-us-section div:first-child {
      padding: 0 0px 0 0;
  }
  #about-us-section h3{
    font-size: 24px;
    color: var(--secondary);
    font-weight: normal;
    line-height: 36px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .design-services-banner {
    flex-direction: column;
  }
  .design-services-banner div{
    flex: 1 0 100%;
  }
  .design-services-banner div .home-banner-design-center {
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .design-services-banner div .home-banner-room-planner {
    padding-right: 0px;
  }
  .home-banner-mid {
    padding-right: 0px;
  }
  #home-banners .home-banner-mid {
    padding-right: 0px;
  }
  .home-banner-accessories img {
    height: 350px;
  }
  .home-banner-dining img {
    height: 350px;
  }
  .home-banner-bedroom img {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .design-services-banner div{
    flex: 1 0 100%;
  }
  .home-banner-right:first-of-type {
    padding: 0px;
  }
  .home-title {
    text-align: left;
    color: var(--secondary);
    margin: 20px 0px 20px 0px;
  }
  .home-title h1 {
    font-size: 26px;
  }
  #home-banners div .home-banner-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
  }
  .design-services-banner div .home-banner-text {
    font-size: 22px;
  }
  .design-services-banner .home-banner-button {
    font-size: 14px;
  }
}
/* end main content */

/* footer */
.footer .footer-newsletter {
  background-color: var(--secondary);
  padding: 40px 20px;
  margin: 20px 0;
}
#newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
}

#newsletter > div#envelope {
  order: 1;
  flex: 20%;
  -ms-flex: 1 0 auto;
  
}
#newsletter > div#envelope img {
  vertical-align: top;
  height: 69px;
  margin: 0;
}
#newsletter div#envelope span {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  padding: 10px 30px;


}

#newsletter > div#discount {
  order: 2;
  flex: 20%;
  border-left: 1px solid #fff ;
}
#newsletter div#discount span {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  padding: 10px 60px 10px 30px;


}
#newsletter div#subscribe {
  order: 3;
  position: relative;
  flex: 40%;
}

#newsletter > div#subscribe button {
  background: var(--primary);
  color: #fff;
  padding: 8px;
  height: 35px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 14px;

}

#newsletter > div#subscribe input[type="text"] {
  border: 1px solid var(--primary);
  border-radius: 0px;
  padding: 8px;
  height: 35px;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
   font-size: 14px;
}

.footer h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 10px;
}

.footer p {
  color: var(--secondary);
  font-size: 1em;
  line-height: 1.9em;
  font-weight: normal;
}

.footer a {
  text-decoration: none;
  color: var(--secondary);
  font-size: 1em;
  line-height: 1.9em;
  font-weight: normal;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-content {
  max-width: 1600px;
  display: flex;
  padding: 30px 20px 0px 20px;
  margin: 0 auto;
}

.footer-content > div {
  flex: 1 0 20%;
}

.footer-content > div > ul > li {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
}

.footer-content .footer-social {
margin: 40px 0;
}

.footer-content .footer-social ul {
  display: flex;
}

.footer-content .footer-social ul li{
margin: 0 15px 0 0;
}

.footer-content .footer-social .fa {
  font-size: 1.5em;
}

.footer-content .footer-social a {
  color: var(--primary);
}

#copyright {

  border-top: 1px solid #E2E2E2;
  max-width: 1600px;
  display: flex;
  padding: 30px 20px;
  margin: 0 auto;
}

#copyright > div p {
  color: var(--secondary);
  font-size: 15px;
  line-height: 24px;
}

#copyright > div {
  flex: 1 0 50%;
}

#copyright > div a {
  text-decoration: none;
  color: var(--secondary);
}
#copyright .text-right{
  text-align: right;
}
@media screen and (max-width: 768px) {
  #copyright { 
  flex-direction: column;
  text-align: center;
}
  #copyright > div {
     flex: 1 0 100%;
  }
  #copyright .text-right{
     text-align: center;
 }
 .home-brands-slider ul li {
    flex: 1 0 50%;
}
#newsletter div#envelope {
  order: 1;
  position: relative;
  flex: 50%;
  margin-top: 30px;
}
#newsletter div#discount {
  order: 3;
  position: relative;
  flex: 50%;
  margin-top: 30px;
}
#newsletter div#subscribe {
order: 3;
position: relative;
flex: 100%;
margin-top: 30px;
}
}
@media screen and (max-width: 899px) {
  .footer-content {
      flex-direction: column;
      text-align: center;
  }
  
  .footer-content > div {
      flex: 1 0 100%;
  }
 
  .footer-content > div > ul {
      margin-bottom: 30px;
  }

  #footer-social {
      margin: 10px auto 0 auto;
      display: inline-block;
  }
  .footer-content .footer-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  }
}

/* end footer */
/* END DO NOT EDIT ANYTHING BELOW!!!! NEW HOMEPAGE */
@media (max-width: 767px) {
.hide-on-mobile {
  display: none!important;
 }
 section div.slideshow-container {
  flex-direction: column;
 }
section div.slideshow-container .slideshow {
  flex: 1 0 100%;
  padding-right: 0px;
  }
section div.slideshow-container .promo-banner {
  flex: 1 0 100%;
  text-align: center;
margin-top: 20px;
}
section div.slideshow-container {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
  padding: 20px 0px;
}
}
@media (min-width: 768px) {
.hide-on-desktop {
 display: none !important;
}
}

/* Item Information */

#item-info-container {
  max-width: 1600px;
}

/* End Item Information */