/* HEADER, HOMEPAGE, FOOTER STYLES */
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
}

#item-info-container {
    max-width: 1180px;
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
}

#divworkspacearea {
    max-width: 1180px;
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
}

.HomePageForm #divworkspacearea {
    max-width: 1220px;
    padding: 0;
}

*: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;
}

#mobilebar {
    width: 100%;
    background-color: #000;
}

.mobilebarsocial {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.mobilebarsocial li {
    list-style: none;
    display: inline;
    margin-right: 3px;
}

.mobilebarsocial li a {
    color: #fff;
}

.mobilebarsocial li a:hover {
    color: #676767;
}

.mobilebarnav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: right;
}

.mobilebarnav li {
    list-style: none;
    display: inline;
    margin-left: 10px;
}

.mobilebarnav li a {
    color: #fff;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.mobilebarnav li a:hover {
    color: #676767;
    text-decoration: none;
}

.mobilebarnav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: opacity .5s, top 1s, visibility .5s;
    -moz-transition: opacity .5s, top 1s, visibility .5s;
    -ms-transition: opacity .5s, top 1s, visibility .5s;
    transition: opacity .5s, top 1s, visibility .5s;
    z-index: -1;
}

.mobilebarnav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 1;
}

.mobilebarnav ul li ul li {
    width: 121px;
    margin-left: 0;
    display: block;
    position: relative;
    clear: both;
    top: 17px;
    width: 100%;
}

.mobilebarnav ul li ul li a {
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.ourshowroomsdropdown {
    position: absolute;
    left: 7%;
    top: 68%;
}

#topbarcontainer {
    width: 100%;
    background-color: #efefef;
    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;
}


#secondarynav {
    width: 100%;
    /*background-color: #efefef;
    border-bottom: 1px solid #cecece;*/
    margin: 0 auto;
    text-align: center;
}

#secondarynav ul {
    margin-top: 13px;
    margin-bottom: 13px;
}

#secondarynav li {
    list-style: none;
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    border-left: 1px solid #202020;
    padding-left: 13px;
    padding-right: 13px;
}

#secondarynav li:first-child {
    border: 0;
    padding-left: 0;
}

#secondarynav li a {
    color: #202020;
    text-decoration: none;
}

#secondarynav li a:hover {
    text-decoration: underline;
}




#secondarynavtablet {
    width: 100%;
    /*background-color: #efefef;
    border-bottom: 1px solid #cecece;*/
    margin: 0 auto;
    text-align: center;
}

#secondarynavtablet ul {
    margin-top: 13px;
    margin-bottom: 13px;
}

#secondarynavtablet li {
    list-style: none;
    display: inline;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    border-left: 1px solid #202020;
    padding-left: 6px;
    padding-right: 6px;
}

#secondarynavtablet li:first-child {
    border: 0;
    padding-left: 0;
}

#secondarynavtablet li a {
    color: #202020;
    text-decoration: none;
}

#secondarynavtablet li a:hover {
    text-decoration: underline;
}

.accountcart {
    float: right;
}

#accountnav {
    margin-top: 18px;
    margin-right: 2px;
    margin-bottom: 6px;
    float: left;
}

#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;
}

.headerviewcart {
    margin: 15px 0 6px 0;
    float: left;
}

.headerviewcart a {
    color: #000;
}

#searchbox {
    width: 230px;
    height: 28px;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 8px;
    float: right;
}

#searchboxleft {
    width: 172px;
    height: 28px;
    float: right;
}

#searchboxleft input {
    width: 161px;
    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: 58px;
    height: 28px;
    float: right;
}

#searchboxright a {
    display: block;
    width: 58px;
    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;
    text-align: center;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#locationbox {
    width: 220px;
    height: 39px;
    margin: 5px 0px;
    text-align: left !important;
    position: relative;
    top: 10px;
}


#locationbox1 {
    width: 220px;
    height: 39px;
    margin: 5px auto;
    /*text-align:center !important;
    line-height: 39px;*/
    /*border-bottom: 2px solid #FFF;*/


}

