/*@font-face {
    font-family: "Railway-Regular";
    src: url(/css/1993/fonts/Raleway-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Raleway-SemiBold";
    src: url(/css/1993/fonts/Raleway-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "Taviraj-Light";
    src: url(/css/1993/fonts/Taviraj-Light.ttf) format("truetype");
}

@font-face {
    font-family: "TrebuchetMS";
    src: url(/css/1993/fonts/TrebuchetMS.ttf) format("truetype");
}

@font-face {
    font-family: "SnagLight";
    src: url(/css/1993/fonts/Smith Hands-SnagLight.otf) format("truetype");
}

@font-face {
    font-family: "Montserrat";
    src: url(/css/1993/fonts/Montserrat-Regular.ttf) format("truetype");
}*/

#divworkspacearea {
    max-width: 1240px;
    padding: 20px 10px 20px 10px;
    margin: 0 auto;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 10px;
    padding-right: 10px;
}

.HomePageForm #divworkspacearea {
    max-width: 100%;
    position: relative;
    z-index: 100;
    margin-top: 255px; /* 150px;*/
    padding: 0;
}

*:focus {
    outline: none;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    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;*/
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Header Styles */

.HomePageForm header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 400;
    box-shadow: 0px 1px 7px #000;
}

header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 400;
}

.topbar {
    width: 100%;
    background: #007597;
    text-align: center;
    box-shadow: 1px 1px 3px #4b4b4b;
    padding: 4px 0;
    z-index: 500;
    margin-bottom: 3px;
    clear: both;
}

.topbar a {
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.topbar a:hover {
    text-decoration: underline;
}

.header-logo {
    margin: 8px 0 5px 0;
    text-align: center;
}

.header-logo img {
    max-width: 100%;
    height: auto;
}

.left-nav {
    text-align: right;
    margin: 20px 10px;
}

.social-media {
    margin: 10px 0;
}

.social-media li {
    list-style: none;
    display: inline;
    margin-right: 5px;
}

.social-media li a {
    color: #5e5e5e;
}

.social-media li a:hover {
    color: #000;
}

.headersearch {
    position: relative;
    text-align: right;
    margin-top: 10px;
}

.headersearch input {
    width: 180px;
    height: 25px;
    background: transparent;
    color: #000;
    /*font-family: 'Open Sans', sans-serif;*/
    border: 1px solid #000;
    padding: 0 25px 0 10px;
}

.headersearch input::-webkit-input-placeholder {
    color: #000;
}

.headersearch span {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.topbarnav {
    text-align: left;
    margin-top: 10px;
}

.topbarnav ul {
    list-style: none;
}

.topbarnav li {
    display: inline-block;
}

.topbarnav li>a {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 12px;
    line-height: 25px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    border-right: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
}

.topbarnav li>a:hover {
    color: #000;
    text-decoration: underline;
}

.dispatchtrack {
    text-align: right;
    margin-top: 10px;
}

.dispatchtrack img {
    max-width: 100%;
    height: auto;
}

.mainnav {
    /*font-family: 'Raleway', sans-serif;*/
    text-align: center;
}

ul#topnav {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

ul#topnav li {
    margin: 0;
    padding: 0;
    position: relative;
    /*--Important--*/
    display: inline-block;
}

ul#topnav li a {
    height: 49px;
    line-height: 49px;
    /*font-family: "Helvetica-Light", Arial, sans-serif;*/
    font-size: 15px;
    color: #606060;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 1.5vw;
    text-align: center;
}

/*--Hover State--*/

ul#topnav li .subfurniture {
    position: absolute;
    /*--Important--*/
    top: 49px;
    left: 0px;
    z-index: 99999;
    background-color: #f2f2f2;
    padding: 10px 20px 25px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    display: none;
    /*--Hidden for those with js turned off--*/
}

ul#topnav li .row {
    /*--If needed to break out into rows--*/
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

ul#topnav li .subhead ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#topnav .subhead ul li {
    width: 100%;
    /*--Override parent list item--*/
    color: #fff;
}

ul#topnav .subhead ul li h2 {
    /*--Sub nav heading style--*/
    padding: 0;
    margin: 0;
    /*font-family: Arial, sans-serif;*/
    font-size: 16px;
    font-weight: bold;
    color: #353535;
}

ul#topnav .subhead ul li h2 a {
    /*--Sub nav heading link style--*/
    padding: 5px 0;
    background-image: none;
    color: #353535;
}

ul#topnav .subhead ul li a {
    float: none;
    /*font-family: Arial, sans-serif;*/
    text-transform: none;
    font-size: 12px;
    text-indent: 0;
    /*--Override text-indent from parent list item--*/
    height: 22px;
    line-height: 22px;
    padding: 0px 5px 0px 0px;
    display: block;
    text-decoration: none;
    color: #353535;
    border: 0 !important;
    background: none !important;
    text-align: left;
}

ul#topnav .subhead ul li a:hover {
    color: #353535;
    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: #353535 !important;
    text-transform: none !important;
}

.sublinkscolumn a:hover {
    text-decoration: underline !important;
}

.subtitleheading {
    width: 134px;
    height: 25px;
    line-height: 25px;
    padding-bottom: 15px !important;
}

.subtitleheading p {
    /*font-family: Times New Roman, sans-serif;*/
    font-size: 18px;
    font-weight: normal;
    color: #362618;
}

.subtitleheading p a {
    /*font-family: "Helvetica-Light", Arial, sans-serif !important;*/
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 45px !important;
    height: 45px !important;
    color: #362618 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#mobilenav {
    line-height: 43px;
    text-align: center;
    background: rgb(57, 57, 57);
    background: rgba(5255, 255, 255, .1);
    margin-top: 10px;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    /*font-family: Arial, sans-serif;*/
    font-size: 16px;
    text-transform: uppercase;
    z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    background: #fff;
    text-decoration: none;
    color: #5e5e5e;
    white-space: nowrap;
}

#mobilenav ul li>a {
    text-decoration: none;
    color: #5e5e5e;
}

#mobilenav li>ul {
    width: 100%;
    position: absolute;
    z-index: 200;
    box-shadow: 1px 8px 15px #000;
}

#mobilenav li>li {
    width: 100%;
    clear: both;
}

