* {
  box-sizing: border-box;
}

:root {
  --primary: #1D6B7D;
  --secondary: #454545;
  --light: #FFF;
  --dark: #000;
  --gray: #666;
  --light-gray: #F4F4F4;
}

.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;
}

ul, li, p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

strong {
  font-weight: 500;
}

img[data-sizes="auto"] {
  display: block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: unset;
}

#divworkspacearea {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 10px 0;
}

.HomePageForm #divworkspacearea {
  max-width: 100%;
  padding: 0;
}

#item-info-container {
  max-width: 1600px;
}

#content-theme-3.static-page h1 {
  margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
  #content-theme-3.static-page h1 {
      margin: 0;
  }
  .hide-on-mobile {
    display: none;
  }
}

body, input, textarea, button {
  font-family: 'Marcellus', serif;
  font-weight: 300;
}

body {
  padding: 0;
  margin: 0;
}

/* HEADER */

header {
  font-family: 'Lato', sans-serif;
}

header section#top {
  background: var(--primary);
  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 15px;
}
header section#top .header-button {
  align-self: center;
  flex: 50%;
  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;
  font-size: 15px;
}

header section#top a:hover {
  color: #fff;
  text-decoration: underline;
}
header section#top .header-button a:hover {
  color: #fff;
  text-decoration: none;
}

#header-top {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-social ul {
  display: flex;
  justify-content: end;
}

#header-social li:not(:last-child) {
  padding-right: 12px;
}

#header-social .fa {
  font-size: 2em;
}

#header-social a {
  color: var(--secondary);
  font-size: 13px !important;
}

#account {
  flex: 1 0 35%;
}

#scriptedstorehours {
  margin-top: 10px;
}

#scriptedstorehours a {
  color: #000;
  text-decoration: none;
}

#scriptedstorehours a:hover {
  text-decoration: underline;
}

#account .header-phone:before {
  content: '/';
  padding-right: 10px;
}

#account > ul {
  display: flex;
}

#account>ul>li {
  position: relative;
  padding: 10px 10px 10px 0;
}

#account a {
  white-space: nowrap;
  text-decoration: none;
}

#account img {
  margin-right: 5px;
}

#account > ul {
  margin-left: 10px;
}

#account ul li a {
  color: var(--primary);
  padding-left: 10px;
  font-size: 18px;
}
#account ul li:first-child a {
  padding-left: 0px;
}
#account ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 35px;
  left: -5px;
  padding: 5px 5px;
  background-color: var(--light);
  z-index: 1000;
  -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
  -moz-transition: opacity .3s ease, visibility 0s ease .3s;
  -o-transition: opacity .3s ease, visibility 0s ease .3s;
  -ms-transition: opacity .3s ease, visibility 0s ease .3s;
  transition: opacity .3s ease, visibility 0s ease .3s;
}

#account li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#account li ul li {
  display: block;
}

#account li ul a {
  display: block;
  padding: 0 15px;
  font-size: .9em;
  line-height: 1.75em;
  color: var(--primary);
  text-decoration: none;
}

#account li ul a:hover {
  text-decoration: underline;
}

#account .cart a > span {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

#logo {
  padding: 10px 0;
}

#logo img {
  width: 100%;
  max-width: 226px;
  height: auto;
}

#search {
  flex: 1 0 35%;
  display: flex;
  justify-content: flex-end;
}

#search-box {
  max-width: 350px;
  width: 100%;
  height: 38px;
  margin-right: 5px;
  position: relative;
}

#search-box input {
  width: calc(100% - 10px);
  height: 30px;
  padding: 5px;
  font-size: .8em;
  background-color: var(--light);
  border: 1px solid var(--primary);
  
}

#search-box input::placeholder {
  color: var(--dark);
}

#search-box input,button:focus {
  outline: 0;
}

#search-box button {
  height: 34px;
  position: absolute;
  right: 10px;
  top: 0;
  padding: 0 10px;
  background-color: transparent;
  border-radius: 20px;
  color: var(--primary);
  text-transform: uppercase;
  border: 0;
}

#search-box button:hover {
  cursor: pointer;
}



#mobile-nav-container {
  margin-left: 20px;
}

.mobile-nav {
  display: none;
}

#main-nav a {
  text-decoration: none;
  color: var(--light);
}

#main-nav > ul {
  display: flex;
}