#chooselocationdropdown1 select {
    width: 202px;
    height: 20px;
    border: 1px solid #a8a8a8;
    margin-top: 9px;
    margin-left: 12px;
}

#locationbox2 {
    width: 220px;
    height: 39px;
    margin: 5px auto;
    text-align: center !important;
    line-height: 39px;
    /*border-bottom: 2px solid #FFF;*/


}

#chooselocationdropdown2 select {
    width: 202px;
    height: 20px;
    border: 1px solid #a8a8a8;
    margin-top: 9px;
    margin-left: 12px;
}

#chooselocationdropdown select {
    width: 202px;
    height: 20px;
    border: 1px solid #a8a8a8;
    margin-top: 9px;
    margin-left: 0px;
}

#virtualtourbox {
    width: 220px;
    height: 39px;
    margin: 5px 0px;
    text-align: left !important;
    /*line-height: 39px;*/
    /*border-bottom: 2px solid #FFF;*/
    /*padding-top:30px;*/


}

#virtualtourbox select {
    width: 202px;
    height: 20px;
    border: 1px solid #a8a8a8;
    margin-top: 9px;
    margin-left: 0px;
}

#virtualtourbox p {
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #4d4d4d;
    padding-left: 12px;
}

#virtualtourbox a {
    color: #4d4d4d;
}

#virtualtourbox a:hover {
    text-decoration: underline;
}



#virtualtourbox1 {
    width: 220px;
    height: 39px;
    margin: 5px auto;
    text-align: center !important;
    line-height: 39px;
    /*border-bottom: 2px solid #FFF;*/


}

#virtualtourbox1 select {
    width: 202px;
    height: 20px;
    border: 1px solid #a8a8a8;
    margin-top: 9px;
    margin-left: 12px;
}

#virtualtourbox1 p {
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #4d4d4d;
    padding-left: 12px;
}

#virtualtourbox1 a {
    color: #4d4d4d;
}

#virtualtourbox1 a:hover {
    text-decoration: underline;
}



#mainnav {
    height: 43px;
    line-height: 43px;
}

#mainnav ul {
    list-style: none;
    text-align: center;
}

#mainnav ul li {
    display: inline-block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 200;
}

#mainnav ul li ul li {
    display: block;
    text-align: left;
}

#mainnav ul li ul li a {
    padding-left: 10px;
}

#mainnav li ul {
    display: none;
    padding: 0;
}

#mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    height: 43px;
    padding-left: 17px;
    padding-right: 17px;
    white-space: nowrap;
}

#mainnav ul li:hover a {
    color: #ababab;
}

#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 200;
    -moz-box-shadow: 7px 5px 5px #000;
    -webkit-box-shadow: 7px 5px 5px #000;
    box-shadow: 7px 5px 5px #000;
}

#mainnav li:hover li {
    width: 180px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    clear: both;
}

#mainnav li:hover li a {
    background-color: #FFF;
    color: #202020;
    position: relative;
    text-transform: none;
    height: 30px;
    line-height: 30px;
    left: 0px;
    top: 0px;
    z-index: 200;
}

#mainnav li:hover li a:hover {
    text-decoration: underline;
}

#mobilenav {
    line-height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #fff;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
    color: #202020;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
    text-decoration: none;
    color: #202020;
}

#mobilenav li:hover ul {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 200;
}

#mobilenav li:hover li {
    width: 100%;
    clear: both;
}

#mobilenav li:hover li a {
    background-color: #efefef;
    position: relative;
    border-top: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    color: #202020;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
    color: #9f9f9f;
}

#homebanner img {
    max-width: 100%;
    height: auto;
}

#homebannerslides .item img {
    display: block;
    width: 100%;
    height: auto;
}


#homebanner .owl-theme .owl-controls {
    text-align: right !important;
    position: absolute;
    right: 12px;
    bottom: 24px;
}

#homebanner .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 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    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;
    display: block;
}

.shopbyroomtitle {
    text-align: center;
}

.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: #202020;
}

