/******** Find and Replace *********

Main Color ------ #67a041
Hover ----------- #b7d544
Hover dark ------ #529040
Hover nav ------- rgba(103, 160, 65, .75)
Hover banners --- rgba(67, 134, 63, .5)
Owl Dots -------- rgba(183, 213, 68, .5)
Scroll to Top --- rgba(103, 160, 65, .75)

************************************/

/*********************************************************************************
 * HEADER, HOMEPAGE, FOOTER STYLES
 *********************************************************************************/


/*** GLOBAL **********************************************************/

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    background-color: rgba(0, 0, 0, .95) !important;
}

.HomePageForm #divworkspacearea {
    padding-top:0 !important;
}

#divworkspacearea, #item-info-container {
    max-width: 1420px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
    /*padding-top:60px;*/
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
    background-color: #efefef;
}

.ItemBrowserPageContainer,
.ItemInformationContainer {
    padding: 0 10px;
}

.LoginPageContainer {
    margin: 5vh auto;
}

.clearCompare {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .HomePageForm header {
        position: absolute;
        left: 0;
        right: 0;
    }
}

.home-title h1 {
    display: inline-block;
    font-family: 'Song Myung', Times, serif;
    font-size: 2.75em;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    background-color: #EFEFEF;
    margin: auto;
    padding: 0 10px;
    transform: translateY(50%);
}

.home-title h2 {
    display: inline-block;
    font-family: 'Song Myung', Times, serif;
    font-size: 2.25em;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    background-color: #EFEFEF;
    margin: auto;
    padding: 0 10px;
    transform: translateY(50%);
}

.home-title h3 {
    display: inline-block;
    font-family: 'Song Myung', Times, serif;
    font-size: 2.00em;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    background-color: #EFEFEF;
    margin: auto;
    padding: 0 10px;
    transform: translateY(50%);
}

.ItemBrowserPageContainer h1 {
    min-height: 24px !important;
}

header,
nav,
footer {
    -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;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

p,
ul {
    margin: 0;
    padding: 0;
}

body,
input {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #222;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    border: 2px solid #b7d544;
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}

/*** END GLOBAL *******************************************************/

/*** HEADER ***********************************************************/

header a {
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}

#top-header{
    width: 100%;
    /*background-color: rgba(0, 0, 0, .75);*/
    background-color: #222;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

#sticky-header {
    /*display: none;*/
    /*position: absolute;*/
    /*position: relative;*/
    top: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.top-bar  {
    top: 0;
    width: 100%;
    text-align: center;
    padding: 2px 0;
    color:rgb(188, 188, 188);
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.header-container {
    position: relative;
    z-index: 200;
    /*background-color: #222;*/
}

.header-left{
    padding: 10px 10px 0;
    color: #fff;
}

.header-right {
    padding: 15px 10px 5px;
}

.header-left li,
.header-right li,
nav>ul>li {
    list-style: none;
}

nav>ul>li {
    display: inline-block;
}

.header-left li {
    display: block;
}

.header-left a,
.header-right a {
    color: #fff;
}

.header-left a {
    display: inline-block;
    font-size: .75rem;
}

.header-left a span {
    font-size: 1.25rem;
    letter-spacing: .075rem;
}

.header-left a:hover,
.header-right li a:hover {
    text-decoration: underline;
    color: #b7d544;
}

#logo {
    text-align: center;
    padding: 10px 0;
}

#logo a {
    display: block;
}

#logo img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#logo a:hover img {
    opacity: .5;
}

.header-right {
    text-align: right;
}

.header-right ul {
    margin-top: 10px;
}

.header-right li {
    display: inline;
}

.header-right li a {
    padding: 10px 0 10px 10px;
    font-size: .8em;
    font-weight: 300;
    text-transform: uppercase;
}

.header-right li a>span {
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.header-right li:nth-last-child(-n+2) a>span {
    border: none;
}

nav ul li,
nav li ul,
#sticky-header.fixed nav li ul {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

nav ul li a {
    font-size: .9em;
}

nav>ul>li,
nav>ul>li>ul>li {
    position: relative;
}

nav>ul>li:hover,
nav>ul>li>ul>li:hover {
    background-color: rgba(103, 160, 65, .75);
}

nav>ul>li>a {
    display: block;
    padding: 16px 2vw;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
}

nav li ul,
#sticky-header.fixed nav li ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    list-style: none;
    text-align: left;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -moz-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    -ms-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s;
}

nav li ul {
    background-color: rgba(0, 0, 0, .75);
}

#sticky-header.fixed nav li ul {
    background-color: rgba(0, 0, 0, .95);
}

nav li:hover>ul,
#sticky-header.fixed nav li:hover>ul {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

nav>ul>li:hover>ul,
#sticky-header.fixed nav>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

nav>ul>li>ul {
    width: 220px;
}

nav>ul>li>ul>li:last-child {
    padding-bottom: 5px;
}

nav li ul a {
    display: block;
}

nav>ul>li>ul>li>a {
    padding: 15px 20px;
    color: #fff;
}

nav>ul>li>ul>li>a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    opacity: 0;
    float: right;
    line-height: 23px;
}

nav li li i {
    position: absolute;
    right: 20px;
    font-size: 1.35em !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

nav li li ul {
    top: 0;
    left: 220px;
    width: 200px;
}

nav li li li {
    background-color: rgba(103, 160, 65, .75);
}

nav li li li:first-child {
    padding-top: 10px;
}

nav li li li:last-child {
    padding-bottom: 10px;
}

nav li li li a {
    padding: 6px 10px;
    color: #E3E3E3;
}

nav li li li a:hover {
    text-decoration: underline;
    color: #fff;
}

.brands-dropdown li a {
    padding: 6px 10px;
}

.brands-dropdown li:first-child a {
    padding-top: 15px;
}

.brands-dropdown li:last-child a {
    padding-bottom: 10px;
}

.slideout-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #2e2e2e;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    z-index: 9999999999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

.slideout-menu.open {
    box-shadow: 0 0 15px rgba(0, 0, 0, 1);
}

.slideout-menu div,
.slideout-menu ul li a,
.slideout-menu .spacer {
    border-color: #363636;
    border-bottom: 1px solid #363636;
}

.slideout-menu p {
    display: inline-block;
    position: relative;
    padding: 12px;
    color: #fff;
    font-size: 1.2em;
}

.slideout-menu p a {
    padding: 6px;
    color: #fff;
}

.slideout-menu p a:hover {
    color: #b7d544;
}

.slideout-menu .slideout-menu-toggle {
    position: absolute;
    top: 8px;
    right: 10px;
    display: inline-block;
    padding: 3px 9px 6px;
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    background-color: #222;
    color: #fff;
    cursor: pointer;
}

.slideout-menu .slideout-menu-toggle:hover {
    color: #b7d544;
    background-color: #171717;
}

.slideout-menu ul {
    list-style: none;
}

.slideout-menu>ul {
    position: relative;
}

.slideout-menu ul li a {
    position: relative;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.slideout-menu ul ul li a {
    padding-left: 30px;
}

.slideout-menu ul ul li a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    float: right;
    line-height: 23px;
}

.slideout-menu ul li a:hover {
    background-color: #1C1C1C;
    color: #bbb;
}

.slideout-menu ul li a i,
.slideout-menu ul li a .menu-indicator {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .5;
    line-height: 1.4;
}

.slideout-menu ul li a .menu-indicator {
    font-size: 1.1em;
    line-height: 1.25;
}

.slideout-menu .slide-in ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #2e2e2e;
    border-left: 1px solid #363636;
    z-index: 1;
}

