* {
    box-sizing: border-box;
}

:root {
    --primary: #121e1e;
    --secondary: #FFF;
    --accent: #d1ceb6;
    --gray: #E4E4E4;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

#divworkspacearea {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px 0;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
}

#item-info-container {
    max-width: 1600px;
}

.dynamicFooter {
    margin-top: 50px;
}

.HomePageForm .dynamicFooter {
    margin-top: 0;
}

ul, li, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

strong {
    font-weight: 500;
}

.LoginPageContainer {
    margin: 100px auto;
}

body, input, textarea, button {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body {
    padding: 0;
    margin: 0;
}

.HomePageForm #divworkspacearea {
    padding: 0;
}

/* SAN JOSE HEADER */

#site-header {  
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 10px 0;
    position: relative;
    z-index: 1000;
    background: var(--secondary);
}

.HomePageForm #site-header {
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
    padding: 20px 10px 20px;
}

#header-top {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

#logo {
    flex-shrink: 0;
    padding-right: 20px;
    display: none;
}

.HomePageForm #logo {
    display: block;
}

#logo img {
    width: 100%;
    max-width: 137px;
    height: auto;
}

.HomePageForm #inner-logo {
    display: none;
}

#inner-logo {
    flex-shrink: 0;
    padding-right: 20px;
}

#inner-logo img {
    width: 100%;
    max-width: 137px;
    height: auto;
}

#search-box {
    width: 70%;
    height: 38px;
    position: relative;
}

#search-box input {
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    height: 38px;
    padding: 0 20px;
    border: 0;
    background: #efefefe6;
    border-radius: 20px;
}

#phone-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.phone-btn {
    background: #efefefe6;
    border: 0;
    border-radius: 20px;
    width: 245px;
    position: relative;
    top: -40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.phone-btn a {    
    font-family: 'Roboto', sans-serif;
    color: black;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    
    height: 38px;
    padding: 10px;
    text-transform: uppercase;
}
.phone-btn a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 899px) {
    .phone-btn {
        top: -40px;
        padding: 5px 0px;

    }

}

#mobilebar {
    width: 100%;
    background-color: #000;
}

.mobilebarnav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: right;
}

.mobilebarnav li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}

.mobilebarnav li:hover {
    cursor: pointer;
}

.mobilebarnav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.mobilebarnav li a:hover {
    color: #676767;
    text-decoration: none;
}

.mobilebarnav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: opacity .5s, top 1s, visibility .5s;
    -moz-transition: opacity .5s, top 1s, visibility .5s;
    -ms-transition: opacity .5s, top 1s, visibility .5s;
    transition: opacity .5s, top 1s, visibility .5s;
    z-index: -1;
}

.mobilebarnav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 1;
}

.mobilebarnav ul li ul li {
    width: 121px;
    margin-left: 0;
    display: block;
    position: relative;
    clear: both;
    top: 17px;
    width: 100%;
}

.mobilebarnav ul li ul li a {
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.HomePageForm #search-box input {
    background: rgba(255,255,255,.9);
}

#search-box input::placeholder {
    color: var(--primary);
}

#search-box input,button:focus {
    outline: 0;
}

#search-box button {
    height: 38px;
    position: absolute;
    right: 0;
    top: 38px; /* 0;*/
    padding: 0 20px;
    font-size: 17px;
    font-weight: 300;
    background-color: var(--secondary);
    border-radius: 20px;
    color: var(--primary);
    border: 0;
    transition: .1s;
    box-shadow: 0px 0 0 2px rgb(0, 0, 0, .1);
}

#search-box button:hover {
    cursor: pointer;
}

#account > ul {
    display: flex;
}

#account>ul>li {
    position: relative;
}

#account a {
    white-space: nowrap;
    text-decoration: none;
}

#account ul {
    margin-left: 5px;
}

#account ul li a {
    color: var(--primary);
    padding: 10px 0 10px 10px;
}

.HomePageForm #account ul li a {
    color: var(--secondary);
}

#account ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 25px;
    right: -10px;
    text-align: right;
    padding: 5px 0;
    background-color: var(--primary);
    z-index: 1000;
    -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
    -moz-transition: opacity .3s ease, visibility 0s ease .3s;
    -o-transition: opacity .3s ease, visibility 0s ease .3s;
    -ms-transition: opacity .3s ease, visibility 0s ease .3s;
    transition: opacity .3s ease, visibility 0s ease .3s;
}

#account li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#account li ul li {
    display: block;
}

#account li ul a {
    display: block;
    padding: 0 15px;
    font-size: .9em;
    line-height: 1.75em;
    color: #fff;
    text-decoration: none;
}

#account li ul a:hover {
    text-decoration: underline;
}

