/* fonts */

/* end fonts */
/* color #9e1b33 */

/*  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-contaner img {
  max-width: 100%;
  height: auto;
  display: block;
}

#home-page-contaner a {
  text-decoration: none;
}

.video {
  position: relative;
  padding: 6% 0 50% 0;
  height: 0;
  margin-bottom: 32px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

*:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #808080;
  -webkit-box-shadow: 0 0 5px #808080;
  box-shadow: 0 0 5px #808088;
}

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 {
  margin: 0 auto;
  background-color: #fff;
  font-family: "Roboto", "Railway", sans-serif;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*  End Global Styles */

/* header */
#header {
  border-bottom: 1px solid #eee;
}

header section#top {
  background: #1c2d37;
  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;
}

header section#top a {
  color: #fff;
  text-decoration: none;
}

header section#top a:hover {
  color: #969696e6;
  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;
  padding: 0 50px;
}

header section#middle img {
  width: 100%;
  height: auto;
}

/* header section#middle > div {
} */

header section#middle > div ul {
  margin: 0;
  padding: 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: 225px;
  padding: 10px;
  box-sizing: border-box;
}

header section#middle > div#search {
  order: 2;
  position: relative;
  flex: 40%;
}

header section#middle > div#search button {
  background: #333;
  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;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

header section#middle > div#search input[type="text"] {
  border: 2px solid #eee;
  border-radius: 4px;
  padding: 8px;
  height: 35px;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
}

header section#middle > div#links {
  order: 3;
  font-size: 14px;
  flex: 10%;
  text-align: right;
  margin-right: 10px;
}

header section#middle > div#links ul {
  position: relative;
}

header section#middle > div#links ul li {
  margin: 0 25px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

header section#middle > div#links ul li:last-of-type {
  margin: 0 0 0 10px;
}

header section#middle > div#links ul li a {
  color: #333;
  text-decoration: none;
}

header section#middle > div#links ul li.stores {
  display: none;
}

header section#middle > div#links ul li.account,
header section#middle > div#links ul li.stores,
header section#middle > div#links ul li.cart {
  font-size: 12px;
}

header section#middle > div#links ul li.account i,
header section#middle > div#links ul li.stores i {
  margin-bottom: 4px;
}

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: 15px;
  border-radius: 5px;
  right: 0;
  width: 90px;
  text-align: right;
}

header section#middle > div#links ul li.account ul li {
  margin: 0 0 8px 0;
  line-height: 22px;
  text-align: right;
}

header section#middle > div#links ul li.account ul li::after {
  content: "";
  display: table;
}

header section#middle > div#links ul li.account ul li a:hover {
  text-decoration: underline;
}

#cartSummary {
  display: none !important;
}

header section#middle > div#links ul li.cart a span.count {
  position: absolute;
  top: 11px;
  right: 9px;
}

header section#middle > div#links ul li.cart a img {
  padding-left: 10px;
  color: #921e07;
  margin: 0 auto;
  max-width: 25px;
  height: auto;
  vertical-align: middle;
  margin-bottom: 10px;
  box-sizing: content-box;
}

header section#middle > div#links ul li a span {
  color: #1c2d37;
}
/* end header */

/* navigation */
nav {
  /*text-transform: uppercase;*/
  background: rgba(238, 238, 238, 0.9);
  font-size: 14px;
  position: relative;
  padding-top: 5px;
  z-index: 100;
}

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.mobile-only {
  display: none;
}

/* nav .grid-container > ul > li.last {
} */

nav .grid-container > ul > li.last a {
  color: #1c2d37;
  font-weight: bold;
}

nav .grid-container > ul > li.last a::after {
  display: none;
}

nav .grid-container > ul > li > a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px;
  text-transform: uppercase;
}

nav .grid-container > ul > li:hover {
  background: rgba(150, 150, 150, 0.9);
}

nav .grid-container > ul > li:hover a {
  color: #fff;
}

nav .grid-container > ul > .last:hover {
  background: unset;
}

nav .grid-container > ul > .last:hover a {
  color: #969696e6;
}

nav .grid-container > ul > li:hover a::after {
  display: none;
}