#search-box {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 330px;
    height: 30px;
}

#search-box input {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    height: 30px;
    line-height: 28px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#search-box input[type="text"] {
    left: 0;
    width: 75%;
    padding: 5px;
    font-size: 16px;
    color: #222;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

#search-box input[type="text"]::-webkit-input-placeholder,
#search-box input[type="text"]::-moz-placeholder,
#search-box input[type="text"]:-ms-input-placeholder,
#search-box input[type="text"]:-moz-placeholder {
    color: #606060;
}

#search-box input[type="text"]:hover {
    background-color: #fff;
    border-color: #fff;
}

#search-box input[type="text"]:focus {
    background-color: #fff;
    border: 2px solid #b7d544;
}

#search-box input[type="button"] {
    right: 0;
    width: 25%;
    margin-left: -5px;
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    /*** background-color: #67a041; ***/
	background-color: #336600;
    border: 1px solid #67a041;
    cursor: pointer;
}

#search-box input[type="button"]:hover {
    background-color: #67a041;
    border: 1px solid #67a041;
}

/*** END HEADER *******************************************************/

/*** HOMEPAGE *********************************************************/

#home-slides {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(693 / 1400 * 100%); 
    display: block;
}
@media only screen and (max-width: 768px) {
    #home-slides {
        /*padding-top: calc(height / width * 100%); */
        padding-top: calc(600 / 768 * 100%); 
    }    
}
#home-slides > div {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

#home-slides img {
    width:100%;
    height: auto;
}

#home-slides {
    position: relative;
}

#scroll-down {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
}

#scroll-down a {
    display: inline-block;
    padding: 25px;
    font-size: 6vw;
    color: #fff;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    ;
}

#scroll-down a:hover {
    color: #b7d544;
}

.HomePageForm .owl-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -26px;
}

.HomePageForm .owl-dots {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

#home-slides .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, .35);
}

#home-slides .owl-theme .owl-dots .owl-dot.active span,
#home-slides .owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgba(183, 213, 68, .5);
}

.home-title {
    text-align: center;
    margin: 85px 0 30px;
    border-bottom: solid 2px #222;
}



.product-tab-heading.tab-active {
    border-bottom: 3px solid #222222 !important;
    text-shadow: 0px 0px 1px black !important;
}

.product-tab-heading {
    cursor: pointer !important;
    color: #666 !important;
    color: #224c5d !important;
    background: -webkit-linear-gradient(#c8d584, #f4f9d3) !important;
    color: #222222 !important;
    border-radius: 8px 8px 0 0 !important;
    padding: 1.5% 3% !important;
    margin-right: 4px !important;
    letter-spacing: 1.25px !important;
    font-size: 19px !important;
}

.ProductThumbnailIconBestSeller {
    position: absolute;
    top: 0;
    width: 33%;
    height: 6%;
    background: url("/css/1351/images/goods-furniture-best-seller.png") no-repeat;
    background-size: 100%;
    z-index: 99;
}

.AttributeFilter {
  min-height: 250px !important;
}

#divAttributeFilter {
  min-height: 250px !important;
}

.view-collection {
    font-size: 20px !important;
}

#landing-bread-crumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#landing-bread-crumb li {
  float: left;
  font-size: 7pt;
}

#landing-bread-crumb li a {
  color: black;
  text-align: center;
  padding: 4px;
  text-decoration: none;
}

#landing-bread-crumb li a:hover,
#landing-bread-crumb li a:focus {
  text-decoration: none;
}

#landing-bread-crumb li a:active {
  text-decoration: none;
}

.landing-center-text {
    text-align: center;
}

.landing-center-text a p img {
    text-decoration: none;
    color: black;
}

.landing-title {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: solid 2px #222;
}

.landing-title h1 {
    display: inline-block;
    font-family: 'Song Myung', Times, serif;
    font-size: 2.2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    background-color: #ffffff;
    margin: auto;
    padding: 0 10px;
    transform: translateY(50%);
    margin-top: -15px;
}

.landing-title h2 {
    display: inline-block;
    font-family: 'Song Myung', Times, serif;
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    background-color: #ffffff;
    margin: auto;
    padding: 0 10px;
    transform: translateY(50%);
}

.landing-title h3 {
    display: inline-block;
    font-family: 'Song Myung', Times, serif;
    font-size: 1.75em;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    background-color: #ffffff;
    margin: auto;
    padding: 0 10px;
    transform: translateY(50%);
}

.landing-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-bottom: 12px;
    padding-left: 20px;
}

.landing-content a {
    position: relative;
    display: block;
}

.landing-content>p {
    padding: 30px 0 8px;
    font-size: 1.5em;
    font-family: 'Song Myung', Times, serif;
    text-transform: lowercase;
    color: #2a2a2a;
}

.landing-columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

.landing-columns ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.landing-columns a {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #333;
    border: none;
    color: white;
    padding: 12px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15.5px;
    margin: 4px 2px;
    cursor: pointer;
    min-width: -webkit-fill-available;
}

.landing-columns a:hover {
    background-color: #67a041;
}

.landing-columns ul li:first-child {
    margin-top: 0px;
}

.landing-columns5 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 5;
}

.landing-columns5 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.landing-columns5 a {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #333;
    border: none;
    color: white;
    padding: 12px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15.5px;
    margin: 4px 2px;
    cursor: pointer;
    min-width: -webkit-fill-available;
}

.landing-columns5 a:hover {
    background-color: #67a041;
}

.landing-columns5 ul li:first-child {
    margin-top: 0px;
}

.landing-pagination {
    display: table;
    margin: 0 auto;
}

.landing-pagination ul {
    display: inline-block;
}

.landing-pagination li {
    display: inline-block;
    font-family: Verdana, sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px
}

.landing-pagination li a {
    text-decoration: none;
    color: #333
}

.landing-pagination li a:hover {
    text-decoration: underline;
    color: #333
}

.landing-bottom-seo {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.landing-img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(75 / 578 * 100%);
}

.landing-button {
    padding: 30px 1px 12px 1px;
}

.landing-button:hover {
  background-color: #454545;
}