.mobile-nav {
    display: block;
    width: 29px;
    height: 20px;
    margin-left: 13px;
    background: url('images/inner-mobile-nav-icon.svg');
}

.HomePageForm .mobile-nav {
    background: url('images/mobile-nav-icon.svg');
}

#main-nav {
    padding: 10px 0;
}

#main-nav a {
    text-decoration: none;
    color: var(--primary);
}

.HomePageForm #main-nav > ul > li > a {
    color: var(--secondary);
}

#main-nav > ul {
    display: flex;
    justify-content: center;
}

#main-nav > ul > li {
    position: relative;
}

#main-nav > ul > li > a {
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    font-weight: 400;
}

#main-nav > ul > li {
    margin: 0 1.8vw;
}

#main-nav ul > li.single-column > ul {
    display: none;
}

#main-nav ul > li > ul {
    position: absolute;
    display: none;
    background-color: var(--secondary);
    top: 30px;
    left: -40px;
    z-index: 9999;
    min-width: 230px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}

#main-nav > ul > li:hover > ul {
    display: block;
}

#main-nav ul > li > ul > li {
    padding: 7px 20px 7px 39px;
}

#main-nav ul > li > ul > li:first-child {
    padding-top: 15px;
}

#main-nav ul > li > ul > li:last-child {
    padding-bottom: 20px;
}

#main-nav ul > li > ul > li > a {
    color: var(--primary);
}

#main-nav ul > li > ul > li > a:hover {
    text-decoration: underline;
}

/* Mega Menu */

#main-nav > ul > li.mega-menu:hover .mega-menu-container {
    display: flex;
}

#main-nav .mega-menu .mega-menu-container {
    width: 100%;
    left: 0;
    margin-top: 10px;
    background-color: var(--secondary);
    position: absolute;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    padding: 40px 10vw;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    display: none;
}

#main-nav > ul > li.mega-menu {
    position: static;
}

#main-nav .mega-menu-item > h2 {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 15px;
}

#main-nav .mega-menu-item > h2 a {
    color: #000;
}

#main-nav .mega-menu-item > ul > li {
    padding: 7px 0;
}

#main-nav .mega-menu-item > ul > li > a {
    color: #000;
}

#main-nav .mega-menu-item > ul > li > a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1300px) {
    #main-nav .mega-menu .mega-menu-container {
        padding: 40px 2vw;
    }
}

@media screen and (max-width: 1000px) {
    #main-nav .mega-menu-item {
        padding: 0 5px;
    }
}

@media screen and (max-width: 899px) {
    .HomePageForm #site-header {  
        background: rgba(0,0,0,0.5);
    }

    #main-nav {
        padding: 0;
    }

    .HomePageForm #main-nav > ul > li > a {
        color: var(--primary);
    }

    #main-nav .mega-menu .mega-menu-container {
        position: static;
        padding: 0 0 15px;
        box-shadow: none;
        margin-top: 0;
    }

    #main-nav > ul > li.mega-menu:hover .mega-menu-container {
        display: none;
    }

    #main-nav ul > li.mega-menu .mega-menu-container.nav-active,
    #main-nav ul > li.mega-menu .mega-menu-item.nav-active,
    #main-nav ul > li.mega-menu .mega-menu-item > ul.nav-active {
        display: block;
    }

    #main-nav ul > li.mega-menu .mega-menu-item > ul {
        display: none;
    }

    #main-nav ul > li.mega-menu .mega-menu-item > ul > li > a {
        margin-left: 20px;
    }

    #main-nav .mega-menu-item > h2 {
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        color: var(--primary);
        text-transform: none;
        padding-bottom: 0;
        border-bottom: 0;
        margin-top: 7px;
        margin-bottom: 7px;
        margin-left: 20px;
    }

    #main-nav .mega-menu-item > h2:hover {
        cursor: pointer;
    }
}

/* End Mega Menu */