nav .grid-container > ul > li > a::after {
  content: "";
  border: solid #1c2d37;
  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 .drop-down {
  display: none;
  position: absolute;
  z-index: 999;
  top: 95%;
  left: 0;
  opacity: 0;
  background: #1c2d37;
}

nav ul:first-of-type {
  flex: auto;
  margin-right: 50px;
}

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: #49565e;
}

nav .drop-down ul li a {
  color: #fff;
  display: block;
  padding: 2px;
  text-decoration: none;
}

nav .drop-down > span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
}

.phone-menu {
  left: unset !important;
  right: 0px;
}

@media screen and (max-width: 896px) {
  header section#top .grid-container > div:first-of-type {
    display: none;
  }

  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: 5%;
  }

  header section#middle > div#logo {
    text-align: center;
  }

  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;
    flex: 10%;
  }

  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 {
  } */

  header section#middle > div#links ul li {
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }

  header section#middle > div#links ul li.cart {
    display: none;
  }

  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;
  }

  nav ul:first-of-type {
    flex: auto;
    margin-right: 50px;
    position: absolute;
    z-index: 100;
    background: #f5f5f5;
    width: 100%;
  }

  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;
  }

  .phone-container {
    display: none !important;
  }

  #mobile-menu {
    display: none;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 45px;
    background-color: #fff;
    padding: 10px !important;
  }

  #mobile-menu li {
    list-style: none;
    display: block !important;
    padding: 2px 0 !important;
  }

  #mobile-menu li a {
    color: #1c2d37 !important;
  }
}
/* end mobile nav */

/* end navigation */

/* main content */

section#home-slides {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
}

section#home-slides .slideshow {
  margin-bottom: 50px;
  
  max-width: 1600px;
  padding: 0 10px;
}

section#home-slides .slideshow img {
  width: 100%;
}

/* section#main-content {
} */

section#main-content img {
  width: 100%;
  height: auto;
}

section h3 {
  font-size: 3.25em;
  font-family: "Playfair Display";
  text-align: center;
  font-weight: normal;
  color: var(--accent);
  width: 100%;
  margin: 0 0 15px 0;
}

#testimonial-rotator {
  margin-top: 60px;
  margin-bottom: 60px;
}

#testimonial-rotator * {
  box-sizing: border-box;
}

#testimonial-rotator ul {
  margin: 0;
  padding: 0;
}

#testimonial-rotator li {
  margin: 0;
  padding: 0;
}

#testimonial-rotator > h2 {
  font-size: 3.25em;
  font-family: "Playfair Display";
  text-align: center;
  font-weight: normal;
  color: #000;
  width: 100%;
  margin: 0 0 15px 0;
}

.home-carousel img {
  max-width: 100%;
  height: auto;
}

.home-carousel .owl-carousel {
  list-style-type: none;
  margin: 15px auto 45px;
  width: calc(100% - 60px);
}

#testimonial-rotator .owl-nav [class*=owl-]:hover {
  background: none;
  color: #000;
}

.home-carousel .owl-prev,
.home-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  background: none;
}

.home-carousel .owl-prev {
  left: -40px;
}

.home-carousel .owl-next {
  right: -40px;
}

.home-carousel ul .carousel-slide {
  width: calc(100% - 2px);
  border: 1px solid #dadada;
  padding: 20px 20px 40px;
  display: block;
}

.home-carousel ul li {
  list-style: none;
}

.home-carousel ul li:hover {
  border-color: #000;
}

.home-carousel ul li a {
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  color: #000;
}

.home-carousel ul li a > p {
  font-weight: 600;
}

.home-carousel ul li a > p > span {
  font-weight: 400;
}

.home-carousel ul li img {
  margin-bottom: 15px;
}

.home-carousel ul li a:hover {
  text-decoration: none;
}

.home-carousel ul .testimonial-slide {
  width: calc(100% - 2px);
  border: 1px solid #dadada;
  padding: 20px 20px 40px;
  display: block;
}

.home-carousel ul .testimonial-slide  p {
  line-height: 1.6em;
  color: #000;
}

.home-carousel ul .testimonial-slide .rating {
  margin-bottom: 15px;
}

.home-carousel ul .testimonial-slide .rating .fa {
  padding-right: 5px;
  color: #1c2d37;
}