.banner-content {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.banner-content a {
    text-decoration: none;
    position: relative;
    display: block;
}

.banner-content>p {
    padding: 30px 0 8px;
    font-size: 1.5em;
    font-family: 'Song Myung', Times, serif;
    text-transform: lowercase;
    color: #2a2a2a;
}

.landing-video {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.new-landing-video {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
}

.landing-banner {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}


.landing-video-double {
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.landing-image {
    text-align: center;
    width: 100%;
    height: auto;
}

.landing-aboutus-mobile p a {
    text-decoration: none;
    color: black;
}


.brand-page-banner-mobile {
    display: none;
}

.brand-page-banner-text-mobile {
    display: none;
}

.BrandImage {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.BrandImageAnchor {
    font-size: 18px;
    color: #2a2a2a;
    text-decoration: none;
}

h1.banner-heading {
    padding: 10px;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
}

h2.banner-heading {
    padding: 10px;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
}

h1.store-heading {
    padding: 20px;
    font-size: 1em;
    font-weight: bolder;
    text-transform: uppercase;
    color: #2a2a2a;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
}

h2.store-heading {
    padding: 20px;
    font-size: 1em;
    font-weight: bolder;
    text-transform: uppercase;
    color: #2a2a2a;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
}

.banner-img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(400/534 * 100%);
}

.banner-img-home {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(380 / 578 * 100%);
}

.banner-img2 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(337 / 783 * 100%);
}

.banner-img3 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(405 / 1380 * 100%);  
}

.banner-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.banner-img::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    opacity: 1;
    bottom: 0px;
    top: 0;
    width: 100%;
    content: '';
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.banner-img:hover ::after {
    display: block;
    position: absolute;
    background-color: rgba(67, 134, 63, .5);
    bottom: 4px;
    top: 0;
    width: 100%;
    content: '';
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}


.banner-content a:hover .banner-img::after {
    background-color: rgba(67, 134, 63, .5);
}

.banner-content a:hover .banner-img-hov::after {
    background-color: rgba(67, 134, 63, .5);
    opacity: 1;
}

.store-img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(400/534 * 100%);
}

.store-img-home {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(380 / 578 * 100%);
}

.store-img2 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(337 / 783 * 100%);
}

.store-img3 {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(405 / 1380 * 100%);  
}

.store-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.store-img::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    opacity: 1;
    bottom: 0px;
    top: 0;
    width: 100%;
    content: '';
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.store-img:hover ::after {
    display: block;
    position: absolute;
    background-color: rgba(67, 134, 63, .5);
    bottom: 4px;
    top: 0;
    width: 100%;
    content: '';
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}


.banner-content a:hover .store-img::after {
    background-color: rgba(67, 134, 63, .5);
}

.banner-content a:hover .store-img-hov::after {
    background-color: rgba(67, 134, 63, .5);
    opacity: 1;
}

.banner-btn {
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 15%;
    width: 100%;
    cursor: pointer;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.banner-btn span {
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.banner-btn span i {
    font-size: 1.5em;
    transform: translateY(8%);
}

.banner-content a:hover .banner-btn {
    opacity: 1;
}

.banner-btn span:hover {
    background-color: rgba(0, 0, 0, .8);
}

#about-us {
    margin-top: 30px;
}

#video {
    margin: 10px 0;
    position: relative;
    padding: 6% 0 50%;
    height: 0;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.store-hours {
    padding-left: 2px;
}

.store-hours p {
    text-align: center;
    font-size: 16px;
}

.store-hours-time p {
    font-size: 14px;
}

.google-map {
    position: relative;
    padding-bottom: 54%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.google-map iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.google-review {
    text-align: center;
}

.google-review a {
    text-decoration: none;
    color: black;
}

.home-copy {
    margin-top: 10px;
    line-height: 1.75;
}

.home-copy a {
    color: #222;
}

.home-copy a:hover {
    text-decoration: none;
}

#newsletterbox {
    text-align: center;
    padding: 65px 10px 50px;
}

.email-title p {
    font-size: 1.15em;
    margin-bottom: 15px;
}

.email-title span {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
	color: #336600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.email-field input {
    width: 320px;
    height: 40px;
    padding: 0 5px;
    border: 2px solid #222;
    border-right: none;
    font-size: 16px;
}

.email-field .submit-button {
    width: 180px;
    height: 44px;
    margin-left: -5px;
    border: 0;
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.email-field .submit-button:hover {
    /*** background-color: #b7d544; ***/
	background-color: #336600;
}


/*** END HOMEPAGE ****************************************************/

/*** FOOTER **********************************************************/

footer {
    background-color: #111;
}

footer ul {
    list-style: none;
}

footer li.li-space {
    margin-top: 15px;
}

footer a {
    text-decoration: none;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

footer a:hover {
    text-decoration: underline;
}

.filter-show-button {
    background: #67A041;
    background-image: -webkit-linear-gradient(top, #b7ff88, #67A041) !important;
    background-image: -moz-linear-gradient(top, #b7ff88, #67A041) !important;
    background-image: -ms-linear-gradient(top, #b7ff88, #67A041) !important;
    background-image: -o-linear-gradient(top, #b7ff88, #67A041) !important;
    background-image: linear-gradient(to bottom, #b7ff88, #67A041) !important;
    color: #0c0b0b !important;
    z-index: 1000000000000;
}

@media only screen and (max-width: 760px) {
    .AttributeFilter {
        z-index: 1000000000000;
    }
}
.HomePageForm .footer-social {
    background-color: #efefef;
}

.footer-social {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}

.footer-social li {
    display: inline-block;
    padding: 0 5px;
}

.footer-social li a {
    font-size: 2.7em;
    color: #67a041;
}

.footer-social li a:hover {
    color: #b7d544;
}

.footer-column {
    padding: 20px 0 35px 10px;
}

.footer-column p:first-child>span {
    font-size: 1.1em;
    line-height: 2.5;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-column li a {
    display: inline-block;
}

.footer-column li a,
.footer-column p {
    padding: 3px 0;
    font-size: .85em;
    color: #aaa;
}

.footer-column li a:hover {
    color: #fff;
}

.footer-column p a {
    color: #67a041;
}

.footer-column p a:hover {
    color: #b7d544;
}

.footer-column img {
    max-width: 100%;
    height: auto;
}

.footer-copyright {
    margin: 20px;
    text-align: center;
}

.footer-copyright p {
    font-size: .85em;
    line-height: 20px;
}

.footer-copyright p,
.footer-copyright a {
    color: #fff;
}

#scrolldiv {
    display: block;
}

#scrolldiv a {
    font-size: 14px;
    font-weight: normal;
}

.scrolltotop {
    padding: 10px;
    text-align: center;
    color: rgba(187, 187, 187, .7);
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    display: none;
}

.scrolltotop:hover {
    color: rgba(103, 160, 65, .75);
    text-decoration: none;
}

.grecaptcha-badge {
    z-index: 9999;
}

/*** END FOOTER ******************************************************/

/*** CLEAR FIX ***/

@media screen and (min-width: 1025px) {

    .desktop-clear {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .tablet-clear {
        clear: both;
    }
}

@media screen and (max-width: 767px) {

    .mobile-clear {
        clear: both;
    }
}

/*** END CLEAR FIX ***/

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}


@media screen and (min-width: 1921px) {

    nav>ul>li>a {
        padding: 16px 48px;
    }

    #scroll-down a {
        font-size: 120px;
    }
}

@media screen and (max-width: 1120px) {

    .header-right ul {
        margin-top: 5px;
    }

    .header-right li a {
        padding: 10px 6px 10px 0;
        font-size: .7em;
    }

    .header-right li a>span {
        padding-left: 6px;
    }

    h1.banner-heading {
        font-size: .9em;

    }

    h2.banner-heading {
        font-size: .8em;
    }

    h1.store-heading {
        font-size: .9em;
        padding: 10px;
    }

    h2.store-heading {
        font-size: .8em;
        padding: 10px;
    }

    .landing-columns {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media screen and (max-width: 1024px) {

    .header-right a {
        font-size: .85em;
    }

    .header-right li a {
        padding: 10px 10px 10px 0;
        font-size: .7em;
    }

    .header-right li a>span {
        padding-left: 10px;
    }

    #search-box input[type="text"] {
        width: 65%;
    }

    #search-box input[type="button"] {
        width: 35%;
    }

    nav>ul>li>a {
        padding: 12px 2.5vw;
    }

    nav>ul>li:last-child>ul {
        left: unset;
        right: 0;
    }

    nav>ul>li:last-child>ul>li {
        text-align: right;
    }

    #scroll-down {
        display: none;
    }

    .home-title {
        margin-top: 55px;
    }

    .landing-title {
        margin-top: 16px;
    }

    .landing-title h1 {
        font-size: 1.5em;
    }

    .landing-title h2 {
        font-size: 1.4em;
    }

    .landing-title h3 {
        font-size: 1.4em;
    }

    .landing-list {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
    }

    .landing-aboutus-mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .brand-landing-image {
        float: none !important;
        text-align: center !important;
    }

    .brand-landing-text {
        float: none !important;
        text-align: center !important;
    } 

    .banner-btn {
        opacity: 1;
    }

    .banner-btn span {
        background-color: rgba(0, 0, 0, .65);
    }

    #scrolldiv {
        display: none;
    }

    .mobile-grid-80 {
        width: 100%;
    }

    .mobile-prefix-10 {
        margin-left: 0%;
    }
}

@media screen and (max-width: 800px) {

    .landing-columns {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 767px) {

    #request-information {
        float: none !important;
        margin: auto !important;
    }

    .ItemBrowserProductList {
        min-height: 3000px !important;
    }

    #itemBrowserControl_ItemBrowserProductList {
        min-height: 3000px !important;
    }

    #top-header {
        position: static;
        background-color: #111;
    }

    #logo {
        padding: 15px 0;
    }

    .header-left {
        padding: 0;
    }

    .header-left a {
        padding: 15px 12px;
    }

    .header-left a,
    .header-right a {
        font-size: 1.125em;
    }

    .header-right {
        padding: 5px 10px 10px;
    }

    #search-box {
        max-width: unset;
    }

    #search-box input[type="text"] {
        width: 80%;
    }

    #search-box input[type="button"] {
        width: 20%;
    }

    .home-title {
        margin: 0px 10px 0px 0px;
    }

    .home-title h1 {
        font-size: 2em;
        transform: unset;
        padding: 0px 0px 10px 0px;
    }

    .home-title h2 {
        font-size: 1.8em;
        transform: unset;
        padding: 10px 10px 10px 10px;
    }

    .home-title h3 {
        font-size: 1.65em;
    }

    .landing-title h1 {
        font-size: 1.55em;
        text-transform: capitalize;
    }

    .landing-title h2 {
        font-size: 1.4em;
        text-transform: capitalize;
    }

    .landing-title h3 {
        font-size: 1.3em;
        text-transform: capitalize;
    }

    h1.banner-heading {
        font-size: 1.55em;
    }

    h2.banner-heading {
        font-size: 1.5em;
    }

    h1.store-heading {
        font-size: 1.55em;
        padding: 16px;
    }

    h2.store-heading {
        font-size: 1.5em;
        padding: 16px;
    }

    .banner-content>p {
        padding-top: 25px;
    }

    .banner-btn {
        display: inline;
        position: static;
    }

    .banner-btn span {
        display: inline-block;
        margin: 15px 0 5px;
        padding: 6px 30px 10px;
        /*** background-color: #67a041; ***/
		background-color: #336600;
    }

    .email-field input {
        width: 60%;
        font-size: 1em;
    }

    .email-field .submit-button {
        width: 30%;
    }

    footer {
        text-align: center;
    }

    .footer-column {
        padding-bottom: 10px;
    }

    .footer-column li a,
    .footer-column p {
        font-size: 2em;
    }
}