#mobilenav li>ul li a {
    background-color: #fff;
    position: relative;
    border-top: 1px solid #ccc;
    height: 35px;
    line-height: 35px;
    color: #5e5e5e;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li>ul li a:hover {
    color: #fff;
    background-color: #5e5e5e;
}

#mobilenav .clearancenav {
    color: #dd5e5e !important;
}

/* End Header Styles */

/* Homepage Styles */

.homebanner img {
    width: 100%;
    height: auto;
}

#homebannerslides {
    margin-bottom: 10px;
}

#homebannerslides .item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.homebanner .owl-theme .owl-controls {
    text-align: right !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.homebanner .owl-theme .owl-controls .owl-page span {
    margin: 2px 4px !important;
    width: 9px !important;
    height: 9px !important;
    background: #fff !important;
}

.homepage-heading {
    position: relative;
    margin: 20px 0 25px 0;
}

.homepage-heading-border {
    width: 100%;
    height: 2px;
    border-top: 2px solid #777;
}

.homepage-heading p {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 24px;
    line-height: 1.35;
    text-transform: uppercase;
    background: #fff;
    color: #5e5e5e;
    padding: 0 15px;
}

.subbanner {
    margin: 10px 0;
}

.subbannerimg {
    position: relative;
}

.subbannerimg img {
    width: 100%;
    height: auto;
    box-shadow: 1px 2px 15px #000;
}

.banneroverlay {
    width: 100%;
    position: absolute;
    bottom: 65%;
    color: #fff;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    text-shadow: 1px 2px 3px #000;
}

.banneroverlay .banner-heading {
    font-size: 1.5em;
    line-height: 1;
    margin: 1rem 0 .5rem 0;
    padding: 0 1rem;
}

.banneroverlay .banner-subheading {
    font-size: 16px;
    line-height: 2;
    padding: 0 1rem 1rem 1rem;
}

.subbanner:hover .banneroverlay {
    position: absolute;
    bottom: 1%;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#video {
    position: relative;
    padding: 6% 0 50% 0;
    height: 0;
    margin-bottom: 32px;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    border: none;
}

.homepage-text {
    /*font-family: 'Raleway', sans-serif;*/
    color: #2a2a2a;
    margin: 30px 0 30px 0;
}

.homepage-text h1 {
    font-size: 18px;
    padding-bottom: 15px;
}

.homepage-text p {
    font-size: 14px;
    line-height: 24px;
}

.brandslider {
    text-align: center;
    margin: 15px 0;
}

.brandslider ul {
    list-style: none;
}

.brandslider li {
    display: inline-block;
    height: 100px;
    padding: 25px;
}

.brandslider span {
    display: none;
}

.brandslider li a {
    display: block;
    color: #424242;
}

/* End Homepage Styles */

/* Footer Styles */

#footercontainer {
    width: 100%;
    background-color: #f1f1f1;
}

#footercontent {
    padding-bottom: 25px;
    margin-top: 20px;
    margin-left: 10%;
}

#footerlogo {
    margin-top: 15px;
}

#footerlogo img {
    max-width: 100%;
    height: auto;
}

#footersocialmedia {
    margin-top: 15px;
    padding-bottom: 25px;
    text-align: center;
}

#footersocialmedia li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

#footersocialmedia li a {
    color: #007597;
}

#footersocialmedia li a:hover {
    color: #5e5e5e;
}

.footerheading {
    /*font-family: 'Raleway', sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5e5e5e;
    padding-bottom: 15px;
    padding-top: 10px;
    display: block;
}

.footercolumn li {
    list-style: none;
    /*font-family: Arial, sans-serif;*/
    font-size: 13px;
    line-height: 18px;
}

.footercolumn li a {
    color: #5e5e5e;
    text-decoration: none;
}

.footercolumn li a:hover {
    text-decoration: underline;
}

.footercolumn p {
    /*font-family: Arial, sans-serif;*/
    font-size: 13px;
    line-height: 16px;
    color: #5e5e5e;
}

.footercolumn a {
    color: #5e5e5e;
    text-decoration: none;
}

.footercolumn a:hover {
    text-decoration: underline;
}

#copyright {
    padding-top: 55px;
    padding-bottom: 15px;
    text-align: center;
}

#copyright p {
    /*font-family: Arial, sans-serif;*/
    font-size: 12px;
    color: #5e5e5e;
}

#copyright a {
    color: #5e5e5e;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

#seocontentbox {
    max-width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
}

#seocontentbox p {
    /*font-family: Arial, sans-serif;*/
    font-size: 11px;
    line-height: 18px;
    color: #5e5e5e;
}

#scrolldiv {
    display: none;
}

/* End Footer Styles */

@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 screen and (max-width: 1051px) {

    .homepage-heading-border {
        border-top: 1px solid #777;
    }

    .homepage-heading p {
        top: -12px;
        font-size: 18px;
    }

}

@media screen and (max-width: 1024px) {
    .banneroverlay {
        bottom: 1%;
        background: rgba(0, 0, 0, 0.7);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .banneroverlay h2 {
        font-size: 17px;
        margin: 10px 0 5px 0;
    }

    .banneroverlay .banner-subheading {
        font-size: 14px;
    }

}

@media screen and (min-width: 768px) and (max-width: 900px) {
    ul#topnav li a {
        padding: 1vw;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    ul#topnav li .subfurniture {
        width: 300px !important;
        top: 49px;
        left: 0px;
    }

    .sublinkscolumn {
        width: 134px;
        line-height: 25px;
        float: none;
    }

    .HomePageForm header {
        position: relative;
    }

    .HomePageForm #divworkspacearea {
        margin-top: 0px;
    }
}

@media screen and (max-width: 900px) {

    .homepage-heading {
        margin: 10px 0;
    }

    .homepage-heading-border {
        display: none;
    }

    .homepage-heading p {
        position: static;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
    }

    .mainnav li:hover .second-last-item {
        left: -60px;
    }

    .mainnav li:hover .last-item {
        left: -250px;
    }
}