.home-carousel ul .testimonial-slide .fa-quote-left,
.home-carousel ul .testimonial-slide .fa-quote-right {
  display: inline-block;
}

.home-carousel ul .testimonial-slide .fa-quote-left:before {
  content: '\f10d';
  color: #000;
}

.home-carousel ul .testimonial-slide .fa-quote-right:before {
  content: '\f10e';
  color: #000;
}

.home-carousel ul .testimonial-slide .testimonial {
  display: inline;
  line-height: 1.8em;
}

section #hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

section #hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section #hero > div h2 {
  text-align: center;
  margin: 0 0 15px 0;
  color: var(--accent);
  font-size: 4.25em;
  font-family: "Playfair Display";
  letter-spacing: 2px;
  font-weight: normal;
}

section #hero > div h3 {
  text-align: center;
  margin: 0 0 15px 0;
  color: var(--accent);
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}


section #hero > div:first-child {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 60%;
  box-sizing: border-box;
}

section #hero > div:last-child {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 40%;
  box-sizing: border-box;
}

section #hero > div > div {
  position: relative;
  padding: 10px;
  align-self: flex-start;
  width: 100%;
}

section #hero > div > div a {
  color: #000;
  display: block;
}

section #hero > div > div span {
  position: absolute;
  display: block;
  left: 25px;
  bottom: 25px;
  padding: 15px 45px;
  color: var(--accent);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  background: linear-gradient(to left, #fff 50%, #1c2d37 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

section #hero > div > div span:after {
  content: "\f178";
  font-family: "FontAwesome";
  z-index: 10;
  right: 0;
  margin: 0 0 0 15px;
}

section #hero > div > div span:hover {
  background-color: var(--text);
  color: #fff;
  background-position: left;
}

section #seo-text {
  margin: 75px 0;
}

section #seo-text img {
  max-width: 100%;
  height: auto;
}

section #seo-text a {
  text-decoration: none;
  color: #1c2d37;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px 20px;
}

section #seo-text a:hover {
  color: #fff;
  background-color: #1c2d37;
}

section #seo-text > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
  align-items: center;
}

section #seo-text > div h2 {
  font-size: 1.75em;
  font-weight: bold;
}

section #seo-text > div h4 {
  font-size: 1.5em;
  font-weight: 100;
  margin: 5px 0 20px 0;
}

section #seo-text > div > div {
  padding: 15px;
  box-sizing: border-box;
}

section #seo-text > div > div > div {
  padding: 45px;
  box-sizing: border-box;
}

section #seo-text > div > .top {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-self: flex-start;
  flex: 60%;
}

section #seo-text > div > .bottom {
  display: -webkit-inline-flex;
  display: inline-flex;
  flex: 40%;
  margin-bottom: 25px;
}

section #seo-text > div > .bottom > div {
  align-self: flex-end;
}

section #shop-department {
  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: 75px 0;
  padding: 0;
}

section #shop-department > h2 {
  font-size: 3.25em;
  font-family: "Playfair Display";
  text-align: center;
  font-weight: normal;
  color: var(--accent);
  width: 100%;
  margin: 0 0 15px 0;
}

section #shop-department > h3 {
  text-align: center;
  margin: 0 0 15px 0;
  color: var(--accent);
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
}

section #shop-department > div {
  width: 33%;
  padding: 10px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

section #shop-department > div h4 {
  color: var(--accent);
  font-size: 1.75em;
  letter-spacing: 1px;
  margin: 10px 0 5px 0;
  font-family: "Playfair Display";
  font-weight: normal;
}

section #shop-department > div p {
  color: #333;
  margin: 0;
}

section #shop-department > div a {
  color: var(--accent);
  text-decoration: none;
}

section #shop-department > div a:hover {
  color: #333;
  text-decoration: underline;
}

section #shop-department > div a img {
  object-fit: cover;
}

section #sales {
  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;
  padding: 0;
}

section #sales > div {
  width: 33%;
  padding: 10px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

section #sales a {
  text-decoration: none;
  color: #1c2d37;
}

section #sales span {
  display: block;
  font-size: 2em;
  letter-spacing: 1px;
  margin: 20px 0 5px 0;
  font-family: "Playfair Display";
  text-align: center;
  color: #1c2d37;
  border: 1px solid #1c2d37;
  padding: 5px 10px;
}