#main-nav > ul > li {
  position: relative;
}

#main-nav > ul > li > a {
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  color: var(--primary);
}

#main-nav > ul > li:hover > a > .fa::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:500;
  background-color: var(--primary);
}

#main-nav > ul > li {
  margin: 0 3vw;
}

#main-nav ul > li.single-column > ul {
  display: none;
}

#main-nav ul > li > ul {
  position: absolute;
  display: none;
  background-color: var(--primary);
  top: 29px;
  left: -40px;
  z-index: 100;
  min-width: 230px;
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

#main-nav > ul > li:hover > ul {
  display: block;
}

#main-nav ul > li > ul > li {
  padding: 7px 20px 7px 39px;
}

#main-nav ul > li > ul > li:first-child {
  padding-top: 15px;
}

#main-nav ul > li > ul > li:last-child {
  padding-bottom: 20px;
}

#main-nav ul > li > ul > li > a:hover {
  text-decoration: underline;
}

/* Mega Menu */

#main-nav > ul > li.mega-menu:hover .mega-menu-container {
  display: flex;
}

#main-nav .mega-menu .mega-menu-container {
  width: 100%;
  left: 0;
  margin-top: 10px;
  background-color: var(--primary);
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  padding: 40px 10vw;
  box-shadow: 2px 2px 2px rgba(0,0,0,.1);
  display: none;
}

#main-nav > ul > li.mega-menu {
  position: static;
}

#main-nav .mega-menu-item > h2 {
  font-size: 1em;
  font-weight: 400;
  color: var(--dark);
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light);
  margin-bottom: 15px;
}

#main-nav .mega-menu-item > ul > li {
  padding: 7px 0;
}

#main-nav .mega-menu-item > ul > li > a:hover {
  text-decoration: underline;
}

.mega-menu-intro img {
  width: 100%;
  max-width: 144px;
  height: auto;
  margin: 0 auto;
}

.mega-menu-intro h2 {
  font-size: 1em;
  font-weight: 400;
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 10px;
}

.mega-menu-intro p {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--dark);
  margin-bottom: 15px;
}

.mega-menu-intro li {
  list-style-type: disc;
  margin-left: 25px;
  line-height: 2em;
  font-weight: 400;
}

@media screen and (max-width: 1500px) {
  #main-nav .mega-menu .mega-menu-container {
      padding: 40px 2vw;
  }
}

@media screen and (max-width: 1000px) {
  #main-nav .mega-menu-item {
      padding: 0 5px;
  }
}

@media screen and (max-width: 899px) {
  
  .hide-intro {
      display: none;
  }
  #account ul li:first-child a {
    padding-left: 15px;
  }
  #main-nav > ul > li > a {
    color: var(--light);
}
  #main-nav .mega-menu .mega-menu-container {
      position: static;
      padding: 10px 0 15px 0;
      margin-top: 0;
  }

  #main-nav > ul > li.mega-menu:hover .mega-menu-container {
      display: none;
  }

  #main-nav ul > li.mega-menu .mega-menu-container.nav-active,
  #main-nav ul > li.mega-menu .mega-menu-item.nav-active,
  #main-nav ul > li.mega-menu .mega-menu-item > ul.nav-active {
      display: block;
  }

  #main-nav ul > li.mega-menu .mega-menu-item > ul {
      display: none;
  }

  #main-nav ul > li.mega-menu .mega-menu-item > ul > li > a {
      margin-left: 20px;
  }

  #main-nav .mega-menu-item > h2 {
      display: inline-block;
      font-size: 1em;
      font-weight: 400;
      color: var(--dark);
      text-transform: none;
      padding-bottom: 0;
      border-bottom: 0;
      margin-top: 7px;
      margin-bottom: 7px;
      margin-left: 20px;
  }

  #main-nav .mega-menu-item > h2:hover {
      cursor: pointer;
  }
}

/* End Mega Menu */

#sticky-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-gray);
  margin: 0 auto;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 500;
  border-top: 2px dotted #1D6B7D;
  font-family: 'Lato', sans-serif;
}

#sticky-nav > ul {
  color: var(--primary);
}

#sticky-nav > ul li:not(:first-child) {
  padding-left: 20px;
}

#sticky-nav > ul li a {
  text-decoration: none;
  color: var(--primary);
}

@media screen and (max-width: 1300px) {
  #search-box {
      max-width: 280px;
  }
}

