/* CLS FIX */
/* SLIDESHOW */
.cls {
    position: relative;
    overflow: hidden;
    height: 0;
    display: block;
}

.cls>div {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.cls img {
    width: 100%;
    height: auto;
}

/* SLIDESHOW CONTAINER */
#homebannerslides {
    padding-top: calc(593.55/1200 * 100%);
    position: relative;
    overflow: hidden;
    height: 0;
    display: block;
}

#homebannerslides .owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*@media only screen and (max-width: 768px) {
        #homebannerslides {
            padding-top:calc(1050/1920 * 100%)
        }
    }*/
/* SLIDESHOW CONTAINER FIRST DIV (WILL BE SLIDESHOW2 NAME VALUE DIV GENERATED <SLIDESHOW2 NAME=""....>) */
#homebannerslides>div {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/* END SLIDESHOW */

/* HOMEPAGE IMAGES */
.shopbyroompic {
    position: relative;
    overflow: hidden;
    height: 0;
    /* padding-top: calc(height / width * 100%); */
    padding-top: calc(439 / 380 * 100%);
}

.shopbyroompic img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.cls-mattress {
    position: relative;
    overflow: hidden;
    height: 0;
    /* padding-top: calc(height / width * 100%); */
    padding-top: calc(243 / 1800 * 100%);
}

.cls-mattress img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.designcenterpic {
    position: relative;
    overflow: hidden;
    height: 0;
    /* padding-top: calc(height / width * 100%); */
    padding-top: calc(238 / 851 * 100%);
}

.designcenterpic img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}


/* END HOMEPAGE IMAGES */
/* END CLS FIX */

/* HEADER, HOMEPAGE, FOOTER STYLES */
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

.itembrowserlogo {
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.itembrowserlogo img {
    max-width: 100%;
    height: auto;
    float: left;
    margin: 20px;
}

.itembrowserlogo p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 35px 20px 35px 20px;
}

.itembrowserlogo p span {
    text-transform: capitalize;
}

.itembrowserlogo a {
    color: #3bb54a;
}

.ItemBrowserPageForm #divworkspacearea {
    max-width: 1380px;
    padding: 0px 10px 0 10px;
    margin: 0 auto;
}

.ProductThumbnailIconOnDisplay {
    text-indent: -10000px;
}

#pingFrame {
    display: none;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    background-color: #FFF;
    font-family: Arial, sans-serif;
}

#bbbfinance {
    width: 248px;
    height: 155px;
    border: 1px solid #cecece;
    background-color: #dbe9ef;
    text-align: center;
}

#bbbfinance h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #414143;
    padding: 19px 0 10px 0;
}

#bbbfinance h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #3ab54a;
    padding: 0 0 18px 0;
}

#topbarcontainer {
    width: 100%;
    background-color: #dbe9ef;
    border-bottom: 1px solid #cecece;
}

#topbarnav ul {
    margin-top: 13px;
}

#topbarnav li {
    list-style: none;
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    border-left: 1px solid #202020;
    padding-left: 6px;
    padding-right: 3px;
}

#topbarnav li:first-child {
    border: 0;
    padding-left: 0;
}

#topbarnav li a {
    color: #202020;
    text-decoration: none;
}

#topbarnav li a:hover {
    text-decoration: underline;
}

#topbarnav li:last-child a {
    padding: 10px;
    background-color: #217497;
    color: #fff;
}

#topbarnav li:last-child a:hover {
    text-decoration: none;
    background-color: #19556E;
}

#accountnav {
    margin-top: 18px;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-left: 10px;
    float: right;
}

#accountnav ul {
    list-style: none;
}

#accountnav ul li {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    text-align: left;
    padding-left: 0px;
    z-index: 500;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    white-space: nowrap;
}

#accountnav ul li a:hover {
    text-decoration: underline;
}

#accountnav li:hover ul {
    width: 130px;
    display: block;
    position: absolute;
    left: -10px;
    top: 11px;
    z-index: 500;
    padding-top: 10px;
}

#accountnav li:hover li {
    clear: both;
}

#accountnav li:hover li a {
    background-color: #efefef;
    color: #202020;
    position: relative;
    height: 25px;
    line-height: 25px;
    z-index: 200;
    padding-right: 10px;
    padding-left: 10px;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