@media screen and (min-width: 900px) {
    .hide-desktop {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    .hide-mobile {
        display: none;
    }

    #site-header {
        padding: 10px 10px;
    }

    #logo img {
        width: 100%;
        max-width: 120px;
        height: auto;
    }

    #inner-logo img {
        width: 100%;
        max-width: 120px;
        height: auto;
    }

    #search-box button {
        padding: 0px 12px;
        top: 0;
    }

    #main-nav a {
        color: var(--primary);
    }

    #main-nav > ul.nav-active {
        display: block;
    }

    #main-nav ul > li.single-column > ul.nav-active {
        display: block;
    }

    #main-nav > ul {
        display: none;
    }

    #main-nav > ul > li {
        margin: 0;
    }

    #main-nav > ul {
        position: absolute;
        background-color: #fff;
        width: 100%;
        top: 127px;
        left: 0;
        z-index: 100;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    }

    .HomePageForm #main-nav > ul {
        top: 87px;
    }

    #main-nav > ul > li:not(:first-child) > a {
        border-top: 1px solid #ccc;
    }

    #main-nav > ul > li:not(:last-child) {
        margin-right: 0;
    }

    #main-nav > ul > li:hover > ul {
        display: none;
    }

    #main-nav > Ul > li > a {
        display: block;
        width: 100%;
        padding-left: 20px;
    }

    #main-nav ul > li > ul > li {
        padding: 7px 10px 7px 0;
    }

    #main-nav ul > li > ul {
        position: static;
        display: none;
        background: rgba(255, 255, 255, .9);
        min-width: auto;
        box-shadow: none;
    }

    #main-nav ul li ul.nav-active {
        display: block;
    }

    #main-nav ul > li > ul > li:first-child > a {
        padding-top: 0;
    }

    #main-nav ul > li > ul > li > a {
        padding: 0;
        margin: 5px 0 5px 20px;
    }

    #main-nav > ul > li:hover > a > .fa::after {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #logo img {
        width: 100%;
        max-width: 100px;
        height: auto;
    }

    #inner-logo img {
        width: 100%;
        max-width: 100px;
        height: auto;
    }
}

/* END SAN JOSE HEADER */

/* SAN JOSE HOMEPAGE */

/* .HomePageForm .workspacearea */
#home-slide {
    margin-top: -231px;
    position: relative;
    z-index: 100;
}

#home-slide img {
    width: 100%;
    height: auto;
    display: block;
}

#home-slide > div > br {
    display: none;
}

#home-slide .owl-item > div > br {
    display: none;
}

.home-overlay {
    width: 100%;
    max-width: 535px;
    margin: auto;
    position: absolute;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    padding: 45px 20px;
}

#home-slide .home-overlay {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#home-dept-slides .home-overlay {
    left: 70px;
    bottom: 70px;
}

#home-design-inspiration .home-overlay {
    right: 70px;
    bottom: 70px;
}

#home-trending-products .home-overlay {
    left: 70px;
    top: 70px;
}

@media screen and (min-width: 1600px) {
    #home-slide .home-overlay {
        -webkit-transform: translate(-50%,-100%);
        -ms-transform: translate(-50%,-100%);
        transform: translate(-50%,-100%);
    }
}

.home-overlay {
    color: var(--primary);
}

.home-overlay .sub-heading {
    font-size: 1.4em;
    text-transform: uppercase;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 3px;
}

.home-overlay .heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 3em;
    display: inline-block;
    padding-top: 15px;
}

.home-button {
    display: inline-block;
    padding: 10px 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 10px;
}

.home-button.black {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.home-button.black:hover {
    background-color: var(--primary);
    color: var(--secondary);
}

.home-button.white {
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.home-button.white:hover {
    background-color: var(--secondary);
    color: var(--primary);
}

#home-sales-msg {
    background-color: var(--primary);
    padding: 45px 20px;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.3em;
    color: var(--secondary);
    text-align: center;
}

#home-sales-msg a {
    color: var(--secondary);
    text-decoration: none;
}

#home-sales-msg a:hover {
    text-decoration: underline;
}

#home-sales-msg .home-sales-msg-small {
    font-size: .8em;
}

#home-banners-container {
    width: 100%;
    background-color: var(--primary);
    padding: 0 20px;
}

#home-banners {
    max-width: 1600px;
    margin: 0 auto;
}

#home-banners > div {
    display: flex;
}

#home-banners > div a {
    display: block;
    width: 100%;
    flex: 1 0 50%;
}

#home-banners > div img {
    width: 100%;
    height: auto;
    display: block;
}

#home-dept-slides {
    position: relative;
}

#home-dept-slides > div > br {
    display: none;
}

#home-dept-slides img {
    width: 100%;
    height: auto;
    display: block;
}

#home-seo-copy {
    background-color: var(--primary);
    text-align: center;
    padding: 20px 20px 100px 20px;
}

#home-seo-copy img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}

#home-seo-copy > p {
    font-size: 1em;
    line-height: 1.8em;
    color: var(--secondary);
    max-width: 1000px;
    margin: 0 auto;
}

#home-seo-copy a {
    color: #FFF;
}

.home-title {
    text-align: center;
    margin: 0 20px 75px;
    padding-top: 70px;
    position: relative;
    color: var(--secondary);
}

.home-title::after {
    content: '';
    width: 45px;
    height: 4px;
    background-color: var(--accent);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.home-title h2 {
    font-size: 2.8em;
    font-weight: 500;
    margin-bottom: 10px;
}

.home-title p {
    font-size: 1.3em;
    font-weight: 300;
    text-transform: uppercase;
}

#home-design-inspiration {
    position: relative;
}

#home-design-inspiration > div > br {
    display: none;
}