@media screen and (max-width: 767px) {
    .dispatchtrack {
        text-align: center;
    }

    .topbarnav {
        margin-top: 0px;
        text-align: center;
    }

    .topbarnav ul {
        margin: 5px auto;
    }

    .headersearch {
        width: 216px;
        margin: 0 auto 15px auto;
    }

    .HomePageForm header {
        position: relative;
    }

    .HomePageForm #divworkspacearea {
        margin: 0;
    }

    .header-logo {
        text-align: center;
        margin-bottom: 15px;
    }

    .mobile-banner:nth-of-type(2n) {
        clear: both;
    }

    .banneroverlay .banner-heading {
        font-size: 15px;
        margin: 1rem 0;
        text-align: center;
    }

    .banneroverlay .banner-subheading {
        display: none;
    }

    .home-video {
        padding-bottom: 50%;
    }

    .header-logo img {
        position: relative;
    }
}

@media screen and (min-width: 1880px) {
    ul#topnav li a {
        padding: 16px 28px;
    }
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}

/* Promo Function */
#email-popup {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    padding: 25px;
    text-align: center;
    border: 20px solid #333;
    position: relative;
}

#email-popup #h1 {
    /*font-family: 'Times New Roman', Times, serif;*/
    margin-bottom: 10px 0 10px 0;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 2px;
}

#email-popup #h2 {
    margin-bottom: 25px;
    font-weight: normal;
}

#email-popup #h3 {
    margin-bottom: 25px;
    font-weight: normal;
    color: #007597;
}

#email-popup #p {
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 25px;
}

#popup-input-container {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.popup-submit {
    float: left;
    width: 25%;
    padding: 10px 5px;
    box-sizing: border-box;
    border: 1px solid #929292;
    background: #007597;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.popup-input {
    float: left;
    width: 75%;
    padding: 10px 5px;
    box-sizing: border-box;
    border: 1px solid #929292;
}

.popup-disclaimer {
    font-size: 11px;
    margin: 15px 0;
    font-style: italic;
}

.dont-leave {
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    border-bottom: 2px solid red;
    position: fixed;
    background: white;
    z-index: 100000;
}

.call-to-promo {
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    z-index: 10000;
}

.call-to-promo p {
    font-size: 11px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 3px 5px;
    margin: 2px 0 0 0;
    border-radius: 2px;
    text-align: center;
}

.call-to-promo p a {
    color: #000000;
    text-decoration: none;
}

.open-promo {
    margin: 0 auto;
    background: #007597;
    border-radius: 2px;
    text-align: center;
    padding: 10px 45px 10px 20px;
    color: #ffffff;
    border: 1px solid #999;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    position: relative;
}

.open-promo .fa {
    font-size: 15px;
    vertical-align: bottom;
}

.open-promo:hover {
    background: #296671;
    border: 1px solid #999;
}

.close-promo {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.65);
    border-radius: 2px;
    bottom: 0;
    padding: 10px;

}

.close-promo a,
.close-promo-bar a {
    color: #000000;
}

.close-promo-bar {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 16px;
    bottom: 0;
    padding: 2px 20px;
}

/* End Promo Function */

.interiordesigntext {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

#mattressPageContainer .owl-carousel .owl-item {
    float: none;
    display: inline-block;
}

/*Shopby.inc*/
/* Shop by page */

.shopbycontainer {
    margin-bottom: 0 !important;
}

.shopbyheading {
    margin: 0 0 10px 0;
}

.shopbyheading p {
    font-size: 19px;
    line-height: 1.45;
}

.border-box {
    background: #efefef;
    border: 1px solid #000;
    overflow: auto;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.shopbyimage img {
    width: 100%;
    height: auto;
}

.shopbytitle {
    margin-bottom: 10px
}

.shopbytitle p {
    font-size: 17px;
    line-height: 1.45;
}

.shopbylist {
    margin-bottom: 20px
}

.shopbylist ul {
    list-style: none;
    margin-left: 0 !important;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

.shopbylist li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.shopbylist li a:hover {
    text-decoration: underline;
}

.shoplistmargin {
    margin-bottom: 0;
}

.brandshoplist {
    margin-bottom: 0;
}

.brandshoplist ul {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
}

/* End Shop by page */

/****active-comfort.inc****/
#active-comfort .header-text {
    text-align: left;
}

#active-comfort .header-text h1 {
    /*font-family: "Raleway-SemiBold";*/
    font-size: 50px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

#active-comfort .header-text h1 span {
    /*font-family: "Railway-Regular";*/
    font-size: 45px;
    text-transform: none;
    font-weight: normal;
}

#active-comfort .header-text h2 {
    padding-top: 10px;
    font-style: italic;
    font-weight: lighter;
}

#active-comfort .header-button {
    margin: 40px 0px;
}

#active-comfort .header-button a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background-color: #3E2743;
    padding: 10px 40px;
}

#active-comfort .header-text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: -20px;
}

#active-comfort .hero img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: -50px;
}

#active-comfort .what-is {
    margin-top: 30px;
}

#active-comfort .what-is h2 {
    font-size: 50px;
    line-height: 52px;
    font-weight: normal;
}

#active-comfort .what-is p {
    /*font-family: "Taviraj-Light";*/
    font-size: 28px;
    line-height: 35px;
}

#active-comfort .what-is #video {
    margin-top: 30px;
}

#active-comfort .what-is-button {
    margin: 60px 0px;
    text-align: center;
}

#active-comfort .what-is-button a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    background-color: #9FCA5E;
    padding: 10px 40px;
}

#active-comfort .collection {
    margin-right: 30px;
}

#active-comfort .collection h2 {
    font-size: 33px;
    line-height: 40px;
    font-weight: normal;
}

#active-comfort .collection-button {
    margin-bottom: 50px;
    text-align: center;
}

#active-comfort .collection-button a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background-color: #D17333;
    padding: 10px 40px;
}

#active-comfort .brand-search {
    margin-top: 30px;
}

#active-comfort .brand-search h3 {
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
}

#active-comfort .brand-search img {
    margin: 20px 0px;
}

@media screen and (max-width: 767px) {
    #active-comfort .header-text {
        text-align: center;
    }

    #active-comfort .header-text h1 {
        font-size: 40px;
        line-height: 25px;
    }

    #active-comfort .header-text h1 span {
        font-size: 35px;
        line-height: 40px;
    }

    #active-comfort .hero img {
        margin-top: 0px;
    }

    #active-comfort .what-is {
        text-align: center;
    }

    #active-comfort .what-is h2 {
        font-size: 40px;
        line-height: 42px;
    }

    #active-comfort .what-is p {
        font-size: 18px;
        line-height: 25px;
    }

    #active-comfort .collection {
        text-align: center;
    }

    #active-comfort .collection h2 {
        font-size: 23px;
        line-height: 30px;
    }

}