#searchbox-new {
    display: inline-block;
    vertical-align: middle;

    float: right;

    margin: 8px 0;
}

#searchbox-new input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin-right: -5px;
    padding: 5px;
    height: 30px;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 12px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 0;
    -webkit-border-radius: 0;
}

#searchbox-new a {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    background: #f5f5f5;
    padding: 5px;
    height: 30px;
    text-align: center;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 21px;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-weight: bold;
}

/*
#searchbox {
    width: 230px;
    height: 28px;
    border: 1px solid #fff;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    float: right;
}

#searchboxleft {
    width: 192px;
    height: 28px;
    float: right;
}

#searchboxleft input {
    width: 181px;
    height: 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    color: #929292;
    background-color: #FFF;
    padding: 3px 3px 3px 6px;
    border: 1px solid #FFF;
}

#searchboxright {
    width: 38px;
    height: 28px;
    float: right;
}

#searchboxright a {
    display: block;
    width: 38px;
    height: 28px;
    line-height: 28px;
    background-color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2a2a2a;
    text-align: center;
    text-decoration: none;
}

#searchboxright a:hover {
    color: #ababab;
}*/

#logo {
    margin-top: 23px;
    margin-bottom: 16px;
}

#logo img {
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
}




/*******************************************************/

#mainnav .nav-red {
    color: #f00;
}

#mainnav {
    text-align: right;
}

ul#topnavdropdwn {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

ul#topnavdropdwn li {
    position: relative;
    margin: 0;
    padding: 0;


    display: block;
    float: left;
    font-family: "Raleway", sans-serif;
    font-size: 16px;

    text-transform: uppercase;
    z-index: 200;
}

ul#topnavdropdwn li a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 43px;
    color: #000;
    display: block;
    height: 43px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    white-space: nowrap;
}

ul#topnavdropdwn li:hover a,
ul#topnavdropdwn li a:hover {
    /*background-image: url('images/navbg.jpg');*/
    background-repeat: repeat-x;
    background-position: 0px 74px;
}

ul#topnavdropdwn li .subfurniture {
    position: absolute;
    top: 43px;
    left: 0px;
    z-index: 99999;
    background-color: #fff;
    padding: 10px 20px 25px;
    text-align: left;
    display: none;
}

ul#topnavdropdwn li .Adventure {
    background-color: #fff;
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 99999;
    padding: 10px 20px 25px;
    text-align: left;
    display: none;
}

ul#topnavdropdwn li .row {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

ul#topnavdropdwn li .sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#topnavdropdwn .sub ul li {
    width: 100%;
    color: #fff;
}

ul#topnavdropdwn .sub ul li h2 {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #353535;
}

ul#topnavdropdwn .sub ul li h2 a {
    padding: 5px 0;
    background-image: none;
    color: #353535;
}

ul#topnavdropdwn .sub ul li a {
    float: none;
    font-family: Arial, sans-serif;
    text-transform: none;
    font-size: 12px;
    text-indent: 0;
    height: 22px;
    line-height: 30px;
    padding: 8px 5px 0px 0px;
    display: block;
    text-decoration: none;
    color: #202020 !important;
    border: 0 !important;
}

ul#topnavdropdwn .sub ul li a:hover {
    text-decoration: underline;
    background-position: 14px 14px;
    /*--Override background position--*/
}

.sublinkscolumn {
    width: 134px;
    line-height: 25px;
    float: left;
}

.sublinkscolumn a {
    font-family: Arial, sans-serif;
    font-size: 12px !important;
    color: #202020 !important;
    text-transform: none !important;
}

.sublinkscolumn a:hover {
    text-decoration: underline !important;
}

.subtitleheading {
    width: 134px;
    height: 25px;
    line-height: 25px;
    padding-bottom: 5px !important;
}

.subtitleheading h1 {
    font-family: "Raleway", sans-serif;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 45px !important;
    height: 45px !important;
    color: #202020 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: none;
}

.subtitleheading h1 a {
    font-family: "Raleway", sans-serif;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 45px !important;
    height: 45px !important;
    color: #202020 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.subtitleheading h2 {
    font-family: "Raleway", sans-serif;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 45px !important;
    height: 45px !important;
    color: #202020 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: none;
}

.subtitleheading h2 a {
    font-family: "Raleway", sans-serif;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 45px !important;
    height: 45px !important;
    color: #202020 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/*******************************************************/

#homebannerslides img {
    width: 100%;
    height: auto;
}