#home-design-inspiration .owl-item > div > br {
    display: none;
}

#home-design-inspiration img {
    width: 100%;
    height: auto;
    display: block;
}

#home-designers {
    background-color: var(--primary);
    text-align: center;
    padding: 0 20px 100px;
}

#home-designers > p {
    color: var(--secondary);
    line-height: 1.8em;
    color: var(--secondary);
    max-width: 1000px;
    margin: 0 auto;
}

#home-designers > p > a {
    color: var(--secondary);
}

#home-designers #portraits {
    max-width: 1600px;
    margin: 50px auto;
    display: flex;
}

#home-designers #portraits > div {
    flex: 1 0 25%;
}

#home-designers #portraits img {
    width: 100%;
    height: auto;
    display: block;
}

#home-trending-products {
    position: relative;
}

#home-trending-products .owl-item > div > br {
    display: none;
}

#home-trending-products > div > br {
    display: none;
}

#home-trending-products img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 899px) {
    #home-slide {
        margin-top: -173px;
    }

    .home-overlay {
        max-width: none;
        position: static;
    }

    #home-slide .home-overlay {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #home-seo-copy {
        padding: 20px 20px 50px;
    }

    #home-banners > div {
        flex-direction: column;
    }
    
    #home-banners > div a {
        flex: 1 0 100%;
    }

    .home-title {
        margin: 0 20px 50px;
        padding-top: 45px;
    }

    .home-title h2 {
        font-size: 2.6em;
    }

    #home-designers {
        padding: 0 20px 50px;
    }

    #home-designers #portraits > div {
        flex: 1 0 33%;
    }

    #home-designers #portraits > div:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #home-slide {
        margin-top: -155px;
    }
}

/* END SAN JOSE HOMEPAGE */

/* SAN JOSE FOOTER */

#newsletter {
    padding: 50px 20px 34px;
    text-align: center;
    background-color: var(--primary);
}

#newsletter h2 {
    font-size: 1.6em;
    font-weight: 400;
    color: var(--secondary);
    margin-bottom: 8px;
}

#newsletter p {
    color: var(--secondary);
}

#newsletterbox {
    max-width: 580px;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
    text-align: left;
}

#newsletterbox input {
    width: 100%;
    height: 38px;
    padding-left: 15px;
    font-size: 1em;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 8px;
}

#newsletterbox input::placeholder {
    color: var(--dark);
}

#newsletterbox input,button:focus {
    outline: 0;
}

#newsletterbox button {
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    background: none;
    border-radius: 20px;
    text-transform: uppercase;
    border: 0;
}

#newsletterbox button img {
    margin-top: 4px;
}

#newsletterbox button:hover {
    cursor: pointer;
}

#footer h2 {
    font-size: 1.4em;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

#footer p {
    color: #000;
    font-size: .9em;
    line-height: 1.8em;
}

#footer a {
    text-decoration: none;
    color: #000;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-content {
    max-width: 1600px;
    display: flex;
    padding: 30px 20px;
    margin: 0 auto;
}

#footer-content > div {
    flex: 1 0 25%;
    padding-left: 20px;
    padding-right: 20px;
}

#footer-content > div:first-child img {
    width: 100%;
    max-width: 146px;
    height: auto;
}

#footer-content > div > ul > li {
    line-height: 1.8em;
    font-size: .9em;
}

#footer-social {
    margin-top: 40px;
}

#footer-social ul {
    display: flex;
}

#footer-social li:not(:last-child) {
    padding-right: 12px;
}

#footer-social .fa {
    font-size: 2em;
}

#footer-social a {
    color: var(--primary);
}

#copyright {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

#copyright p {
    color: #000;
    font-size: .9em;
    line-height: 1.8em;
}

#copyright a {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 1200px) and (min-width: 900px) {
    #footer-content > div:first-child {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    #footer-content {
        flex-direction: column;
        text-align: center;
    }

    #footer-content > div {
        flex: 1 0 100%;
    }

    #footer-content > div > ul {
        margin-bottom: 30px;
    }

    #footer-content > div:first-child {
        margin-bottom: 30px;
    }

    #footer-social {
        margin: 40px auto 0 auto;
        display: inline-block;
    }
}

/* END SAN JOSE FOOTER */

/* Brands LP */

#content-theme-3.brands-page ul li a img {
    width: 120px;
}

/* End Brands LP */

/* Static Landing Pages */

#content-theme-3.static-page ol li {
    margin: 0 0 10px 0;
}

#content-theme-3.static-page .flex {
    display: flex;
}

#content-theme-3.static-page .flex-50 {
    flex: 1 0 50%;
}

#content-theme-3.static-page .flex-55 {
    flex: 1 0 55%;
}

#content-theme-3.static-page .flex-45 {
    flex: 1 0 45%;
}