@media screen and (max-width: 1200px) {
  #main-nav ul > li > ul {
      top: 31px;
  }

  #sticky-nav > ul li:first-of-type {
      display: none;
  }
}

@media screen and (min-width: 899px) {
  .hide-on-desktop {
      display: none;
  }
    
}

@media screen and (max-width: 1000px) {
  .hide-tablet {
      display: none;
  }
}

@media screen and (max-width: 899px) {
  .hide-mobile {
      display: none;
  }

  #header-top {
      flex-wrap: wrap;
  }

  #mobile-nav-container {
      flex: unset;
      order: 1;
      margin-right: 20px;
  }

  #account {
      flex: 1 0 30%;
      order: 3;
  }

  #account > ul {
      justify-content: flex-end;
      margin-left: 0;
      margin-right: 10px;
  }

  #account > ul > li:first-of-type {
      order: 2;
  }

  #account ul ul {
      top: 40px;
      left: auto;
      right: 5px;
      text-align: right;
  }

  #account li ul a {
      font-size: 1em;
  }

  #account>ul>li {
      padding: 10px 4px 10px 0;
  }

  #logo {
      flex: 50%;
      order: 2;
  }

  #logo img {
      max-width: 170px;
  }

  #search {
      order: 4;
      flex-basis: 100%;
      background-color: transparent;
      padding: 0px;
  }

  #search-box {
      max-width: 100%;
      padding-left: 10px;
      margin-right: 0;
  }

  #search-box input {
      color: var(--primary);
      background-color: var(--light);
      border: 1px solid var(--primary);
  }

  #search-box input::placeholder {
      color: var(--light);
  }

  #search-box button {
      background-color: transparent;
  }

  #sub-nav {
      display: none;
  }

  .mobile-nav {
      display: inline-block;
  }

  .account-icon {
      width: 100%;
      max-width: 25px;
      height: auto;
  }

  .cart-icon {
      width: 100%;
      max-width: 30px;
      height: auto;
      margin-top: 2px;
  }

  #sticky-nav {
      padding: 0;
      border: 0;
  }

  #sticky-nav > ul li:not(:first-child) {
      padding-left: 10px;
  }

  #main-nav > ul.nav-active {
      display: block;
  }

  #main-nav ul > li.single-column > ul.nav-active {
      display: block;
  }

  #main-nav > ul {
      display: none;
  }

  #main-nav > ul > li {
      margin: 0;
  }

  #main-nav > ul {
      position: absolute;
      background-color: var(--light);
      width: 100%;
      top: 0px;
      left: 0;
      z-index: 100;
      box-shadow: none;
  }

  #main-nav > ul > li {
      background-color: var(--primary);
  }

  #main-nav > ul > li:not(:first-child) > a {
      border-top: 1px solid #fff;
  }

  #main-nav > ul > li:not(:last-child) {
      margin-right: 0;
  }

  #main-nav > ul > li:hover > ul {
      display: none;
  }

  #main-nav > Ul > li > a {
      display: block;
      width: 100%;
      padding-left: 20px;
  }

  #main-nav ul > li > ul > li {
      padding: 7px 10px 7px 0;
  }

  #main-nav ul > li > ul {
      position: static;
      display: none;
      min-width: auto;
  }

  #main-nav ul li ul.nav-active {
      display: block;
  }

  #main-nav ul > li > ul > li:first-child > a {
      padding-top: 0;
  }

  #main-nav ul > li > ul > li > a {
      padding: 0;
      margin: 5px 0 5px 20px;
  }

  #main-nav > ul > li:hover > a > .fa::after {
      display: none;
  }
 
}

/* END HEADER */

/* HOME PAGE */
.icon-bar {
  position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
    background-color: var(--dark);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
.icon-bar a:last-child {
  border-bottom: 0;
}
.icon-bar a:hover {
  background-color: var(--primary);
}
#home-slide {
  position: relative;
}

#home-slide img {
  width: 100%;
  height: auto;
  display: block;
}

#home-slide-overlay {
  position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 50px;
    width: 100%;
    max-width: 450px;
    background: rgba(255,255,255,.85);
    text-align: center;
    border-radius: 100%;
}

#home-slide-overlay > div {
  margin-top: 30px;
}

#home-slide-overlay > div a {
  margin: 0 10px;
}