section #sales span:hover {
  color: #fff;
  background-color: #1c2d37;
}

.home-blog * {
  box-sizing: border-box;
}

.home-blog {
  width: 100%;
  display: flex;
}

.home-blog-left {
  flex: 1 0 20%;
}

.home-blog-left a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-blog-left img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.home-blog-copy {
  flex: 1 0 30%;
  padding: 40px 30px;
  background-color: #28262b;
  text-align: center;
  justify-content: center;
}

.home-blog-copy p {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #FFF;
}

.home-blog-copy a {
  color: #FFF;
}

.home-blog-right {
  flex: 1 0 50%;
  position: relative;
}

.home-blog-right img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

.home-blog-right a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-blog-right > p {
  position: absolute;
  left: 30px;
  bottom: 60px;
  color: #FFF;
  opacity: 90%;
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  line-height: 1em;
  padding-right: 30px;
}

@media screen and (max-width: 1300px) {
  .home-blog-left {
    flex: 1 0 30%;
  }

  .home-blog-copy {
    flex: 1 0 40%;
  }
  
  .home-blog-right {
    flex: 1 0 30%;
  }
}

@media screen and (max-width: 896px) {
  #testimonial-rotator > h2 {
    font-size: 2.5em;
  }

  .home-carousel ul .owl-prev {
    left: -35px;
  }

  .home-carousel ul .owl-next {
      right: -35px;
  }

  section #hero {
    display: block;
  }
  section #hero > div h1 {
    font-size: 2.5em;
  }

  section #shop-department > h2 {
    font-size: 2.5em;
  }

  section #shop-department > div {
    width: 100%;
  }

  section #seo-text > div,
  section #seo-text > div > div {
    padding: 0;
    display: block !important;
  }

  section #seo-text > div > .bottom {
    margin-bottom: 0;
  }

  section #sales {
    margin: 0;
  }

  section #sales > div {
    width: 100%;
  }

  .home-blog {
    flex-direction: column;
  }

  .home-blog-left {
    flex: 1 0 100%;
  }

  .home-blog-left a {
    width: auto;
    height: auto;
  }

  .home-blog-left img {
    height: auto !important;
    display: block;
  }

  .home-blog-right {
    flex: 1 0 100%;
  }

  .home-blog-right a {
    width: auto;
    height: auto;
  }

  .home-blog-right img {
    height: auto !important;
    display: block;
  }
}

/* end main content */

/* footer */
#footer {
  background: #1c2d37;
  color: #fff;
  padding: 30px 5px;
  clear: both;
  margin-top: 50px;
}

#footer .footer-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-justify-content: space-between;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer h1 {
  font-size: 1.5em;
}

#footer .grid-container > div {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-content: flex-start;
  flex: 1;
  width: 25%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px;
  box-sizing: border-box;
  margin: 0 0 45px 0;
}

#footer .grid-container > div p.heading {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(189, 189, 189, 0.6);
  margin: 0 0 15px 0;
  padding-bottom: 5px;
  width: 100%;
}

#footer .grid-container > div #sign-up {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 100%;
  margin: 5px 0 40px 0;
}

#footer .grid-container > div #sign-up button {
  background: transparent;
  padding: 8px;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

#footer .grid-container > div #sign-up input[type="email"] {
  border: 1px solid #eee;
  padding: 8px;
  height: 30px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 15px 8px 8px;
  -webkit-appearance: none;
}

#footer .grid-container > div #social-media ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer .grid-container > div #social-media ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#footer .grid-container > div #social-media ul li a {
  color: #c1c1c1;
}

#footer .grid-container > div #social-media ul li a .fa {
  /* border: 1px solid #c1c1c1; */
  padding: 5px;
  font-size: 2.5em;
}

#footer .grid-container > div #bbb {
  margin-top: 25px;
  clear: both;
  display: block;
  width: 100%;
}

#footer .grid-container > div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer .grid-container > div ul li {
  display: block;
  margin: 0 0 7px 0;
  font-size: 14px;
}

#footer .grid-container > div ul li a {
  color: #ccc;
}

#footer #copyright {
  text-align: center;
}

#footer #copyright p,
#footer #copyright a {
  font-size: 14px;
}

