﻿body {
}
.hcmenucolumn {
    padding: 0 0 18px 0;
    text-align: left;
    margin-right: 40px;
    float:left;

}
.header .menu > ul > li.hc-side-bar-link {display: none;}
.toolbar ul li a {
    color: #ccc;
    font-size: .83rem;
    line-height: 30px;
    font-weight: 500;
    text-transform: none;
}
   #menu-seating-mobile, #menu-in-pool-mobile, #menu-tables-mobile,  #menu-firetables-mobile,  #menu-outdoor-essentials-mobile, #menu-fabrics-mobile    {
      display:none;

}
.menu-mobile-title {
    background-color: #41515a;
}
#hc-dt-logo-mobile {
    width: 60%;
    margin: 0 auto;
}

#hc-dt-logo {
        margin: 16px 0 8px 0;
         width: 180px;
}

ul {
    padding-left: 1rem;
}

.header-item-left h1 {
    margin-bottom: 8px;
}

#btnWishlist, #btnWishlistCheck {
    background-color: transparent;
top: 4px;
    float: left;
}
.menu-section {
    margin-bottom: 0;
}


#btnWishlist {
}

#menu_emco_advantage {
    width: 500px;
    left: -295px;
    background:none;
    
}

.toolbar ul li {
    float: left;
    margin-right: 22px;
    color: #cccccc;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
}

.ad-row {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 4px;
}

/* Create four equal columns that sits next to each other */
.ad-column {
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.header .menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  border: none;
  outline: none;
  color: #333;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .ad-column {
    flex: 50%;
    max-width: 50%;
  }
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .ad-column {
    flex: 100%;
    max-width: 100%;
  }


  .toolbar ul li {
    float: left;
    margin-right: 12px;
    color: #cccccc;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px;
}
}



.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a, .hcmenucolumn > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.1;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #333;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}


    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a, .hcmenucolumn > li > a:hover {
        color: #333;
    }

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  color: #121212;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}





@media only screen and (max-width: 1024px) {
 .hcmenucolumn {
    padding: 0 0 18px 0;
    text-align: left;
    float: none;
    margin-right: auto;
}
    .ion-ios-close, .ion-ios-arrow-back {
        color: #fff;
    }

    .header .menu > ul > li {
    display: inline-block;
    line-height: normal;
    margin-left: 2.5em;
}


    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
    .header .menu > ul > li > a {
    font-size: .8rem;
}
       #menu-seating-mobile, #menu-in-pool-mobile, #menu-tables-mobile, #menu-firetables-mobile,  #menu-outdoor-essentials-mobile, #menu-fabrics-mobile   {
      display:block;
  }

              #menu-seating, #menu-in-pool, #menu-tables, #menu-firetables,  #menu-outdoor-essentials, #menu-fabrics   {
      display:none;
  }


  }
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}



.container {
  max-width: 80rem;
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto;
}

.emco-experts {
    display:block;
}

.banner_24 {
    margin-top:50px;
}
@media only screen and (max-width: 992px) {
  .container {
    padding: 0 1.5rem;
    margin: 0 auto;
  }
      .header .menu > ul > li > a {
    font-size: 1rem;
}

}



.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: inherit;
  color: #655a52;
  border: none;
  outline: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  z-index: 999;
  border: none;
  outline: none;
  background: #fafafa;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
}

.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74%;
          flex: 0 0 74%;
}

.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu > ul > li {
  display: inline-block;
  line-height: normal;
  margin-left: 2.5em;
}



.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid #45515e;
  background: #fafafa;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}

.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.emco-menu-button {
    background-color:#655a52;
    margin-top:24px;
    padding-left:12px;

}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .emco-menu-button .title {

    color:#ffffff;
    font-weight:700;
}

.emco-menu-button > a > .title {
    
}

.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}

.oe-column {
    margin-left: 310px;
}

.ft-column {
    margin-left: 235px;
}

.fabrics-column {
    margin-left: 500px;
}

.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}


    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
        text-align: left;
        padding: 0;
    }



    .header .menu > ul > li .menu-subs.menu-column-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 48rem;
    width: 70%;
    padding: 1.25rem 1rem;
}



.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item  {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 1rem;
}