.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: #202020;
    text-decoration: none;
}

#homevideo {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#homevideo img {
    max-width: 100%;
    height: auto;
}

#homecopy {
    margin-top: 10px;
}

#homecopy p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #717171;
    line-height: 22px;
}

#footercontainer {
    width: 100%;
    background-color: #efefef;
    border-top: 1px solid #cecece;
    margin-top: 35px;
    padding-top: 24px;
}

#footercontent {
    padding-bottom: 25px;
}

.footercolumn {
    padding-left: 10px;
}

#footerlogo {
    margin-top: 15px;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
}

#socialmedia {
    padding-top: 10px;
    padding-bottom: 15px;
}

.socialmediaicon {
    width: 25px;
    padding-right: 2px;
    float: left;
    margin-bottom: 15px;
}

.socialmediaicon a {
    color: #313131;
    font-size: 1.5em;
}

.socialmediaicon a:hover {
    color: #8D3B38;
}

#trustlink a {
    margin-top: 20px;
}

.footercolumn h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    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;
}

.designinformation {
    margin-left: 15%;
}

.joinemail iframe {
    width: 100%;
    height: auto;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    overflow: none;

}

.joininput {
    margin-left: -36px;
}

@media screen and (max-width: 400px) {

    #searchbox {
        width: 200px;
    }

    #searchboxleft {
        width: 142px;
    }

    #searchboxleft input {
        width: 134px;
    }

    #homevideo {
        margin-right: 0px;
    }

    .footercolumn {
        padding-left: 0;
    }

    #topbarnav li {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .joinlabel {
        display: block;
    }

}

@media screen and (max-width: 360px) {
    #searchbox {
        width: 180px;
        margin-left: 5px !important;
    }

    #searchboxleft {
        width: 122px;
    }

    #searchboxleft input {
        width: 116px;
    }
}

@media screen and (max-width: 310px) {
    #searchbox {
        width: 150px;
        margin-left: 5px !important;
    }

    #searchboxleft {
        width: 92px;
    }

    #searchboxleft input {
        width: 80px;
    }

    #topbarnav li {
        font-size: 8px !important;
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
}


@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: 13px;
    }

    #mainnav li:hover li {
        width: 149px;
    }

    #mainnav li:hover li a {
        left: 0;
    }



}

@media screen and (min-width: 901px) and (max-width: 1200px) {

    #mainnav ul {
        padding-left: 0;
    }

    #mainnav ul li a {
        padding-left: 15px;
        padding-right: 15px;

    }

    #mainnav ul li {
        font-size: 14px;
    }

    #mainnav li:hover li a {
        left: 0;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1159px) {

    #accountnav {
        margin: 5px 3px 0 0;
    }

    .headerviewcart {
        margin: 2px 0;
    }

}

@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: 30px;
        right: 20px;
        display: none;
    }

    .scrolltotop:hover {
        color: #a2a2a2;
        text-decoration: none;
    }

}

@media (max-width: 1024px) {
    #virtualtourbox {
        padding-top: 5px;
    }
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}



/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

.DropdownSign {
    cursor: pointer;
}

.DropdownSign::before {
    content: "+";
    background-color: #dedede;
    margin-right: 6px;
    padding: 1px 5px;
}

.DropdownSignSwitch::before {
    content: "-";
    background-color: #dedede;
    margin-right: 6px;
    padding: 1px 7px 1px 6px;
}

.LocationDropdownSign {
    cursor: pointer;
}

.LocationDropdownSign::before {
    content: "+";
    background-color: #dedede;
    margin-right: 6px;
    padding: 1px 4px;
}

.LocationDropdownSignSwitch::before {
    content: "-";
    background-color: #dedede;
    margin-right: 6px;
    padding: 1px 6px 1px 5px;
}

@media screen and (max-width: 1024px) {

    #mainnav ul li {
        font-size: 12px;
    }

    #mainnav ul li a {
        padding-left: 0px;
        padding-right: 0px;
    }

}

.servicescontact {

    background-color: #ececec;
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}

