/******** Find and Replace **********

Main Color ------ #d9cdb7;
Hover nav ------- rgba(217, 205, 183, .5);

*************************************/


/** 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(255, 255, 255, .95) !important;
}

#divworkspacearea {
    max-width: 1420px;
    margin: 0 auto;
    background-color: #fff;
    padding: 160px 10px 20px 10px;
}

#item-info-container {
    max-width: 1420px;
    margin: 0 auto;
    background-color: #fff;
    padding: 170px 10px 20px 10px;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    padding: 0;
    background-color: #fff;
}

.UserPageForm #divworkspacearea {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.DesignerSearchResultsForm #divworkspacearea {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.ItemBrowserPageContainer,
.ItemInformationContainer {
    padding: 0 10px;
}

.LoginPageContainer {
    margin: 5vh auto;
}

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;
}

h1,
h2,
p,
ul {
    margin: 0;
    padding: 0;
}

body,
input {
    margin: 0 auto;
    font-family: 'lato', sans-serif;
    color: #222;
}

/*** END GLOBAL *******************************************************/

/*** HEADER ***********************************************************/

@media screen and (max-width: 767px) {
    #divworkspacearea {
        padding-top: 104px !important;
    }

    #item-info-container {
        padding-top: 104px !important;
    }

    #sticky-header-mobile {
        width: 100%;
        position: fixed;
        z-index: 500;
        background-color: #fff;
    }

    .AttributeFilter {
        z-index: 1000;
    }
}

#mobile-top-promo {
    background-color: #bf1515;
    text-align: center;
    padding: 10px 10px;
}

#mobile-top-promo p {
    font-size: 16px;
    color: #fff;
}

#mobile-top-promo a {
    color: #fff;
    text-decoration: underline;
}

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,
#sticky-header {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, .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;
}

.header-left,
.header-right {
    padding: 15px 10px;
}

.header-left ul li:first-of-type {
    margin-bottom: 10px;
}

.header-left li,
.header-right li,
nav>ul>li {
    list-style: none;
    display: inline-block;
}

.header-left a,
.header-right li a {
    padding: 15px 5px;
}

.header-left>ul>li>a {
    color: #000;
}

.header-left>ul>li>ul {
    display: none;
}

.header-left>ul>li:hover ul {
    display: block;
    position: absolute;
}

.header-left>ul>li>ul>li {
    display: block;
    padding-top: 10px;
}

.header-left>ul>li>ul>li>a {
    text-decoration: none;
    color: #000;
    padding-top: 5px;
}

.header-right>ul>li>a {
    color: #000;
}

.header-left a:hover,
.header-right li a:hover {
    text-decoration: underline;
    color: #d9cdb7;
}

#mobile-link {
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}

#mobile-link a {
    font-size: 1.3em;
    padding: 7px 12px;
    display: block;
}

#logo {
    text-align: center;
    padding: 7px 0;
}

#logo a {
    display: block;
}

#logo img {
    max-width: 35%;
    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 * {
    box-sizing: border-box;
}

.header-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

#searchbox {
    width: 100%;
    max-width: 176px;
    height: 36px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    display: flex;
    border-radius: 20px;
}

#searchboxleft {
    width: 100%;
    max-width: 137px;
}

#searchboxleft input {
    width: 100%;
    max-width: 126px;
    height: 34px;
    font-family: Arial, sans-serif;
    background: none;
    font-size: 15px;
    color: #2a2a2a;
    padding: 3px 3px 3px 6px;
    border: 0;
}

#searchboxright {
    width: 36px;
    height: 36px;
}

#searchboxright a {
    display: block;
    width: 39px;
    height: 35px;
    line-height: 34px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #314161;
    text-align: center;
    text-decoration: none;
}

.header-right>ul>li {
    position: relative;
    padding: 0;
}

.header-right a {
    padding: 0 12px;
    white-space: nowrap;
}

.header-right ul {
    margin-top: 8px;
    margin-left: 5px;
}

.header-right li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 32px;
    right: 0;
    text-align: right;
    padding: 5px 0;
    background-color: #111;
    z-index: 1;
    -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;
}

.header-right 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;
}

.header-right li ul li {
    display: block;
}

.header-right li ul a {
    display: block;
    padding: 0 15px;
    font-size: .9em;
    line-height: 1.75em;
    color: #fff;
}

#sticky-header {
    display: none;
    text-align: center;
}

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(217, 205, 183, .5);
}

nav>ul>li>a {
    display: block;
    padding: 14px 2.5vw;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

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(255, 255, 255, .85);
}

#sticky-header.fixed nav li ul {
    background-color: rgba(255, 255, 255, .95);
}

nav li:hover>ul,
#sticky-header.fixed nav 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;
}

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: #000;
}

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:hover i {
    opacity: 1;
}

nav li li ul {
    top: 0;
    left: 220px;
    width: 200px;
}