/*#homebannerslides .item img {
    display: block;
    width: 100%;
    height: auto;
}*/

#homebannerslides .owl-buttons {
    display: none;
}

#homebannerslides .owl-theme .owl-controls {
    text-align: right !important;
    position: absolute;
    right: 12px;
    bottom: 10px;
}

#homebannerslides .owl-theme .owl-controls .owl-page span {
    margin: 2px 4px !important;
    width: 9px !important;
    height: 9px !important;
    background: #fff !important;
}

.shopbyroom {
    line-height: 32px;
    margin-top: 25px !important;
    margin-bottom: 6px !important;
    background: url('../images/dashedborder.png') repeat-x 0px 16px;
    text-align: center;
}

.shopbyroomheading h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #2a2a2a;
    background-color: #FFF;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: inline-block
}

.shopbyroomheading h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #2a2a2a;
    background-color: #FFF;
    padding-right: 15px !important;
    padding-left: 15px !important;
    display: inline-block
}

.shopbyroomcontent {
    position: relative;
    margin-top: 14px;
}

.shopbyroompic img {
    width: 100%;
    height: auto;
    position: block;
}

.shopbyroomtitle {
    text-align: center;
}

.shopbyroomtitle h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #202020;
    display: inline-block;
    background: url('images/shopbyroomtitlebg.png') repeat;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%;
}

.shopbyroomtitle h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #202020;
    display: inline-block;
    background: url('images/shopbyroomtitlebg.png') repeat;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 100%;
}

.shopbyroomtitle a {
    text-decoration: none;
    color: #6fafbb;
}

.railwaybold {
    font-weight: 800;
}

.designcenterpic {
    margin-top: 10px;
}

.designcenterpic img {
    width: 100%;
    height: auto;
    display: block;
}

.designcentertitle {
    padding-top: 8px;
    padding-bottom: 8px;
}

.designcentertitle a {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: #6fafbb;
    text-decoration: none;
}

#homevideo {
    float: left;
    /*margin-right: 20px;*/
    margin-bottom: 10px;
    margin-top: 10px;
}

#homevideo {
    text-align: center;
}

#homevideo img {
    max-width: 100%;
    height: auto;
}

#homevideo>img {
    width: 100%;
    margin-bottom: 20px;
}

#homecopy {
    margin-top: 10px;
}

#homecopy p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #717171;
    line-height: 22px;
}

#footercontainer {
    width: 100%;
    background-color: #dbe9ef;
    border-top: 1px solid #cecece;
    margin-top: 35px;
    padding-top: 24px;
}

#footercontent {
    padding-bottom: 25px;
}

#footercontent img {
    max-width: 100%;
    height: auto;
}

.footercolumn {
    padding-left: 10px;
}

#footerlogo {
    margin-top: 15px;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}


.socialmedia {
    padding-top: 10px;
    float: left;
    margin: 0 auto;
    width: 125px;
    height: 22px;
}


#socialmedia {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    padding-left: 32%;
    margin: 0 auto;
}

.socialmediaicon {
    width: 23px;
    height: 19px;
    padding-right: 2px;
    float: left;
}

.footercolumn h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #202020;
    padding-bottom: 15px;
    padding-top: 10px;
}

.footercolumn h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #202020;
    padding-bottom: 15px;
    padding-top: 10px;
}

.footercolumn li {
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.footercolumn li a {
    color: #202020;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #202020;
}

.footercolumn a {
    color: #202020;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyright {
    padding-top: 15px;
    padding-bottom: 20px;
}

#copyright p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #202020;
}

#copyright a {
    color: #202020;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocopy {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 20px;
}

#seocopy a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #202020;
    text-decoration: none;
}

#seocopy a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    border: 1px solid #fff;
    background-color: #FFF;
    padding: 15px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #202020;
}

#scrolldiv {
    display: none;
}

.fa-picture-o {
    display: none;
}

#pagetitle {
    position: relative;
}

#pagetitle img {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -37px;
}