/****END****/

/**51363 6/27/19 JD**/
.submit-resume-pop-up {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 10px 30px;
    border: 1px solid #000;
}

.submit-resume-pop-up:hover {
    color: #000;
    background-color: #fff;
}

/**outlet.inc page**/
#outlet-page .heading-text {
    margin-bottom: 50px;
}

#outlet-page .heading-text h2 {
    text-align: center;
    color: #4D7394;
    margin-top: 80px;
    font-size: 3em;
    /*font-family: TrebuchetMS;*/
}

#outlet-page .heading-text p {
    text-align: center;
    font-size: 1.7em;
    line-height: 1.5em;
    margin: 0 17%;
    /*font-family: TrebuchetMS;*/
}

#outlet-page hr {
    margin: 30px 0;
}

#outlet-page .page-title {
    background-color: #4D7394;
    text-align: center;
    text-transform: uppercase;
}

#outlet-page .page-title h3 {
    color: #fff;
    font-size: 2em;
    line-height: 2.5em;
    margin: 50px 0;
}

#outlet-page .visit-outlet>div {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

#outlet-page .visit-outlet img {
    width: 30%;
    margin-bottom: 50px;
}

#outlet-page .visit-outlet p {
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3em !important;
    color: #808080;
    /*font-family: TrebuchetMS;*/
}

#outlet-page .map-outlet {
    margin: 50px 0;
}

#outlet-page .questions-outlet p {
    text-align: left;
    font-size: 1.7em;
    line-height: 1.5em;
}

#outlet-page .outlet-form p {
    font-size: 1.2em;
    color: #808080;
    /*font-family: TrebuchetMS;*/
}

#outlet-page .outlet-form span {
    font-size: 1em;
    color: #808080;
}

#outlet-page .outlet-form input {
    box-sizing: border-box;
    border: 1px solid #808080;
    padding: 8px;
    margin-top: 5px;
    font-size: 14px;
    color: #2a2a2a;
    width: 100%;
    background-color: #f2f2f2;
}

#outlet-page .outlet-form textarea {
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #808080;
}

#outlet-page .outlet-form input:focus,
#outlet-page .outlet-form textarea:focus {
    outline: 0;
    border: 1px solid #808080;
    -webkit-box-shadow: 0 0 5px #808080;
    box-shadow: 0 0 5px #808088;
}

#outlet-page #submitcontactform {
    text-align: left;
}

#outlet-page #submitcontactform input {
    background-image: none;
    background-color: #fff !important;
    color: #4D7394;
    font-weight: bold;
    border: 2px solid #4D7394;
    margin-left: 20px;
    padding: 10px 30px;
}

#outlet-page .banner-content {
    position: relative;
    z-index: 200;
    margin: 0 auto;
}

#outlet-page .banner-heading {
    display: none;
    background: #4D7394;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: -27px;
    transform: translate(-50%, -50%);
}

#outlet-page .banner-heading h2 {
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    font-weight: normal;
    margin: 0px;
    padding: 10px 0;
    text-transform: uppercase;
}

#outlet-page .banner-img {
    margin-bottom: 20px;
}

#outlet-page .banner-img img {
    width: 100%;
    height: auto;
    display: block;
}

#outlet-page .banner-content:hover .banner-heading {
    display: block;
}

@media screen and (max-width:768px) {
    #outlet-page .heading-text h2 {
        margin-top: 10px;
    }

    #outlet-page .banner-heading {
        display: block;
    }

    #outlet-page .heading-text h2 {
        font-size: 2em;
        line-height: 1em;
    }

    #outlet-page .heading-text p {
        font-size: 1.5em;
        line-height: 1.2em;
    }

    #outlet-page .page-title h3 {
        font-size: 2em;
        line-height: 1.5em;
        margin-top: 20px;
    }

    #outlet-page .visit-outlet p {
        line-height: 1em !important;
        height: 110px;
    }

    #outlet-page .questions-outlet p {
        margin-left: 20px;
        font-size: 1.5em;
        line-height: 1em;
    }

    #outlet-page .questions-outlet p:last-of-type {
        margin-bottom: 40px;
    }
}

/*  Mattress/default.inc  */
#featuredBrands,
#mattress-tabs {
    display: none;
}

/*#mattresses-page {
    font-family: 'Montserrat', sans-serif;
}*/

#mattresses-page a {
    color: #000;
    text-decoration: none;
}

#mattresses-page hr {
    margin: 50px 0 50px 0;
}

#mattresses-page .title-text {
    text-align: center;
    margin-top: 50px;
}

#mattresses-page .title-text h1 {
    color: #E25456;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
}

#mattresses-page .title-text h2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    padding: 0 16%;
}

#mattresses-page .tile-images {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    margin-top: 25px;
}

#mattresses-page .tile-images div {
    margin: 0px 15px;
}

#mattresses-page .tile-images div:first-of-type {
    margin-bottom: 25px;
}

#mattresses-page .icons,
#mattresses-page .pillows {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    text-align: center;
}

#mattresses-page .icons div {
    padding: 0 18%;
}

#mattresses-page .icons img {
    width: 165px;
    height: 165px;
}

#mattresses-page .icons p {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

#mattresses-page .icons p span {
    text-transform: none;
}

#mattresses-page .sleep-experts,
#mattresses-page .sleep-experts-text {
    text-align: center;
}

#mattresses-page .sleep-experts h4 {
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
    margin: 20px 0 10px 0;
}

#mattresses-page .sleep-experts p {
    padding: 0 13%;
    font-size: 23px;
    line-height: 30px;
}

#mattresses-page .sleep-experts-text {
    margin-bottom: 50px;
}

#mattresses-page .sleep-experts-text p {
    padding: 20px 0%;
    font-size: 23px;
    line-height: 33px;
}

#mattresses-page .page-title {
    background-color: #E25456;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0px;
}

#mattresses-page .page-title p {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: bold;
}

#mattresses-page .shop-brand {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    text-align: center;
    margin-left: .5%;
    margin-bottom: 100px;
}

#mattresses-page .shop-brand div {
    border: 1px solid #808080;
    margin: 0 2%;
    padding: 10%;
}