nav li li li {
    background-color: rgba(217, 205, 183, .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: 2px 10px;
    color: #000;
}

nav li li li a:hover {
    text-decoration: underline;
    color: #000;
}

.slideout-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    padding-bottom: 100%;
    background-color: #2e2e2e;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -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-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: #d9cdb7;
}

.slideout-menu-toggle>i {
    color: #000;
}

.slideout-menu .slideout-menu-toggle {
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    padding: 3px 9px 6px;
    border-radius: 3px;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    background-color: #222;
    color: #fff;
    cursor: pointer;
}

.slideout-menu .slideout-menu-toggle:hover {
    color: #d9cdb7;
    background-color: #171717;
}

.slideout-menu ul {
    list-style: none;
    font-weight: 300;
}

.slideout-menu>ul {
    position: relative;
}

.slideout-menu ul li a {
    position: relative;
    font-weight: 400;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.slideout-menu ul ul li a {
    padding-left: 30px;
}

.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;
    font-weight: 400;
    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;
}

/*** END HEADER *******************************************************/

/*** HOMEPAGE *********************************************************/

#home-slides {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(950 / 1920 * 100%);
    display: block;
}

@media only screen and (max-width: 768px) {
    #home-slides {
        padding-top: calc(715 / 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: #d9cdb7;
}

.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(217, 205, 183, .5);
}

.home-title {
    text-align: center;
    margin: 85px 0 30px;
    border-bottom: solid 2px #d9cdb7;
}

.home-title h1 {
    display: inline-block;
    font-family: 'Song Myung', Times, serif;
    font-size: 2.75em;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    background-color: #FFF;
    margin: auto;
    padding: 0 10px;
    transform: translateY(50%);
}

.banner-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.banner-content a {
    text-decoration: none;
}

.banner-content>p {
    padding: 30px 0 8px;
    font-size: 1.5em;
    font-family: 'Song Myung', Times, serif;
    text-transform: lowercase;
    color: #2a2a2a;
}

.banner-heading {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .75);
}

.banner-heading>h2 {
    padding: 10px;
    font-size: 1.35em;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
}

.banner-img {
    position: relative;
}

.banner-img img {
    width: 100%;
    height: auto;
}

.banner-img::after {
    display: block;
    position: absolute;
    background-color: rgba(217, 205, 183, .5);
    opacity: 0;
    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-img-hov {
    position: relative;
}

.banner-img-hov::after {
    display: block;
    position: absolute;
    background-color: rgba(217, 205, 183, .5);
    opacity: 0;
    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;
}

/*CLS*/
.banner-img {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(380 / 578 * 100%);
    padding-bottom: 31px;
}

.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;
    width: 100%;
    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;
}


/*END CLS*/
.banner-content a:hover .banner-img::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    opacity: 0;
}

.banner-content a:hover .banner-img-hov::after {
    background-color: rgba(217, 205, 183, .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;
}

.home-copy {
    margin-top: 10px;
}

#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: #d9cdb7;
    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: 1.15em;
}

.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: #d9cdb7;
}

/*** END HOMEPAGE ****************************************************/

/*** FOOTER **********************************************************/

footer {
    background-color: #d9cdb7;
}

footer ul {
    list-style: none;
}

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;
}

.footer-social {
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
}

.footer-social li {
    display: inline-block;
    padding: 0 10px;
}

.footer-social li a {
    font-size: 2.5em;
    color: #000;
}

.footer-social li a:hover {
    color: #d9cdb7;
}

.footer-column {
    padding: 20px 0 10px 10px;
}

.footer-column p:first-child>span {
    font-size: 1.1em;
    line-height: 2.5;
    color: #000;
    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: #000;
}

.footer-column li a:hover {
    color: #000;
}

.footer-column p a {
    color: #000;
}

.footer-column p a:hover {
    color: #000;
}

.footer-copyright {
    margin: 20px;
    text-align: center;
}

.footer-copyright p {
    font-size: .85em;
    line-height: 20px;
}

.footer-copyright p,
.footer-copyright a {
    color: #000;
}

#scrolldiv {
    display: block;
}

#scrolldiv a {
    font-size: 14px;
    font-weight: normal;
}

.scrolltotop {
    width: 30px;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    position: fixed;
    bottom: 250px;
    right: 20px;
    z-index: 500;
    display: none;
}

.scrolltotop:hover {
    color: rgba(0, 0, 0, .4);
    text-decoration: none;
}

/*** END FOOTER ******************************************************/

/*** CLEAR FIX ***/

@media screen and (min-width: 1025px) {

    .desktop-clear {
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    #logo img {
        max-width: 65%;
    }

    .tablet-clear {
        clear: both;
    }
}

@media screen and (max-width: 767px) {

    .mobile-clear {
        clear: both;
    }

    #item-info-container {
        padding: 0 10px 20px 10px;
    }
}

/*** END CLEAR FIX ***/

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}

@media screen and (min-width: 1921px) {

    nav>ul>li>a {
        padding: 14px 48px;
    }

    #scroll-down a {
        font-size: 120px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {

    #logo img {
        max-width: 55%;
    }
}