#content-theme-3.static-page .flex-40 {
    flex: 1 0 40%;
}

#content-theme-3.static-page .flex-60 {
    flex: 1 0 60%;
}

#content-theme-3.static-page .flex-75 {
    flex: 1 0 75%;
}

#content-theme-3.static-page .flex-25 {
    flex: 1 0 25%;
}

#content-theme-3.static-page .flex-33 {
    flex: 1 0 33%;
}

#content-theme-3.static-page .flex > .right-padding {
    padding-right: 15px;
}

#content-theme-3.static-page .flex > .left-padding {
    padding-left: 15px;
}

#content-theme-3.static-page h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 20px 0;
}

#content-theme-3.static-page p {
    margin: 0;
    line-height: 1.7em;
}

#content-theme-3.static-page ul {
    margin-left: 20px;
}

#content-theme-3.static-page img {
    max-width: unset;
    width: 100%;
    height: auto;
}

#content-theme-3.static-page .cover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

#content-theme-3.static-page section {
    margin-bottom: 80px;
}

#content-theme-3.static-page .static-btn {
    display: inline-block;
    background-color: var(--primary);
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 1.4em;
    text-decoration: none;
    border-radius: 10px;
}

#content-theme-3.static-page .static-btn:hover {
    background-color: var(--accent);
}

#content-theme-3.static-page .static-square-btn {
    display: inline-block;
    background-color: var(--primary);
    color: #FFF;
    padding: 10px 30px;
    font-size: 1em;
    text-decoration: none;
}

#content-theme-3.static-page .static-square-btn:hover {
    background-color: var(--accent);
}

@media screen and (max-width: 800px) {
    #content-theme-3.static-page .flex {
        flex-direction: column;
    }
    
    #content-theme-3.static-page .flex-50 {
        flex: 1 0 100%;
    }

    #content-theme-3.static-page .flex-55 {
        flex: 1 0 100%;
    }
    
    #content-theme-3.static-page .flex-45 {
        flex: 1 0 100%;
    }

    #content-theme-3.static-page .flex-40 {
        flex: 1 0 100%;
    }
    
    #content-theme-3.static-page .flex-60 {
        flex: 1 0 100%;
    }

    #content-theme-3.static-page .flex-75 {
        flex: 1 0 100%;
    }
    
    #content-theme-3.static-page .flex-25 {
        flex: 1 0 100%;
    }

    #content-theme-3.static-page .flex-33 {
        flex: 1 0 100%;
    }

    #content-theme-3.static-page .flex > .right-padding {
        padding-right: 0;
    }
    
    #content-theme-3.static-page .flex > .left-padding {
        padding-left: 0;
    }

    #content-theme-3.static-page .mobile-btm-margin {
        margin-bottom: 20px;
    }

    #content-theme-3.static-page .mobile-top-margin {
        margin-top: 20px;
    }

    #content-theme-3.static-page .cover {
        height: 400px;
    }
}

/* End Static Landing Pages */

/* Financing LP */

#content-theme-3.static-page .financing-apply {
    text-align: center;
}

#content-theme-3.static-page .financing-apply p {
    font-size: 1.8em;
    line-height: 1.3em;
}

#content-theme-3.static-page .financing-apply img:hover {
    opacity: .8;
}

#content-theme-3.static-page .financing-1-img {
    background-image: url('images/financing-1.jpg');
}

#content-theme-3.static-page .financing-2-img {
    background-image: url('images/financing-2.jpg');
}

#content-theme-3.static-page .financing-3-img {
    min-height: 400px;
    background-image: url('images/financing-3.jpg');
    position: relative;
}

#content-theme-3.static-page .financing-3-copy {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#content-theme-3.static-page .financing-3-copy p {
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 500;
    color: #FFF;
    padding: 0 15px;
}

#content-theme-3.static-page .financing-3-copy ul {
    list-style: none;
    margin-top: 30px;
    margin-left: 0;
    padding: 0;
}

#content-theme-3.static-page .financing-3-copy ul li {
    display: inline-block;
    margin-bottom: 15px;
}

#content-theme-3.static-page .financing-3-copy ul li a {
    display: block;
    background-color: var(--primary);
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 10px;
}

/* End Financing LP */

/* Custom Furniture LP */

#content-theme-3.static-page .why-custom-furniture img {
    max-width: 600px;
}

#content-theme-3.static-page .why-custom-furniture img:hover {
    opacity: .8;
}

#content-theme-3.static-page .custom-furn-1-img {
    background-image: url('images/custom-furniture-1.jpg');
}

#content-theme-3.static-page .past-projects {
    width: 100%;
    background-color: #c6c6c6;
    text-align: center;
    padding: 30px 20px;
}