#mattresses-page .shop-brand div img {
    width: 75%;
}

#mattresses-page .shop-brand div p {
    font-size: 20px;
    line-height: 25px;
}

#mattresses-page .shop-size {
    display: grid;
    grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
    text-align: center;
    margin-bottom: 75px;
}

#mattresses-page .shop-size div {
    border: 1px solid #808080;
    padding: 30px 0px;
    margin: 0px 10px;
}

#mattresses-page .shop-size div p {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

#mattresses-page .shop-comfort {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    text-align: center;
    margin-bottom: 100px;
}

#mattresses-page .shop-comfort div {
    margin: 0 5px;
    padding: 40px 10% 20px 10%;
}

#mattresses-page .shop-comfort div p {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: .5px;
}

#mattresses-page .shop-comfort div p span {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
}

#mattresses-page .shop-comfort .soft {
    background-color: #31628185;
}

#mattresses-page .shop-comfort .medium {
    background-color: #316281a8;
}

#mattresses-page .shop-comfort .firm {
    background-color: #316281c9;
}

#mattresses-page .shop-comfort .cooling {
    background-color: #316281;
}

#mattresses-page .bases {
    text-align: center;
}

#mattresses-page .bases h4 {
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
    margin: 50px 0 20px 0;
}

#mattresses-page .bases p {
    font-size: 23px;
    line-height: 33px;
    padding: 0 14%;
}

#mattresses-page .bases-images {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    text-align: center;
    margin: 20px 0px;
}

@media screen and (max-width:768px) {

    #mattresses-page .tile-images,
    #mattresses-page .icons,
    #mattresses-page .pillows,
    #mattresses-page .shop-comfort {
        display: block;
    }

    #mattresses-page .shop-comfort div {
        margin: 10px 0px;
    }

    #mattresses-page .tile-red {
        width: 100%;
        height: auto;
    }

    #mattresses-page .title-text h1 {
        font-size: 30px;
        line-height: 35px;
    }

    #mattresses-page .bases h4,
    #mattresses-page .sleep-experts h4 {
        font-size: 30px;
        line-height: 35px;
    }

    #mattresses-page .title-text h2,
    #mattresses-page .page-title p,
    #mattresses-page .shop-comfort div p {
        font-size: 20px;
        line-height: 25px;
    }

    #mattresses-page .icons p {
        font-size: 18px;
    }

    #mattresses-page .shop-brand div p,
    #mattresses-page .shop-size div p,
    #mattresses-page .shop-comfort div p span,
    #mattresses-page .bases p,
    #mattresses-page .sleep-experts p,
    #mattresses-page .sleep-experts-text p {
        font-size: 16px;
    }
}

@media screen and (max-width:576px) {

    #mattresses-page .shop-brand,
    #mattresses-page .shop-size,
    #mattresses-page .bases-images {
        display: block;
    }

    #mattresses-page .shop-size div,
    #mattresses-page .bases-images div {
        margin: 10px 0px;
    }

    #mattresses-page .icons div,
    #mattresses-page .sleep-experts p,
    #mattresses-page .sleep-experts-text p,
    #mattresses-page .icons div,
    #mattresses-page .bases p,
    #mattresses-page .title-text h2 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width:400px) {
    #mattresses-page .title-text h1 {
        font-size: 20px;
        line-height: 25px;
    }

    #mattresses-page .title-text h2 {
        font-size: 16px;
    }
}

/* #61113 5/8/20 JD */
#item-info-status .item-quantity {
    display: none;
}

/*#61497  5/21/20 JD*/
/* 77064 REMOVED */
/* zd 85753 readd */
.ProductThumbnailIconFeaturedProduct {
    background: url(/css/1993/images/Icon_HotBuy.png) no-repeat;
    width: 63px;
    height: 63px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
} 

/* Zendesk #61779 - SG */
/* 81693 REMOVED */
/* #pricingDisplayControl_divLimitedQuantityAvailable {
    display: none;
} */

/* #62692 JD 7/6 */
.mattresses ul {
    display: none !important;
}

.mattresses:hover ul {
    display: block !important;
    position: absolute !important;
    background-color: #f2f2f2 !important;
    padding: 0px 20px !important;
    text-align: left !important;
    width: 100% !important;
}

.mattresses ul li {
    display: block !important;
}

.mattresses ul li a {
    padding: 4px 0 !important;
    font-size: 12px !important;
    color: #353535 !important;
    text-transform: none !important;
    line-height: 30px !important;
}

.mattresses ul li a:hover {
    text-decoration: underline !important;
}

/* #63037 7/23/20 JD */
/* complimentary-design.inc */


#complimentary-design-page {
    /*font-family: "Montserrat";*/
    color: #007597;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

#complimentary-design-page img {
    width: 100%;
    height: auto;
    display: block;
}

#complimentary-design-page .hero {
    position: relative;
    margin: 0 0 25px 0;
}

#complimentary-design-page .hero .overlay {
    position: absolute;
    left: 0%;
    top: 22%;
    transform: translateY(-50%);
    background: #fff;
    padding: 25px 5%;
    margin: 0 3%;
}

#complimentary-design-page .hero .overlay h1 {
    color: #0d2657;
    font-size: 6em;
    text-transform: uppercase;
    font-weight: 100;
}

#complimentary-design-page .hero .overlay h4 {
    color: #104c69;
    font-size: 1.5em;
    line-height: 1.5em;
}

#complimentary-design-page .hero .overlay .overlay-title {
    text-align: center;
    margin: 0px 0 60px;
    border-bottom: solid 1px #0d2657;
}

#complimentary-design-page .hero .overlay .overlay-title p {
    color: #0d2657;
    display: inline-block;
    background-color: #fff;
    margin: auto;
    padding: 0 10px;
    transform: translateY(50%);
    font-size: 18px;
}

#complimentary-design-page .hero-button {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
}

#complimentary-design-page .hero-button a {
    display: inline-block;
    clear: both;
    margin: 25px 0;
    padding: 15px 50px;
    text-decoration: none;
    max-width: 400px;
    background: #15384e;
    border: 1px solid #333;
    color: #fff;

}

#complimentary-design-page .hero-button a:hover {
    background: #15384e;
}

#complimentary-design-page h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 100;
    padding: 50px 20px;
}

#complimentary-design-page h3 {
    font-size: 30px;
    line-height: 35px;
}