@media screen and (max-width: 400px) {

    /* #searchbox {
        width: 200px;
    }

    #searchboxleft {
        width: 162px;
    }

    #searchboxleft input {
        width: 151px;
    }*/

    #homevideo {
        margin-right: 0px;
    }

    .footercolumn {
        padding-left: 0;
    }

    .itembrowserlogo img {
        width: 80%;
        display: block;
        float: none;
    }

    #pagetitle img {
        display: none;
    }

    .footercolumn h3 {
        font-size: 18px;
    }

    .footercolumn li,
    .footercolumn p {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (min-width: 401px) and (max-width: 767px) {

    #pagetitle img {
        display: none;
    }

    .footercolumn h3 {
        font-size: 18px;
    }

    .footercolumn li,
    .footercolumn p {
        font-size: 16px;
        line-height: 1.5;
    }
}


@media screen and (min-width: 768px) and (max-width: 900px) {

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }

    #mainnav ul li {
        font-size: 14px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

    #pagetitle img {
        right: 10%;
    }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding: 0 12px;
    }

    #mainnav ul li {
        font-size: 14px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

    #pagetitle img {
        right: 40%;
    }
}

@media screen and (min-width: 1350px) {

    #scrolldiv {
        display: block;
    }

    #scrolldiv a {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
    }

    .scrolltotop {
        width: 30px;
        height: 30px;
        padding: 10px;
        text-align: center;
        color: #cfcfcf;
        text-decoration: none;
        position: fixed;
        bottom: 38px;
        right: 110px;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }
}

.FlyerContainerDiv {
    min-height: 400px;
    margin: 0 auto !important;
    padding: 50px 0 50px 100px;
}

.EmptyFlyerMessage {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-align: center !important;
}


/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

.header-selectors-location {
    margin-top: 23px;
    margin-bottom: 16px;
    float: right;
    overflow: visible;
    height: 88px;
    width: 248px;
}

.header-selectors-location h1 {
    display: block;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    color: #777;
}

.header-selectors-location h1 a {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #777;
    text-decoration: none;
}

.header-selectors-location a {
    color: #5a5a5a;
}


.header-selectors-location a.phone-call {
    color: #777;
}

.header-selectors-location a.phone-call:hover {

    color: #777;
}

.header-selectors-location h2 {
    display: block;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    color: #777;
}

.header-selectors-location p {
    display: block;
    font-size: 14px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
}

.buttonTop a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    color: #FFF;
    display: block;

    background-color: #3ab54a;
    float: left;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

.buttonTopDir a {
    margin: 5px 5px 5px 0px;
}

.buttonTopHour a {
    margin: 5px 0px;
}

.buttonTop a:hover {
    text-decoration: none;
    background-color: #1b8329;
}

.buttonTopDir {
    width: 70px;
}

.buttonTopHour {
    width: 40px;
}

.buttondirhour {
    float: left;
    width: 122px;
}

.PDFAttachmentsParagraph {
    font-size: 13px;
    color: #2a2a2a;
    line-height: 20px;
    text-transform: uppercase;
}

.PDFAttachmentsParagraph a {
    font-size: 13px;
    color: #2a2a2a;
    text-transform: uppercase;
    text-decoration: none;
}

.termandcondition ul,
.sustomerservice ul,
.whybuygrossman ul {
    padding-left: 15px;
}

.termandcondition ul li,
.sustomerservice ul li,
.whybuygrossman ul li {
    list-style-type: none;
}

.termandcondition a,
.financing a,
.sustomerservice a,
.whybuygrossman a {
    text-decoration: none;
    line-height: 22px;
}

.termandcondition a {
    color: #000;
}

.termandcondition a:hover,
.financing a:hover,
.sustomerservice a:hover,
.whybuygrossman a:hover {
    text-decoration: underline;
}

#categorypicfinancing {
    margin-top: 25px;
}

#categorypicfinancing img {
    max-width: 100% !important;
    height: auto;
}

.staticpagelink {
    color: #6fafbb;
}

.staticpagelink a {
    color: #6fafbb;
    text-decoration: none;
}

.staticpagelink a:hover {
    text-decoration: underline;
}

.ProductThumbnailIconOnDisplay {
    background: url('images/ondisplay.png') no-repeat;
    width: 123px;
    height: 124px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: -3px !important;
    z-index: 99;
}

.ProductDetails {
    max-height: 1000px;
}

@media (max-width:1024px) {
    #logo {
        margin: 20px auto;
        max-width: 425px;
    }

    #mainnav ul li a {
        font-size: 15px;
        padding: 0 10px;
    }
}