@media screen and (max-width: 550px) {

    .landing-columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        padding: 0px 20px 0px 20px;
    }

    .store-hours p {
        font-size: 1.6em !important;
    }
}

@media screen and (max-width: 520px) {

    .ItemBrowserProductList {
        min-height: 7700px !important;
    }

    #itemBrowserControl_ItemBrowserProductList {
        min-height: 7700px !important;
    }

    .SEOHeading {      
        min-height: 100px;
    }

    .ItemBrowserThumbnailContainer {
        min-height: 80px !important;
    }
}

@media screen and (max-width: 500px) {

    .ItemBrowserPageContainer,
    .ItemInformationContainer {
        font-size: 18px !important;
        padding-bottom: 10px !important;
        min-height: 7700px !important;
    }

    #zoom-box {
        min-height: 240px;
    }

    .ProductThumbnailImg {
        min-height: 240px;
    }

    .landing-video-double {
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .brand-landing-image {
        display: none;
    }

    .brand-landing-text {
        font-size: 16px !important;
        font-weight: bold !important;
    }

    .landing-title {
        margin-bottom: 16px;
    }

    .landing-columns ul {
        text-align: center;
        font-size: 1.3em;
        text-decoration: underline;
    }

    .landing-bottom-seo {
        font-size: .75em;
    }

    .landing-content {
        padding-bottom: 5px;
    }

    .mobile-grid-100 {
        padding-left: 10px;
        padding-right: 10px;
    }

    #staticpagecontent {
        font-size: 12px;
    }

    #staticpagecontent p li a {
        font-size: 12px;
    }

    .banner-img {
    padding-top: calc(400/532 * 100%);
    }

    .store-img {
    padding-top: calc(400/532 * 100%);
    }

    h1.banner-heading {
        font-size: 1.2em;
        text-transform: capitalize;
    }

    h2.banner-heading {
        font-size: 1.2em;
        text-transform: capitalize;
    }

    h1.store-heading {
        font-size: 1em;
    }

    h2.store-heading {
        font-size: 1em;
    }

    .google-review {
        text-align: center;
        padding-top: 6px
    }

    .RequestInfoPageButtonSend {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 450px) {

    .landing-columns a {
        font-size: 15px;
    }

    .footer-column li a {
        padding-bottom: 19px;
    }

    .landing-pagination li {
        font-size: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .brand-page-banner {
        display: none;
    }

    .brand-page-banner-mobile {
        display: block;
        text-align: center;
        min-height: 100px;
        max-width: 100%;
    }

    .brand-page-banner-text-mobile {
        display: block;
        text-align: center;
        font-size: 22px;
    }
}

@media screen and (max-width: 400px) {

    .header-left a,
    .header-right a {
        font-size: 1em;
    }

    .header-right {
        padding: 0 10px 8px;
    }

    body {
        font-size: .8em;
    }

    .landing-columns a {
        font-size: 14px;
    }

    .home-title h1 {
        font-size: 1.7em;
    }

    .home-title h3 {
        font-size: 1.5em;
    }

    .landing-title {
        margin-bottom: 1.45em;
        margin-top: 0.2em;
    }

    .banner-content>p {
        padding-top: 20px;
    }

    #newsletterbox {
        padding: 45px 10px 25px;
    }

    h1.banner-heading {
        font-size: .95em;
    }

    h1.store-heading {
        font-size: .9em;
        padding: 18px;
    }

    h2.store-heading {
        font-size: .9em;
        padding: 18px;
    }

    .RequestInfoPageButtonSend {
        font-size: 9px !important;
    }
}

/*** Copied from Old Site ***/


#pgindextoplinks ul {
    text-align: left
}

#pgindextoplinks li {
    display: inline-block;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-left: 8px;
    padding-right: 8px
}