@media screen and (max-width: 896px) {
  #footer .grid-container > div.newsletter {
    order: -1;
    margin-bottom: 15px;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-justify-content: center;

    border-bottom: 1px solid rgba(189, 189, 189, 0.6);
    padding-bottom: 25px;
  }

  #footer .grid-container > div.newsletter hr.spacer {
    display: none;
  }

  #footer .grid-container > div #social-media {
    margin-top: 15px;
  }

  #footer .grid-container > div #bbb {
    text-align: center;
  }

  #footer .grid-container > div.newsletter ul {
    display: block;
  }

  #footer .grid-container > div.newsletter p.heading {
    display: none;
  }

  #footer .grid-container > div {
    flex: 100%;
    padding: 0;
    margin-bottom: 0;
  }

  #footer .grid-container > div p.heading {
    cursor: pointer;
  }

  #footer .grid-container > div p.heading:after {
    content: "+";
    float: right;
    border: 1px solid rgba(189, 189, 189, 0.6);
    border-radius: 100%;
    color: #c1c1c1;
    padding: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 10px;
    box-sizing: content-box;
  }

  #footer .grid-container > div.active p.heading:after {
    content: "-";
  }

  #footer .grid-container > div p#newsletter:after {
    content: "";
    border: none;
  }

  #footer .grid-container > div.active p.heading {
    border-bottom: 0;
  }

  #footer .grid-container > div ul {
    display: none;
  }

  #footer .grid-container > div.active {
    margin-bottom: 25px;
  }

  #footer .grid-container > div.active ul {
    display: block;
  }
}

/* end footer */

/*Epiphany 4 BravoV2 item information color changes*/
#item-info-container #item-info-pagination a {
  color: #000;
}

#consist-of-container .product-group-item .product-group-info p {
  color: #000;
}

#item-info-container #basic-function-icons li a .fa {
  color: #333;
}

#item-info-pricing .price {
  color: #1c2d37;
}

#item-info-pricing .add-to-cart a {
  background-color: #1c2d37;
  border: 1px solid #1c2d37;
}

#item-info-pricing .add-to-cart a:hover {
  background-color: #fff;
  color: #1c2d37;
  border: 1px solid #1c2d37;
}

#email-friend a {
  color: #fff;
}

#request-information,
#email-friend {
  background-color: #1c2d37;
}

#request-information:hover a,
#email-friend:hover a {
  color: #1c2d37;
}

#request-information a:hover,
#email-friend a:hover {
  color: #1c2d37;
  text-decoration: none;
}

.RequestInfoPageButtonSend {
  border: 1px solid #1c2d37;
  background: #1c2d37;
}

.RequestInfoPageButtonSend:hover {
  border: 1px solid #1c2d37;
}

.filter-show-button {
  background: #1c2d37;
}

.filter-show-button:hover {
  color: #1c2d37;
  background: #fff;
}

#item-info-product-info .product-tab-heading.tab-active {
  border-bottom: 3px solid #1c2d37;
}

#item-info-product-info .product-tab-heading.tab-active {
  border-bottom: 3px solid #1c2d37;
}

#item-info-draping .customize-choice-tabs::-webkit-scrollbar-track {
  background: #1c2d37;
}

#item-info-product-info .product-tab-heading {
  color: #1c2d37;
}

#item-info-short-description .view-collection {
  color: #1c2d37;
}

#item-info-draping .draping-pagination a {
  color: #1c2d37;
}

#item-info-draping .customize-choice-tabs li.selected a span {
  background: #1c2d37;
}

#snap-shot a {
  color: #1c2d37;
}

#item-info-rotators .heading:after {
  background: #1c2d37;
}

#item-info-draping .customize-choice-tabs li.selected a span {
  background: #1c2d37;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1c2d37 !important;
}

.noUi-handle {
  background-color: #1c2d37;
}

#consist-of-container .product-group-item .product-group-info .add-to-cart a {
  display: inline-block;
  border: 1px solid #1c2d37;
  padding: 5px 15px;
  font-size: 14px;
  background: #1c2d37;
  color: #fff;
  text-align: center;
}

#consist-of-container .product-group-item .product-group-info .add-to-cart a:hover {
  border: 1px solid #1c2d37;
  background: #fff;
  color: #1c2d37;
}