.complimentary-design-container {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.complimentary-design-container div {
    align-self: center;
    text-align: center;
}

.complimentary-design-container p {
    padding: 10px 50px;
    font-size: 20px;
    line-height: 30px;
}

.complimentary-design-container a {
    text-decoration: none;
    color: #104c69;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.complimentary-design-container a:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #104c69;
    margin-left: 8px;
}

.complimentary-design-banner-content {
    position: relative;
    z-index: 200;
    margin-bottom: 50px;
}

.complimentary-design-banner-heading {
    background: rgba(16, 76, 105, 1);
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.complimentary-design-banner-heading p {
    font-size: 26px;
    line-height: 33px;
    color: #fff;
    display: block;
    margin: 0;
    padding: 10px 0;
}

.complimentary-design-banner-img {
    margin-bottom: 5px;
}

@media screen and (max-width:1024px) {
    #complimentary-design-page .hero .overlay h1 {
        font-size: 6vw;
    }

    #complimentary-design-page h2 {
        font-size: 30px;
        line-height: 35px;
    }

    #complimentary-design-page h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .complimentary-design-container p,
    .complimentary-design-container a {
        font-size: 18px;
        line-height: 25px;
    }

}

@media screen and (max-width:768px) {

    #complimentary-design-page .hero .overlay,
    #complimentary-design-page .hero-button {
        position: unset !important;
        transform: unset !important;
    }

    .complimentary-design-container {
        grid-template-columns: 100%;
    }

    .complimentary-design-container img,
    .complimentary-design-banner-content {
        margin: 20px auto;
    }

    .complimentary-design-image-1 {
        order: 1;
    }

    .complimentary-design-text-1 {
        order: 2;
    }


    .complimentary-design-image-2 {
        order: 3;
    }

    .complimentary-design-text-2 {
        order: 4;
    }


    .complimentary-design-image-3 {
        order: 5;
    }

    .complimentary-design-text-3 {
        order: 6;
    }

}

.ProductThumbnailIconClearance {
    /* zd 85410 */
    /*background: url(/css/1993/images/last-call.png) no-repeat;*/
    background: url(/css/1993/images/last_call_clearance_05_2022.png) no-repeat;
    background-size: 90px;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.ProductThumbnailIconHotBuys {
    background: url(/css/1993/images/Icon_HotBuy.png) no-repeat;
    width: 63px;
    height: 63px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.ProductThumbnailIconComingSoon2 {
    background: url(/css/1993/images/Icon_delivery.png) no-repeat;
    width: 63px;
    height: 63px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

/* .ProductThumbnailIconHotBuys {
    background: url(/css/1993/images/instant-savings.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
} */

.ProductThumbnailIconBestSeller {
    background: url(/css/1993/images/Storis_Best_Seller.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.ProductThumbnailIconComingSoon {
    background: url(/css/1993/images/storis_coming_soon_circle.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}




.ProductThumbnailIconComingSoon1 {
    background: url(/css/1993/images/sunbrella.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
/**************************************************************************************************
* REDESIGN
***************************************************************************************************/

body {
    font-family: 'Montserrat', sans-serif;
}

.grid-container,
.container,
.workspacearea,
#divworkspacearea,
#item-info-container {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.grid-container.static-container,
.grid-container.grid-editor,
#staticpagecontent {
    max-width: 1100px;
}

#staticpagecontent {
    margin: 25px auto 35px;
}

.HomePageForm .workspacearea {
    max-width: none;
    padding: 0;
}

.HomePageForm section img {
    width: 100%;
    height: auto;
}

.HomePageForm section h3 {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.75em;
    font-weight: 600;
    color: #243e5f;
}

section#shop-department {
    margin: 35px 0;
}

section#shop-department ul,
section#quick-shop ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

section#shop-department ul li,
section#quick-shop ul li {
    width: 25%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.25em;
    margin-bottom: 25px;
    box-sizing: border-box;
}

section#shop-department ul li a,
section#quick-shop ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #243e5f;
}

section#shop-department ul li a:hover,
section#quick-shop ul li a:hover,
.cta-text:hover {
    text-decoration: underline;
    color: #000;
}

section#promo-banner {
    margin: 65px 8px 85px;
}

section#promo-banner img {
    max-width: 100%;
    width: unset !important;
    height: unset !important;
}

section#promo-blocks {
    margin: 65px 0 75px;
}

section#promo-blocks .promo-blocks-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section#promo-blocks .promo-blocks-wrapper .block {
    position: relative;
    width: 33%;
    padding: 0 8px 25px;
    box-sizing: border-box;
}

section#promo-blocks .promo-blocks-wrapper .block h5 {
    margin: 15px 0;
    font-size: 1.5em;
    font-weight: 600;
    color: #243e5f;
}

section#promo-blocks .promo-blocks-wrapper .block p {
    margin: 0 0 25px 0;
}

.cta-text {
    position: absolute;
    bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #243e5f;
}

.cta-text:hover {
    text-decoration: none;
    color: #000;
}

section#featured-product .slider-container {
    padding: 25px 65px;
}

section#featured-product ul {
    list-style: none;
}


section#featured-product .owl-carouselProductDescription {
    display: none;
}

section#featured-product .owl-carousel .owl-nav button.owl-prev,
section#featured-product .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    width: 55px;
    color: #243e5f;
}

section#featured-product .owl-carousel .owl-nav button.owl-prev:hover,
section#featured-product .owl-carousel .owl-nav button.owl-next:hover {
    color: #8db3c0;
}

section#featured-product .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-100%, -50%);
}

section#featured-product .owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(100%, -50%);
}


section#seo-text {
    margin: 75px 0;
    font-size: 1em;
}

section#seo-text>.copy {
    float: left;
    /* width: calc(60% + 10%); */
    width: 100%;
    /* margin: 3.5% -10% 0 0; */
    /* padding: 3.5% calc(10% + 35px) 30px 3.5%; */
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #8db3c0;
    color: #fff;
}

section#seo-text>.copy>h2 {
    font-size: 2em;
}

section#seo-text>.copy>p {
    margin: 10px 0;
}

section#seo-text .images img{
    /* float: right;
    width: 40%; */
    
    width: 60%;
    height: auto;
    padding: 10px 20px;
    float: right;
}

