@font-face {
  font-family: Social Icons;
  src: url('../fonts/Social-Icons.eot') format("embedded-opentype"), url('../fonts/Social-Icons.woff') format("woff"), url('../fonts/Social-Icons.ttf') format("truetype"), url('../fonts/Social-Icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-3: #2d2d2d;
  --dim-grey: #6e6e6e;
  --light-grey: #e9e9e9;
  --dark-grey: #b3b3b3;
  --white: white;
  --accent-blue: #607085;
  --black: black;
  --black-2: #00000054;
  --color: #122a4f;
  --cyan: #98eaf1;
  --off-white: #fffef6;
  --lemon-chiffon: #f6ebc3;
  --color-2: #b8f8fd;
  --dark-slate-grey: #36363614;
  --tan: #b3a882;
  --cyan-light: white;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.nav {
  background-color: #0000;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-link {
  color: #000;
  margin-bottom: 30px;
}

.dropdown {
  z-index: 1002;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
}

.dropdown-mega-menu-list {
  overflow: hidden;
}

.dropdown-mega-menu-list.w--open {
  background-color: #fff;
  flex-wrap: wrap;
  inset: 50px 0% auto;
  box-shadow: 0 4px 15px -2px #0006;
}

.dropdown-mega-menu-list.dropdown-mega-menu-our-brands.w--open {
  left: -400px;
}

.column-25 {
  width: 25%;
}

.dropdown-sub-headings {
  color: var(--black-3);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.dropdown-links {
  color: var(--dim-grey);
  white-space: pre-wrap;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 110%;
  transition: background-color .2s;
}

.dropdown-links:hover {
  background-color: var(--light-grey);
}

.dropdown-links:active {
  background-color: var(--dark-grey);
}

.dropdown-flexbox {
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-title {
  border-bottom: .5px solid var(--dim-grey);
  color: var(--black-3);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.nav-title.with-bottom-badding {
  margin-bottom: 5px;
}

.nav-title.dropdown-titles-no-padding {
  margin-top: 0;
}

.footer-content {
  background-color: var(--light-grey);
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 3px;
  margin-right: 20px;
  font-size: 45px;
  line-height: 100%;
}

.site-search {
  z-index: 2;
  border: .5px solid var(--black-3);
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.nav-flexbox {
  z-index: 100;
  background-color: #ec4b4b;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.big-brand-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

.nav-link {
  color: var(--black-3);
  letter-spacing: .5px;
  padding: 10px 20px 10px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all .4s;
}

.nav-link:hover {
  background-color: var(--black-3);
  color: var(--white);
}

.nav-link:active {
  background-color: var(--dark-grey);
}

.nav-link.w--open {
  background-color: var(--black-3);
  color: #fff;
}

.where-to-buy-dropdown-list.w--open {
  width: 400px;
  padding: 21px;
}

.submit-button {
  background-color: #000;
}

.form-block {
  margin-bottom: 0;
}

.column-50 {
  width: 50%;
}

.column-50.column-50-left {
  padding-right: 20px;
}

.column-50.column-50-right, .column-50.column-50-mega-menu.column-50-mega-menu-50-right {
  padding-left: 20px;
}

.dropdown-brand-title-links {
  color: var(--accent-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #b3a882;
  margin-bottom: 10px;
  padding: 5px;
  font-family: BenchNine;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.dropdown-brand-title-links:hover {
  background-color: #fff;
}

.dropdown-brand-title-links:active {
  background-color: #929292;
}

.mega-menu-flex-columns {
  flex-wrap: wrap;
  display: flex;
}

.site-and-dealer-search-container-desktop {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.site-search-button {
  z-index: 2;
  border-style: solid;
  border-width: .5px .5px .5px 0;
  border-color: var(--black-3);
  color: var(--black-3);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding: 10px;
  font-family: Forum;
  display: flex;
  position: relative;
}

.text-block-9 {
  color: #8b8b8b;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.footer-16-col {
  flex-direction: column;
  width: 16.66%;
  padding-left: 10px;
}

.footer-16-col p{padding: 0; margin: 0;}

.footer-links {
  color: var(--black-3);
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-links:hover {
  color: var(--dim-grey);
}

.footer-links:active {
  color: var(--black-3);
}

.bold-text {
  color: var(--black-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bold-text.language-headling {
  margin-top: 25px;
  line-height: 100%;
  display: block;
}

.link-2 {
  color: #f3f3f3;
  letter-spacing: 1px;
  margin-left: 20px;
  font-family: Social icons, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.footer-social-links {
  color: var(--black);
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Social icons, Arial, sans-serif;
  font-size: 35px;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-social-links:hover {
  color: var(--dim-grey);
}

.footer-social-links:active {
  color: var(--black-3);
}

.footer-headings {
  margin-bottom: 20px;
}

.footer-social-icon-div {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyright-div {
  background-color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copyright-text {
  color: var(--dim-grey);
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  line-height: 100%;
  display: inline-block;
}

.dropdown-toggle {
  color: #adadad;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.language-links {
  color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  font-size: 12px;
}

.language-dropdown-list.w--open {
  background-color: #000;
  width: auto;
}

.div-block-17 {
  background-color: var(--white);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
  position: relative;
}

.site-search-div {
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.dealer-search-field {
  z-index: 2;
  border: .5px solid var(--black-3);
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.dropdown-link {
  font-family: Lato, sans-serif;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #d4d4d4;
}

.dropdown-link:active {
  background-color: #bebebe;
}

.div-block-18 {
  flex-flow: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 20px;
  display: flex;
}

.footer-flexbox {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 30%;
  margin-bottom: 15px;
  margin-right: 15px;
}

.dropdown-content-div {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 30px;
}

.div-block-22 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 20px;
}

.brand-logo {
  width: 275px;
}

.footer-logo {
  width: 300px;
}

.our-brands-dropdown-sections {
  flex-wrap: wrap;
  padding: 15px 20px;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  box-shadow: 0 1px 3px 0 var(--black-2);
}

.text-block-13 {
  font-family: Social icons, Arial, sans-serif;
  font-size: 12px;
}

.hero-slides {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
}

.div-block-29 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.h1 {
  color: var(--white);
  text-shadow: 0 0 20px #0006;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 4.2vw;
  font-weight: 400;
  line-height: 110%;
  transform: translate(0);
}

.back-to-top-link {
  background-color: var(--accent-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: -23px;
  right: 20px;
}

.back-to-top-link:hover {
  background-color: #b3a882;
  transform: scale(1.03);
}

.back-to-top-link:active {
  background-color: var(--accent-blue);
  transform: scale(.97);
}

.text-block-14 {
  color: #fff;
  font-family: Social icons, Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  transform: rotate(180deg);
}

.nav-menu {
  background-color: var(--white);
  width: 100%;
  display: flex;
  position: relative;
}

.icon-2 {
  margin-right: 5px;
}

.dropdown-2 {
  z-index: 1002;
  margin-right: 10px;
}

.slider {
  height: 90vh;
}

.mobile-menu-search-mobile {
  display: none;
}

.site-and-dealer-search-container-phone {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-branding-div {
  background-color: var(--light-grey);
  padding: 50px;
  position: relative;
}

.main-nav-search-field-text {
  color: var(--black-3);
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.top-banner-div {
  width: 100%;
  position: relative;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.banner-slider {
  background-color: var(--light-grey);
  height: 30px;
}

.banner-slide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-slider-links {
  color: var(--color);
  font-size: 12px;
  font-weight: 600;
}

.banner-close-trigger {
  z-index: 10;
  color: var(--color);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.banner-close-trigger:hover {
  color: var(--accent-blue);
}

.accessibility-icon-div {
  z-index: 1000;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 20px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.image-10 {
  filter: grayscale();
  width: 50%;
}

.chat-icon-div {
  z-index: 1000;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.chat-icon-placeholder {
  filter: grayscale();
  height: 40px;
}

.text-block-17 {
  font-family: Social icons, Arial, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.div-block-32 {
  margin-left: auto;
  margin-right: auto;
}

.dropdown-col-75 {
  flex-flow: wrap;
  width: 75%;
  display: flex;
}

.dropdown-50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

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

.cover-image-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contain-image {
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.contain-image-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contain-image-div.dining {
  background-color: #e7e7e7;
}

.contain-image-div.bedroom {
  background-color: #FFF;
}

.div-block-33-copy {
  flex-flow: wrap;
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.nav-sub-menu {
  z-index: 9000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.subnav-links {
  background-color: var(--white);
  color: var(--black-3);
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.subnav-links:hover {
  background-color: var(--black-3);
  color: var(--white);
}

.subnav-links:active {
  background-color: var(--dim-grey);
}

.subnav-icons {
  font-family: Social Icons, Arial, sans-serif;
}

.footer-33-col {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  max-width: 350px;
  padding-left: 20px;
  display: flex;
}

.footer-sign-up-form {
  width: 100%;
  margin-bottom: 0;
}

.form {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.footer-signup-form-flexbox {
  width: 100%;
  display: flex;
}

.footer-signup-text-field {
  border: 1px solid var(--dark-grey);
  background-color: #f1f1f1;
  border-radius: 1px;
  height: 45px;
  margin-bottom: 0;
  font-size: 14px;
}

.submit-button-2 {
  background-color: var(--black-3);
  color: var(--white);
  letter-spacing: 2px;
  height: 45px;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
}

.submit-button-2:hover {
  background-color: var(--light-grey);
  color: var(--black-3);
}

.submit-button-2:active {
  background-color: var(--dark-grey);
}

.div-block-38 {
  text-align: center;
  width: 100%;
}

.footer-enews-title {
  color: var(--black-3);
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.ways-to-shop-section-overlay {
  z-index: 2;
  background-image: linear-gradient(#1e335a52, #1e335a52);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.ways-to-shop-section-content-right-col {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding: 40px 70px 20px;
  display: flex;
}

.ways-to-shop-section-content-left-col {
  justify-content: center;
  align-items: center;
  width: 35%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.body-copy-semi-bold {
  color: var(--black-3);
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.ways-to-shop-section-content-div {
  background-color: #fff;
  flex-flow: wrap;
  width: 70%;
  max-width: 1100px;
  height: auto;
  display: flex;
  box-shadow: 0 70px 17px -19px #00000057;
}

.ways-to-shop-section {
  background-color: #cacaca;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ways-to-shop-section-paralax-image {
  z-index: 1;
  object-fit: cover;
  width: 130%;
  height: 130%;
  position: absolute;
}

.ways-to-shop-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.back-to-top {
  background-color: var(--black-3);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  font-family: Social Icons, Arial, sans-serif;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.back-to-top:hover {
  background-color: var(--light-grey);
  color: var(--color);
}

.back-to-top:active {
  background-color: var(--dark-grey);
}

.top-anchor {
  height: 0;
}

.best-selling-section {
  flex-flow: wrap;
  position: relative;
}

.best-selling-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-brand-links {
  filter: invert();
  text-align: center;
  width: 15%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.footer-brand-links:hover {
  opacity: .8;
  transform: scale(1.02);
}

.footer-brand-links:active {
  opacity: 100;
  transform: scale(.99);
}

.footer-brand-links.w--current {
  filter: invert();
}

.footer-brand-logos-large {
  width: 100px;
}

.footer-brands-flexbox {
  border-top: .5px solid var(--dark-grey);
  border-bottom: .5px solid var(--dark-grey);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.best-selling-33-col {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.333%;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

.best-selling-66-col {
  width: 66.666%;
  margin-top: 0;
}

.h2-left {
  color: var(--black-3);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.slide-nav-2 {
  display: none;
}

.best-selling-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.left-arrow-2, .right-arrow-2 {
  width: 30px;
}

.icon-3, .icon-4 {
  color: var(--color);
  font-size: 24px;
}

.best-slide {
  flex-flow: wrap;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-portfolio-title-div {
  width: 100%;
}

.footer-brand-portfolio-title {
  color: var(--black-3);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  font-size: 11px;
}

.best-selling-text-holder {
  max-width: 500px;
}

.best-selling-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px 30px 2vw;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.best-selling-link-block:hover {
  opacity: .81;
  transform: scale(1.03);
}

.best-selling-link-block:active {
  opacity: 100;
  transform: scale(.99);
}

.best-selling-text-div {
  width: 100%;
}

.best-selling-product-name {
  color: var(--black-3);
  text-align: center;
  margin-bottom: 9px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.best-selling-price {
  color: var(--black-3);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.nav-link-no-dropdown {
  color: var(--black-3);
  background-color: #0000;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  transition: all .4s;
  position: relative;
  bottom: -9px;
}

.nav-link-no-dropdown:hover {
  background-color: var(--black-3);
  color: var(--white);
}

.nav-link-no-dropdown:active {
  background-color: var(--dark-grey);
}

.div-block-47 {
  z-index: 9000;
  margin-left: 20px;
  position: absolute;
}

.nav-sub-menu-desktop-wrapper {
  z-index: 9999;
  margin-top: 10px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-sub-menu-mobile-wrapper {
  display: none;
}

.subnav-mobile-text {
  margin-left: 5px;
  display: none;
}

.outdoor-menu-image {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.tooltip {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 110px;
  padding: 5px;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  inset: 30px 0% auto -85px;
}

.ways-to-buy-group-div {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.ways-to-buy-group-div.no-bottom-padding {
  margin-bottom: 0;
}

.button-full-width {
  border: 1px solid var(--white);
  background-color: var(--black-3);
  color: var(--off-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  transition: transform .2s;
  display: inline-flex;
}

.button-full-width:hover {
  background-color: var(--light-grey);
  color: var(--black-3);
  transform: scale(1.03);
}

.button-full-width:active {
  background-color: var(--dark-grey);
  transform: scale(.98);
}

.tommy-bahama-store-links {
  color: var(--black-3);
  text-align: left;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.tommy-bahama-store-links:hover {
  background-color: var(--light-grey);
  transform: scale(1.02);
}

.tommy-bahama-store-links:active {
  background-color: var(--dark-grey);
  transform: scale(.99);
}

.collections-menu-groups {
  width: 48%;
  margin-bottom: 10px;
  padding: 20px 0;
}

.collection-menu-columns {
  width: 33%;
}

.additional-brand-collection-menu-flexbox {
  background-color: #f5f5f5;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.div-block-49 {
  width: 100%;
}

.additional-brand-names {
  color: var(--black-3);
  text-align: center;
  margin-bottom: 10px;
  padding: 0 6px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-50 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  display: flex;
}

.additional-brands {
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instagram-feed-section {
  background-color: var(--white);
  width: 100%;
  padding: 15px 60px 30px;
}

.max-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.what-we-offer-section {
  background-color: var(--white);
  flex-flow: wrap;
  padding: 15px 75px 80px;
  display: flex;
}

.shop-by-style-columns {
  width: 16.66%;
  padding-left: 6px;
  padding-right: 6px;
}

.shop-by-style-tile {
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.shop-by-style-images {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop-by-stlyle-overlay {
  z-index: 2;
  background-image: linear-gradient(#0f1a3a00 72%, #000000ed);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.shop-by-style-title {
  color: var(--off-white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 100%;
}

._30-30-heading-spacer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.h2-center {
  color: var(--black-3);
  text-align: center;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.h2-center.reversed {
  color: var(--off-white);
}

.instagram-placeholder {
  width: 100%;
}

.body-copy-normal {
  color: var(--black-3);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.body-copy-normal.reversed {
  color: var(--off-white);
}

.text-span-2 {
  font-family: Social Icons, Arial, sans-serif;
}

.ways-to-buy-50-col, .div-block-58 {
  width: 50%;
}

.div-block-58-copy {
  width: 100%;
}

.div-block-60 {
  width: 50%;
  margin-top: 10px;
}

.best-selling-flexbox {
  flex-flow: wrap;
  display: flex;
}

.max-with-1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.collection-brands {
  border-bottom: .5px solid var(--dim-grey);
  color: var(--black-3);
  text-align: left;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-62 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.tommy-bahama-more-link {
  color: var(--black-3);
  text-align: center;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.tommy-bahama-more-link:hover {
  background-color: #dbdbdb;
  transform: scale(1.02);
}

.tommy-bahama-more-link:active {
  background-color: var(--dark-grey);
  transform: scale(.99);
}

._2nd-level-right-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

._2nd-level-right-column:hover {
  opacity: .75;
}

._2nd-level-right-column:active {
  opacity: 90;
}

._2nd-level-header {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 450px;
  display: flex;
}

._2nd-level-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 110%;
}

._2nd-level-left-column {
  width: 50%;
  height: 450px;
  position: relative;
}

.div-block-63 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 50px 100px;
  display: flex;
  position: relative;
}

._2nd-level-subheading {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 2vw;
  font-weight: 300;
  line-height: 120%;
}

._2nd-level-left-col-flexbox {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-60 {
  color: #fff;
  font-size: .8vw;
  line-height: 150%;
}

._2nd-level-intro-copy {
  color: #fff;
  font-size: 1vw;
  line-height: 150%;
}

.main-store-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.store-contact-section {
  padding: 60px 100px;
}

.store-contact-section-flexbox {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.store-contact-20-col {
  text-align: center;
  width: 20%;
  padding-right: 30px;
}

.store-contact-35-col {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.store-contact-heading {
  color: var(--black-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.store-contact-links {
  color: var(--black-3);
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.store-contact-links:hover {
  color: var(--dim-grey);
}

.store-contact-links:active {
  color: var(--black-3);
}

.week-day {
  text-align: right;
  font-size: 15px;
  line-height: 140%;
}

.max-width-1600 {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.follow-store-form-div {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-66 {
  justify-content: center;
  display: flex;
}

.div-block-67 {
  text-align: right;
  width: 25%;
}

.div-block-68 {
  text-align: left;
  width: 75%;
  padding-left: 10px;
  display: flex;
}

.store-sign-up-copy-div {
  text-align: center;
  width: 100%;
  max-width: 425px;
  margin-bottom: 30px;
}

.store-signup-heading {
  color: var(--black-3);
  margin-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.location-caption-text {
  color: #8f8f8f;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
}

.contact-text {
  font-size: 14px;
}

.store-social-media-div {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.hours {
  text-align: right;
  white-space: nowrap;
  font-size: 15px;
  line-height: 140%;
}

.about-the-store-section {
  background-color: var(--lemon-chiffon);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 75px;
  display: block;
}

.about-the-store-slider {
  width: 100%;
}

.about-the-store-slider.w-slider{height: auto;}

.slide-nav-3 {
  display: none;
}

.about-the-store-slide img {
  display: block;
}

.about-the-store-right-col {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.about-the-store-left-col {
  background-color: var(--lemon-chiffon);
  width: 50%;
  padding: 60px 75px;
  display: inline-block;
  vertical-align: middle;
}

.left-arrow-3, .right-arrow-3 {
  width: 50px;
}

.icon-5, .icon-6 {
  font-size: 24px;
}

.about-the-store-copy-div {
  width: 100%;
}

.button-holder {
  margin-top: 20px;
}

.button-2 {
  background-color: var(--black-3);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  transition: all .4s;
  position: relative;
}

.button-2:hover {
  background-color: var(--black-3);
  color: var(--white);
}

.button-2:active {
  background-color: var(--dark-grey);
}

.cta-left-column {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
}

.deisgn-services-flexbox {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 50px 80px 200px;
  display: flex;
  position: relative;
  box-shadow: 8px 8px 10px #0003;
}

.design-services-right-col {
  width: 70%;
  max-width: 900px;
}

.design-services-left-col {
  min-width: 475px;
  position: relative;
  box-shadow: 8px 8px 12px #0003;
}

.cta-flexbox {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.design-services-section {
  background-image: url('../images/Tommy-Bahama_Leaf-Pattern.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 75px;
  position: relative;
}

.headling-spacer {
  margin-bottom: 30px;
}

.what-we-offer-col {
  width: 25%;
  height: 33vw;
  padding-left: 6px;
  padding-right: 6px;
  overflow: hidden;
}

._50-50-heading-spacer {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.store-offering-headings {
  color: var(--off-white);
  text-align: center;
  margin-bottom: 12px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.what-we-offer-tile-flexbox {
  z-index: 2;
  background-image: linear-gradient(#0f1a3a00 14%, #060b188a 77%, #000000e6);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-89 {
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  line-height: 150%;
}

.div-block-90 {
  margin-bottom: 15px;
}

.what-we-offer-flexbox {
  flex-flow: wrap;
  display: flex;
}

.map-placeholder {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.what-we-offer-tile {
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.what-we-offer-images {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._2nd-level-overlay {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.our-story-header-copy-div {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 0 50px 100px;
  display: flex;
  position: relative;
}

._2nd-level-header-buying-online {
  background-color: var(--color);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 550px;
  display: flex;
  position: relative;
}

.cover-image-absolute {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.custom-bullet-list {
  width: 100%;
  padding: 0;
}

.custom-bullet-item {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.how-it-works-homepage-icon-div {
  margin-right: 5px;
}

.how-we-work-icons {
  width: 40px;
}

.how-we-work-text-div {
  width: 90%;
  padding-left: 15px;
}

.how-it-works-titles-homepage {
  color: var(--black-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.how-it-works-copy-homepage {
  color: var(--black-3);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.how-it-work-sticky-column {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: sticky;
  top: 40px;
}

.buy-online-left-sticky-col {
  min-width: 400px;
  position: relative;
  box-shadow: 8px 8px 12px #0003;
}

.h2-bottom-margin-20 {
  color: var(--black-3);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.bullet-list {
  margin-top: 30px;
  padding-left: 30px;
}

.list-item {
  margin-bottom: 20px;
}

.button-holder-40px-top-margin {
  margin-top: 40px;
}

.before-you-buy-section {
  background-color: var(--light-grey);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Tommy-Bahama_Buy-Online_Before-You-Buy_Background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 75px;
}

.before-you-buy-container {
  background-color: var(--light-grey);
  flex-flow: wrap;
  max-width: 1000px;
  padding: 0;
  display: flex;
  box-shadow: 7px 13px 19px #0003;
}

.before-you-buy-left-col {
  width: 50%;
}

.before-you-buy-right-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.using-the-site-left-col {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding: 70px 8vw 70px 75px;
  display: flex;
}

.using-the-site-section {
  background-color: #f0f0f0;
  flex-flow: wrap;
  padding-top: 0;
  display: flex;
}

.div-block-95 {
  width: 100%;
  margin-top: 23px;
}

.image-11 {
  width: 50%;
}

.div-block-96 {
  text-align: center;
}

.inline-text-links {
  color: var(--black-3);
  font-weight: 600;
  text-decoration: underline;
}

.before-you-buy-flexbox {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-centering {
  text-align: center;
  margin-top: 40px;
}

.h2-bottom-margin-40 {
  color: var(--black-3);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.how-it-works-flexbox {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.before-you-buy-measurment-div {
  background-color: var(--off-white);
  padding: 60px 75px;
  position: relative;
}

.div-block-98 {
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.comparing-your-furniture-section {
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  padding: 75px;
  display: flex;
}

.room-measurement-div {
  background-color: var(--white);
  flex-flow: wrap;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.div-block-99 {
  background-color: var(--lemon-chiffon);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.div-block-100 {
  width: 50%;
}

.contained-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.measuring-room-right-col {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.measure-for-delivery-div {
  width: 100%;
}

.div-block-101 {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.div-block-102 {
  width: 33.33%;
}

.sidebar-icon-holder {
  text-align: center;
  width: 100%;
}

.image-12 {
  width: 100px;
}

.headling-center {
  text-align: center;
  width: 100%;
}

.island-mindset-section {
  background-color: var(--light-grey);
  background-image: linear-gradient(#00000063, #00000063), url('../images/pexels-asadphoto-457878_aqua.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 100px 75px;
}

.image-11-copy {
  width: 80%;
}

.island-mindset-image-div {
  text-align: center;
  margin-bottom: 30px;
}

.island-mindset-copy-div {
  width: 100%;
}

.island-mindset-right-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 70px 50px;
  display: flex;
  position: relative;
}

.island-mindset-container {
  background-color: var(--off-white);
  flex-flow: wrap;
  max-width: 1100px;
  padding: 0;
  display: flex;
  box-shadow: 7px 13px 19px #0003;
}

.make-it-yours-section {
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-centering-100 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

._2nd-level-overlay-30 {
  z-index: 2;
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.make-it-yours-div {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 55px;
  display: flex;
}

.island-mindset-flexbox {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.make-it-yours-flexbox {
  flex-flow: wrap;
  display: flex;
}

@media screen and (max-width: 991px) {
  .brand-link {
    margin-bottom: 10px;
  }

  .brand-link.w--current {

  }

  .dropdown {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-mega-menu-list.w--open {
    z-index: 1000;
    width: auto;
    position: relative;
    top: 0;
  }

  .column-25 {
    width: 50%;
  }

  .dropdown-sub-headings {
    text-align: left;
  }

  .dropdown-links {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .dropdown-flexbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-title {
    text-align: center;
  }

  .footer-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-search {
    width: 200px;
  }

  .big-brand-video {
    height: 500px;
    display: flex;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: inline-flex;
  }

  .nav-link.w--open {
    text-align: center;
    width: 100%;
  }

  .column-50.column-50-left.column-50-left-brand-menu {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .column-50.column-50-right.column-50-right-brand-menu {
    width: 100%;
    padding-left: 0;
  }

  .dropdown-brand-title-links {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 100%;
  }

  .site-and-dealer-search-container-desktop {
    justify-content: center;
    align-items: flex-end;
  }

  .footer-16-col {
    width: 33.33%;
    margin-bottom: 20px;
  }

  .footer-links {
    font-size: 14px;
  }

  .footer-social-icon-div {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .site-search-div {
    margin-left: 15px;
    margin-right: 15px;
  }

  .dealer-search-field {
    width: 200px;
  }

  .dropdown-content-div {
    width: 100%;
    padding: 20px;
  }

  .brand-logo {
    width: 225px;
  }

  .our-brands-dropdown-sections {
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-brands-dropdown-sections.our-brands-dropdown-sections-top {
    padding-top: 10px;
  }

  .our-brands-dropdown-sections.our-brands-dropdown-sections-bottom {
    padding-bottom: 10px;
  }

  .menu-button {
    color: var(--black-3);
    padding: 0;
    font-size: 50px;
    line-height: 100%;
  }

  .menu-button.w--open {
    background-color: var(--black-3);
    color: var(--white);
  }

  .icon {
    display: block;
  }

  .hero-slides {
    background-color: #0000;
    padding: 0 40px 40px;
  }

  .h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .collections-menus {
    display: block;
  }

  .dropdown-2 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .slider {
    height: 500px;
  }

  .mobile-menu-search-mobile {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
  }

  .site-and-dealer-search-container-phone {
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .text-block-17 {
    color: var(--black);
  }

  .dropdown-col-75 {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-33-copy {
    width: 100%;
  }

  .nav-sub-menu {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 20px 40px;
  }

  .subnav-links {
    font-size: 15px;
    font-weight: 400;
  }

  .footer-33-col {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-left: 0;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-signup-text-field {
    height: 36px;
  }

  .submit-button-2 {
    height: 36px;
    font-size: 12px;
  }

  .ways-to-shop-section-overlay {
    padding: 40px;
  }

  .ways-to-shop-section-content-right-col {
    padding: 30px 30px 10px;
  }

  .ways-to-shop-section-content-div {
    width: 100%;
    height: auto;
  }

  .ways-to-shop-section {
    height: auto;
  }

  .footer-brand-links {
    width: 25%;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-brands-flexbox {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .best-selling-33-col {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 30px 0;
  }

  .best-selling-66-col {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-left {
    font-size: 30px;
  }

  .best-selling-link-block {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .nav-link-no-dropdown {
    font-size: 15px;
    bottom: 0;
  }

  .div-block-47, .nav-sub-menu-desktop-wrapper {
    display: none;
  }

  .nav-sub-menu-mobile-wrapper {
    display: block;
  }

  .subnav-mobile-text {
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
  }

  .tooltip {
    display: none;
  }

  .button-full-width {
    height: 36px;
    padding: 10px;
    font-size: 12px;
  }

  .collections-menu-groups {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .additional-brand-names {
    text-align: center;
  }

  .instagram-feed-section {
    padding: 40px;
  }

  .what-we-offer-section {
    padding: 10px 40px 40px;
  }

  .shop-by-style-columns {
    width: 33.33%;
    margin-bottom: 12px;
  }

  .shop-by-style-title {
    font-size: 13px;
  }

  ._30-30-heading-spacer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2-center {
    font-size: 30px;
  }

  .collection-brands {
    text-align: center;
  }

  ._2nd-level-right-column {
    width: 100%;
    height: 400px;
  }

  ._2nd-level-header {
    flex-flow: wrap;
    height: auto;
  }

  ._2nd-level-heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 46px;
  }

  ._2nd-level-left-column {
    width: 100%;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
    padding: 40px 30px;
  }

  ._2nd-level-subheading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .text-block-60 {
    font-size: 16px;
  }
  
  ._2nd-level-intro-copy {
    font-size: 16px;
  }

  .store-contact-section {
    padding: 40px;
  }

  .store-contact-20-col {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .store-contact-35-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .store-contact-links {
    font-size: 14px;
  }

  .about-the-store-section {
    padding-right: 0;
  }

  .about-the-store-slider {
    height: 400px;
    min-height: 0;
  }

  .about-the-store-right-col {
    width: 100%;
  }

  .about-the-store-left-col {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px;
  }

  .left-arrow-3, .right-arrow-3 {
    width: 40px;
  }

  .about-the-store-copy-div {
    max-width: none;
  }

  .button-2 {
    font-size: 15px;
    bottom: 0;
  }

  .cta-left-column {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    overflow: hidden;
  }

  .deisgn-services-flexbox {
    height: auto;
    padding: 40px;
  }

  .design-services-right-col {
    width: 100%;
    padding-left: 0;
  }

  .design-services-section {
    padding: 40px;
  }

  .headling-spacer {
    margin-bottom: 20px;
  }

  .what-we-offer-col {
    width: 50%;
    height: 50vw;
    margin-bottom: 12px;
  }

  ._50-50-heading-spacer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-story-header-copy-div {
    justify-content: center;
    align-items: flex-start;
    padding: 40px 30px;
  }

  ._2nd-level-header-buying-online {
    flex-flow: wrap;
    height: auto;
  }

  .custom-bullet-list {
    padding: 10px;
  }

  .custom-bullet-item {
    margin-bottom: 35px;
  }

  .how-it-works-copy-homepage {
    font-size: 13px;
  }

  .how-it-work-sticky-column {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .buy-online-left-sticky-col {
    height: 400px;
  }

  .h2-bottom-margin-20 {
    font-size: 30px;
  }

  .before-you-buy-section {
    padding: 40px;
  }

  .before-you-buy-left-col {
    display: none;
  }

  .before-you-buy-right-col {
    width: 100%;
  }

  .using-the-site-left-col {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
  }

  .using-the-site-section {
    padding-right: 0;
  }

  .h2-bottom-margin-40 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .before-you-buy-measurment-div, .comparing-your-furniture-section {
    padding: 40px;
  }

  .measuring-room-right-col {
    width: 100%;
  }

  .measure-for-delivery-div {
    max-width: none;
  }

  .island-mindset-section {
    padding: 40px;
  }

  .island-mindset-right-column {
    width: 100%;
  }

  .make-it-yours-section, .make-it-yours-div {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .dropdown {
    margin-bottom: 7px;
  }

  .column-25.dropdown-col-25 {
    text-align: center;
    width: 100%;
  }

  .column-25.outdoor-meu {
    width: 100%;
  }

  .dropdown-sub-headings, .dropdown-links {
    text-align: center;
    font-size: 15px;
  }

  .footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .site-search {
    width: 180px;
    height: 35px;
  }

  .big-brand-video {
    height: 350px;
  }

  .site-and-dealer-search-container-desktop {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-search-button {
    height: 35px;
  }

  .footer-16-col {
    text-align: center;
    width: 100%;
  }

  .footer-links {
    font-size: 15px;
  }

  .bold-text {
    font-size: 20px;
  }

  .footer-social-links {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .site-search-div {
    margin-bottom: 0;
  }

  .dealer-search-field {
    width: 180px;
    height: 35px;
  }

  .footer-flexbox {
    justify-content: center;
    align-items: stretch;
  }

  .dropdown-content-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-logo {
    width: 200px;
  }

  .menu-button {
    padding: 3px;
  }

  .hero-slides {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-home-link {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-home-link.w--current {
    margin-bottom: 10px;
  }

  .div-block-29 {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }

  .h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .back-to-top-link {
    top: -25px;
  }

  .collections-menus {
    display: none;
  }

  .slider {
    height: 350px;
  }

  .mobile-menu-search-mobile {
    padding-top: 10px;
  }

  .site-and-dealer-search-container-phone {
    flex-flow: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-branding-div {
    padding-bottom: 0;
  }

  .main-nav-search-field-text {
    font-size: 16px;
  }

  .dropdown-col-75 {
    width: 100%;
  }

  .dropdown-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33-copy {
    width: 100%;
  }

  .nav-sub-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subnav-links {
    font-size: 13px;
  }

  .footer-33-col {
    width: 100%;
    padding-left: 0;
  }

  .footer-sign-up-form {
    width: 100%;
  }

  .footer-signup-text-field {
    font-size: 16px;
  }

  .submit-button-2 {
    font-size: 11px;
  }

  .footer-enews-title {
    margin-bottom: 15px;
  }

  .ways-to-shop-section-overlay {
    padding: 30px;
  }

  .ways-to-shop-section-content-right-col {
    width: 100%;
    padding: 30px 30px 10px;
  }

  .ways-to-shop-section-content-left-col {
    width: 100%;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ways-to-shop-section {
    height: auto;
  }

  .ways-to-shop-image {
    object-position: 50% 86%;
  }

  .footer-brand-links {
    width: 40%;
    margin: 20px 0;
    display: block;
  }

  .footer-brands-flexbox {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .best-selling-33-col {
    padding-top: 40px;
  }

  .best-selling-66-col {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-left {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .icon-3, .icon-4 {
    font-size: 20px;
  }

  .best-selling-link-block {
    width: 100%;
    padding: 0 10px 10px;
  }

  .best-selling-link-block._2 {
    display: none;
  }

  .best-selling-product-name {
    font-size: 18px;
  }

  .nav-link-no-dropdown {
    font-size: 15px;
  }

  .nav-sub-menu-desktop-wrapper {
    display: none;
  }

  .outdoor-menu-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-full-width {
    padding: 10px;
    font-size: 11px;
  }

  .tommy-bahama-store-links {
    font-size: 14px;
  }

  .collections-menu-groups {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .instagram-feed-section {
    padding: 30px;
  }

  .what-we-offer-section {
    padding: 5px 30px 30px;
  }

  .shop-by-style-columns {
    width: 50%;
  }

  .shop-by-style-title {
    font-size: 15px;
  }

  ._30-30-heading-spacer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h2-center {
    font-size: 24px;
  }

  .tommy-bahama-more-link {
    font-size: 14px;
  }

  ._2nd-level-right-column {
    width: 100%;
    height: 300px;
  }

  ._2nd-level-heading {
    font-size: 32px;
  }

  ._2nd-level-left-column {
    width: 100%;
    height: auto;
    min-height: 350px;
  }

  .div-block-63 {
    padding: 30px;
  }

  ._2nd-level-subheading {
    font-size: 16px;
  }

  .store-contact-section {
    padding: 30px;
  }

  .store-contact-20-col, .store-contact-35-col {
    width: 100%;
  }

  .store-contact-links {
    font-size: 15px;
  }

  .div-block-67 {
    width: 50%;
  }

  .store-signup-heading {
    margin-bottom: 15px;
  }

  .store-social-media-div {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }

  .about-the-store-slider {
    height: 300px;
  }

  .about-the-store-left-col {
    padding: 40px 30px;
  }

  .left-arrow-3, .right-arrow-3 {
    width: 30px;
  }

  .button-2 {
    font-size: 15px;
  }

  .design-services-left-col {
    min-width: 0;
    height: 300px;
  }

  .design-services-section {
    padding: 30px;
  }

  .what-we-offer-col {
    width: 50%;
    height: 300px;
  }

  ._50-50-heading-spacer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .store-offering-headings {
    font-size: 20px;
  }

  .our-story-header-copy-div {
    width: 100%;
    padding: 80px 30px 30px;
  }

  .how-it-works-copy-homepage {
    display: block;
  }

  .buy-online-left-sticky-col {
    min-width: 0;
    height: 300px;
  }

  .h2-bottom-margin-20 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .before-you-buy-section {
    padding: 30px;
  }

  .before-you-buy-right-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .using-the-site-left-col {
    padding: 40px 30px;
  }

  .h2-bottom-margin-40 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .before-you-buy-measurment-div, .comparing-your-furniture-section {
    padding: 30px;
  }

  .div-block-99 {
    width: 100%;
    padding: 30px;
  }

  .div-block-100 {
    width: 100%;
  }

  .div-block-101 {
    justify-content: center;
  }

  .div-block-102 {
    width: 80%;
    margin-bottom: 10px;
  }

  .island-mindset-section {
    padding: 30px;
  }

  .island-mindset-right-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .make-it-yours-section {
    padding: 30px;
  }

  .make-it-yours-div {
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .column-25.dropdown-col-25 {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-search {
    width: 200px;
  }

  .big-brand-video {
    height: 250px;
  }

  .nav-link.w--open {
    justify-content: center;
    align-items: center;
  }

  .column-50.column-50-mega-menu {
    width: 100%;
  }

  .column-50.column-50-mega-menu.column-50-mega-menu-50-right {
    padding-left: 0;
  }

  .dropdown-brand-title-links {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .site-and-dealer-search-container-desktop {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .footer-16-col {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .site-search-div {
    margin-bottom: 20px;
  }

  .dealer-search-field {
    width: 200px;
  }

  .image {
    margin-left: 8px;
    margin-right: 8px;
  }

  .hero-slides {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-29 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .back-to-top-link {
    width: 40px;
    height: 40px;
    top: -20px;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .slider {
    height: 250px;
  }

  .site-and-dealer-search-container-phone {
    flex-direction: column;
  }

  .dropdown-col-75 {
    width: 100%;
  }

  .dropdown-50 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-sub-menu {
    flex-flow: column;
  }

  .subnav-links {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .footer-sign-up-form {
    width: 100%;
  }

  .footer-signup-text-field, .submit-button-2 {
    height: 30px;
  }

  .footer-enews-title {
    font-size: 24px;
  }

  .ways-to-shop-section-overlay {
    padding: 20px;
  }

  .ways-to-shop-section-content-right-col {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ways-to-shop-section-content-left-col {
    height: 350px;
  }

  .footer-brand-links {
    width: 60%;
  }

  .best-selling-33-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-left {
    font-size: 24px;
  }

  .best-slide {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .best-selling-link-block {
    width: 100%;
    padding-bottom: 10px;
  }

  .outdoor-menu-image {
    padding-left: 0;
    padding-right: 0;
  }

  .button-full-width {
    padding: 8px;
    font-size: 11px;
  }

  .tommy-bahama-store-links {
    margin-bottom: 10px;
  }

  .collection-menu-columns {
    width: 100%;
  }

  .instagram-feed-section {
    padding: 20px;
  }

  .what-we-offer-section {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-by-stlyle-overlay {
    padding-bottom: 15px;
  }

  .shop-by-style-title {
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 120%;
  }

  ._30-30-heading-spacer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .h2-center {
    font-size: 24px;
  }

  .ways-to-buy-50-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-58 {
    width: 100%;
  }

  .div-block-60 {
    width: 100%;
    padding-left: 15px;
  }

  .tommy-bahama-more-link {
    margin-bottom: 10px;
  }

  ._2nd-level-right-column {
    height: 200px;
    margin-bottom: 30px;
  }

  ._2nd-level-left-column {
    min-height: 400px;
  }

  .div-block-63 {
    padding: 20px;
  }

  ._2nd-level-subheading {
    font-size: 15px;
  }

  .store-contact-section {
    padding: 20px;
  }

  .div-block-67 {
    width: 25%;
  }

  .store-signup-heading {
    font-size: 20px;
  }

  .store-social-media-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-the-store-slider {
    height: 225px;
  }

  .about-the-store-left-col {
    padding: 30px 20px;
  }

  .deisgn-services-flexbox {
    padding: 20px 10px;
  }

  .design-services-section {
    padding: 20px;
  }

  .headling-spacer {
    margin-bottom: 10px;
  }

  .what-we-offer-col {
    width: 100%;
  }

  ._50-50-heading-spacer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .store-offering-headings {
    letter-spacing: .5px;
    line-height: 120%;
  }

  .what-we-offer-tile-flexbox {
    padding-bottom: 15px;
  }

  .our-story-header-copy-div {
    padding: 100px 20px 20px;
  }

  .custom-bullet-list {
    padding: 5px;
  }

  .how-we-work-text-div {
    padding-left: 10px;
  }

  .h2-bottom-margin-20 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .before-you-buy-section {
    padding: 20px;
  }

  .before-you-buy-right-col, .using-the-site-left-col {
    padding: 30px 20px;
  }

  .image-11 {
    width: 70%;
  }

  .h2-bottom-margin-40 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .before-you-buy-measurment-div, .comparing-your-furniture-section, .div-block-99 {
    padding: 20px;
  }

  .div-block-102 {
    width: 100%;
    margin-bottom: 0;
  }

  .image-12 {
    width: 80px;
  }

  .island-mindset-section {
    padding: 20px;
  }

  .image-11-copy {
    width: 70%;
  }

  .island-mindset-right-column {
    padding: 30px 20px;
  }

  .make-it-yours-section, .make-it-yours-div {
    padding: 20px;
  }
}


@font-face {
  font-family: 'Social Icons';
  src: url('../fonts/Social-Icons.eot') format('embedded-opentype'), url('../fonts/Social-Icons.woff') format('woff'), url('../fonts/Social-Icons.ttf') format('truetype'), url('../fonts/Social-Icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/*--- Custom Edreamz CMS ---*/
em{font-style: italic;}
.div-block-47 input{padding: 0; border: none; font-size: 12px;}
.div-block-47 input::placeholder{color: #2d2d2d;}
.div-block-47 form{display: flex;}
.site-search-button{ background: #FFF;}
.hero-slides h1{text-transform: none;}
.mobile-menu-search-mobile input{padding: 0; border: none; font-size: 12px;}
.mobile-menu-search-mobile form{display: flex;}

.top-banner-div p{padding: 0; margin: 0;}

.shop-by-style-tile{position: relative; height:320px;}
.shop-by-style-tile .shop-by-style-images{width: 100%; height: auto; max-width: none; position: absolute; top: 50%; left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition:width 260ms linear, height 260ms linear;
  -webkit-transition:width 260ms linear, height 260ms linear;
  -moz-transition:width 260ms linear, height 260ms linear;}
.shop-by-style-tile:hover .shop-by-style-images{width: 120%; height: auto;}

.site-search-div .ais-SearchBox-form{height: 25px;}
.site-search-div .ais-SearchBox-input{border-radius: 0; border: 1px solid #000; height: 25px; padding: 0 10px;}
.site-search-div .ais-SearchBox-loadingIndicator, .site-search-div .ais-SearchBox-reset{right: 5px;}
.site-search-div .ais-SearchBox-form::before{display: none;}
.site-search-div #searchbox{width: 154px; height: 25px; float: right;}
.site-search-div #hits{width: 400px; clear: both; position: absolute; top: 40px; right: 0; z-index: 99;}
.site-search-div #hits .ais-Hits{height: 80vh !important; overflow: auto;}
.site-search-div #hits .ais-Hits-item{display: block; padding: 15px 10px;}
.site-search-div #hits .ais-Hits-item .item-img{display: block; width: 90px; float: left; margin: 0 10px 5px 0;}
.site-search-div #hits .ais-Hits-item .item-info{padding-left: 100px;}
.site-search-div #hits .ais-Hits-item img{display: block;  width: 90px;}
.site-search-div #hits .ais-Hits-item h3{font-size: 16px; text-transform: none; padding-bottom: 5px; display: block;}
.site-search-div #hits .ais-Hits-item p:last-child{padding: 0;}

.store-blocks{width: 100%; padding-top: 15px;}
.store-blocks .store-block{display: inline-block; vertical-align: top; padding: 5px; width: 50%;}
.store-blocks .store-block a{display: block; padding: 15px; text-align: center; letter-spacing: 1px; border: 1px solid #2d2d2d; font-family: Playfair Display, sans-serif; margin: 0;}

.head-phone{font-size: 14px; font-weight: 600; padding-left: 6px;}

@media (max-width: 1645px) {
  .shop-by-style-tile .shop-by-style-images{width: auto; height: 100%;}
  .shop-by-style-tile:hover .shop-by-style-images{width: auto; height: 120%;}
}

@media (max-width: 991px) {
  .shop-by-style-tile .shop-by-style-images{width: 100%; height: auto;}
  .shop-by-style-tile:hover .shop-by-style-images{width: 120%; height: auto;}
  .about-the-store-section{padding-bottom: 0; padding-top: 0;}
  .site-search-div #searchbox{width: 234px; float: right;}
  .mobile-menu-search-mobile .site-and-dealer-search-container-desktop{position: relative;}
  .site-search-div #hits{right: auto; left: 0;}
}

@media (max-width: 768px) {
  .site-search-div #searchbox{width: 214px; height: 35px;}
  .site-search-div .ais-SearchBox-input{height: 35px;}
  .site-search-div #hits{top: 55px;}
}

@media (max-width: 555px) {
  .shop-by-style-tile .shop-by-style-images{width: auto; height: 100%;}
  .shop-by-style-tile:hover .shop-by-style-images{width: auto; height: 120%;}
  .store-blocks .store-block{width: 100%; padding: 5px 0;}
}

@media (max-width: 506px) {
  .site-search-div #searchbox{margin-bottom: 10px;}
}