.servicespage p a {

    text-decoration: underline;
    color: #9E3039;

}

.servicespage p a:hover {
    text-decoration: underline;
    color: #9E3039;

}

.testimonialborder {
    border-top: 1px solid #999999;
    padding-top: 15px;
}

.reditalic {
    color: #9e3039;
    font-style: italic;
}




/* Find a Designer CSS */

.finddesignersearch {
    width: 100%;
    height: 291px;
    margin: 35px auto 0 auto;
}

.finddesignersearchtop {
    width: 100%;
    height: 32px;
    background-color: #808281;
    line-height: 32px;
}

.finddesignersearchtop h1 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding-left: 10px;
}

.finddesignersearchbottom {
    width: 98%px;
    height: 257px;
    border-left: 2px solid #808281;
    border-right: 2px solid #808281;
    border-bottom: 2px solid #808281;
    background: url('images/finddesignersearchbg.png') no-repeat;

}

.finddesignersearchcontent {
    width: 75%;
    padding-left: 188px;
    padding-top: 30px;
}

.finddesignersearchcontent p {
    font-family: Arial, sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 18px;
    color: #252525;
}

.finddesignersearchcontent label {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #808281;
}

.finddesignersearchcontent select {
    width: 200px;
    border: 1px solid #D9D9D9;
    padding: 2px;
}

.designerresultsrowright a {
    color: #242424;
}

.designerresultsrowright a:hover {
    color: #242424;
}

@media (max-width: 1024px) {
    .finddesignersearchcontent {
        width: 75%;
        padding-left: 60px;
        padding-top: 30px;
    }

    .finddesignersearchbottom {
        background: none;
    }
}

/* End Find a Designer CSS */

#mobilebar {
    width: 100%;
    background-color: #000;
}

.mobilebarsocial {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.mobilebarsocial li {
    list-style: none;
    display: inline;
    margin-right: 3px;
}

.mobilebarsocial li a {
    color: #fff;
}

.mobilebarsocial li a:hover {
    color: #eff2e5;
}

.mobilebarnav {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 16px;
    float: right;
}

.mobilebarnav li {
    list-style: none;
    display: inline;
    margin-left: 10px;
}

.mobilebarnav li a {
    color: #fff;
}

.mobilebarnav li a:hover {
    color: #eff2e5;
}

.ProductImageVideoAttachments {
    padding: 0;
    margin-top: 15px;
}

.ProductImageVideoAttachmentsImg {
    width: 100%;
}


/* Edits by DeepeshR on 12/11/15 for tasks/3964215 */
/* Youth Banner */

.youthsearchslideshowcontainer {
    margin-top: 20px;
}

.youthsearchslideshowcontainer img {
    width: 100%;
    height: auto;
    display: block;
}

/* End Youth Banner */

.AttributeFilterHeadingCategory {
    display: none !important;
}

.AttributeFilterULCategory {
    display: none !important;
}

.AttributeFilterHeadingNumberofLeaves {
    display: none !important;
}

.AttributeFilterULNumberofLeaves {
    display: none !important;
}

.AttributeFilterHeadingTableType {
    display: none !important;
}

.AttributeFilterHeadingMaterial {
    display: none !important;
}

.AttributeFilterULMaterial {
    display: none !important;
}

.AttributeFilterHeadingFinish {
    display: none !important;
}

.AttributeFilterULFinish {
    display: none !important;
}

/* End edits by DeepeshR on 12/11/15 for tasks/3964215 */

#choose-location-p {
    border: 1px solid #a8a8a8;
    background: white;
    width: 196px;
    font-size: 13px;
    padding-left: 4px;
    height: 16px;
    padding-top: 2px;
}

#chooselocationdropdown {
    cursor: pointer;
}

#chooselocationdropdown ul {
    border: 1px solid gray;
    background: white;
    width: 196px;
    font-size: 13px;
    padding-left: 4px;
    position: absolute;
    top: 20px;
    display: none;
}

#chooselocationdropdown ul li {
    list-style: none;
}