@media screen and (max-width: 1480px) {

    section#seo-text>.copy {
        margin-top: 0;
    }

    section#seo-text>.images {
        margin-top: 75px;
    }
}

@media screen and (max-width: 1024px) {

    section#shop-department ul li {
        width: 33%;
    }

    section#quick-shop ul li {
        width: 50%;
    }

    section#seo-text>.copy {
        float: none;
        width: 100%;
        padding: 3% 5% calc(3% + 65px);
    }

    section#seo-text .images img {
        float: none;
        /* width: 80%; */
        /* margin: -75px 10% 0; */
        padding: 0px;
        width: 100%;
    }
}

@media screen and (max-width: 896px) {

    .HomePageForm section h3 {
        font-size: 1.375rem;
    }

    section#shop-department ul li,
    section#quick-shop ul li .cta-text {
        font-size: 1rem;
    }

    section#shop-department ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    section#promo-banner {
        margin: 25px 8px 45px;
    }

    section#promo-banner img {
        max-width: 100%;
        width: unset !important;
        height: unset !important;
    }

    section#promo-blocks {
        margin: 45px 0 55px;
    }

    section#promo-blocks .promo-blocks-wrapper {
        display: block;
    }

    section#promo-blocks .promo-blocks-wrapper .block {
        width: 100%;
        margin-bottom: 50px;
    }

    section#promo-blocks .promo-blocks-wrapper .block h5 {
        font-size: 1.25em;
    }

    section#featured-product .slider-container {
        padding: 10px 50px;
    }

    section#seo-text {
        margin: 55px 0 30px;
    }

    section#seo-text>.copy {
        padding: 25px 25px 15px;
    }

    section#seo-text>.images {
        width: 100%;
        margin: 0;
    }
}

/* organic-modern/ */
#organic-modern .logo img {
    display: block;
    margin: 0 auto;
}

#organic-modern .logo h2 {
    position: absolute;
    left: 22%;
    font-weight: 100;
    text-transform: uppercase;
}

#organic-modern .logo p {
    position: absolute;
    right: 100px;
    margin-top: -50px;
    font-size: 16px;
    text-align: right;
}

#organic-modern .hero {
    position: relative;
    margin-bottom: 40px;
}

#organic-modern .image-container div {
    margin-bottom: 40px;
}

#organic-modern .image-container div a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

#organic-modern .image-container div a:hover {
    text-decoration: underline;
}

#organic-modern .image-container div a p {
    font-size: 16px;
    margin-top: 5px;
}

#organic-modern .banner-text {
    margin: 20px 0;
}

#organic-modern .banner-text h2 {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.2;
}

#organic-modern .cta-left {
    margin-top: 9%;
    margin-bottom: 50px;
}

#organic-modern .cta-right {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media screen and (min-width:1600px) {
    #organic-modern .logo p {
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    #organic-modern .logo p {
        position: relative;
        right: 0px;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
        font-size: 2.6vw;
    }
}

/* 76666 */
.ProductThumbnailIconAddToCart a{
    display: inline-block;
    color: #fff !important;
    background-color: #007597;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 10px;
}

/* 76698 */
.facebook,
.pinterest,
.instagram {
    width: 60px !important;
    height: auto !important;
}

.rrssb-buttons li.pinterest a {
    color:#b81621;
    background-color: #fff;
}

.rrssb-buttons li.facebook a {
    color: #306199;
    background-color: #fff;
}

.rrssb-buttons li.instagram a {
    color: #000;
    background-color: #fff;
}

.rrssb-buttons li.pinterest a:hover,
.rrssb-buttons li.facebook a:hover,
.rrssb-buttons li.instagram a:hover {
    background-color: #fff;
}

.rrssb-buttons li.pinterest a .text,
.rrssb-buttons li.facebook a .text,
.rrssb-buttons li.instagram a .text {
    display: none;
}

.rrssb-buttons li.pinterest a .icon,
.rrssb-buttons li.facebook a .icon,
.rrssb-buttons li.instagram a .icon {
    font-size: 2em;
}

/* track-your-delivery.inc */

#track-your-delivery img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#track-your-delivery .hero {
    position: relative;
    z-index: 200;
}

#track-your-delivery .hero-heading {
    background: #1c364e;
    text-align: center;
    position: absolute;
    width: 80%;
    top: 155px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#track-your-delivery .hero-title {
    width: 90%;
    text-align: center;
    margin: 20px auto 20px;
    border-bottom: solid 2px #fff;
}

#track-your-delivery .hero-heading p {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #1c364e;
    margin: auto;
    padding: 0 10px;
    transform: translateY(50%);
    letter-spacing: 4px;
}

#track-your-delivery .hero-heading h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 12px;
    font-weight: 200;
}

#track-your-delivery .hero-heading h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 40px;
}

#track-your-delivery .hero-bottom {
    background: #1c364e;
    text-align: center;
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#track-your-delivery .hero-bottom p {
    color: #fff;
    text-transform: uppercase;
    padding: 30px;
}

#track-your-delivery .delivery-text {
    width: 85%;
    margin: 100px auto 50px auto;
    text-align: center;
}

#track-your-delivery .delivery-text p {
    color: #7a7a7a;
    font-size: 25px;
    line-height: 1.2;
}

#track-your-delivery .delivery-text p strong {
    color: #4b8284;
}

#track-your-delivery .truck-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

#track-your-delivery .truck-container div:first-of-type {
    align-self: center;
    flex: 1 0 50%;
    background-color: #1c364e;
    box-sizing: border-box;
    padding: 60px 30px;
    margin-bottom: 50px;
}

#track-your-delivery .truck-container div:last-of-type {
    align-self: center;
    flex: 1 0 50%;
    box-sizing: border-box;
    padding-left: 40px;
}

#track-your-delivery .truck-container div:last-of-type p {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4b8284;
    margin-bottom: 30px;
}

#track-your-delivery .truck-container div:last-of-type span {
    color: #7a7a7a;
}

#track-your-delivery .what-to-expect-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#track-your-delivery .what-to-expect-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

#track-your-delivery .what-to-expect {
    display: flex;
    width: 100%;
    color: #fff;
    flex-direction: column;
}

#track-your-delivery .what-to-expect {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
}

#track-your-delivery .what-to-expect div {
    align-items: center;
    align-self: center;
    flex: 1 0 50%;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    top: 0;
    padding: 15% 40px 0;
}