/* End Epiphany 4 BravoV2 item information color changes  */

/*  CSS CHANGES  */
#content-theme-3.static-page h1 span {
  z-index: 99;
}

@media (max-width: 768px) {
    #content-theme-3.category-page #category-nav {
        max-height: 300px !important;
    }

    #content-theme-3.category-page #category-nav {
        overflow-y: auto !important;
    }
}

/* MATTRESS LANDING PAGE */
#divworkspacearea {
    max-width: 100%;
}

#mattress-page {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    /*font-family: 'Lato', sans-serif;*/
}

#mattress-page img {
    max-width: 100%;
    height: auto;
}

#mattress-page h1 {
    letter-spacing: 2px;
    font-size:36px;
    margin-bottom: 10px;
}

#mattress-page .intro {
    text-align: center;
    border-bottom: 1px solid #dadada;
    padding:0 0 45px 0;
    margin:25px auto;
}

/*#mattress-page .intro > p {
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 2px;
}*/

#mattress-page h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    vertical-align: text-bottom;
    color:#7d7d7d;
    margin:0 0 25px 0;
}

#mattress-page h2 > span {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 10px;
    background: #014b6e !important;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 14px;
    margin-right: 5px;
    box-sizing: border-box;
    font-weight: 500;
}

#mattress-page type-widget {
    display: block;
    /*margin:25px 0;*/
    padding:35px 0;
    border-bottom:1px solid #ccc;
}

#mattress-page type-widget:nth-child(even) {
    background: #fafafa;
}

#mattress-page type-widget:nth-child(even) h2 {
    color:#000;
}

/*#mattress-page type-widget:nth-child(odd) {
    background: #fafafa;
}

#mattress-page type-widget:nth-child(odd) h2 {
    color:#000;
}*/

/* #mattress-page type-widget:nth-child(odd) h2 span {
    color:#014b6e !important;
    background:#fff !important;
} */

/*#mattress-page type-widget .ajax-loader*/
#mattress-page .ajax-loader {
    display: block;
    margin: 0 auto;
    padding: 5% 0 3%;
}

#mattress-page type-widget ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

#mattress-page type-widget li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
    margin: 5px;
    background:#fff;
    align-self: stretch;
    border:1px solid #f5f5f5;
    border-radius: 5px;
}

#mattress-page type-widget .is-support li {
    background: #fff;
    color: #014b6e;
    border: 1px solid;
    border-radius: 5px;
    margin:5px;
    max-width: unset;
}

#mattress-page type-widget .is-support input[type=checkbox] + label {
    padding:2px 10px;
}

#mattress-page type-widget .is-support input[type=checkbox]:checked + label {
    background-color: #fff;
    color: #014b6e;
}

#mattress-page type-widget .is-support label>p:last-of-type {
    display: none;
}

#mattress-page type-widget .is-support input[type=checkbox]:checked + label>p:last-of-type {
    display: inline-block;
    color: #014b6e;
    position: static;
    margin:0 10px 0 0;
}

#mattress-page type-widget .is-support input[type=checkbox]:checked + label>p:first-of-type {
    display: inline-block;
}

#mattress-page type-widget input[type=checkbox] {
    display: none;
}

#mattress-page type-widget label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#mattress-page type-widget label>p:last-of-type {
    display: none;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    font-size: 1rem;
    color: #222;
}

#mattress-page type-widget img {
    display: block;
    pointer-events: none;
}

#mattress-page type-widget label>p:first-of-type {
    padding: 10px;
    font-size: 1rem;
}

#mattress-page type-widget input[type=checkbox]:checked + label {
    border:1px solid #014b6e;
    border-radius: 5px;
}

#mattress-page type-widget input[type=checkbox]:checked + label>p:last-of-type {
    display: block;
    color: #014b6e;
}

#mattress-page type-widget label:hover p {
    text-decoration: underline;
}

#mattress-page .submit-container {
    margin:45px 0;
    text-align: center;
}

#mattress-page .submit-container a {
    padding: 15px 45px;
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
    background: #014b6e;
    color: #fff;
    border:1px solid #014b6e;
    border-radius: 5px;
}

#mattress-page .submit-container a:active {
    color:#fff;
    background:#014b6e;
}