.header .menu > ul > li .menu-subs.menu-column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 27rem;
  width: 50%;
  padding: 1.25rem 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-2 > .list-item  {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 1rem;
}




 .header .menu > ul > li .menu-subs.menu-column-3 > .list-item  {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 1rem;
}

  .header .menu > ul > li .menu-subs.menu-column-3 > .list-item-33  {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding: 0 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item >.menu-text-normal, .header .menu > ul > li .menu-subs.menu-column-3 > .list-item >.menu-text-normal, 
.header .menu > ul > li .menu-subs.menu-column-2 > .list-item >.menu-text-normal {
    margin-top:20px;
    font-weight:400;
    line-height:normal;
    font-size:1em;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item >.menu-text, .header .menu > ul > li .menu-subs.menu-column-3 > .list-item >.menu-text, 
.header .menu > ul > li .menu-subs.menu-column-2 > .list-item >.menu-text {
    margin-top:16px;
    line-height:normal;
    font-size:1em;
    font-weight:700;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title, .header .menu > ul > li .menu-subs.menu-column-3 > .list-item .title, .visualize-title.title,
 .header .menu > ul > li .menu-subs.menu-column-4 > .list-item-60 .title, .header .menu > ul > li .menu-subs.menu-column-3 > .list-item-33 .title,
 .header .menu > ul > li .menu-subs.menu-column-2 > .list-item .title {
  font-family: inherit;
  font-size: .8rem;
  margin:0;
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #655a52;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title, .header .menu > ul > li .menu-subs.menu-column-4 > .list-item-60.text-center .title, 
.header .menu > ul > li .menu-subs.menu-column-3 > .list-item.text-center .title,
.header .menu > ul > li .menu-subs.menu-column-3 > .list-item-33.text-center .title,
.header .menu > ul > li .menu-subs.menu-column-2 > .list-item.text-center .title {
  text-align: left;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #85776c;
}

.header-item-right a:hover,
.header .menu > ul > li:hover > a {
    color: #85776c;
}



@media only screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .ad-column {
  flex: 100%;
  max-width: 100%;
  padding: 0 4px;
}

    .header .menu > ul > li {
    display: inline-block;
    line-height: normal;
    margin-left: 2em;
}




}

@media only screen and (max-width: 1024px) {

    .hcmenucolumn > li > a {
        font-size: 1em;
    }
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #121212;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
    position: fixed;
    top: 36px;
    left: 0;
    width: 20rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fafafa;
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    height: 3.65rem;
    z-index: 501;
           border-bottom: 4px solid #41515B;
        border-top: solid 1px #708c9b;
        background: #41515B;
        padding-bottom: 2px;
        padding-top: 3px;
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
    margin-right: -28px;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
        font-size: 1rem;
        font-weight: 600;
        line-height: inherit;
        color: #eee;
        text-transform: uppercase;
        text-rendering: optimizeLegibility;
        padding-top: 5px;
        letter-spacing: 1px;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
    margin-left: -25px;
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 820px) {
       #menu-seating-mobile, #menu-in-pool-mobile, #menu-tables-mobile, #menu-firetables-mobile,  #menu-outdoor-essentials-mobile, #menu-fabrics-mobile   {
      display:block;
  }

              #menu-seating, #menu-in-pool, #menu-tables, #menu-firetables,  #menu-outdoor-essentials, #menu-fabrics   {
      display:none;
  }
            .toolbar ul li:last-child {
        margin-right: 0;
    }

}


@media only screen and (max-width: 768px) {

            .toolbar ul li:last-child {
        margin-right: 0;
    }

}




@media only screen and (max-width: 440px) {
 
    .header .menu > ul > li.hc-side-bar-link {
        display: block;

    }
  #secondary-banner {
    background-color: #000;
    position: relative;
    display: block;
    z-index: 22;
    margin-top: 0;
    text-shadow: 0 1px 0 #000;
    padding-top: 150px;
    padding-bottom: 1em;
    color: #fff;
    height: auto;
    border-bottom: solid 2px #fff;
    background-position: center 0;
}



      .toolbar ul li:last-child {
        float: right;
        margin-right: -40px;
        text-align: right;
    }


      #btnWishlistCheck img {

    margin-top: 6px;
}

{
    header > .container {
        padding: 0 1.9em;
        margin: 0 auto;
    }
}

}