@media screen and (max-width: 1024px) {

    .header-left a,
    .header-right a {
        font-size: .85em;
    }

    #search-bar {
        width: 40%;
    }

    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;
    }

    .banner-btn {
        opacity: 1;
    }

    .banner-btn span {
        background-color: rgba(0, 0, 0, .65);
    }

    #scrolldiv {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    #logo {
        text-align: left;
    }

    #logo img {
        width: 50px;
        height: 50px;
        max-width: 100%;
    }

    #divworkspacearea {
        padding-top: 25px;
    }

    #top-header {
        position: static;
    }

    .header-left,
    .header-right {
        padding: 15px 0;
    }

    .header-left {
        padding: 15px 0;
    }

    .header-left a {
        padding: 7px 12px;
        display: block;
    }

    .header-left a,
    .header-right a {
        font-size: 1.125em;
    }

    .header-right li a {
        padding: 15px 2px;
    }

    .header-right>ul>li {
        padding: 0;
    }

    .home-title {
        margin: 35px 0 10px;
    }

    .home-title h1 {
        font-size: 2em;
    }

    .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: #d9cdb7
    }

    .email-field input {
        width: 60%;
        font-size: 1em;
    }

    .email-field .submit-button {
        width: 30%;
    }

    footer {
        text-align: center;
    }
}

@media screen and (max-width: 380px) {
    #searchbox {
        max-width: 146px;
    }

    #searchboxleft {
        max-width: 107px;
    }

    #searchboxleft input {
        max-width: 96px;
    }
}

@media screen and (max-width: 400px) {

    .home-title {
        margin: 30px 0 10px;
    }

    .home-title h1 {
        font-size: 1.75em;
    }

    .banner-content>p {
        padding-top: 20px;
    }

    #newsletterbox {
        padding: 45px 10px 25px;
    }
}

/* Designer Pages */

.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-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-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 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #405966;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 43px;
    margin-top: 12px;
    padding: 0;
    background: none;
}

.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-left: 10px;
    box-sizing: border-box;
}

.designer-list-description h2 {
    margin: 0 0 10px;
}

.designer-list-description h2 a {
    font-size: 22px;
    color: #434343;
    font-weight: normal;
    text-decoration: none;
}

.designer-list-description a {
    text-decoration: none;
}

.designer-list-description a:hover {
    text-decoration: underline;
}

.designer-list-description p {
    line-height: 22px;
}

.designer-list-info {
    margin: 25px 0 10px 0;
}

.designer-list-info p {
    margin: 0 0 15px 0;
}

.designer-list-info p a {
    color: #434343;
}

.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: #434343;
    text-decoration: underline;
}

#email a:hover {
    text-decoration: none;
}

.designer-email a {
    text-decoration: underline;
}

.designer-email a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {

    .designer-list-heading {
        font-size: 29px;
    }

    .designer-list-image,
    .designer-list-description {
        width: 100%;
        margin-bottom: 20px;
    }

}

/* End List Results Page */

/* Indivdual Designer Page */

.designer-information {
    padding: 15px;
    border: 1px solid #e4e4e4;
    margin-top: 15px;
}

.designer-information p {
    font-size: 16px;
    line-height: 22px;
}

.designers-container {
    max-width: 1264px;
    padding: 10px;
    margin: 0 auto;
}

.designers-container img {
    width: 100%;
    height: auto;
}

.designer-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #405966;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 43px;
    margin-top: 12px;
    padding: 0;
    background: none;
}

.designer-image img {
    width: 100%;
    height: auto;
    display: block;
}

.designer-contact-information h3 {
    margin: 10px 0 0 0;
}

.designer-contact-information ul li {
    display: inline-block;
    list-style-type: none;
    margin: 5px 10px 25px 0;
}

.designer-contact-information i {
    color: #000;
    font-size: 2em;
}

.designer-contact-information i:hover {
    color: #d9cdb7
}

.design-contact-information ul li a {
    font-size: 25px;
    color: #434343;
}

#designers-page-hero {
    margin-bottom: 20px;
}

#designers-page-hero img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 767px) {

    .designer-heading {
        font-size: 29px;
    }

}

/* End Indivdual Designer Page */

/* End Designer Pages */

/* Landing Page */

.landing-page-bg {
    background-color: #F7F5EF;
    margin: 50px 0;
    padding: 30px 0;
}

#pagetitle {
    padding: 0;
    background: none;
}

#pagetitle h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #405966;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
}

#dcroomplanner a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 24px;
    color: #fff;
    background-color: #d9cdb7;
    border: 1px solid #d9cdb7;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}

#dcroomplanner a:hover {
    background-color: #fff;
    color: #434343;
}

#roomplannerpage a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 24px;
    color: #000;
    background-color: #d9cdb7;
    border: 1px solid #d9cdb7;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}

#roomplannerpage a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #434343;
}