#pgindextoplinks li a {
    text-decoration: none;
    color: #333
}

#pgindextoplinks li a:hover {
    text-decoration: underline;
    color: #333
}

#brandslist,
#brandslist ul {
    margin: 0;
    padding: 0
}

#brandslist li {
    width: 140px;
    height: 150px;
    float: left;
    text-align: center;
    border: 1px solid #CCC;
    padding: 2px;
    box-sizing: border-box
}

#brandslist .shopbycolorLabel {
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 2px
}

.brand-landing-nav a {
    border: 1px solid #838383;
    text-align: center;
    border-radius: 5px;
    padding: 2px 2px 2px 9px;
    line-height: 60px;
}

.brand-landing-nav {
    letter-spacing: 8px;
    text-align: center;
}

.brand-landing-text,
.brand-landing-nav {
    font-size: 24px;
    font-family: Arial, sans-serif
}

.brand-landing-text {
    padding: 5px 5px 5px 0;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    float: left;
}

.brand-landing-image {
    padding: 5px 5px 5px 0;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    float: right;
}

#outletlist,
#outletlist ul {
    margin: 0;
    padding: 5
}

#headerrightbottom {
    float: right;
    padding-top: 5px;
    text-align: right
}

#headerrightbottom li {
    display: inline;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
}

#headerrightbottom li a {
    text-decoration: none;
    color: #000000
}

#headerrightbottom li a:hover,
#outletlist li a:hover {
    text-decoration: underline
}

#outletlist li a,
.thumbs-box a {
    text-decoration: none;
    float: left
}

#homecopy h1 {
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: gray;
    padding-top: 5px;
    padding-bottom: 2px
}

#outletlist li a {
    width: 360px;
    height: 240px;
    text-align: left;
    border: 0;
    padding: 10px 40px 60px;
    box-sizing: border-box;
    color: #000
}

#outletlist li img {
    width: 100%;
    height: auto
}

#outletlist .shopbycolorLabel {
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 0 5px 0 0
}

.landing-list {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

.shopnow {
    background-color: #e4f69c;
    border: none;
    color: black;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 8px 0px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.shopnow1 {
    color: #666;
    border: 2px solid #ccc;
}

.shopnow1:hover {
    background-color: #e4f69c;
    color: #666;
    text-decoration: underline;
}

.thumbs-box a,
.thumbs-box-med a,
.thumbs-box-wide a {
    margin: 8px;
    border: 1px solid #999;
    font-family: Verdana, sans-serif;
    color: #333;
    text-align: center;
    font-size: 12px
}

.thumbs-box a {
    width: 160px;
    height: 165px;
    padding: 5px;
    display: block;
    font-weight: bold;
}

.thumbs-box-new {
    float: left;
    display: inline-block;
    width: 25%;
}

.thumbs-box-new a {
    margin: 8px;
    border: 1px solid #999;
    font-family: Verdana, sans-serif;
    color: #333;
    text-align: center;
    padding: 5px;
    display: inline-block;
}

.thumbs-box-landing a {
    padding: 5px;
    display: block
}

.thumbs-box-landing {
    float: left;
    display: inline-block;
    width: 50%;
}

.thumbs-box-landing a {
    margin: 8px;
    border: 1px solid #999;
    font-family: Verdana, sans-serif;
    color: #333;
    text-align: center;
}

.thumbs-box a:hover {
    text-decoration: underline
}

.thumbs-box {
    float: left;
    display: inline-block
}

.thumbs-box-med a,
.thumbs-box-wide a {
    text-decoration: none;
    display: block;
    float: left
}

.thumbs-box-med a {
    width: 270px;
    height: 230px;
    padding: 5px
}

.thumbs-box-wide a {
    width: 215px;
    height: 150px;
    padding: 3px
}

.thumbs-box-wide-m a {
    width: 130px;
    height: 120px;
    padding: 1px;
    text-decoration: underline;
    display: block;
    float: left;
    margin: 2px;
    border: 1px solid #999;
    font-family: Verdana, sans-serif;
    color: #333;
    text-align: center;
    font-size: 12px
}

.thumbs-box-m a {
    width: 120px;
    height: 140px;
    padding: 1px;
    text-decoration: underline;
    display: block;
    float: left;
    margin: 2px;
    border: 1px solid #999;
    font-family: Verdana, sans-serif;
    color: #333;
    text-align: center;
    font-size: 12px
}

.thumbs-box-wide a:hover {
    text-decoration: underline
}

.brand-button,
.brand-button:hover {
    background-color: #e4f69c;
    text-decoration: none
}

.thumbs-box-wide {
    float: left;
    display: inline-block
}

.thumbs-box-wider a {
    width: 305px;
    height: 120px;
    padding: 4px
}

.thumbs-box-wider a {
    text-decoration: none;
    display: block;
    float: left
}

.thumbs-box-wider {
    float: left;
    display: inline-block
}

.thumbs-box-wider a {
    margin: 2px;
    border: 1px solid #999;
    font-family: Verdana, sans-serif;
    color: #333;
    text-align: center;
    font-size: 12px
}

.thumbs-box-collection a {
    width: 320px;
    height: auto;
    padding: 8px 14px 8px 14px;
    margin: 10px 8px 2px 8px;
    text-decoration: none;
    display: block;
    border: 1px solid #333;
    font-family: Verdana, sans-serif;
    color: #333;
    text-align: center;
    font-size: 14px;
}

.thumbs-box-collection {
    float: left;
    display: inline-block
}

.type p,
.type a {
    padding: 14px;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    color: #000000;
    line-height: 26px;
    font-size: 18px
}

.sub-type p,
.brand-type p,
.sub-type a,
.brand-type a {
    padding: 14px;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    color: #000000;
    line-height: 26px;
    font-size: 14px
}

.vertical-menu {
    width: 170px;
    height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2px;
    border: 1px solid #ccc
}

.vertical-menu a {
    background-color: #fff;
    color: black;
    display: block;
    padding: 5px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #ccc;
}

.vertical-menu2 {
    width: 170px;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2px;
    border: 1px solid #ccc;
}

.vertical-menu2 a {
    background-color: #fff;
    color: black;
    display: block;
    padding: 5px;
    text-decoration: none;
}

.vertical-menu2 a:hover {
    background-color: #ccc;
}

.vertical-menuRugSize {
    width: 170px;
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2px;
    border: 1px solid #ccc;
}

.vertical-menuRugSize a {
    background-color: #fff;
    color: black;
    display: block;
    padding: 5px;
    text-decoration: none;
}

.vertical-menuRugSize a:hover {
    background-color: #ccc;
}

.vertical-menuRugShape {
    width: 170px;
    height: 225px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2px;
    border: 1px solid #ccc;
}

.vertical-menuRugShape a {
    background-color: #fff;
    color: black;
    display: block;
    padding: 5px;
    text-decoration: none;
}

.vertical-menuRugShape a:hover {
    background-color: #ccc;
}

.brand-button {
    -moz-box-shadow: -3px 2px 0 0 #899599;
    -webkit-box-shadow: -3px 2px 0 0 #899599;
    box-shadow: -3px 2px 0 0 #899599;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #d6bcd6;
    display: inline-block;
    cursor: pointer;
    color: #3a8a9e;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    padding: 1px 15px;
    text-shadow: -3px 1px 0 #e1e2ed
}

.largered,
.largeredcolor {
    color: #900
}

.brand-button:active {
    position: relative;
    top: 1px
}

.thumbs-box-med a:hover {
    text-decoration: underline
}

.thumbs-box-med {
    float: left;
    display: inline-block
}

.largered {
    font-size: 13px;
    font-weight: Bold
}

.ItemBrowserPageContainer {
    padding-top: 2px !important
}

/*
.AttributeFilter {
    top: 60px
}*/

.ItemBrowserProductList {
    min-height: 2420px
}

#itemBrowserControl_ItemBrowserProductList {
    min-height: 2420px
}

.ProductThumbnailSection {
    min-height: 333px !important
}

.ItemBrowserCurrentAttribute {
    min-height: 24px !important
}

.BreadCrumbTrail {
    min-height: 28px !important
}

.BreadCrumbTrail li {
    line-height: 20px !important
}

.BreadCrumbTrail li a {
    color: black;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

.BreadCrumbTrail li a:hover,
.BreadCrumbTrail li a:focus {
    text-decoration: underline;
}

.BreadCrumbTrail li a:active {
    text-decoration: underline;
}

.BreadCrumbTrail ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.RequestInformationParagraph {
    background: #adcd2f !important;
    height: auto
}

.ProductSalePriceParagraph,
.ProductThumbnailParagraphSalePriceLabel,
.ProductThumbnailParagraphSalePriceValue {
    color: #AB2121 !important
}

.EmailProductPopupHeading,
.RequestInfoHeading {
    background: #e4f69c !important;
    color: #000 !important
}

.popupForReqInfoFormFn {
    font-size: 14px;
}

.RequestInformationParagraph a {
    display: inline
}

.RequestInformationParagraph a::before {
    content: "Request information � Click or Call 828-855-3220"
}

.RequestInformation a {
    background: 0 0 !important
}

.RequestInfoPageButtonClear,
.RequestInfoPageButtonSend {
    background-color: #e4f69c !important;
    color: #000 !important
}

.RequestInfoPageButton {
    margin: 0 5px 0 !important
}

.RequestInfoPageButtonSend {
    border: 0
}

#requestInfoContainer,
#emailProductContainer {
    margin: 0 auto 50px auto;
}

/* ep4 */
#request-information, #email-friend {
    height: 58px;
    text-align: center;
    font-size: 18px;
}