#home-slide-overlay h2 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 15px;
  font-family: 'Dancing Script', cursive;
  color: var(--primary);
}

#home-slide-overlay p {
  font-size: 4em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.primary-btn {
  display: inline-block;
  padding: 0 0 5px 0;
  color: var(--dark);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid #000;
}

.primary-btn:hover {
  background: none;
  color: var(--primary);
}


.home-title {
  text-align: center;
  margin: 50px 20px;
  position: relative;
}

.home-title h1 {
  font-size: 3em;
  font-weight: normal;
  margin-bottom: 10px;
  color: var(--primary);
}
.shopnow-btn {
  color: var(--primary);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid #1D6B7D;
  font-family: 'Lato', sans-serif;
  max-width: 110px;
  text-align: center;
  margin: 10px auto;
  font-size: 20px;
  line-height: 30px;
}
.shopnow-btn:hover {
  color: var(--dark);
}
#special-offerings .shopnow-btn2 {
  color: var(--primary);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid #1D6B7D;
  font-family: 'Lato', sans-serif;
  max-width: 130px;
  text-align: center;
  margin: 10px auto;
  font-size: 20px;
  padding: 0 0 3px 0;
 
}
#special-offerings .shopnow-btn2:hover {
  color: var(--dark);
}
.home-banner-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
}

#home-banner-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.home-banners {
  display: flex;
  flex-direction: column;
  flex: 1 0 33%;
}

.home-banners img {
  width: 100%;
 /* height: auto;
  object-fit:cover;*/
}

.home-banners .home-banner {
  margin-bottom: 20px;
}

.home-banners .left-top {
  flex:1 0 60%;
  padding-right: 10px;
  position: relative;
}

.home-banners .left-bottom {
  flex:1 0 40%;
  padding-right: 10px;
  position: relative;
}

.home-banners .middle-top {
  flex:1 0 40%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.home-banners .middle-bottom {
  flex:1 0 60%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.home-banners .right-top {
  flex:1 0 60%;
  padding-left: 10px;
  position: relative;
}

.home-banners .right-bottom {
  flex:1 0 40%;
  padding-left: 10px;
  position: relative;
}

.home-banner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.home-banner a:hover .title {
  display: none;
}

.home-banner a:hover .home-banner-hover {
  display: flex;
}

.home-banner .title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: var(--dark);
  display: block;
  background: var(--light);
  opacity: 0.81;
  position: absolute;
  z-index: 100;
  bottom: 0;
  padding: 12px 0px;
}
#special-offerings .title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: var(--dark);
  display: block;
  background: var(--light);
  opacity: 0.81;
  position: absolute;
  z-index: 100;
  bottom: 0px;
  padding: 12px 10px;
}
#special-offerings {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#special-offerings div {
  align-self: flex-start;
  flex: 50%;

}
#special-offerings .special-offering-left {
  padding-right: 10px;

}
#special-offerings .special-offering-right {
  padding-left: 10px;

}
#special-offerings .designcenter-banner {
  padding-bottom: 20px;
}
#special-offerings .matteress-banner {
  padding-bottom: 10px;
}
#special-offerings div img{
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 899px) {
  #special-offerings div {
    align-self: flex-start;
    flex: 100%;
}
#special-offerings .special-offering-left {
  padding-right: 0px;
}
.special-offering-right {
  padding-left: 0px;
}
.special-offering-left img{
  height: 330px;
  padding-bottom: 20px;
}
#special-offerings .special-offering-left .title{
  bottom: 20px;
}
.special-offering-right img{
  height: 330px;
}
#home-about-section div p {
  font-size: 1.1em!important;
    line-height: 1.4em !important;
    text-align: justify !important;
}
#home-about-section .about-img {
  order: 1;
  align-self: flex-start;
    flex: 100%;
}
#home-about-section .about-text {
  padding-right: 0px;
  order: 2;
  align-self: flex-start;
    flex: 100%;
}
#dont-miss-out .home-banners {
  display: flex;
  flex-direction: column;
  flex: 1 0 100% !important;
}
#dont-miss-out .trending-btn {
max-width: 209px !important;
font-size: 15px !important;
line-height: 24px !important;
}
#dont-miss-out .promotion-btn {
max-width: 145px !important;
font-size: 15px !important;
line-height: 24px !important;
}
#dont-miss-out .blog-btn {
max-width: 82px !important;
font-size: 15px !important;
line-height: 24px !important;
}
#dont-miss-out .home-banners .middle-top {
padding-left: 0px !important;
padding-right: 0px !important;

}
.shopnow-btn {

max-width: 90px !important;
font-size: 15px !important;
line-height: 24px !important;
}
#special-offerings .shopnow-btn2 {
max-width: 125px !important;
font-size: 15px !important;
padding: 0 0 3px !important ;
}
.home-title h2 {
    font-size: 24px !important;
    font-family: 'Lato', sans-serif;
}
#special-offerings .special-offering-right {
  padding-left: 0px !important;
}
#dont-miss-out .home-banners .right-top {
  padding-left: 0px !important;
}