#mattress-page .submit-container a:hover {
    background: #fff;
    color:#014b6e;
    text-decoration: none;
    border:1px solid #014b6e;
}

/* BRAND WIDGET */
#mattress-page brand-widget {
    display: block;
    padding: 35px 0;
    border-top: 1px solid #ccc;
}

#mattress-page brand-widget .owl-stage {
    margin: 0 auto;
}

#mattress-page brand-widget ul {
    padding: 0 40px;
    width: inherit;
}

#mattress-page brand-widget li {
    list-style: none;
}

#mattress-page .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #014b6e;
    color: #fff;
    border: 1px solid #014b6e;
}

#mattress-page button.owl-prev {
    left: -15px;
}

#mattress-page button.owl-next {
    right: -15px;
}

#mattress-page .owl-nav button i {
    line-height: 30px;
}

#mattress-page .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #014b6e;
}

#mattress-page .owl-theme .owl-nav .disabled {
    opacity: 1;
    background: #ccc;
    border-color: #ccc;
}

#mattress-page .owl-theme .owl-nav .disabled:hover {
    background: #ccc;
    color: #fff;
}
/* BRAND WIDGET */

/* SLIDESHOW */
#mattress-page .intro {
    margin: 25px auto 0;
}

/* changed type-widget background color to (even) */

#mattress-page .mattress-slides {
    margin-top: 35px;
}

#mattress-page .mattress-slides img {
    width: 100%;
}
/* SLIDESHOW */

@media screen and (max-width: 1440px) {

    #mattress-page h2 {
        font-size: 1.5rem;
    }

    /*#mattress-page type-widget,
    #mattress-page .submit-container {
        margin-bottom: 35px;
    }*/

    /*#mattress-page type-widget li,
    #mattress-page type-widget img {
        max-width: 175px;
    }*/
}

@media screen and (max-width: 767px) {

    #content-theme-2.category-page h1 {
        margin: 0 0 10px;
    }

    #content-theme-2.category-page h1 span {
        padding: 10px 20px;
    }

    /*#mattress-page type-widget {
        margin: 25px 0;
    }*/

    /*#mattress-page type-widget li {
        margin: 0;
    }*/

    /*#mattress-page type-widget li,
    #mattress-page type-widget img {
        max-width: 150px;
    }*/

    /*#mattress-page .submit-container {
        margin-bottom: 25px;
    }
*/
    .progress {
        top:0 !important;
    }
}

@media screen and (max-width: 400px) {

    #content-theme-2.category-page h1 {
        font-size: 1.75rem;
    }

    #content-theme-2.category-page h1 span {
        padding: 5px 20px;
    }

    #mattress-page h2 {
        font-size: 1.25rem;
    }

    /*#mattress-page type-widget li,
    #mattress-page type-widget img {
        max-width: 135px;
    }*/

    #mattress-page type-widget label>p:first-of-type {
        font-size: .875rem;
    }
}
/* END MATTRESS LANDING PAGE */


/* zd 87601 */
div.product-group-info > a > p.ProductGroupsParagraph.ProductGroupsParagraphCustomizable {
  display: none;
}


section#main-content img.hp-bottom {
  margin: 0 auto;

  max-width: 100%;
  width: 90%;
  height: auto;
  display: block;
}


/* remove border on landing page thumbnails */
#content-theme-3.category-page #category-product ul li a {
  border: none;
}
/* center thumbnails on landing page */
#content-theme-3.category-page #category-product ul {
  justify-content: center;
}

/* room landing page expand hero image to fill width */
#content-theme-3.category-page .category-container>div:last-of-type {
  flex-basis: 100%;
  max-width: 100%;
}

/* landing page header */
#content-theme-3.category-page .category-container { 
  /* width: 100%; */
    max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
}

#content-theme-3.category-page .category-container #category-pic {
  margin-bottom: 50px;
  
  max-width: 1600px;
  padding: 0 10px;
}

#content-theme-3.category-page .category-container #category-pic img {
  width: 100%;
}

.clearance-banner {
  /* width: 100%; */
    max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 50px;
}
.clearance-banner div {
  margin-bottom: 50px;
  
  max-width: 1600px;
  padding: 0 10px;
}

.clearance-banner div img {
  width: 100%;
}