#landing-page-hero {
    /* margin-bottom: 50px; */
    margin: 0 auto 50px;
    width: 80%;
}

#landing-page-hero img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    #landing-page-hero.contact-us-hero {
        width: 100%;
        margin: 25px auto 25px
    }
}

.landing-page-content h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #405966;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sub-heading {
    font-family: 'Playfair Display', serif;
    color: #405966;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

.landing-page-content h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #405966;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.landing-page-content h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #405966;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.landing-page-content p {
    color: #434343;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.landing-page-content ul {
    margin-left: 30px;
}

.landing-page-content li {
    color: #434343;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.landing-page-button {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 24px;
    color: #fff;
    background-color: #d9cdb7;
    border: 1px solid #d9cdb7;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.landing-page-button:hover {
    background: none;
    color: #434343;
}

.landing-page-pic-left {
    margin-right: 30px;
    margin-bottom: 20px;
}

.landing-page-content img {
    width: 100%;
    height: auto;
    display: block;
}

.landing-page-pic-left img {
    width: 100%;
    height: auto;
    display: block;
}

.landing-page-pic-right {
    margin-left: 30px;
    margin-bottom: 20px;
}

.landing-page-pic-right img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-banner {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.overlay-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-banner-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .45);
    text-align: center;
}

.overlay-banner-copy p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 5px;
}

@media screen and (max-width: 767px) {

    #pagetitle h1 {
        font-size: 34px;
    }

    .landing-page-content h1 {
        font-size: 34px;
    }

    .sub-heading {
        font-size: 27px;
    }

    .landing-page-pic-left {
        margin-right: 0;
    }

    .landing-page-pic-right {
        margin-left: 0;
    }

}

/* End Landing Page */

/* contact-a-designer */
#contact-a-designer-page .page-content {
    /*background-color: #F7F5EF;*/
    width: 100%;
    text-align: center;
    padding: 60px 0px;
}

#contact-a-designer-page h2 {
    color: #405966;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 200;
}

#contact-a-designer-page .page-content p {
    margin: 0 10%;
    line-height: 30px;
}

#contact-a-designer-page .form-content p {
    padding-left: 5px;
}

#contact-a-designer-page input,
#contact-a-designer-page select,
#contact-a-designer-page textarea {
    border: 1px solid #D8CCB8;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#contact-a-designer-page .button {
    display: inline-block;
    text-decoration: none;
    /* border: 1px solid #0e1951;
    background-color: #0e1951; */
    border: 1px solid black;
    background-color: black;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px 25px;
    font-size: 1.3em;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    margin-top: 20px;
}

#contact-a-designer-page .button:hover,
#contact-a-designer-page .book-apt a:hover {
    background-color: #d9cdb7;
    color: #0e1951;
}

.contact-a-designer-gallery a img {
    box-sizing: border-box;
    padding: 5px;
    width: 33%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .contact-a-designer-gallery a img {
            width: 49%;
    }
}

#contact-a-designer-page .book-apt a {
    display: inline-block;
    text-decoration: none;
    background-color: #0e1951;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 30px;
}

.landing-page-content .button button {
    border: 1px solid #222;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 15px;
    cursor: pointer;
    background-color: #222;
    width: 100px;
    margin: 0 auto 75px auto;
    display: block;
}

.landing-page-content .button button:hover {
    color: fff;
    background-color: #d9cdb7;
}

/*Epiphany 4 BravoV2 item information color changes*/
#item-info-container #item-info-pagination a {
    color: #000;
}

#consist-of-container .product-group-item .product-group-info p {
    color: #000;
}

#item-info-container #basic-function-icons li a .fa {
    color: #333;
}

#email-friend a {
    color: #fff;
}

#request-information,
#email-friend {
    /* background-color: #0e1951; */
    background-color: black;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 200;
    height: 40px;
    text-align: center;

}

#request-information:hover a,
#email-friend:hover a {
    color: #0e1951;
}

#request-information a:hover,
#email-friend a:hover {
    color: #0e1951;
    text-decoration: none;
}

#request-information > a, #request-information > a > span {
    font-size: 16px;
    
    
    font-weight: 200;
}

#item-info-pricing .add-to-cart a {
    border: 1px solid #0e1951;
    border-radius: 20px;
    /* background: #0e1951; */
    background-color: black;
    font-size: 16px;
    
    font-weight: 200;
}

#item-info-pricing .add-to-cart a:hover {
    border: 1px solid #0e1951;
    color: #0e1951;
}

.RequestInfoPageButtonSend {
    border: 1px solid #0e1951;
    background: #0e1951;
}

.RequestInfoPageButtonSend:hover {
    border: 1px solid #0e1951;
}

.filter-show-button {
    background: #0e1951;
}

.filter-show-button:hover {
    color: #0e1951;
    background: #fff;
}

@media screen and (max-width: 760px) {
    .filter-show-button {
        background: #d40000;
    }

    .filter-show-button:hover {
        color: #d40000;
        background: #fff;
    }
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #0e1951;
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #0e1951;
}