.home-banners img {
  width: 100%;
  height: auto;
}
}

.home-title h2 {
  font-size: 36px;
  font-family: 'Lato', sans-serif;
}
#home-about-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#home-about-section div {
  align-self: flex-start;
  flex: 50%;
}
#home-about-section .about-text {
  padding-right: 20px;
  order: 1;
}
#home-about-section div p{
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: 'Lato', sans-serif;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
}
#home-about-section .about-img {
  order: 2;
}
#home-about-section .about-img img{
  width: 100%;
  height: auto;
}

.home-title h4 {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  margin: 10px 0;
}
#brands-section {
  background-color: #F0EFEB;
    margin: 80px 0;
    padding: 50px;
}
.home-brands-slider ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  right: 0px;
  position: relative;
  
}

.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 var(--primary);
  display: block;
  padding: 10px;
  background-color: #fff;
}
.home-brands-slider ul li span {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.home-brands-slider ul li {
    flex: 1 0 33% !important;
}
}

#stressless-banner img {
  width: 100%;
  height: auto;
  display: block;
}

#dont-miss-out {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#dont-miss-out .home-banners {
  display: flex;
  flex-direction: column;
  flex: 1 0 33%;
}

#dont-miss-out .blog-btn {
  color: var(--primary);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid #1D6B7D;
  font-family: 'Lato', sans-serif;
  max-width: 110px;
  text-align: center;
  margin: 10px auto;
  font-size: 20px;
  line-height: 30px;
 
}
#dont-miss-out .blog-btn:hover {
  color: var(--dark);
}
#dont-miss-out .promotion-btn {
  color: var(--primary);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid #1D6B7D;
  font-family: 'Lato', sans-serif;
  max-width: 190px;
  text-align: center;
  margin: 10px auto;
  font-size: 20px;
  line-height: 30px;
 
}
#dont-miss-out .promotion-btn:hover {
  color: var(--dark);
}
#dont-miss-out .trending-btn {
  color: var(--primary);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid #1D6B7D;
  font-family: 'Lato', sans-serif;
  max-width: 274px;
  text-align: center;
  margin: 10px auto;
  font-size: 20px;
  line-height: 30px;
 
}
#dont-miss-out .trending-btn:hover {
  color: var(--dark);
}
#dont-miss-out .home-banners img {
  width: 100%;
  /*height: 100%;
  object-fit:cover;*/
}

#dont-miss-out .home-banners .home-banner {
  margin-bottom: 20px;
}

#dont-miss-out .home-banners .left-top {
  flex:1 0 60%;
  padding-right: 10px;
  position: relative;
}

#dont-miss-out .home-banners .middle-top {
  flex:1 0 40%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#dont-miss-out .home-banners .right-top {
  flex:1 0 60%;
  padding-left: 10px;
  position: relative;
}

@media screen and (max-width: 1800px) {
  .home-banner-container {
      max-width: 90vw;
  }
}

@media screen and (max-width: 1500px) {
  .home-banners .left-top, .home-banners .left-bottom, .home-banners .middle-top, .home-banners .middle-bottom, .home-banners .right-top, .home-banners .right-bottom {
      flex: 1 0 50%;
  }
}

@media screen and (max-width: 1200px) {
  .home-banners.left, .home-banners.middle, .home-banners.right {
      margin-top: 0;
      
  }

  .home-banner-hover h2 {
      font-size: 1.6em;
  }
}