#chooselocationdropdown ul li a {
    text-decoration: none;
    color: black;
}

#chooselocationdropdown .fa-chevron-down {
    font-size: 10px;
    position: relative;
    bottom: 20px;
    left: 85%;

}

#choose-location-p1 {
    border: 1px solid #a8a8a8;
    background: white;
    width: 196px;
    font-size: 13px;
    padding-left: 4px;
    height: 16px;
    padding-top: 2px;
}

#chooselocationdropdown1 {
    cursor: pointer;
}

#chooselocationdropdown1 ul {
    border: 1px solid gray;
    background: white;
    width: 196px;
    font-size: 13px;
    padding-left: 4px;
    position: absolute;
    top: 253px;
    z-index: 500;
    display: none;
}

#chooselocationdropdown1 ul li {
    list-style: none;
}

#chooselocationdropdown1 ul li a {
    text-decoration: none;
    color: black;
}

#chooselocationdropdown1 .fa-chevron-down {
    font-size: 10px;
    position: relative;
    bottom: 20px;
    left: 85%;

}

#ed-banner img {
    max-width: 100%;
}

#FooterControl_divPageQRCode {
    display: none !important;
}

/*iteminformaiton page image expand background*/
.mz-expand-bg {
    display: none !important;
}

.mz-expand {
    background-color: #fff !important;
}

/*promo popup*/
/* 67244 1/4/21 JD */
.mfp-container {
    width: 700px !important;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
}

@media (max-width: 767px) {
    .mfp-container {
        width: 400px !important;
        left: 50% !important;
        transform: translate(-50%, 0%) !important;
    }
}

#promo-spree p {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 0px;
    margin-top: -4px;
}

#promo-spree a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background-color: #C0C0C0;
    display: block;
    line-height: 27px;
    padding: 10px 0px;
}

/* Zendesk Ticket #47061 */
#orderingAreaControl_pricingDisplayControl_divCallToActionMessage {
    padding-bottom: 5px;
}

.ProductThumbnailIconFeaturedProduct {
    background: url(/css/799/images/made-in-usa.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

/* 50422 5/31/2019 JD */

.mfp-container {
    width: 700px !important;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
}

@media (max-width: 767px) {
    .mfp-container {
        width: 300px !important;
    }
}

/*give-away.inc*/
.form-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #749D3B;
    height: 0;
    height: 300px;
    margin: 30px 4%;
    box-sizing: border-box;
    padding: 3% 0px;
    border-radius: 10px;
}

.form-text {
    align-self: center;
    color: #fff;
    padding: 0px 30px;
    font-size: 18px;
}

.form-give-away {
    text-align: center;
    padding-right: 30px;
    width: 30%;
}

.form-give-away input {
    text-align: center;
    font-size: 18px;
    padding: 10px 0px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 220px
}

.form-give-away button {
    width: 100%;
    max-width: 222px;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    background-color: #729d3a;
    padding: 10px 0px;
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {
    .form-container {
        margin: 30px 0%;
    }
}

@media screen and (max-width:768px) {
    .form-container {
        display: block;
        height: 500px;
    }

    .form-text {
        padding: 0px 20px;
    }

    .form-give-away {
        margin: 20px auto;
        padding: 0px;
        width: 60%;
    }
}

/* Zendesk #59589 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 h3 {
    color: #7f1417;
}

#virtual-shop-page p {
    line-height: 1.5;
    margin-bottom: 10px;
}

#virtual-shop-page .contact-buttons {
    margin: 35px 0 50px;
}

#virtual-shop-page .contact-buttons a {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #7f1417;
}

#virtual-shop-page .contact-buttons a:hover {
    background-color: #993A3D;
}

#virtual-shop-page .contact-form {
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f2f2f2;
}

#virtual-shop-page #submitcontactform {
    margin-bottom: 0;
}

#virtual-shop-page #submitcontactform input {
    font-size: 16px;
    background-color: #7f1417;
}

#virtual-shop-page #submitcontactform input:hover {
    background-color: #993A3D !important;
}

#virtual-shop-page>p:last-of-type {
    text-align: center;
    font-size: 18px;
}

#virtual-shop-page>p:last-of-type a {
    text-decoration: none;
    color: #7f1417;
}

#virtual-shop-page>p:last-of-type a:hover {
    text-decoration: underline;
}

/* END Virtual Shopping Page */

/*Zendesk #60669 - SG*/

.ProductDetails p {
    color: #2a2a2a;
    padding: 0 0 5px 30px;
    line-height: 1.25;
}

.ProductDetails p.DiscontinuedParagraph {
    font-weight: bold;
    color: #cf0000;
}

.staticpagenavcopy h3 {
    font-size: 20px !important;
}

/* mattress locaitons pages */
/* Store Locations */

.storelocations h2 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #797979;
    text-transform: uppercase;
}

.storelocations h3 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.storelocations h4 {
    font-family: Arial, sans-serif;
    color: #666;
    margin: 15px 0 0 0;
}

.storelocations p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.storelocations iframe {
    width: 100%;
}

/* End Store Locations */

/* Store Locations (New) */

.store-locations-info {
    border: 1px dashed #c7c7c7;
    padding: 20px 20px;
    margin-bottom: 15px;
}

.store-locations-info h2 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.store-locations-info p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.store-locations-button {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background-color: #000;
    padding: 7px 17px;
}

#store-locations-map iframe {
    width: 100%;
}