#item-info-draping .customize-choice-tabs::-webkit-scrollbar-track {
    background: #0e1951;
}

#item-info-product-info .product-tab-heading.tab-active {
    border-bottom: 3px solid #0e1951;
}

#item-info-product-info .product-tab-heading {
    color: #0e1951;
}

#item-info-short-description .view-collection {
    color: #0e1951;
}

#item-info-draping .draping-pagination a {
    color: #0e1951;
}

#snap-shot a {
    color: #0e1951;
}

#item-info-rotators .heading:after {
    background: #0e1951;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0e1951 !important;
}

.noUi-handle {
    background-color: #0e1951;
}

/* End Epiphany 4 BravoV2 item information color changes  */

/* ZD #63910 - rentals page */
#rentals-page p,
#rentals-page li {
    font-size: 1.125rem;
}

#rentals-page table {
    border-spacing: 0px;
    border: 1px solid #000;
}

#rentals-page table tr td {
    border: 1px solid #000;
    padding: 5px 20px 5px 30px;
}

.rental-form-container input,
.rental-form-container select,
.rental-form-container textarea {
    border: white;
    border-radius: 5px;
    width: 100%;
    color: #000;
    height: 40px;
    margin-bottom: 30px;
    text-indent: 8px;
    font-size: 16px;
    line-height: 19px;
    font-family: "Helvetica-Light", Arial, sans-serif !important;
    font-style: italic;
}

.rental-form-container input:focus::-webkit-input-placeholder {
    color: transparent;
}

.rental-form-container input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
.rental-form-container input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
.rental-form-container input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.rental-form-container {
    background: #d9cdb7;
    padding: 25px;
    box-sizing: border-box;
}

.rental-form-container h3 {
    margin: 0;
}

.rental-form-container p {
    margin-bottom: 20px;
    font-size: 16px;
}

.rental-form-container button {
    float: right;
    background-color: #565049;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* MATTRESS LANDING PAGE */
#divworkspacearea {
    max-width: 100%;
}

#mattress-page {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    /*font-family: 'Lato', sans-serif;*/
}

#mattress-page img {
    max-width: 100%;
    height: auto;
}

#mattress-page h1 {
    letter-spacing: 2px;
    font-size: 36px;
    margin-bottom: 10px;
}

#mattress-page .intro {
    text-align: center;
    border-bottom: 1px solid #dadada;
    padding: 0 0 45px 0;
    margin: 25px auto;
}

/*#mattress-page .intro > p {
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 2px;
}*/

#mattress-page h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    vertical-align: text-bottom;
    color: #7d7d7d;
    margin: 0 0 25px 0;
}

#mattress-page h2>span {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 10px;
    background: #014b6e !important;
    color: #fff !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 14px;
    margin-right: 5px;
    box-sizing: border-box;
    font-weight: 500;
}

#mattress-page type-widget {
    display: block;
    /*margin:25px 0;*/
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

#mattress-page type-widget:nth-child(even) {
    background: #fafafa;
}

#mattress-page type-widget:nth-child(even) h2 {
    color: #000;
}

/*#mattress-page type-widget:nth-child(odd) {
    background: #fafafa;
}

#mattress-page type-widget:nth-child(odd) h2 {
    color:#000;
}*/

/*#mattress-page type-widget .ajax-loader*/
#mattress-page .ajax-loader {
    display: block;
    margin: 0 auto;
    padding: 5% 0 3%;
}

#mattress-page type-widget ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

#mattress-page type-widget li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
    margin: 5px;
    background: #fff;
    align-self: stretch;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

#mattress-page type-widget .is-support li {
    background: #fff;
    color: #014b6e;
    border: 1px solid;
    border-radius: 5px;
    margin: 5px;
    max-width: unset;
}

#mattress-page type-widget .is-support input[type=checkbox]+label {
    padding: 2px 10px;
}

#mattress-page type-widget .is-support input[type=checkbox]:checked+label {
    background-color: #fff;
    color: #014b6e;
}

#mattress-page type-widget .is-support label>p:last-of-type {
    display: none;
}

#mattress-page type-widget .is-support input[type=checkbox]:checked+label>p:last-of-type {
    display: inline-block;
    color: #014b6e;
    position: static;
    margin: 0 10px 0 0;
}

#mattress-page type-widget .is-support input[type=checkbox]:checked+label>p:first-of-type {
    display: inline-block;
}

#mattress-page type-widget input[type=checkbox] {
    display: none;
}

#mattress-page type-widget label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#mattress-page type-widget label>p:last-of-type {
    display: none;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    font-size: 1rem;
    color: #222;
}

#mattress-page type-widget img {
    display: block;
    pointer-events: none;
}

#mattress-page type-widget label>p:first-of-type {
    padding: 10px;
    font-size: 1rem;
}

#mattress-page type-widget input[type=checkbox]:checked+label {
    border: 1px solid #014b6e;
    border-radius: 5px;
}