@media (max-width:980px) {
    #mainnav ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width:890px) {
    #mainnav ul li a {
        padding: 0 5px;
    }

    ul#topnavdropdwn li a {
        font-size: 13px;
    }

    /*#searchbox {
        width: 210px;
    }

    #searchboxleft {
        width: 172px;
    }

    #searchboxleft input {
        width: 161px;
    }*/

    #accountnav {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width:780px) {
    #mainnav ul li a {
        padding: 0 4px;
    }
}

@media (max-width:768px) {
    .header-selectors-location {
        float: none;
        margin: 0 auto 20px;
    }

    /*#searchbox {
        width: 230px;
    }*/

    /*#searchboxleft {
        width: 192px;
    }

    #searchboxleft input {
        width: 181px;
    }*/

    #accountnav {
        margin-right: 8px;
        margin-left: 10px;
    }
}

.SpecialDetailsParagraph {
    font-size: 16px;
    color: #2a2a2a;
    padding-left: 30px;
    line-height: 22px;
    letter-spacing: .5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.AvailabilityParagraph,
.OnDisplayParagraph,
.ItemQuantityParagraph,
.ProductDetailsParagraphSEO {
    font-size: 16px;
    line-height: 22px;
}

#HomepageBrands li {
    width: 130px;
    height: 130px;
    list-style: none;
    text-align: center;
    float: left !important;
}

/*.shopbycolorLabel {
   /*ZD #24046*/
    /*display: none;
}*/

#brandspage p a {
    text-decoration: none;
    margin-bottom: 10px;
}

#brandspage p a:hover {
    text-decoration: underline;
}

.ProductThumbnailParagraphSalePriceLabel {
    color: #F00;
    font-weight: bold;
}

.ProductThumbnailParagraphSalePriceValue {
    color: #F00;
    font-weight: bold;
}

.financingphonelink {
    width: 180px;
    height: 30px;
    position: absolute;
    left: 38px;
    top: 60px;
}

.financingemaillink {
    width: 140px;
    height: 30px;
    position: absolute;
    left: 60px;
    top: 105px;
}


#carticon {
    float: right;
    height: 22px;
    line-height: 22px;
    margin-left: 4px;
    margin-top: 10px;
    width: 50px;
}

#carticon a {
    color: #878787;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
}

#carticon img {
    vertical-align: middle;
}

.BrandLogosLabel {
    display: none;
}

/* PROMO BAR */
#promo-bar {
    width: 100%;
    background-color: #fbc41d;
    text-align: center;
}

#promo-bar a {
    text-decoration: none;
    color: #000;
}

#promo-bar a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 400px) {
    #promo-bar {
        font-size: .8em;
    }
}

/*END PROMO BAR */

/****Mattress Page****/

#featuredBrands ul li {
    opacity: 1 !important;
}

/***Mattress Banner Image***/
.banner-content {
    position: relative;
}

.banner-pic img {
    width: 100%;
    height: auto;
}

.banner-title {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 8%;
}

.banner-title h3 {
    font-size: 70px;
    margin: 0;
}

.banner-title p {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
}

.banner-title a {
    font-size: 25px;
    text-decoration: none;
    color: #202020;
    padding: 0px 20px;
    border: 2px solid #000;
}

.banner-title a:hover {
    color: #fff;
    background-color: #202020;
}

@media screen and (max-width: 1025px) {
    .banner-title h3 {
        font-size: 6vw;
        line-height: 6.2vw;
    }

    .banner-title p {
        font-size: 3vw;
        line-height: 3.2vw;
    }

    .banner-title a {
        font-size: 3vw;
    }
}