#content-theme-3.static-page .past-projects h2 {
    font-size: 1.8em;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 5px;
}

#content-theme-3.static-page .past-projects p {
    color: #FFF;
}

#content-theme-3.static-page .past-projects-flex {
    max-width: 1600px;
    margin: 30px auto 0 auto;;
    display: flex;
}

#content-theme-3.static-page .past-projects-flex > div {
    flex: 1 0 33%;
    padding: 0 10px;
}

#content-theme-3.static-page .past-projects-flex > div img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 800px) {
    #content-theme-3.static-page .past-projects-flex {
        flex-direction: column;
    }

    #content-theme-3.static-page .past-projects-flex > div {
        flex: 1 0 100%;
        margin-bottom: 20px;
    }
}

/* End Custom Furniture LP */

/* Referral Program LP */

@media screen and (max-width: 800px) {
    #content-theme-3.static-page .referral-banner {
        margin-top: 25px;
    }
}

/* End Referral Program LP */

/* Window, Bedding, Floor Services LP */

#content-theme-3.static-page .window-1-img {
    min-height: 400px;
    background-image: url('images/window-1.jpg');
    position: relative;
}

#content-theme-3.static-page .flooring-series {
    text-align: center;
    margin-bottom: 25px;
}

#content-theme-3.static-page .flooring-series img {
    max-width: 208px;
}

#content-theme-3.static-page .accordion-container > div {
    padding: 0;
    margin: 0 0 45px 0;
}

#content-theme-3.static-page .accordion-container > div .expand {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
#content-theme-3.static-page .accordion-container > div .expand > div {
    display: none;
}
#content-theme-3.static-page .accordion-container > div .expand.active > div {
    display: block;
    padding: 5px 15px;
}
#content-theme-3.static-page .accordion-container > div .expand > p {
    cursor: pointer;
    padding: 0 20px 0 0;
    font-weight: 600;
}
#content-theme-3.static-page .accordion-container > div .expand.active > p {
    cursor: pointer;
    padding: 0 20px 10px 0;
}
#content-theme-3.static-page .accordion-container > div p {
    position: relative;
    padding: 0;
    margin: 0;
}
#content-theme-3.static-page .accordion-container > div p.heading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
#content-theme-3.static-page .accordion-container > div .expand > p:after {
    content: "\f067";
    position: absolute;
    top:10px;
    right:0;
    z-index: 10;
    font-family: 'FontAwesome';
}
#content-theme-3.static-page .accordion-container > div .expand.active > p:after {
    content: "\f00d";
    position: absolute;
    top:10px;
    right:0;
    z-index: 10;
    font-family: 'FontAwesome';
}

/* End Window, Bedding, Floor Services LP */

/* Better Sleep Gallery LP */

#content-theme-3.static-page .need-some-help img:hover {
    opacity: .8;
}

#content-theme-3.static-page .better-sleep-gallery-6-img {
    min-height: 400px;
    background-image: url('images/better-sleep-gallery-6.jpg');
    position: relative;
}

#content-theme-3.static-page .essential-banners img {
    max-width: 420px;
}

#content-theme-3.static-page .essential-banners > div {
    text-align: center;
}

#content-theme-3.static-page .bedgear-icons > div {
    display: flex;
    align-items: center;
}

#content-theme-3.static-page .bedgear-icons p {
    font-size: 1.3em;
    line-height: 1.3em;
}

#content-theme-3.static-page .bedgear-icons img {
    max-width: 80px;
    margin-right: 20px;
}

#content-theme-3.static-page .linea-balance-tabs ul {
    margin: 0;
}

#content-theme-3.static-page .linea-balance-tabs ul li {
    list-style: none;
    display: inline-block;
}

#content-theme-3.static-page .linea-balance-tabs ul li a {
    padding: 10px 25px;
    background-color: #f0f2f3;
    text-decoration: none;
    color: #000;
}

#content-theme-3.static-page .linea-balance-tabs ul li.active a {
    background-color: #d1d5db;
}

#content-theme-3.static-page .linea-series-content {
    padding: 20px;
    border: 2px solid #d1d5db;
    display: none;
}

#content-theme-3.static-page .linea-series-content.active {
    display: block;
}

#content-theme-3.static-page .balance-series-content {
    padding: 20px;
    border: 2px solid #d1d5db;
    display: none;
}

#content-theme-3.static-page .balance-series-content.active {
    display: block;
}

/* End Better Sleep Gallery LP */

/* Designers LP */