#mattress-page type-widget input[type=checkbox]:checked+label>p:last-of-type {
    display: block;
    color: #014b6e;
}

#mattress-page type-widget label:hover p {
    text-decoration: underline;
}

#mattress-page .submit-container {
    margin: 45px 0;
    text-align: center;
}

#mattress-page .submit-container a {
    padding: 15px 45px;
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
    background: #014b6e;
    color: #fff;
    border: 1px solid #014b6e;
    border-radius: 5px;
}

#mattress-page .submit-container a:active {
    color: #fff;
    background: #014b6e;
}

#mattress-page .submit-container a:hover {
    background: #fff;
    color: #014b6e;
    text-decoration: none;
    border: 1px solid #014b6e;
}

/* BRAND WIDGET */
#mattress-page brand-widget {
    display: block;
    padding: 35px 0;
    border-top: 1px solid #ccc;
}

#mattress-page brand-widget .owl-stage {
    margin: 0 auto;
}

#mattress-page brand-widget ul {
    padding: 0 40px;
    width: inherit;
}

#mattress-page brand-widget li {
    list-style: none;
}

#mattress-page .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #014b6e;
    color: #fff;
    border: 1px solid #014b6e;
}

#mattress-page button.owl-prev {
    left: -15px;
}

#mattress-page button.owl-next {
    right: -15px;
}

#mattress-page .owl-nav button i {
    line-height: 30px;
}

#mattress-page .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #014b6e;
}

#mattress-page .owl-theme .owl-nav .disabled {
    opacity: 1;
    background: #ccc;
    border-color: #ccc;
}

#mattress-page .owl-theme .owl-nav .disabled:hover {
    background: #ccc;
    color: #fff;
}

/* BRAND WIDGET */

/* SLIDESHOW */
#mattress-page .intro {
    margin: 25px auto 0;
}

/* changed type-widget background color to (even) */

#mattress-page .mattress-slides {
    margin-top: 35px;
}

#mattress-page .mattress-slides img {
    width: 100%;
}

/* SLIDESHOW */

/* Shop By Price */
#mattress-page #shop-by-price {
    margin-top: 35px;
}

#mattress-page #shop-by-price li {
    list-style: none;
    display: inline-block;
}

#mattress-page #shop-by-price li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #014b6e;
    border: 1px solid #014b6e;
    border-radius: 5px;
    width: 200px;
    padding: 15px 0;
}

#mattress-page #shop-by-price li a:hover {
    background: #fff;
    color: #014b6e;
    text-decoration: none;
    border: 1px solid #014b6e;
}

@media screen and (max-width: 1440px) {

    #mattress-page h2 {
        font-size: 1.5rem;
    }

    /*#mattress-page type-widget,
    #mattress-page .submit-container {
        margin-bottom: 35px;
    }*/

    /*#mattress-page type-widget li,
    #mattress-page type-widget img {
        max-width: 175px;
    }*/
}

@media screen and (max-width: 767px) {

    #content-theme-2.category-page h1 {
        margin: 0 0 10px;
    }

    #content-theme-2.category-page h1 span {
        padding: 10px 20px;
    }

    /*#mattress-page type-widget {
        margin: 25px 0;
    }*/

    /*#mattress-page type-widget li {
        margin: 0;
    }*/

    /*#mattress-page type-widget li,
    #mattress-page type-widget img {
        max-width: 150px;
    }*/

    /*#mattress-page .submit-container {
        margin-bottom: 25px;
    }
*/
    .progress {
        top: 0 !important;
    }
}

@media screen and (max-width: 400px) {

    #content-theme-2.category-page h1 {
        font-size: 1.75rem;
    }

    #content-theme-2.category-page h1 span {
        padding: 5px 20px;
    }

    #mattress-page h2 {
        font-size: 1.25rem;
    }

    /*#mattress-page type-widget li,
    #mattress-page type-widget img {
        max-width: 135px;
    }*/

    #mattress-page type-widget label>p:first-of-type {
        font-size: .875rem;
    }
}

/* END MATTRESS LANDING PAGE */

/* Home Page Testimonials */
#testimonial-carousel {
    margin-top: 20px;
}

#testimonials {
    margin: 0 75px 50px;
}

#testimonials-page {
    margin-top: 25px;
}

#testimonials .owl-carousel .owl-stage {
    display: flex;
}

#testimonials .owl-carousel .owl-item {
    flex: 1;
    padding: 5px 15px 15px;
}

#testimonials .item,
#testimonials-page .item {
    display: block;
    height: 100%;
    box-sizing: border-box;
    background-color: #f0f0f0;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, .3);
    text-decoration: none;
}

#testimonials-page .item {
    margin-bottom: 20px;
}

#testimonials .item .fa,
#testimonials-page .item .fa {
    color: #d09800;
}

#testimonials .item p,
#testimonials-page .item p {
    line-height: 1.5;
    color: #2a2a2a;
    padding: 0 10px;
}