/* new odm header ZD # */
@media screen and (max-width: 767px) {

    /* mobile bar container */
    .mobile-adjust {
        display: inline-block;
        vertical-align: middle;
        width: unset;
        display: flex;
        justify-content: space-between;
    }

    #topbarcontainer {
        position: relative;
        padding: 10px 0;
    }

    #topbarcontainer.fixed {
        position: fixed;
        top: 0;
        z-index: 15000;
    }

    /* new searchbox */
    #searchbox {
        margin-bottom: 0;
    }

    #searchbox-new {
        margin: 0px;
        display: inline-flex;
        flex-shrink: 1;
    }

    #searchbox-new input[type="text"] {
        height: 45px;
    }

    #searchbox-new a {
        height: 45px;
        line-height: 38px;
        width: unset;
    }

    /* override default theme styles */
    #carticon {
        margin-top: 0;
        box-sizing: border-box;
        height: 45px;
        text-align: center;
        line-height: 38px;
        flex-shrink: 0;
    }

    /* nav */
    #mobilenav {
        line-height: 38px;
        /*background-color: #f2f2f2;*/
        /*text-align: center;*/
        /*margin-top: 20px;*/
        display: inline-block;
        vertical-align: middle;
        flex: 0 0 auto;
        margin: 0 5px 0 0
    }

    #mobilenav .nav-red {
        color: #f00;
    }

    #mobilenav .fa {
        vertical-align: middle;
    }

    #mobilenav ul {
        list-style: none;
    }

    #mobilenav ul li {
        display: block;
        /*position: relative;*/
        font-family: "Raleway", sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        z-index: 200;
    }

    #mobilenav li ul {
        display: none;
    }

    #mobilenav ul li a {
        display: block;
        text-decoration: none;
        color: #606060;
        white-space: nowrap;
        padding: 5px 10px;
        box-sizing: border-box;
        line-height: 34px;
    }

    #mobilenav ul li a:hover {
        text-decoration: underline;
    }

    #mobilenav li:hover ul {
        display: block;
        position: absolute;
        z-index: 200;
        background: #dbe9ef;
        left: 10px;
        right: 10px;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        height: 90vh;
        overflow-y: scroll;
    }

    #mobilenav ul li ul a {
        padding: 0 15px;
    }

    #mobilenav li:hover li {
        width: 100%;
        clear: both;
    }

    #mobilenav li:hover li a {
        background: #fff;
        position: relative;
        border-top: 1px solid #dbe9ef;
        left: 0;
        top: 0;
        z-index: 200;
    }

    #mobilenav li:hover li a:hover {
        text-decoration: underline;
    }

    /* call to action buttons */
    #mobile-cta {
        flex: 0 0 auto;
    }

    #mobile-cta ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0 0 5px;
        flex-shrink: 1;
    }

    #mobile-cta ul li {
        display: inline-block;
        vertical-align: middle;
    }

    #mobile-cta ul li a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
        height: 45px;
        box-sizing: border-box;
    }
}

/* end new odm header */

#categorypic {
    margin-bottom: 20px;
}

/* item info */
.ItemInformationPageForm #divworkspacearea {
    max-width: 1180px;
    padding: 0px 10px 0 10px;
    margin: 0 auto;
}

/*Add to Cart*/
.AddToCartButtonAnchor {
    text-transform: uppercase;
    background: #3ab54a !important;
}

.VariationGroupsListHeading {
    /*background-color: #d40000 !important;
    color: white !important;*/
    border: 1px solid #ccc;
    text-transform: initial;
    font-weight: normal;
}

/* end item info */

/* Zendesk #59473 SG - Virtual Shopping Page */
#virtual-shop-page img {
    max-width: 100%;
    height: auto;
}

#virtual-shop-page h2 {
    margin: 35px 15px 30px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

#virtual-shop-page p {
    line-height: 1.5;
    margin-bottom: 10px;
}

#virtual-shop-page ul {
    margin-left: 20px;
}

#virtual-shop-page li {
    margin-bottom: 5px;
}

#virtual-shop-page .buttonTop {
    margin: 25px 0 35px;
}

#virtual-shop-page .buttonTop a {
    float: none;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

#virtual-shop-page .buttonTop a:first-child {
    background-color: #3ab54a;
}

#virtual-shop-page .buttonTop a:first-child:hover {
    background-color: #1b8329;
}

#virtual-shop-page .contact-form {
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 3px;
    background-color: #f2f2f2;
}

#virtual-shop-page #submitcontactform {
    margin-bottom: 0;
}

#virtual-shop-page #submitcontactform input {
    font-size: 16px;
    border-radius: 3px;
    background-color: #3ab54a;
}

#virtual-shop-page #submitcontactform input:hover {
    background-color: #1b8329 !important;
}

/* END Virtual Shopping Page */

/* 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:nth-child(odd) h2 span {
    color:#014b6e !important;
    background:#fff !important;
}*/

/*#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-bottom: 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 */

@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 */

/* ZD#82944 */
#item-info-container .emun {
    display: none;
}