.designer-container {
    margin: 0 auto;
    background: #f5f5f5;
    padding:50px 0 50px 0;
  }
  
  .designer-search {
    margin: 0 auto;
  }
  
  .designer-search-bottom {
    background:rgba(0,0,0,0.75);
    line-height: 26px;
    padding:20px;
  }
  
  .designer-search-top {
    background-color: #000;
    line-height: 26px;
    margin:0 0 2px 0;
  }
  
  .designer-search-top h1 {
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #FFF !important;
    padding-left: 10px !important;
  }
  
  .designer-search-content {
    margin: 0 auto;
  }
  
  .designer-search-content p {
    font-family: Arial, sans-serif;
    font-size: 14px !important;
    line-height: 18px;
    color: #FFF;
  }
  
  /* List Results Page */
  
  .designer-list-block {
    margin:0 0 25px 0;
    padding:0 0 25px 0;
    border-bottom:1px solid #cccccc;
  }
  
  .designer-list-block:last-of-type {
    border-bottom:none;
  }
  
  .designer-list-heading {
    margin:25px 0 25px 0;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f2f2f2;
    font-size: 25px;
    color: #2a2a2a;
    font-weight: normal;
    padding-left: 15px;
  }
  
  .designer-list-image {
    width:15%;
    text-align: left;
    float: left;
  
  }
  
  .designer-list-image img {
    width:100%;
    height:auto;
    display:block;
  }
  
  .designer-list-description {
    float:left;width:83%;
    padding:0 0 0 1.5%;
  }
  
  .designer-list-description h2 {
    margin:0 0 10px;
  }
  
  .designer-list-description h2 a {
    font-family: Times, sans-serif;
    font-size: 22px;
    color: #242424;
    font-weight: normal; 
    text-decoration:none;
  }
  
  .designer-list-description a {
    text-decoration:none;
  }
  
  .designer-list-description a:hover {
    text-decoration:underline;
  }
  
  .designer-list-info {
    margin:25px 0 10px 0;
  }
  
  .designer-list-info p {
    margin:0 0 15px 0;
  }
  
  .designer-list-info p a {
    color:#000000;
  }
  
  .designer-list-info a img {
    display:  none !important ;
  }
  
  .designer-list-description:after {
    clear: both;
  }
  
  .designer-location::after {
    content:" | ";
  }
  
  .designer-phone::after {
    content:" | ";
  }
  
  #email a {
    color:#000000;
    text-decoration:underline;
  }
  
  #email a:hover {
    text-decoration:none;
  }
  
  .designer-email a {
    text-decoration:underline;
  }
  
  .designer-email a:hover {
    text-decoration:none;
  }
  
  /* End List Results Page */
  
  /* Indivdual Designer Page */
  
  .designer-information {
    padding: 15px;
    border: 1px solid #e4e4e4;
    margin-top: 15px;
  }
  
  .designers-container {
    max-width:1600px;
    padding:0;
    margin:0 auto;
  }
  
  .designers-container img {
    width:100%;
    height:auto;
  }

  .designers-container .designer-right h2 {
    font-weight: 400;
    margin-bottom: 10px;
  }

  .designer-main-image {
    padding: 0;
  }
  
  .designer-heading {
    margin: 25px 0 25px 0;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f2f2f2;
    font-size: 25px;
    color: #2a2a2a;
    font-weight: normal;
    padding-left: 15px;
  }
  
  .designer-image img {
    width:100%;
    height:auto;
    display:block;
  }
  
  .designer-contact-information h3 {
    margin: 16px 0 3px 0;
    font-weight: 400;
  }
  
  .designer-contact-information ul li {
    display:inline-block;
    list-style-type:none;
    margin:5px 3px 25px 0;
  }
  
  .designer-contact-information i{
      color: #000;
      font-size: 2em;
  }
  
  .designer-contact-information i:hover{
      color: #284D72;
  }

  #design-consultation-form {
    max-width: 850px;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    position: relative;
}

.designer-information .designer-consultation {
    display: inline-block;
    background-color: #314345;
    color: #e7e8ea;
    text-decoration: none;
    padding: 10px 20px;
    width: 100%;
    max-width: 400px;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
}

  @media screen and (max-width: 767px) {
    .designer-contact-information {
        margin-bottom: 40px;
    }
  }
  
  /* End Indivdual Designer Page */

/* End Designers LP */

/* Department Landing Pages */

#content-theme-3.category-page .seo-text h3 {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
}

#content-theme-3.category-page .seo-text p {
    font-size: 15px;
    line-height: 1.6em;
}

#content-theme-3.category-page .seo-text a {
    color: var(--primary);
}

/* End Department Landing Pages */

/* Item Browser */

.ItemBrowserPageContainer .PriceDisclaimer {
    display: none;
}

.ItemBrowserPageContainer .SEOHeading {
    margin-bottom: 20px;
}

.ItemBrowserPageContainer .SEOHeading a {
    text-decoration: underline;
}

/* End Item Browser */

/* Financing landing Page */

.financing-landing-page {
    padding: 0;
    margin: 0;
}