#testimonials .item p:first-child,
#testimonials-page .item p:first-child {
    padding: 20px 25px 0;
    font-size: 1.15em;
}

#testimonials .item p:nth-child(2),
#testimonials-page .item p:nth-child(2) {
    padding: 20px 25px;
}

#testimonials .item p:last-child,
#testimonials-page .item p:last-child {
    padding: 0 25px 25px;
    font-style: italic;
    font-weight: 600;
}

#testimonials .owl-theme .owl-nav .owl-prev,
#testimonials .owl-theme .owl-nav .owl-next {
    color: rgba(0, 0, 0, .65);
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}

#testimonials .owl-theme .owl-nav .owl-prev:hover,
#testimonials .owl-theme .owl-nav .owl-next:hover {
    color: #d09800;
}

#testimonials .owl-theme .owl-nav .owl-prev {
    left: -55px;
}

#testimonials .owl-theme .owl-nav .owl-next {
    right: -55px;
}

@media screen and (max-width: 650px) {
    #testimonial-carousel {
        margin-top: 35px;
    }
}

/* End */

/* ZD#67587 JC */

@media screen and (max-width: 760px) {
    .filter-show-button {
        color: #d40000;
        position: static;
        background: #fff;
        border: 2px solid #d40000;
        border-radius: 20px;
    }

    .filter-show-button:hover {
        color: #d40000;
        background: #fff;
    }
}

@media screen and (max-width: 519px) {
    .ProductThumbnailSection {
        width: calc(50% - 15px);
        margin: 0 10px 65px 0 !important;
    }
}

/* #69488 JD */
@media screen and (max-width: 1000px) {

    #top-header,
    #sticky-header {
        position: unset;
    }
}

/* Wenz Worry-Free Guarantee LP */

#worry-free-page * {
    box-sizing: border-box;
}

#worry-free-page {
    max-width: 1400px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0 10px;
}

#worry-free-intro {
    background-color: #16107b;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    margin-top: 15px;
}

#worry-free-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.worry-free-icon {
    flex: 1 0 33%;
    margin-top: 40px;
    padding: 0 20px;
}

.worry-free-icon img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 8px rgb(0 0 0 / .2);
    padding: 10px;
    border-radius: 10px;
}

#worry-free-copy {
    margin-top: 40px;
    text-align: left;
    font-size: 14px;
}

#worry-free-copy p,
li {
    line-height: 22px;
}

#worry-free-copy li {
    list-style: none;
    margin-left: 25px;
}

@media screen and (max-width: 800px) {
    .worry-free-icon {
        flex: 1 0 50%;
        padding: 0 10px;
    }
}

/* End Wenz Worry-Free Guarantee LP */

/* 68654 designer page */
.designer-list-description p {
    font-size: 16px;
}

.designer-list-description span {
    font-size: 16px;
    font-weight: bold;
}

.designer-list-description hr {
    height: 1px;
    background-color: #0e1951;
    border: none;    
}

.designer-list-description a {
    text-decoration: none;
    color: #000;
}

.designer-list-description a:hover {
    text-decoration: underline;
}

.designers-container .landing-page-button {
    background-color: black;
    border: 1px solid black;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.designers-container .landing-page-button:hover {
    background-color: #fff;
    color: #0e1951;
    text-decoration: none;
}

/*zd 84397 */
.designers-container .landing-page-button-final {
    background-color: #FF8200;
    border: 1px solid #FF8200;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
.designers-container .landing-page-button-final:hover {
    background-color: #fff;
    color: #0e1951;
    text-decoration: none;
}

#appointment {
    background: #fff;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}

.appointment-contaner {
    padding: 20px;
}

#appointment h2 {
    width: 100%;
    background-color: #333;
    color: #fff;
    margin-bottom: 20px;
    padding: 5px;
    box-sizing: border-box;

}

#appointment h3 {
    margin: 20px;
}

#appointment p {
    margin-bottom: 5px;
    font-size: 16px;
}

#appointment input,
#appointment select,
#appointment textarea {
    border: 1px solid #000;
    width: 100%;
    color: #000;
    margin-bottom: 15px;
    text-indent: 8px;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
}

#appointment input,
#appointment select {
    height: 40px;
}

#appointment input:focus::-webkit-input-placeholder {
    color: transparent;
}

#appointment input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
#appointment input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
#appointment input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

#appointment .signup input {
    position: relative;
}

#appointment .signup label {
    position: absolute;
    margin: 8px;
}

#appointment button {
    background-color: #333;
    color: #fff;
    padding: 4px 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#appointment .mfp-close {
    background-color: transparent;
}

/* 79646 */
#ItemInfoActionsPanel ul li a{
    color: green!important;
}

/* 83540 */
#stressless-newsletter iframe {
    width: 100%;
}

@media screen and (max-width: 850px) {
    #stressless-newsletter iframe {
        height: 160px;
    }
}

/* zd 85024 */
#designer option[disabled] {
    color: #999999;
}


/* zd 85632 */
.financing_page input {
    color: #000;
    width: 80px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}