@media screen and (max-width: 899px) {
  #scriptedstorehours {
    display: none;
  }

  .home-banner-container {
      max-width: none;
      margin: 0 20px;
  }

  #home-slide-overlay {
      position: static;
      transform: none;
      background: none;
      max-width: none;
      padding: 50px 20px 30px;
  }

  #home-slide-overlay > div a {
      margin: 0 5px;
  }
  
  #home-slide-overlay h2 {
      font-size: 3em;
  }
  
  #home-slide-overlay p {
      font-size: 1.3em;
  }

  .home-title {
      margin: 45px 20px 50px;
  }

  .home-title h1 {
      font-size: 2em;
  }

  #home-banner-columns {
      flex-direction: column;
      height: auto;
  }
 

  .home-banners .left-top, .home-banners .left-bottom {
      padding-right: 0;
  }

  .home-banners .middle-top, .home-banners .middle-bottom {
      padding-right: 0;
      padding-left: 0;
  }

  .home-banners .right-top, .home-banners .right-bottom {
      padding-left: 0;
  }

  .home-banners.left, .home-banners.middle, .home-banners.right {
      height: auto;
      margin-top: 0;
      width: 100%;
  }

  .home-banners {
      flex: 1 0 100%;
  }

  .home-banner a:hover .title {
      display: block;
  }
  
  .home-banner a:hover .home-banner-hover {
      display: none;
  }

  #full-width-banner {
      margin-top: 60px;
  }

  #full-width-banner div {
      position: static;
      background: none;
      text-align: center;
      margin: 0 auto;
  }
  
  #full-width-banner h2 {
      font-size: 35px;
      line-height: 40px;
  }

  .brands-carousel ul {
      margin: 40px auto 50px;
  }

  #home-blog-bg {
      padding: 20px 0 50px;
  }

  #home-blog {
      flex-direction: column;
  }
  
  #home-blog > div {
      flex: 1 0 100%;
  }
  
  #home-blog > div:last-of-type {
      padding-left: 0;
      margin-top: 30px;
  }

  #home-bottom-banners {
      flex-direction: column;
      margin-top: 50px;
  }

  #home-bottom-banners > div {
      padding: 0 !important;
  }

  #home-bottom-banners > div:not(:last-of-type) {
      margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #brands-section {
    padding: 50px 0;
  }

  .home-banner-container {
    margin: 0;
  }

  .home-brands-slider ul li {
    padding: 0 10px;
  }
}

/* END HOME PAGE */

/* FOOTER */

#newsletter {
  padding: 50px 20px 70px;
  margin-top: 40px;
  text-align: center;
  background-color: var(--primary);
}

#newsletter h2 {
  font-size: 1.6em;
  font-weight: 400;
  color: var(--light);
  margin-bottom: 8px;
  font-family: 'Lato';
}

#newsletter p {
  color: var(--light);
  font-family: 'Lato';
}

#newsletter-form {
  max-width: 564px;
  height: 38px;
  position: relative;
  margin: 20px auto;
}

#newsletter-form input {
  width: 100%;
  height: 38px;
  padding: 0 20px;
  border: 0;
  background-color: #fff;
  border-radius: 17px;
}

#newsletter-form input::placeholder {
  color: #A6A6A6;
}

#newsletter-form input,button:focus {
  outline: 0;
}

#newsletter-form button {
  height: 38px;
  position: absolute;
  right: -2px;
  top: 0;
  padding: 0 30px;
  font-size: 17px;
  font-weight: 300;
  background-color: #03B1D9;
  border-radius: 20px;
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  transition: .1s;
}

#newsletter-form button:hover {
  background-color: #0C99B9;
  cursor: pointer;
}
#footer {
  background-color: #F3F2EF;
}
#footer h2 {
  font-size: 1.4em;
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 10px;
  font-family: 'lato';
}

#footer p {
  color: var(--dark);
  font-size: .9em;
  line-height: 1.8em;
  font-family: 'lato';
}

#footer a {
  text-decoration: none;
  color: var(--dark);
  font-family: 'lato';
}

#footer a:hover {
  text-decoration: underline;
}

#footer-content {
  max-width: 1600px;
  display: flex;
  padding: 30px 20px;
  margin: 0 auto;
  
}

#footer-content > div {
  flex: 1 0 20%;
}

#footer-content > div:first-child img {
  width: 100%;
  max-width: 115px;
  height: auto;
}

#footer-content > div > ul > li {
  line-height: 1.8em;
  font-size: .9em;
}



#copyright {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px dotted var(--primary);
  
}

#copyright p {
  color: var(--dark);
  font-size: .9em;
  line-height: 1.8em;
  font-family: 'lato';

}