#email-friend {
    padding: 15px 10px;
    background: #f5f5f5;
}

#request-information {
    text-align: center;
    font-size:18px;
    font-weight: 600;
    background: #cfde84; /* Old browsers */
    background: -moz-linear-gradient(top,  #cfde84 0%, #f5f9c5 49%, #cfde84 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #cfde84 0%,#f5f9c5 49%,#cfde84 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #cfde84 0%,#f5f9c5 49%,#cfde84 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfde84', endColorstr='#cfde84',GradientType=0 ); /* IE6-9 */
}

#request-information:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f9c5+-1,cfde84+52,cfde84+52,f5f9c5+100 */
background: #f5f9c5; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f9c5 -1%, #cfde84 52%, #cfde84 52%, #f5f9c5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f5f9c5 -1%,#cfde84 52%,#cfde84 52%,#f5f9c5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f5f9c5 -1%,#cfde84 52%,#cfde84 52%,#f5f9c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f9c5', endColorstr='#f5f9c5',GradientType=0 ); /* IE6-9 */

}

#request-information a {
    color: #333;
    line-height: 22px;
}

#item-info-pricing .has-sale {
    font-size: 20px;
    color: #333;
}

#item-info-pricing .sale-price-container {
    font-size: 19px !important;
}

#item-info-pricing .price {
    font-size: 19px !important;
}

.AvailabilityMessageParagraph {
    font-size: 20px !important;
    padding-top: 10px;
    font-family: Helvetica;
    display: block !important;
    color: #B30000 !important;
}

.discontinued {
    font-size: 20px !important;
    padding-top: 10px;
    font-family: Helvetica;
    display: block !important;
    color: red;
}

.item-info-links a {
    text-decoration: underline;
    color: #222222;
    font-weight: bold;
}

.ProductSalePriceParagraphLabel {
    font-size: 20px !important;
}

@media screen and (max-width:1042px) {
    .popupForReqInfoFormFn {
        font-size: 12px
    }

}

.roomlandingtoptext,
.roomlandingtoptext p li a {
    font-size: 14px;
    line-height: 22px
}

.roomlandingtoptext {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left
}

.staticpagecontent,
.staticpagecontent p li a {
    font-size: 14px;
    line-height: 22px
}

.staticpagecontent {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left
}

.staticpagecontent img {
    width: 100%;
    height: auto
}

.staticpagecontent a {
    color: #000;
    text-decoration: none
}

.staticpagecontent a:hover {
    color: #000;
    text-decoration: underline
}

.staticpagecontent h3 {
    line-height: 16px
}

.staticpagecontent ul {
    margin: 0;
    padding: 0
}

.staticpagecontent li {
    width: 25%;
    float: left;
    text-align: left
}

.staticcontentheadingmenu {
    width: 175px
}

.staticcontentheadingmenu h2,
.staticcontentheadingmenu h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    background-color: #E1E1E1;
    padding-left: 5px
}

.staticcontentheadingmenu ul {
    padding: 10px 0 0 5px
}

.staticcontentheadingmenu li {
    display: block
}

.staticcontentheadingmenu li a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #2A2A2A
}

.staticcontentheadingmenu li a:hover {
    text-decoration: underline
}

.staticcontentheading {
    width: 100%
}

.staticcontentheading h2,
.staticcontentheading h3 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    background-color: #E1E1E1;
    padding-left: 5px
}

.staticcontentheading ul {
    padding: 10px 0 0 5px
}

.staticcontentheading li {
    display: block
}

.staticcontentheading li a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #2A2A2A
}

.pagetitle h1,
.pagetitle h2,
.pagetitle h3 {
    color: #2a2a2a;
    font-weight: 400;
    padding-left: 15px;
    line-height: 1px;
}

.staticcontentheading li a:hover {
    text-decoration: underline
}

.staticpageborder {
    border-top: 1px solid #c3c0ae
}

.pagetitle {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f2f2f2;
    border: 1px solid #2a2a2a
}

.pagetitle h1 {
    font-size: 24px
}

.pagetitle h2 {
    font-size: 22px
}

.pagetitle h3 {
    font-size: 20px
}

.roomplanbanner a {
    display: block;
    text-align: center
}

.furniture-terminology li {
    padding: 10px 0;
    margin-left: 30px
}

.pagination {
    font-family: Arial, sans-serif !important;
    line-height: 25px !important;
    text-align: center !important;
    margin: -40px 25px 0 0 !important;
    float: none !important;

}

.pagination a {
    font-size: 13px !important;
    text-decoration: none !important;
    display: inline-block !important;
    padding: 0 12px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    border: 1px solid #838383 !important;
    background-color: #FFF
}

.SocialMedia {
    width: 45%
}

.ad-frame {
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    border-color: gray;
    align-items: center;
    justify-content: center
}

.pic-frame {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0
}

.currentpage {
    background-color: #eaeaea !important;
    color: #000 !important;
    font-weight: 700
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input,
    input:focus,
    select,
    select:focus,
    textarea,
    textarea:focus {
        font-size: 16px;
    }

}