/* zd 86045 */
@media screen and (max-width: 800px) {
    #categorypictitle h1 {
        font-size:16px;
        background: rgba(255,255,255,0.8);
    }
    
    #categorypictitle {
        position: absolute;
        bottom: 55px;
        right: 0;
    }
}

/* Design Center Updates ZD#86185 */

#byo-container * {
    box-sizing: border-box;
}

#byo-container {
    width: 100%;
    background-color: #d9d9d9;
    padding: 40px 20px;
    box-sizing: border-box;
    max-width: 1420px;
    margin: 0 auto;
}

.design-center-heading {
    max-width: 1284px;
    text-align: center;
    margin: 0 auto;
}

.design-center-heading h2 {
    font-family: 'Nokora', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 5px solid #033686;
    margin-bottom: 15px;
}

.design-center-heading p {
    font-size: 14px;
    line-height: 22px;
}

.byo-content {
    width: 100%;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
}

.byo-content.border-bottom {
    border-bottom: 1px solid #033686;
}

.byo-content > div:first-of-type {
    flex: 1 0 45%;
}

.byo-content > div:first-of-type img {
    width: 100%;
    height: auto;
    display: block;
}

.byo-content > div:last-of-type {
    flex: 1 0 55%;
    padding-left: 20px;
    text-align: center;
}

.byo-content > div:last-of-type img {
    max-width: 20px;
    height: auto;
    display: inline-block;
    margin-bottom: -5px;
}

.byo-content > div:last-of-type a.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #033686;
    border-radius: 10px;
    color: #fff;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-weight: normal;
    font-size: 26px;
    margin: 20px auto;
    text-decoration: none;
}

.byo-content > div:last-of-type p {
    font-size: 14px;
    line-height: 22px;
}

@media screen and (min-width: 768px) {
    .design-center-heading h2 {
        font-size: 66px;
    }

    .byo-content > div:last-of-type a.button {
        font-size: 62px;
        margin: 33px auto;
    }

    .design-center-heading p {
        font-size: 35px;
        line-height: 45px;
    }

    .byo-content > div:last-of-type img {
        max-width: 35px;
    }

    .byo-content > div:last-of-type p {
        font-size: 35px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    #byo-container {
        padding: 40px 20px 20px 20px;
    }

    .byo-content {
        flex-direction: column;
        padding: 30px 0;
    }

    .byo-content > div:first-of-type {
        flex: 1 0 100%;
    }

    .byo-content > div:last-of-type {
        flex: 1 0 100%;
        padding-left: 0;
    }
}

/* zd 87419 */
#stressless_banner {
    /* width: 80%; */
    margin: 0 auto 25px;
}
#stressless_banner img {
    width: 100%;
    /* padding: 40px 0px 20px; */
}

/* zd 87769 */
/* SEO Accordion */
#seo-accordion-container {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}
.seo-accordion {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    text-align: left;
}
.seo-accordion > div {
    display: none;
}
.seo-accordion.active > div {
    display: block;
    padding: 5px 25px;
}
.seo-accordion > h2 {
    cursor: pointer;
    font-size: 22px;
    padding: 0 20px 0 0;
}
.seo-accordion.active > h2 {
    cursor: pointer;
    padding: 0 20px 10px 0;
}
.seo-accordion h2 {
    position: relative;
}
.seo-accordion > h2:after {
    content: "\f067";
    position: absolute;
    top:10px;
    right:0;
    z-index: 10;
    font-family: 'FontAwesome';
    font-size: 16px;
}
.seo-accordion.active > h2:after {
    content: "\f00d";
    position: absolute;
    top:10px;
    right:0;
    z-index: 10;
    font-family: 'FontAwesome';
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .seo-accordion > h2 {
        font-size: 18px;
    }
    .seo-accordion > h2:after {
        font-size: 14px;
    }
    .seo-accordion.active > h2:after {
        font-size: 14px;
    }
}
/* End SEO Accordion */


/* .ProductGroupInvalidParagraph {
    display:none;
} */


div.YoutubeFlyer {
    margin: 10px 0;
    position: relative;
    padding: 6% 0 50%;
    height: 0;
}


div.YoutubeFlyer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* zd 87419 */
#SalesBanner {
    /* width: 80%; */
    margin: 0 auto 25px;
}
#SalesBanner img {
    width: 100%;
    /* padding: 40px 0px 20px; */
}


#ProductInfo_Links_linkrepeater_ctl00_linkrepeater_additionallink_nolink {
        color: green !important;
        display: inline-flex;
        /* padding-left: 3px; */

}
.addCheckMarkSpan{
        color: green !important;
        display: inline-flex;
}

.designer-text {
    margin: 85px 0 30px;
}

#SocialMedia {
    display: none !important;
}

/* sf 1183093 */
#email-friend, #pAdditionalInfo, #request-information > a > i { display: none;}
#pricingDisplayControl_addToCartContainer, #request-information {
    width: 250px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}