#copyright a {
  text-decoration: none;
  color: var(--dark);
  font-family: 'lato';
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
  #footer-content > div:first-child {
      display: none;
  }
}

@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;
  }
}

@media print {
  .no-print,
  .no-print * {
      display: none !important;
  }
}

/* END FOOTER */

.ProductThumbnailParagraphPriceLabel {
  color: #0000FF;
}

.ProductThumbnailParagraphPriceValue {
  color: #0000FF;
}

.ProductThumbnailParagraphSalePriceLabel {
  color: #FF0000;
}

.ProductThumbnailParagraphSalePriceValue {
  color: #FF0000;
}

.ProductRegularPriceParagraphLabel {
  color: #0000FF;
}

.ProductRegularPriceParagraphValue {
  color: #0000FF;
}

.ProductThumbnailIconOnSale {
  display: none;
}

.headerpromotionstyle {
  color: #027EC2 !important;
}

.ProductThumbnailIconCustomizable {
  background: url('images/customizable.png') no-repeat;
  width: 85px;
  margin: 0 0 0 10px;
}

.ProductThumbnailIconOnDisplay {
  background: none;
  width: 100%;
}

.ProductThumbnailIconAvailabilityOne {
  background: url('images/instock.png') no-repeat;
  width: 52px;
  height: 30px;
  display: inline-block;
}

.RelatedItemsParagraphPrice {
  display: none;
}


/* Express Delivery*/

.ItemInformationLeft {
  position: relative;
}

.ExpressDeliveryBadge {
  position: absolute;
  z-index: 199;
  right: 10px;
  top: 10px;
}

/*.ProductThumbnailIconAvailabilityTwo {
  background: url('https://www.artsample.com/css/879/images/expressdelivery.png') no-repeat;
  width: 169px;
  height: 59px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  pointer-events: none;
}*/

.ProductThumbnailParagraphViewItem {
  display: none;
}

.ProductThumbCheckBox {
  top: -26px;
  display: block;
}

.ProductThumbnailParagraphCompare {
  display: block;
}

.ProductThumbnailParagraphCompare {
  display: inline-block;
  position: absolute;
  top: -28px;
  left: 22px;
}

/* Express Landing Page (OmniVue) */

#expresslandingcontainer {
  position: relative;
  margin-top: 30px;
}

#expresslandingpic img {
  width: 100%;
  height: auto;
  display: block;
}

#expresslandingcopy {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  margin: 0 auto;
  text-align: center;
  width: 480px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 10px 15px 10px;
}

#expresslandingcopy h2 {
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

#expresslandingcopy p {
  font-family: Arial, sans-serif;
  font-size: 25px;
}

#expresslandingcopy a {
  font-family: Arial, sans-serif;
  font-size: 21px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background-color: #255094;
  color: #FFF;
  padding: 0 30px 0 30px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
}

#expresslandingcopy a:hover {
  background-color: #285eb4;
}

@media screen and (max-width: 400px) {

  #expresslandingcopy {
      top: 5%;
      width: 200px;
  }

  #expresslandingcopy h2 {
      font-size: 22px;
  }

  #expresslandingcopy p {
      font-size: 14px;
  }

  #expresslandingcopy a {
      font-size: 18px;
      height: 30px;
      line-height: 30px;
      padding: 0 20px 0 20px;
      margin-top: 8px;
  }

}

@media screen and (min-width: 401px) and (max-width: 767px) {

  #expresslandingcopy {
      top: 10%;
      width: 280px;
  }

  #expresslandingcopy h2 {
      font-size: 26px;
  }

  #expresslandingcopy p {
      font-size: 18px;
  }

}

/* End Express Landing Page */

.AddToCartButtonAnchor {
  background-color: #007cc4 !important;
  color: #fff !important;
  border: 1px solid #007cc4;
}

.AddToCartButtonAnchor:hover {
  background-color: #fff !important;
  color: #007cc4 !important;
}

div.ProductThumbnailIcon.ProductThumbnailIconAvailabilityOne > span,
div.ProductThumbnailIcon.ProductThumbnailIconOnDisplay > span {
  display: none;
}


#brandspage p, 
#DesignCenterPage p,
#DesignCenterPage h2,
#roomplannerpage p, 
#roomplannerpage li,
page[title="Design Custom"] p {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: x-large;
}