/* Top Header Bar */
.financing-header-bar {
    background: var(--secondary);
    padding: 20px 0;
    border-bottom: 1px solid var(--gray);
}

.financing-header-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.financing-logos-section {
    display: flex;
    align-items: center;
}

.header-logo {
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: contain;
}

.logo-separator {
    width: 1px;
    height: 30px;
    background-color: var(--gray);
    margin: 0 20px;
}

.financing-buttons-section {
    display: flex;
    gap: 15px;
}

.financing-header-btn {
    background: #FFF;
    color: #2c3669;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    border: 1px solid #2c3669;
}

.financing-header-btn:hover {
    background: #2c3669;
    border-color: #2c3669;
    color: #FFF;
}

/* Hero Section */
.financing-hero-section {
    background-color: #75cfe7;
    padding: 60px 20px;
    text-align: center;
}

.financing-hero-content {
    max-width: 1600px;
    margin: 0 auto;
    color: #2c3669;
    text-align: left;
}

.financing-hero-section h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #2c3669;
}

.financing-hero-section h2 {
    font-size: 35px;
    font-weight: normal;
    margin: 0 0 30px 0;
    color: #2c3669;
}

.financing-hero-section p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 30px 0;
    color: #2c3669;
    max-width: 600px;
    margin-bottom: 30px;
}

.financing-cta-btn {
    display: inline-block;
    background-color: #2c3669;
    color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: background-color 0.3s ease;
}

.financing-cta-btn:hover {
    background-color: #1f2650;
    color: white;
    text-decoration: none;
}

.credit-score-disclaimer {
    font-size: 14px;
    margin: 0 0 40px 0 !important;
    color: #2c3669;
}

.hero-card-image {
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Benefits Section */
.financing-benefits-section {
    background-color: #2c3669;
    color: white;
    padding: 60px 20px;
}

.financing-benefits-content {
    max-width: 1600px;
    margin: 0 auto;
    text-align: left;
}

.financing-benefits-section h3 {
    font-size: 35px;
    font-weight: normal;
    margin: 0 0 40px 0;
    color: white;
}

.benefits-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    margin-bottom: 40px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    flex-shrink: 0;
}

.benefit-text {
    font-size: 18px;
    line-height: 1.4;
    color: white;
}

.benefits-separator {
    width: 100%;
    height: 1px;
    background-color: white;
    margin: 40px 0 30px 0;
}

.existing-account-text {
    font-size: 16px;
    margin: 0;
    color: white;
}

/* Disclaimer Section */
.financing-disclaimer-section {
    background-color: white;
    color: black;
    padding: 40px 20px;
}

.financing-disclaimer-content {
    max-width: 1600px;
    margin: 0 auto;
    text-align: left;
}

.financing-disclaimer-content a {
    color: #000;
}

.financing-disclaimer-section p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 15px 0;
    color: black;
}

.financing-disclaimer-section p:last-child {
    margin-bottom: 0;
}

/* Responsive Design - Mobile at 899px breakpoint */
@media screen and (max-width: 899px) {
    .financing-header-content {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }

    .financing-logos-section {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .logo-separator {
        display: none;
    }

    .header-logo {
        max-width: 100px;
    }

    .financing-buttons-section {
        justify-content: center;
    }

    .financing-hero-section {
        padding: 40px 15px;
    }

    .financing-hero-section h1 {
        font-size: 36px;
    }

    .financing-hero-section h2 {
        font-size: 28px;
    }

    .financing-hero-section p {
        font-size: 16px;
    }

    .hero-card-image {
        max-width: 250px;
    }

    .financing-benefits-section {
        padding: 40px 15px;
    }

    .financing-benefits-section h3 {
        font-size: 28px;
    }

    .benefits-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .benefit-item {
        gap: 12px;
    }

    .benefit-icon {
        width: 50px;
        height: 50px;
    }

    .benefit-text {
        font-size: 16px;
    }

    .financing-disclaimer-section {
        padding: 40px 15px;
    }
}

@media screen and (max-width: 500px) {
    .financing-header-bar {
        padding: 15px 0;
    }

    .financing-logos-section {
        gap: 10px;
    }

    .header-logo {
        max-width: 80px;
    }

    .financing-header-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .financing-hero-section {
        padding: 30px 10px;
    }

    .financing-hero-section h1 {
        font-size: 28px;
    }

    .financing-hero-section h2 {
        font-size: 22px;
    }

    .hero-card-image {
        max-width: 200px;
    }

    .financing-benefits-section {
        padding: 30px 10px;
    }

    .financing-benefits-section h3 {
        font-size: 24px;
    }

    .benefit-text {
        font-size: 14px;
    }

    .financing-disclaimer-section {
        padding: 40px 10px;
    }
}

/* End Financing Landing Page */