#track-your-delivery .what-to-expect div:first-of-type {
    width: 50%;
    background-color: rgba(28, 54, 78, 0.8);
    left: 0;
}

#track-your-delivery .what-to-expect div:last-of-type {
    width: 50%;
    background-color: rgba(75, 130, 132, 0.8);
    text-align: right;
    right: 0;
}

#track-your-delivery .what-to-expect div:first-of-type .what-to-expect-text {
    padding-right: 40%;
}

#track-your-delivery .what-to-expect div:last-of-type .what-to-expect-text {
    padding-left: 40%;
}

#track-your-delivery .tips-banner {
    text-transform: uppercase;
    text-align: center;
    background-color: #1c364e;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

#track-your-delivery .tips-banner p {
    color: #fff;
    padding: 30px 40px;
}

#track-your-delivery .tips-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;

}

#track-your-delivery .tips-container div {
    align-items: flex-start;
    flex: 1 0 33.33%;
    box-sizing: border-box;
    padding: 0 20px;
}

#track-your-delivery .tips-container div ul {
    border-right: 2px solid #4b8284;
    min-height: 400px;
}

#track-your-delivery .tips-container div ul li {
    padding-bottom: 20px;
    line-height: 1.5;
}

#track-your-delivery .tips-container div .left {
    padding-right: 60px;
}

#track-your-delivery .tips-container div .middle {
    padding: 0 30px;
}

#track-your-delivery .tips-container div .right {
    padding-left: 60px;
    border: none !important;
}

#track-your-delivery .tips-container div .right li strong {
    color: #4b8284;
}

@media screen and (max-width: 1124px) {
    #track-your-delivery .what-to-expect div {
        padding: 40px;
    }
    #track-your-delivery .what-to-expect div:last-of-type .what-to-expect-text {
        padding-left: 10%;
    }
}

@media screen and (max-width: 900px) {
    #track-your-delivery .what-to-expect div {
        padding: 40px;
    }

    #track-your-delivery .tips-container div .left {
        padding-right: 0px;
    }
    
    #track-your-delivery .tips-container div .middle {
        padding: 0px;
    }
    
    #track-your-delivery .tips-container div .right {
        padding-left: 0px;
    }

    #track-your-delivery .what-to-expect {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    #track-your-delivery .truck-container div:last-of-type {
        margin-top: 30px;
    }

    #track-your-delivery .what-to-expect div {
        position: relative;
        min-height: 500px;
    }

    #track-your-delivery .tips-container div {
        flex: 100%;
    }

    #track-your-delivery .tips-container div ul {
        border-right: none;
        min-height: unset;
    }
}

@media screen and (max-width: 768px) {
    #track-your-delivery .hero {
        margin-top: -90px;
    }

    #track-your-delivery .hero-heading h1 {
        font-size: 25px;
    }
    #track-your-delivery .hero-heading h2 {
        font-size: 12px;
    }
    #track-your-delivery .hero-bottom p {
        padding: 14px;
        font-size: 12px;
    }
    #track-your-delivery .delivery-text p {
        font-size: 20px;
    }

    #track-your-delivery .hero-img {
        position: relative;
        margin-top: 102px;
    }

    #track-your-delivery .what-to-expect div {
        flex: 1 0 100%;
        width: 100%;
        min-height: unset;
    }
    #track-your-delivery .what-to-expect div:last-of-type .what-to-expect-text {
        padding-left: 0;
    }
    #track-your-delivery .what-to-expect div:first-of-type .what-to-expect-text {
        padding-right: 0;
    }
    #track-your-delivery .truck-container div:last-of-type {
        padding-left: 0;
    }
    #track-your-delivery .truck-container div:first-of-type {
        flex: 100%;
    }

    #track-your-delivery .tips-banner {
        width: 100%;
    }
    #track-your-delivery .hero-heading,
    #track-your-delivery .hero-bottom {
        position: relative;
        width: 100%;
    }
    #track-your-delivery .hero-heading h2 {
        padding-bottom: 20px;
    }
    #track-your-delivery .delivery-text {
        width: 100%;
        margin: 20px auto 50px auto;
    }
}

/* ZD#81848 */
.ItemBrowserPageContainer .ProductThumbnailIconAvailabilityOne {
    display: none;
}

/* #ZD82747 */
#item-info-status .availability {
    display: none;
}

/* 84621 */
#item-info-status .AvailabilityMessageParagraph {
    color: #000 !important;
}

.view-cart .item-availability-message .item-color {
    color: #000 !important;
}

/* temp fix for sf 00382784 */
.variation-container ul.images li {
    max-width: min-content;
}

@media screen and (max-width: 768px) {
    .variation-container ul.images {
        flex-wrap: wrap;
    }
}

#homepage-banner-ad {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 35px auto;
}
#homepage-banner-ad div {
        display: flex;
        flex-direction: row;
        flex-basis: 25%;
}
#homepage-banner-ad div img {
    min-width: 400px;
    height: auto;
    width: 100%;
}


@media screen and (max-width: 768px) {
    #homepage-banner-ad {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        margin: 0px;
    }
    #homepage-banner-ad div {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }
    #homepage-banner-ad div img {
        max-width: 700px;
    }
}

.smsoptout-flex {
    display: flex; 
    flex-direction: row; 
    justify-content: space-around;
    padding-left: 125px;

}

input.smsoptout  {
    width: 40px;
    font-size: 14px;
    color: #2a2a2a;
    background-color: #FFF;
    border: 1px solid #d6d6d6;
    padding: 8px;
}


@media screen and (max-width: 768px) {
    
.smsoptout-flex {
    justify-content: start;
    padding-left: 0px;

    }
}

/*sf 1103113 */

#item-info-pricing .price3-container {
    color: #cc0101;
    font-weight: bold;
    /* font-size: 12px; */
    padding: 0;
    margin: 0 15px 0 0;
}

#item-info-pricing .price3-container span {
    font-size: 24px;
    display: inline-block;
    color: initial;
    font-weight: bold;
}

.price-guarantee-block img {
    width: 100%; 
    height: auto; 
    max-width: 500px;
    margin: 0 auto;
}

.price-guarantee-block p {
    font-weight: 500;
    font-size: 16px;
    padding-top: 20px;
}