#store-locations-copy {
    margin-top: 30px;
}

#store-locations-copy h2 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#store-locations-copy p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.store-locations-pic-border {
    border-bottom: 1px dashed #c7c7c7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.store-locations-pic {
    width: 25%;
    float: left;
}

.store-locations-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.store-locations-pic-copy {
    width: 75%;
    float: left;
}

.store-locations-pic-copy h2 {
    padding-left: 20px;
}

.store-locations-pic-copy p {
    padding-left: 20px;
}

@media screen and (max-width: 767px) {

    .store-locations-pic {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .store-locations-pic img {
        width: auto;
        max-width: 100%;
        display: inline;
    }

    .store-locations-pic-copy {
        width: 100%;
        float: none;
    }

    .store-locations-pic-copy h2 {
        padding-left: 0;
    }

    .store-locations-pic-copy p {
        padding-left: 0;
    }

}

/* End Store Locations (New) */

/* give-away.inc form */
/* 67154 12/29/20 JD */
.give-away-form-container input,
.give-away-form-container button {
    border: 1px solid #fff;
    border-radius: 5px;
    width: 100%;
    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;
}

.give-away-form-container input {
    color: #000;
}

.give-away-form-container button {
    background-color: #C0C0C0;
    color: #000000;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.give-away-form-container button:hover {
    background-color: #fff;
    color: #000000;
    border: 1px solid #fff;
}

.give-away-form-container input:focus::-webkit-input-placeholder {
    color: transparent;
}

.give-away-form-container input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
.give-away-form-container input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
.give-away-form-container input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.give-away-form-container {
    background: #C0C0C0;
    padding: 25px;
    box-sizing: border-box;
    margin: 30px 0px;
}

.give-away-form-container h3 {
    margin: 0;
}

.give-away-form-container li {
    color: #000;
    margin-bottom: 10px;
}

.give-away-form-container p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
}

/* 72096 order-status.inc form */
.order-status-container input,
    .order-status-container textarea {
    border: white;
    border-radius: 5px;
    border: 1px solid #000;
    width: 100%;
    color: #000;
    height: 40px;
    margin-bottom: 30px;
    text-indent: 8px;
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
}

.order-status-container textarea {
    height: unset;
}



.order-status-container input:focus::-webkit-input-placeholder {
    color: transparent;
}

.order-status-container input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
.order-status-container input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
.order-status-container input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

.order-status-container {
    padding: 25px;
    box-sizing: border-box;
}

.order-status-container h3 {
    margin: 0;
}

.order-status-container p {
    margin-bottom: 20px;
    font-size: 16px;
}

#topSubmit button {
    background-color: #000;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


/* 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 */