div.ul-drop-convert {
    background-color: #ffffff
}

div.ul-drop-convert p {
    font-size: 15px !important;
    font-weight: 600;
    border: 2px solid #423c3c;
    padding: 3px 3px 1px 6px;
}

div.ul-drop-convert ul {
    padding: 8px 3px 3px 10px;
}

@media screen and (max-width:767px) {
    #livechat-compact-container {
        display: block !important
    }
}

/*Change the size of Pinterest on iteminformation page*/

li.twitter.small {
    width: 18% !important
}

li.facebook.small {
    width: 18% !important
}

li.googleplus.small {
    width: 18% !important
}

li.pinterest.small {
    width: 18% !important
}

li.pinterest {
    width: 40% !important
}

li.facebook {
    width: 40% !important
}

/*Landing Pages Style 1*/
#lp-1-logo-container h1 {
    margin-top: 35px;
}

.CompareButton {
    display: none !important;
}

.ProductThumbnailParagraphCompare {
    visibility: hidden !important;
}

.BasicFunctionsParagraphFavorites {
    visibility: hidden !important;
}

/*footer contact*/
#submitcontactform input:focus {
    outline: 1px auto -webkit-focus-ring-color;
}

/* Enhanced Search Image Scaling */
.results-item a img {
    object-fit: contain !important;
}

/* speed fixes */
/* static page css */
/* Static Page */

#pagetitle {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f2f2f2;
    border: 1px solid #2a2a2a;
}

#pagetitle h1 {
    font-size: 24px;
    color: #2a2a2a;
    font-weight: normal;
    padding-left: 15px;
}

#pagetitle h2 {
    font-size: 22px;
    color: #2a2a2a;
    font-weight: normal;
    padding-left: 15px;
}

#pagetitle h3 {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: normal;
    padding-left: 15px;
    margin: 0;
}

.pageheading {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    background: url('../images/dashedborder.png') repeat-x 0px 16px;
}

.pageheadingcopy h1 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #2a2a2a;
    background-color: #FFF;
    padding-right: 15px !important;
    display: inline-block;
}

.staticpagenavheading {
    margin-top: 25px;
    margin-bottom: 15px !important;
}

.staticpagenavcopy h1 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #2a2a2a;
    background: url('../images/dashedborder.png') repeat-x bottom left;
    padding-bottom: 10px;
}

#staticpagenav li {
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#staticpagenav li a {
    text-decoration: none;
    color: #2a2a2a;
}

#staticpagenav li a:hover {
    text-decoration: underline;
}

#staticpagecontent {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

#staticpagecontent p li a {
    font-size: 14px;
    line-height: 22px;
}

#staticpagecontent img {
    max-width: 100%;
    height: auto;
}

#staticpagecontent a {
    color: #000;
    text-decoration: none;
}

#staticpagecontent a:hover {
    color: #000;
    text-decoration: underline;
}

#staticpagecontent h3 {
    line-height: 20px;
}

#staticpagecontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#staticpagecontent li {
    width: 25%;
    float: left;
    list-style: none;
    text-align: left;
}

#staticpageborder {
    border-top: 1px solid #c3c0ae;
}

#staticcontentheading {
    width: 100%;
}

#staticcontentheading h2 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    background-color: #E1E1E1;
    padding-left: 5px;
}

#staticcontentheading h3 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    background-color: #E1E1E1;
    padding-left: 5px;
}

#staticcontentheading ul {
    list-style: none;
    padding: 10px 0 0 5px;
}

#staticcontentheading li {
    display: block;
}

#staticcontentheading li a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #2A2A2A;
}

#staticcontentheading li a:hover {
    text-decoration: underline;
}

#staticcategorylist ul {
    list-style: none;
}

#staticcategorylist li a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #2A2A2A;
}

/*#staticcategorylist img {
    width: 100%;
    height: auto;
    padding: 10px 2% 10px 2%;
}*/

.brandpagebannerimage img {
    width: 100%;
    height: auto;
}

.brandpagetransparent {
    position: relative;
}

.brandpagetransparent a {
    color: #000;
    text-decoration: none;
}

.brandpagetransparent p {
    text-align: right;
    font-size: 13px;
    line-height: 33px;
    margin-top: 7px;
    padding-right: 10px;
}

.brandpagetransparentimage {
    width: 100%;
    background: rgb(188, 188, 188);
    background: rgba(188, 188, 188, 0.7);
    /* *background: transparent;
    *filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
    *zoom: 1;
    *position: absolute; */
    position: absolute;
    top: -45px;
    /* *z-index: 1; */
}

.collectionstyle {
    width: 100%;
    padding-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.collectionstyle li {
    width: 25%;
    float: left;
    list-style: none;
    text-align: left;
}

.collectionstextlist li a {
    text-decoration: none;
    color: #2A2A2A;
}

.internationallist ul {
    padding-left: 15px !important;
}

.internationallist li {
    float: none !important;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.internationalprofile p {
    font-family: Arial, sans-serif !important;
    font-size: 12px;
    font-weight: bold;
}

.internationalprofile a {
    font-family: Arial, sans-serif !important;
    font-size: 12px;
}

/* Goods Edits */



/* End Static Page */
/* sitemap */
#subTitle {
    padding: 10px 0;
}

#subTitle h3 {
    font-size: 18px;
}

.productInfoContainer {
    min-height: 290px;
    margin: 15px 0;
    border: 1px solid #666;
    padding: 16px 0 16px 1%;
}

.productInfoContainer img {
    max-width: 100%;
    height: auto;
}

.productInfoContainer ul {
    height: 135px;
    list-style: none;
    padding-top: 35px;
}

.productInfoContainer li {
    display: block;
    float: left;
    width: 50%;
}

.productInfoContainer li a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.productInfoContainer2 {
    min-height: 160px;
    margin: 15px 0;
    border: 1px solid #666;
    padding: 16px 0 16px 1%;
}

.productInfoContainer2 img {
    max-width: 100%;
    height: auto;
}

.productInfoContainer2 ul {
    height: 135px;
    list-style: none;
    padding-top: 35px;
}

.productInfoContainer2 li {
    display: block;
    float: left;
    width: 50%;
}

.productInfoContainer2 li a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.productInfoContainer3 {
    min-height: 195px;
    margin: 15px 0;
    border: 1px solid #666;
    padding: 16px 0 16px 1%;
}

.productInfoContainer3 img {
    max-width: 100%;
    height: auto;
}

.productInfoContainer3 ul {
    height: 135px;
    list-style: none;
    padding-top: 35px;
}

.productInfoContainer3 li {
    display: block;
    float: left;
    width: 50%;
}

.productInfoContainer3 li a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.brandsInfoContainer {
    min-height: 550px;
    margin: 15px 0;
    border: 1px solid #666;
    padding: 16px 0 16px 1%;
}

.brandsInfoContainer img {
    max-width: 100%;
    height: auto;
}

.brandsInfoContainer ul {
    height: 135px;
    list-style: none;
    padding-top: 35px;
}

.brandsInfoContainer li {
    display: block;
    float: left;
    width: 25%;
}

.brandsInfoContainer li a {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

/* end sitemap */
/* end static page css */
/* end speed fixes */


/***** Zendesk #58706 SG - Fixed contact and search *****/

header.black #new-top-header,
header.black #sticky-header {
    background-color: #222;
}

.slideout-menu-toggle,
.header-left ul {
    display: inline-block;
    vertical-align: middle;
}

.slideout-menu-toggle {
    padding: 15px 12px;
}

.header-left ul a {
    font-size: .75rem;
}

/*#new-top-header {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 75px;  
}
#new-top-header a {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}*/

#new-top-header {
    /*position: absolute;*/
    width: 100%;
    /*box-sizing: border-box;*/
    text-align: center;
    /*padding: 10px;*/
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease;
    /*padding: 10px 0;*/
}

#new-top-header a {
    display: block;
    /*margin: 10px 30%;*/
}

#new-top-header img {
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    max-width: 400px;
    padding: 10px 20px;
    box-sizing: border-box;
}

#new-top-header a:hover img {
    opacity: .5;
}

#search-box {
    position: fixed;
    top: 14px;
    right: 16px;
    max-width: 18%;
}

#new-header-left {
    position: fixed;
    top: 5px;
    left: 20px;
}

#new-header-left>a,
#new-header-left ul,
#new-header-phone a {
    display: inline-block;
    vertical-align: middle;
}

#new-header-left ul,
#new-header-right ul {
    list-style: none;
}

#new-header-left a,
#new-header-right ul a,
#new-header-phone a {
    color: #fff;
}

#new-header-left ul a {
    font-size: .75rem;
}

#new-header-left a span {
    font-size: 1.25rem;
    letter-spacing: .075rem;
}

#new-header-right ul {
    position: fixed;
    top: 45px;
    right: 16px;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#new-header-right ul.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -moz-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    -ms-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s;
}

#new-header-right {
    text-align: right;
}

#new-header-right ul {
    margin-top: 10px;
}

#new-header-right>ul>li {
    display: inline;
}

#new-header-right>ul>li a {
    padding: 10px 0 10px 10px;
    font-size: .8em;
    font-weight: 300;
    text-transform: uppercase;
}

#new-header-right>ul>li a>span {
    padding-left: 10px;
    border-left: 1px solid #fff;
}

/* Save for when the Cart/List button gets added */

/*#new-header-right > ul > li a {
    padding: 10px 5px;
    font-size: .8em;
    font-weight: 300;
    text-transform: uppercase;
}

#new-header-right > ul > li:nth-child(2) a > span {
    padding: 0 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}*/

#new-header-right>ul>li:first-child a>span {
    border: none;
}

#sticky-header {
    flex-wrap: wrap;
}

@media screen and (min-width: 1640px) {

    #search-box {
        max-width: 15%;
    }

    #search-box input[type="text"] {
        width: 80%;
    }

    #search-box input[type="button"] {
        width: 20%;
    }

    nav li li:hover ul,
    #sticky-header.fixed nav li li:hover ul {
        visibility: visible;
        opacity: 1;
    }

    nav li li:hover ::after {
        opacity: 1;
    }
}

@media screen and (max-width: 1639px) {

    nav>ul>li>a {
        padding: 16px 1.5vw;
    }
}

@media screen and (max-width: 1439px) {

    #new-header-left {
        left: 10px;
    }

    #new-header-left li {
        line-height: 1;
    }

    #search-box {
        top: 8px;
        right: 8px;
    }

    nav>ul>li>a {
        padding: 12px 1.5vw;
        font-size: 16px;
    }
}

@media screen and (max-width: 1239px) {

    nav>ul>li>a {
        padding: 12px 1vw;
    }
}

@media screen and (max-width: 1024px) {

    #new-top-header {
        /*position: fixed;*/
        top:0;
        height:50px;
        /*padding: 5px;*/
    }

    /*#new-top-header a {
        margin: 5px 30%;
    }*/

    #new-header-left {
        top: 2px;
        left: 10px;
    }

    #new-header-left ul {
        margin-left: 5px;
    }

    #new-header-left li {
        line-height: 1;
    }

    #new-header-right ul,
    #sticky-header nav {
        display: none;
    }

    #search-box input[type="text"] {
        width: 85%;
    }

    #search-box input[type="button"] {
        width: 15%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .dynamicHeader {
        position: sticky;
        position: -webkit-sticky;
        top:0;
        z-index: 100;
    }

    #search-box input[type="text"] {
        width: 75%;
    }

    #search-box input[type="button"] {
        width: 25%;
    }

    #sticky-header {
        position: fixed;
    }

    #sticky-header.fixed #covid-banner {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {

    #item-info-container {
        padding-top: 40px !important;
        text-align: center !important;
    }

    .HomePageForm #divworkspacearea {
        padding-top:90px !important;
    }

    #divworkspacearea {
        padding-top:45px !important;
    }

    .dynamicHeader {
        position: sticky;
        position: -webkit-sticky;
        top:0;
        z-index: 100;
    }

    #new-top-header {
        /*position: absolute;*/
        /*padding: 8px 0 0;*/
        background-color: none;
        /*padding-top: 55px;  */
    }
    #new-top-header img {
        max-width: 300px;
    }
    /*#new-top-header a {
        margin: 5px 25% 0;
    }*/

    #new-header-left {
        position: static;
        flex: 1;
    }

    #sticky-header {
        background-color: #000;
        display: flex;
        position: fixed;
    }

    .slideout-menu-toggle,
    #new-header-phone a {
        padding: 10px 12px;
    }

    #new-header-right {
        flex: 5;
    }

    #new-header-phone {
        flex: 1;
    }

    #search-box {
        position: relative;
        top: unset;
        right: unset;
        max-width: unset;
        margin-top: 5px;
    }

    #covid-banner p {
        font-size: .7em !important;
    }
}

@media screen and (max-width: 460px) {

    /*#new-top-header a {
        margin: 5px 15% 0;
    }*/

    .footer-column li a,
    .footer-column p {
        font-size: 1.75em;
    }
}

/***** END Fixed contact and search *****/

/* Zendesk #61975 - SG */
.cookie-with-search {
    display: inline-block;
}

.pagination {
    margin: 0 !important;
}

/* 63193 - JD 7/24/20 */
nav>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

/* CLS */
/*.banner-content {
    min-height: 275px;
}
.banner-img {
    min-height: 215px;
}
#home-slides {
    min-height: 285px;
}*/
/* END CLS */

/* ZD#65610 JC */
#basic-function-icons li:nth-child(2) {
    display: none !important;
}

/*ZD# 82751 Blog Edits */
.fusion-page-title-secondary {
	max-width: 500px;
}

.fusion-page-title-bar {
    position: static !important;
    height: auto !important;
    padding: 10px 0 !important;
}

.post-template-default #main, .blog #main {
    padding-top: 30px !important;
}

@media screen and (max-width: 1080px) {
    .post-template-default #new-top-header img {
        max-width: 276px;
    }
    
    .fusion-page-title-bar {
        max-height: none;
        margin-top: 39px !important;
        text-align: center;
    }
}


@media screen and (max-width: 767px) {

    #new-header-right {
        flex-grow: 4;
    }
    #new-header-phone {
        flex-grow: 1.5;
    }
    .slideout-menu-toggle, #new-header-phone a {
        padding: 10px 5px;
    }

}

@media screen and (min-width: 767px) and (max-width: 1024px) {

    #new-header-phone {
        text-align: right;
    }

}

/* sf 00751034 */
#LearnMoreAboutBrand {
    display: none;
}