﻿/*-----------------------------------------------------*/
/* TEMPLATE #6 */
/*-----------------------------------------------------*/
body {
    color: #949494;
}

.mobile {
    display: none;
}

form[action^="/admin/content/pages/"] .mobile {
    display: block;
    margin: 10px;
}

    form[action^="/admin/content/pages/"] .mobile .portlet.ctpe-widget-content {
        border-color: purple;
    }

    form[action^="/admin/content/pages/"] .mobile::before {
        content: 'mobile region';
        color: #fff;
        display: block;
        background: purple;
        font-size: 12px;
        text-align: center;
        padding: 2px;
    }

.navMenu,
.footerHeading,
.heroBanner h1,
.heroBanner h2,
.advList .listhdng,
.advFooter .linkList,
.banner .bannerText,
.title,
.title .more,
.itemWrapper .itemTitle,
.btn {
    letter-spacing: .05em;
}

    .navMenu,
    .footerHeading,
    .heroBanner h1,
    .heroBanner h2,
    .advList .listhdng,
    .advFooter .linkList,
    .banner .bannerText,
    .title,
    .title .more {
        text-transform: lowercase;
    }

.btn {
    text-transform: uppercase;
    letter-spacing: .125em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.template6 .itemWrapper .itemTitle a {
    font-weight: 400;
    font-size: 1.25em;
    color: #555555;
}

.itemWrapper .itemPrice {
    font-weight: 400;
    font-size: 1.35em;
}

ul.advList .listhdng, ul.advList .listhdng a, ul.advList .listhdng a:link, ul.advList .listhdng a:visited {
    font-weight: 400;
    line-height: 1
}

ul.advList a, ul.advList a:link, ul.advList a:visited {
    font-weight: 400;
    color: #555555;
    line-height: 1;
}

input.text,
textarea.text,
.formee select,
select,
#txtRecipientFirst,
#txtRecipientLast,
.formee input[type="text"], .formee input[type="text"]:hover, .formee input[type="text"]:active,
.formee input[type="tel"], .formee input[type="tel"]:hover, .formee input[type="tel"]:active,
.formee input[type="number"], .formee input[type="number"]:hover, .formee input[type="number"]:active,
.formee input[type="email"], .formee input[type="email"]:hover, .formee input[type="email"]:active,
.formee textarea, .formee textarea:hover, .formee textarea:active {
    letter-spacing: .125em;
    border: 1px solid #808080;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #999;
}




select {
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    padding: 6px 55px 6px 10px;
    font-size: 1em;
}


/*  ======================================================================================================= */
.template6 .constrain,
.template6 .container {
    max-width: 1275px;
}

.topWrpr {
    width: 100%;
    display: block;
}

.siteTop {
    padding: 15px 0;
}

    .siteTop .sitePhone {
        float: left;
    }

        .siteTop .sitePhone a {
            color: #fff !important;
        }

.template6 .siteTop .topLinks a {
    color: #fff;
    padding-left: 25px;
}

.siteHeader {
    position: relative;
    margin: 0 auto;
}

    .siteHeader .headerTop {
        padding: 0;
    }

        .siteHeader .headerTop .wrapper {
            padding: 25px 0 20px;
            float: left;
            width: 70%;
            padding-left: 5%;
        }

    .siteHeader .siteName {
        float: left;
        width: 25%;
        font-size: 1.5em;
    }

    .siteHeader .siteSearch {
        float: left;
        width: calc(100% - 310px);
        margin: 0 auto;
    }

        .siteHeader .siteSearch input {
            padding: 18px 22px;
        }

.siteSearch .icon-search {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) translateY(-50%);
    top: 50%;
    right: 20px;
}

.headerLinks {
    float: right;
    width: 300px;
    text-transform: lowercase;
    font-size: 1.15em;
    margin: 0;
    padding: 0;
}

    .headerLinks a {
        display: inline-block;
    }

        .headerLinks a [class^="icon-"] {
            display: block;
            text-align: center;
            font-size: 2em;
        }

        .headerLinks a:hover, .headerLinks a:active {
            text-decoration: none;
        }

            .headerLinks a:hover > span,
            .headerLinks a:hover span.primaryFont,
            .headerLinks a:hover span.cartText,
            .headerLinks a:hover span.icon-user + span {
                text-decoration: underline;
            }

#spanCartTotal {
    text-decoration: none;
}

.headerLinks .icon {
    width: 45px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.headerLinks #AnonymousView,
.headerLinks #MemberView {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 0 12px;
    margin: 0 8px;
}
.headerLinks .jobsLink6 {
    border-left: 1px solid #e1e1e1;
    padding: 0 0 0 18px;
    margin-left:8px;
}
@media (max-width: 1024px) {
    .headerLinks .jobsLink6 {
        padding: 11px 10px 12px 18px;
        margin-left: 8px;
    }
}
@media (max-width:768px) {
    .headerLinks .jobsLink6 {
        padding: 11px 5px 12px;
        margin-left: 8px;
    }
}
.headerLinks a.searchLink {
    display: none;
}

.mainNav {
    width: 100%;
    padding: 10px 0 5px;
    margin: 0;
    float: none;
    clear: both;
    border-top: 1px solid #afafaf;
}

    .mainNav .navMenu {
        position: relative;
        margin: 0 auto;
        max-width: 1245px;
    }

.navMenu > ul > li ul {
    margin-top: 5px;
}

.storeItem .mainNav,
.interior .mainNav {
    border-bottom: 1px solid #afafaf;
}

.template6 .navMenu > ul.menu {
    position: relative;
    top: 0;
    width: 100%;
    display: block;
}

.template6 .navMenu ul li {
    border: none;
}

.template6 .navMenu a:link,
.template6 .navMenu a:active,
.template6 .navMenu a:visited {
    color: rgba(85,85,85,1);
}

.template6 .navMenu a:hover,
.template6 .navMenu a:focus {
    color: rgba(85,85,85,.8);
}


.navMenu ul > li {
    width: 16.66%;
}

    .navMenu ul > li.lastnavli {
        width: 5%;
    }

.navMenu ul li ul {
    background: #fff;
}

.navMenu ul a {
    font-size: 1.25em;
    letter-spacing: .125em;
}

.navMenu > ul > li .subMenu .subMenu > a .menuText {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    text-transform: lowercase;
}

.formee .searchControls input[type="text"], .formee .searchControls input[type="text"]:hover, .formee .searchControls input[type="text"]:active {
    background: #ebebeb;
    border-radius: 0px;
    border: none;
    color: #555555;
}

    .formee .searchControls input[type="text"]:focus {
        background: #d0cfcf;
    }
/*  ======================================================================================================= */
.siteBody {
    margin: 0;
}

/*  ======================================================================================================= */
.heroBanner * {
    box-sizing: border-box;
}

/* V1
.heroBanner {width:100%; height:300px; background:#f5f5f7; margin:0;}
.heroBanner .heroBanner {width:100%; height:300px;}
.heroBanner .heroBanner > a {width:50%; float:right; height:300px; overflow:hidden; position:relative;}
.heroBanner .heroBanner img  {width:auto !important; height:auto !important; min-height:300px !important; max-width:inherit !important; position:absolute;}
.heroBanner .heroBanner .bannerText {margin:0 auto; width:100%; max-width:1245px;}
.heroBanner .heroBanner + br {display:none;}
.topWrpr > .heroBanner > a {position:absolute;}
*/
.heroBanner .customBanner {
    background: #f5f5f7;
    margin-bottom: 30px;
}

.heroBanner .customBanner {
    width: 100%;
    height: 450px;
}

    .heroBanner .customBanner .imgWrpr {
        width: 50%;
        float: right;
        height: 450px;
        padding: 0;
        overflow: hidden;
        position: relative;
        display: block;
    }

        .heroBanner .customBanner .imgWrpr img {
            width: auto !important;
            height: auto !important;
            min-height: 450px !important;
            max-width: inherit !important;
            position: absolute;
            z-index: 0;
        }

    .heroBanner .customBanner .txtWrpr {
        margin: 0 auto;
        width: 50%;
        float: left;
        text-align: center;
        height: 450px;
        padding-left: 5%;
        z-index: 1;
        position: absolute;
    }

    .heroBanner .customBanner + br {
        display: none;
    }

.template6 .heroBanner a.btn {
    color: #fff;
    padding: 10px 25px;
    margin: 40px auto 20px;
}

.template6 .heroBanner a:link,
.template6 .heroBanner a:visited,
.template6 .heroBanner a:focus,
.template6 .heroBanner a:hover {
    color: #fff;
}

.heroBanner .heading1 {
    font-size: 2.25em;
    color: #737373;
    font-weight: 300;
    margin: 6vH auto 0px;
}

.heroBanner .heading2 {
    font-size: 4.2em;
    font-weight: 400;
    margin: -10px auto 20px;
    line-height: 1;
}

.heroBanner .heading3 {
    font-size: 1.55em;
    color: #737373;
}

@media (max-width:1245px) {
    .heroBanner .customBanner {
        height: 300px;
    }

        .heroBanner .customBanner .imgWrpr {
            height: 300px;
        }

            .heroBanner .customBanner .imgWrpr img {
                min-height: 300px !important;
                max-height: 300px !important;
            }

        .heroBanner .customBanner .txtWrpr {
            height: 300px;
        }
}

@media (max-width:1024px) {
    .heroBanner .customBanner {
        height: 250px;
    }

        .heroBanner .customBanner .imgWrpr {
            height: 250px;
        }

            .heroBanner .customBanner .imgWrpr img {
                min-height: 250px !important;
                max-height: 250px !important;
            }

        .heroBanner .customBanner .txtWrpr {
            height: 250px;
        }
}

/*  ======================================================================================================= */
.servicesBanners {
    padding: 52px 0;
    margin: 0;
    text-transform: lowercase;
    text-align: center;
}

    .servicesBanners .grid_4:nth-child(2) {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

.template6 .servicesBanners a,
.template6 .servicesBanners a .primaryFontColor,
.template6 .servicesBanners a:link,
.template6 .servicesBanners a:visited,
.template6 .servicesBanners a:focus,
.template6 .servicesBanners a:hover {
    color: #fff;
}

.servicesBanners h2 {
    font-size: 2.45em;
    margin: 0;
}

    .servicesBanners h2::before {
        font-size: 1.52em;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 96px;
        height: 96px;
        line-height: 96px;
        text-align: center;
        display: inline-block;
        margin-right: 22px;
        vertical-align: top;
    }

    .servicesBanners h2::before {
        display: none;
    }

    .servicesBanners h2 + p {
        font-size: 1.7em;
        margin-top: -4px;
    }

.servicesBanners .icon {
    display: inline-block;
    width: 96px;
    height: 96px;
    vertical-align: middle;
    padding: 10px 0 0;
}

.servicesBanners .txt {
    display: inline-block;
    height: 96px;
    text-align: left;
    padding: 10px 0 0 20px;
    vertical-align: middle;
}

.servicesBanners .icon::before {
    content: '';
    width: 96px;
    height: 96px;
    display: block;
    line-height: 90px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.servicesBanners .icon::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 33px;
    margin-left: -26px;
}

.servicesBanners .funeral .icon::after {
    background: url(/cms/images/template6/funeral.svg) no-repeat;
    margin-left: -22px;
}

.servicesBanners .hospital .icon::after {
    background: url(/cms/images/template6/hospital.svg) no-repeat;
    margin-left: -19px;
}

.servicesBanners .flower .icon::after {
    background: url(/cms/images/template6/flower_care.svg) no-repeat;
}

#spanCartTotal {
    position: absolute;
    top: -4px;
    margin-left: -15px;
    color: #fff;
    background: #545655;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: .7em;
    line-height: 20px;
    font-weight: 600;
}
/*  ======================================================================================================= */

.emailSignupWrpr {
    height: 350px;
    background: #f8f8f8;
    position:relative;
}

    .emailSignupWrpr::before {
        content: '';
        background: url(/cms/images/template6/ftr-newsletter-1.jpg) no-repeat;
        width: 347px;
        height: 350px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .emailSignupWrpr::after {
        content: '';
        background: url(/cms/images/template6/ftr-newsletter-2.jpg) no-repeat;
        width: 377px;
        height: 350px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .emailSignupWrpr .container .emailSignup {
        max-width: 1000px;
        margin: 0 auto;
        z-index: 1;
    }

    .emailSignupWrpr .btnWrapper {
        display: inline-block;
        margin: 40px auto 20px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.template6 .emailSignupWrpr a.btn {
    color: #fff;
    padding: 10px 25px;
}

.emailSignupWrpr .footerHeading {
    float: left;
    width: 50%;
}

.emailSignupWrpr .formee {
    float: right;
    width: 50%;
    margin-top: 5%;
}

.emailSignupWrpr .footerHeading {
    font-size: 3.6em;
    font-weight: 400;
    margin-top: 5%;
    letter-spacing: normal;
}

    .emailSignupWrpr .footerHeading span {
        color: #737373;
        font-weight: 400;
        font-size: 1.5rem;
        display: block;
        text-transform: none;
        width: 90%;
        margin: 10px auto;
    }

.template6 .emailSignupWrpr .container {
    max-width: 1350px;
    width: 100%;
}

.emailSignupWrpr .container .emailSignup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.emailSignupWrpr .btnWrapper {
    margin: 0 auto;
}

.emailSignupWrpr .footerHeading {
    float: none;
    width: 50%;
}

.emailSignupWrpr .formee {
    float: none;
    width: 35%;
    margin-top: 15px;
}

@media (max-width:1350px) {
    .emailSignupWrpr .footerHeading {
        max-width: 60%;
        display: block;
        margin: 0 auto;
    }

    .emailSignupWrpr .formee {
        width: 100%;
        display: block;
    }

    .emailSignupWrpr .btnWrapper {
        margin: 10px auto 40px;
    }
}
/*  ======================================================================================================= */
/*  ======================================================================================================= */
/* BLOGS */
ul.railNav ul > li {
    position: relative;
    padding-left: 10px;
}

    ul.railNav ul > li:before {
        content: '·';
        position: absolute;
        left: 8px;
        color: #000;
        font-size: 1.5em;
        top: 45%;
        transform: translatey(-50%)
    }

.newsModuleWrpr div[id$="pnPagingBottom"] .paging {
    display: none;
}

.newsOverview .modContent {
    padding: 0;
}

.newsModuleWrpr .item {
    padding: 2em 0;
}

    .newsModuleWrpr .item:first-child {
        padding-top: 0;
        border: 0;
    }

    .newsModuleWrpr .item .aside {
        min-width: 240px;
    }

        .newsModuleWrpr .item .aside .caption {
            display: none;
        }

    .newsModuleWrpr .item .title {
        text-transform: none;
        margin: -8px 0 4px 0;
    }

    .newsModuleWrpr .item .blogSummary {
        line-height: 1.5;
    }

    .newsModuleWrpr .item .continue-link {
        margin: 20px 0 0 0;
        display: block;
    }

.newsDetail .media-caption {
    display: none;
}

.newsDetail.article > .aside {
    float: right;
    width: 45%;
    margin-top: 0;
}

@media(max-width:768px) {
    .newsModuleWrpr .item .aside {
        margin-bottom: 10px;
    }
}
/*  ======================================================================================================= */

.footer {
    padding: 0;
    color: #8b8b8b;
}

.footerTop {
    padding: 0;
}

.template6 .footerBottom.primaryColor {
    background: #fff;
    padding: 10px 0;
}


    .footerLinks {
    display: none;
}

.grid_12.footerContactInfo {
    padding: 40px 0;
}

.footerContactInfoWrpr h2 {
    font-weight: 600;
    margin: 0px 0px 20px;
}

.template6 ul.socialFollow li a {
    color: #fff;
    line-height: 30px;
}

ul.socialFollow li {
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
}

.socialFollow a svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.subFooter {
    border: none;
}

.subFooter {
    background: rgba(0, 0, 0, .45);
    border-top: 1px solid var(--main-color3);
    margin: 0;
    padding:0 20px;
}

    .subFooter .grid_12 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .subFooter .footerLinks a {
        display: inline-block;
        color: #fff !important;
        font-size: 14px;
    }

.copyright {
    padding: 5px 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.ftrLogo {
    max-width: 270px !important;
    margin-top: 20px;
}

.footerContactInfo .footerHeading,
.footerContactInfo .heading div {
   
    font-weight: 400;
    letter-spacing: normal;
    text-transform: lowercase;
}

.footerContactInfo #aboutContainer {
    padding-right: 40px;
}

.sfieldRow h3 {
}

.sfieldRow + p {
    margin-top: -20px;
}


.container .footerContactInfo .grid_3 {
    line-height: 1.45;
}

.container .footerContactInfo .shopperApprovedWrpr {
    clear: both;
}
@media (max-width:768px) {
    .container .footerContactInfo .shopperApprovedWrpr .saMain {
        margin:0 auto;
    }
}

    .container .footerContactInfo .grid_3:nth-child(1) {
        width: 25%;
        padding-left: 0;
    }

    .container .footerContactInfo .grid_3:nth-child(2) {
        width: 25%;
    }

    .container .footerContactInfo .grid_3:nth-child(3) {
        width: 25%;
    }

    .container .footerContactInfo .grid_3:nth-child(4) {
        width: 25%;
        padding-right: 0;
    }

.footer {
    margin-bottom: 0px;
}

.footerContactInfo .followUs {
    margin-bottom: 10px;
}

.footerContactInfo .shopperApprovedWrpr .safloat.tgright {
    margin-bottom: 2px;
}

.shopperApprovedWrpr .saMain > div a.sa_footer {
    position: fixed;
    bottom: 80px;
    right: 30px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.footerContactInfo .supportedPayments img {
    max-width: 35px !important;
}

.footerLinks a {
    padding: 0 0 0 10px;
}

    .footerLinks a:first-child {
        padding: 0;
        border: none;
    }

.footerContactInfoWrpr a {
    color: #fff !important;
}


/*  ======================================================================================================= */
.slideBanners {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

    .slideBanners.slick-slider {
        margin-bottom: 30px;
    }

    .slideBanners .banner {
        width: 620px;
        height: 350px;
        display: inline-block;
        margin: 0 30px 0 0;
        background: #ebebeb;
        float: none;
    }


        .slideBanners .banner img {
            float: left;
            width: 50%;
        }

        .slideBanners .banner .content {
            display: table-cell;
            width: 50%;
            height: 350px;
            text-align: center;
            vertical-align: middle;
            padding: 20px;
        }

        .slideBanners .banner .title {
            color: #fff;
            margin: 0 auto 15px;
            line-height: 1;
            text-transform: none;
            font-size: 2em;
            letter-spacing: normal;
        }

        .slideBanners .banner .subtitle {
            color: #fff;
            margin: 15px 25px;
            font-size: 1.25em;
            line-height: 1.2;
        }

        .slideBanners .banner .btn {
            background: #fff;
            margin: 15px auto 30px;
            display: inline-block;
            padding: 10px 25px;
        }

.template6 .slideBanners .slick-slide .banner > a {
    display: block;
}

.template6 .slideBanners .slick-slide:nth-child(odd) .banner .btn {
    color: #fff;
}

.slideBanners .slick-list {
    margin: 0 -15px;
}

.slideBanners .slick-slide {
    margin: 0 15px;
}

.slick-prev,
.slick-next {
    width: 33px;
    height: 75px;
    background: #fff;
    cursor: pointer;
    z-index: 1;
}

.slideBanners .slick-prev {
    text-align: left;
    padding-left: 8px;
    left: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slideBanners .slick-next {
    text-align: right;
    padding-right: 8px;
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #fff;
}

.slick-arrow.slick-disabled {
    opacity: .5;
}

.slick-prev::before {
    font-size: inherit;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #868484 transparent transparent;
}

.slick-next::before {
    font-size: inherit;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #868484;
}

@media (max-width:768px) {
    .slideBanners {
        max-height: 550px;
    }
}

.slideBanners .slick-slide .banner img {
    max-width: 310px !important;
    min-height: 350px !important;
}
/*  ======================================================================================================= */

.featured-items {
    width: 100%;
    margin: 0 auto 40px;
}

    .featured-items .titleWrpr {
        text-align: center;
        margin: 10px auto 30px;
        width: 100%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWM4f/78fwAISwNtZpT2wgAAAABJRU5ErkJggg==) repeat-x 0 63%;
    }

    .featured-items .title {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        font-size: 2.25em;
        padding: 0;
        background: #fff;
    }

        .featured-items .title::before,
        .featured-items .title::after {
            content: '|';
            color: #cfcfcf;
            padding: 0 10px;
            margin: 0;
            font-size: 1.35rem;
            font-weight: 400;
        }

        .featured-items .title::before {
            text-align: left;
            padding: 0 10px 0 0;
        }

        .featured-items .title::after {
            text-align: right;
            padding: 0 0 0 10px;
        }

        .featured-items .title .more {
            position: relative;
            margin-left: 50px;
            font-size: 0.68em;
            padding-right: 22px;
        }

            .featured-items .title .more::after {
                content: '';
                position: absolute;
                bottom: 8px;
                right: 0;
                font-size: inherit;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8px 0 8px 8px;
                border-color: transparent transparent transparent #868484;
            }

    .featured-items .slick-prev,
    .featured-items .slick-next {
        background: #eeeeee;
        width: 43px
    }

    .featured-items .slick-prev {
        text-align: center;
        padding-left: 5px;
        left: -43px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .featured-items .slick-next {
        text-align: center;
        padding-right: 5px;
        right: -43px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .featured-items .row + .row {
        margin-top: 20px;
    }

    .featured-items .grid_3 {
        width: 25%;
    }

    .featured-items .itemWrapper {
        background: #eeeeee;
        border: 1px solid #eeeeee;
    }

    .featured-items .slick-slide img {
        margin: 0 auto;
    }

    .featured-items .itemWrapper .btnAlt {
        display: none;
    }

    .featured-items .itemWrapper .itemContent {
        min-height: 160px;
        text-align: center;
        padding: 0 32px;
    }

    .featured-items .itemWrapper .itemTitle {
        margin-top: 30px;
        font-size: 1.5em;
        line-height: 1;
        min-height: 72px;
    }

        .featured-items .itemWrapper .itemTitle.med {
            font-size: 1.40rem;
        }

        .featured-items .itemWrapper .itemTitle.sm {
            font-size: 1.30rem;
        }

        .featured-items .itemWrapper .itemTitle.xsm {
            font-size: 1.15rem;
        }

    .featured-items .itemWrapper .itemPrice a {
        font-weight: 500;
        letter-spacing: normal;
        font-size: 1.125em;
    }
/*  ======================================================================================================= */

.bannerBlock {
    margin: 0 auto 30px;
}

    .bannerBlock::before {
        content: 'shop by occasion';
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
        font-size: 2.25em;
    }

    .bannerBlock .grid_6 {
        padding: 0 15px !important;
    }

        .bannerBlock .grid_6 > div {
            background: #efefef;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin-bottom: 30px;
            overflow: hidden;
            position: relative;
        }

        .bannerBlock .grid_6 .top {
            height: 316px;
        }

        .bannerBlock .grid_6 .bottom {
            height: 446px;
        }

        .bannerBlock .grid_6:nth-child(2) .top {
            height: 446px;
        }

        .bannerBlock .grid_6:nth-child(2) .bottom {
            height: 316px;
        }

        .bannerBlock .grid_6 > div > a {
            padding: 0;
            margin: 0;
            width: 100%;
            height: 100%;
            display: block;
            color: #fff;
        }

            .bannerBlock .grid_6 > div > a + br {
                display: none;
            }

    .bannerBlock .banner {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

        .bannerBlock .banner > img {
            min-width: 100% !important;
            height: 100% !important;
            
        }

        .bannerBlock .banner .bannerText {
            position: absolute;
            bottom: 120px;
            background: none;
            width: 100%;
            text-align: center;
            font-size: 2.3em;
            text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
            text-transform: capitalize;
        }

            .bannerBlock .banner .bannerText::after {
                content: 'shop all';
                text-transform: uppercase;
                font-size: 1rem;
                padding: 10px 25px;
                background: #fff;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                position: absolute;
                bottom: -125%;
                left: 50%;
                transform: translateX(-50%);
                text-shadow: none;
            }

.template6 .bannerBlock a:link, .template6 .bannerBlock a:visited, .template6 .bannerBlock a:focus,
.template6 .bannerBlock .btn {
    color: #fff;
}
/*  ======================================================================================================= */

.pageToolsWrapper {
    float: none;
    display: block;
    margin-top: 10px;
}

.bodyList .pageToolsWrapper {
    display: none;
}

/*  ======================================================================================================= */

.bodyList .container .grid_9.push_3 {
    width: 100%;
    left: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.bodyList .container .grid_3.leftRail {
    display: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.bodyList.interior .mainNav {
    border-bottom: none;
}

.bodyList .railNavWrapper {
    height: 249px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}

    .bodyList .railNavWrapper .railNavHeading {
        margin: 0 auto;
        padding: 70px 0 0 0;
        width: 100%;
        max-width: 1245px;
        text-align: center;
        color: #fff;
        font-size: 3em;
        font-weight: 400;
    }

.dropRail {
    margin: 0 auto;
    padding: 0;
    width: 33%;
    max-width: 410px;
    position: absolute;
    z-index: 11;
    display: block;
    left: 33%;
    transform: translateX(-66%);
    bottom: -50px;
    background: #fff;
    border-right: 1px solid #e1e1e1;
}

    .dropRail .railNav {
        width: 100%;
        height: 99px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

        .dropRail .railNav li {
            height: 100px;
            line-height: 100px;
            padding: 0 20px;
        }

            .dropRail .railNav li a {
                text-transform: lowercase;
                font-weight: 500;
            }

.bodyList .railNavWrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
    z-index: 1;
}

.bodyList .railNavWrapper .railNavHeading {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}


/*
.bodyList form[action*="/featured"] .railNavWrapper::before {background-image: url(/assets/1/12/hero6.jpg);}
.bodyList form[action*="/occasions"] .railNavWrapper::before {background-image: url(/assets/1/6/occasions.jpg);}
.bodyList form[action*="/products"] .railNavWrapper::before {background-image: url(/assets/1/6/stock-photo-fresh-flowers-leaves-and-tools-to-create-a-bouquet-on-a-table-florist-s-workplace-320225624.jpg);}
.bodyList form[action*="/seasonal"] .railNavWrapper::before {background-image: url(/assets/1/6/stock-photo-color-painted-easter-eggs-on-wooden-background-with-spring-flowres-traditional-handmade-wax-1033959007.jpg);}
.bodyList form[action*="/sympathy"] .railNavWrapper::before {background-image: url(/assets/1/6/sympathy.jpg);}
.bodyList form[action*="/weddings"] .railNavWrapper::before {background-image: url(/assets/1/6/bloomnet_interior_banner.png); background-size:auto 100%; background-position:100% 50%}
*/

.bodyList .railNav {
    display: none;
}

.bodyList .filters {
    width: 100%;
    max-width: 1045px;
    height: 100px;
    float: right;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.bodyList .catList {
    width: 33%;
    float: left;
    background: #fff;
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

    .bodyList .catList select {
        text-transform: lowercase;
        font-weight: 500;
        font-size: 1rem;
        background: #fff;
        border: none;
        width: 99%;
        padding: 28px 25px 0;
        margin-left: 2px !important;
        box-sizing: border-box;
        letter-spacing: 0.04em;
    }

        .bodyList .catList select option {
            text-transform: lowercase;
            font-weight: 500;
            font-size: 25px;
        }

.bodyList .filters label {
    margin: 0;
}

.bodyList .filters .filterList {
    margin-left: 0;
    width: 33%;
    height: 100px;
    background: #fff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.filterList select {
    background: #fff;
    color: #949494;
    border: none;
    text-transform: lowercase;
    font-weight: 500;
    font-size: 1rem;
    padding: 33px 25px 12px;
    letter-spacing: 0.04em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 99%;
    margin-left: 3px !important;
    box-sizing: border-box;
}

.bodyList .filters .filterList .grid_4 {
    width: 100%;
    padding: 0;
    margin: 0;
}

.bodyList .filters .sortList {
    width: 33%;
    height: 100px;
    background: #fff;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    margin-left: 3px !important;
}

.filters .sortList label {
    text-transform: lowercase;
    font-weight: 500;
    font-size: 1rem;
    margin: 35px 25px 12px;
    letter-spacing: 0.04em;
    display: block;
}

.bodyList .filters .sortList .sortItem {
    background: #fff;
    border-left: 1px solid #a1a1a1;
    padding: 4px 8px;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

    .bodyList .filters .sortList .sortItem.show {
        display: block;
    }

    .bodyList .filters .sortList .sortItem a {
        transition: none;
        width: 97%;
        display: block;
    }

    .bodyList .filters .sortList .sortItem:hover {
        background: #1d8fff;
    }

        .bodyList .filters .sortList .sortItem:hover a {
            color: #fff;
        }

.bodyList .filters .sortList > .sortItem:nth-child(2) {
    border-top: 1px solid #a1a1a1;
}

.bodyList .filters .sortList .sortItem.last {
    border-bottom: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
}

.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {
    color: #949494;
}




.filterList .arrow2::before,
.bodyList .filters label::before {
    font-family: 'icomoon';
    content: '\e607';
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    right: 25px;
    top: 35px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none;
    cursor: pointer;
}

.bodyList .filters select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

select option {
    background: #fff;
    color: #949494;
}




.bodyList .productList {
    margin: 80px auto 0;
}

    .bodyList .productList.noitems {
        margin: 60px auto;
    }

    .bodyList .productList .itemRow {
        float: left;
        width: auto;
    }

    .bodyList .productList .grid_4 {
        width: 25%;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .bodyList .productList .itemRow + .clear {
        display: none;
    }


.productList .itemWrapper {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    display: block;
}

.productList .itemWrapper {
    text-align: center;
}

    .productList .itemWrapper .itemTitle {
        margin-top: 30px;
        font-size: 1.5em;
        line-height: 1;
        min-height: 72px;
    }

    .productList .itemWrapper .itemPrice {
        font-weight: 500;
        letter-spacing: normal;
        font-size: 1.5em;
    }

    .productList .itemWrapper .itemTitle.med a {
        font-size: 1.025em;
    }

    .productList .itemWrapper .itemTitle.sm a {
        font-size: 1.025em;
    }

    .productList .itemWrapper .itemTitle.xsm a {
        font-size: 0.78em;
    }

.productList .itemWrapper {
    padding: 0;
}

    .productList .itemWrapper .itemLInk {
        margin: 0;
        padding: 0;
    }

    .productList .itemWrapper .itemImage {
        width: 100%;
        min-width: 100%;
    }

    .productList .itemWrapper a.itemLink::before {
        content: '';
        position: absolute;
        background: rgba(200,200,200,1);
        width: 100%;
        height: 100%;
        z-index: 2;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
    }

    .productList .itemWrapper a.itemLink::after {
        content: 'shop now';
        position: absolute;
        z-index: 3;
        top: 80%;
        left: 10%;
        width: 80%;
        background: #fff;
        text-transform: uppercase;
        letter-spacing: .125em;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 12px 0px;
        opacity: 0;
        transition: opacity 0.53s;
        -webkit-transition: opacity 0.53s;
    }

    .productList .itemWrapper:hover a.itemLink::before {
        opacity: .55;
    }

    .productList .itemWrapper:hover a.itemLink::after {
        opacity: 1;
    }



.featured-items .itemWrapper a.itemLink::before {
    content: '';
    position: absolute;
    background: rgba(200,200,200,1);
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.featured-items .itemWrapper a.itemLink::after {
    content: 'shop now';
    position: absolute;
    z-index: 3;
    top: 80%;
    left: 10%;
    width: 80%;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: .125em;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 0px;
    opacity: 0;
    transition: opacity 0.53s;
    -webkit-transition: opacity 0.53s;
}

.featured-items .itemWrapper:hover a.itemLink::before {
    opacity: .55;
}

.featured-items .itemWrapper:hover a.itemLink::after {
    opacity: 1;
}
/*  ======================================================================================================= */

.storeItem .pageToolsWrapper {
    margin: 10px 0;
}

.storeItem .siteBody {
    position: relative;
}

    .storeItem .siteBody::before {
        content: '';
        position: absolute;
        width: 47.666%;
        height: 100%;
        background: #eeeeee;
        display: block;
    }

    .storeItem .siteBody > .container .grid_5 {
        width: 47.666%
    }

    .storeItem .siteBody > .container .grid_7 {
        width: 52.333%
    }

.storeItem .productImage {
    margin: 0 58px 80px 0;
    border: none;
}

    .storeItem .productImage .btnEnlarge {
        width: 100%;
        height: 100%;
        bottom: initial;
        top: 0;
        background: transparent;
        display: none;
    }

        .storeItem .productImage .btnEnlarge::before,
        .storeItem .productImage .btnEnlarge::after {
            display: none;
        }

.storeItem .productDetails:first-child {
    padding-left: 20px;
}

.storeItem .itemName {
    margin: 0 0 5px 0;
    font-size: 2.35em;
    line-height: 1;
}

.storeItem .itemPrice {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 2.125em;
    letter-spacing: .05em;
}

.storeItem .itemDesc {
    font-size: 1.2em;
    color: #555555;
    letter-spacing: .05em;
}

    .storeItem .itemDesc br {
        margin-bottom: 15px;
    }

.detailsRow .rowLabel {
    float: left;
    line-height: 40px;
    margin-right: 12px;
}

    .detailsRow .rowLabel::after {
        content: ':'
    }

.note {
    font-style: normal !important;
    font-weight: 500;
    font-size: 1em;
    margin: 0;
}

.detailsRow [class*="grid_6"] {
    padding: 0 10px 0 0;
}

    .detailsRow [class*="grid_6"] + [class*="grid_6"] {
        padding: 0 0 0 10px;
    }

#nameContainer, #dateContainer, #zipContainer {
    display: none;
}

    #lblZip, #lblDeliveryOptions, #lblDate, #nameContainer label, #lblpickUp {
        text-transform: none;
        font-weight: 500;
        font-size: 1em;
    }

.itemActions {
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

#nameContainer label,
#lblDeliveryOptions,
#Selections .detailsRow .arrowLabel,
.addon .arrowLabel {
    width: 100%;
    display: block;
    position: relative;
    ;
}

    #nameContainer label::before,
    #lblDeliveryOptions::before,
    #Selections .detailsRow .arrowLabel::before,
    .addon .arrowLabel::before {
        font-family: 'icomoon';
        content: '\e607';
        font-size: 1rem;
        width: 40px;
        height: 40px;
        position: absolute;
        display: block;
        right: 6px;
        top: 63px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        pointer-events: none;
        cursor: pointer;
    }

.detailsRow select,
.detailsRow .text {
    width: 100%;
    padding: 12px;
}

#dateContainer {
    margin-bottom: 12px;
    width: 100%;
}

    #dateContainer #lblDate {
        display: block;
        width: 100%;
    }

    #dateContainer .text {
        width: auto;
        float: left;
        margin-right: 12px;
    }

    #dateContainer .icon-calendar {
        float: left;
    }

        #dateContainer .icon-calendar::before {
            font-size: 2.25em;
        }

#zipContainer .rowLabel {
    width: 100%;
    margin-bottom: 7px;
}

#zipContainer #deliveryZip {
    padding: 12px;
    margin-top: 14px;
}

#nameContainer #divNew {
    box-sizing: border-box;
    width: 100%;
}

#txtRecipientFirst, #txtRecipientLast {
    min-width: 100%;
    padding: 12px;
    margin: 10px 0 10px;
    box-sizing: border-box;
}

#lblpickUp {
    width: 100%;
}

#Selections .detailsRow .rowLabel {
    float: none;
}

    #Selections .detailsRow .rowLabel::after {
        content: ''
    }

#Selections .detailsRow {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}

    #Selections .detailsRow select {
        width: 100%;
    }

    #Selections .detailsRow .arrowLabel::before {
        top: 16px;
        right: 16px;
    }

.productDetails .addon {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding: 0;
}

    .productDetails .addon h2 {
        text-transform: none;
        font-size: 1.35em;
        margin: 20px 0;
    }

    .productDetails .addon + .grid_6 {
        width: 100%;
        margin: 12px 0;
    }

    .productDetails .addon .itemRow {
        width: 50%;
        float: left;
        margin-bottom: 25px;
        display: block;
        box-sizing: border-box;
    }

        .productDetails .addon .itemRow .grid_2 {
            display: block;
            float: left;
            width: 85px;
            vertical-align: top;
        }

        .productDetails .addon .itemRow .grid_10 {
            display: block;
            float: left;
            width: calc(100% - 90px)
        }

        .productDetails .addon .itemRow .ThumbImage {
            border: 1px solid #edecea;
        }

        .productDetails .addon .itemRow .itemTitle {
            color: #555555;
            font-size: 1em;
            line-height: 1.14;
            margin-top: 0;
        }

        .productDetails .addon .itemRow .details,
        .productDetails .addon .itemRow .detailsHide,
        .productDetails .addon .addonDetails {
            display: none;
        }

    .productDetails .addon .grid_10 {
        padding: 0 15px 0 5px;
    }

    .productDetails .addon select {
        padding: 8px 25px 8px 5px;
        letter-spacing: 0;
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }

.addon .arrowLabel::before {
    top: 14px;
    right: 12px;
}

.productDetails #divErrorMsg {
    margin-top: -125px;
    text-align: center;
    width: 100%;
}

.productDetails .btnAddToCart {
    margin: 12px auto;
    max-width: 280px;
    display: block
}

    .productDetails .btnAddToCart + p {
        margin-top: 0;
    }
/*  ======================================================================================================= */

.railNavWrapper {
    margin-top: 40px;
    border-right: 1px solid #eee;
}

/*  ======================================================================================================= */

.advList .listhdng {
    border-bottom: 1px solid #eee;
    padding: 4px 0;
}

.advList .linkList li {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.25em;
}

/*  ======================================================================================================= */

.checkoutBody .siteBody {
    position: relative;
}

    .checkoutBody .siteBody::before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        background: #eeeeee;
        border-right: 1px solid #afafaf;
        display: block;
    }

.onePageCheckout > .grid_9.alpha {
    width: 50%;
    background: #eeeeee;
}

.onePageCheckout > .grid_3.omega {
    width: 50%;
}

dl.checkoutProcess dd.stepContent,
.accountBlocks {
    background: none;
    box-shadow: none;
}

.checkoutBody .slideCartRail {
    margin-left: 35px;
}

    .checkoutBody .slideCartRail .slideCart {
        position: relative;
        max-width: 100%;
    }

    .checkoutBody .slideCartRail .checkoutSummary {
        border-radius: 0;
        box-shadow: none;
    }

        .checkoutBody .slideCartRail .checkoutSummary > .title {
            border-radius: 0;
            padding: 0;
        }

.checkoutBody .cartwrpr {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.summaryBody.checkoutBody .siteBody::before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    background: #eeeeee;
    border-right: 1px solid #afafaf;
}

.checkoutBody .cartwrpr .sw_stack > .grid_9.alpha {
    width: 65%;
    background: #eeeeee;
    left: -30%;
}

.checkoutBody .cartwrpr .sw_stack > .grid_3.omega {
    width: 30%;
    left: 70%;
}

.template6 .checkoutSummary > .title {
    background: none;
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
    font-weight: 500;
    font-size: 1.75em;
}

.slideCartCompanion {
    box-shadow: none;
}

.checkoutSummary .costSummary {
    border-top: 1px solid #b7b7b7;
}

#spanTotal {
    text-align: right;
}

.checkoutSummary .costSummary .chkoutTotalRow .title {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
}

/*  ======================================================================================================= */
.siteTop svg {
    fill: #fff;
    width: 35px;
    height: 22px;
    vertical-align: text-top;
}

.siteTop .icon-aboutus {
    width: 35px;
}

.siteTop .icon-blog {
    width: 20px;
}

.siteTop .icon-gallery {
    width: 20px;
}

.siteTop .icon-faq {
    width: 15px;
}


/*  ======================================================================================================= */

.recent-cart {
    max-width: 300px
}

    .checkoutCart .itemContent .itemTitle,
    .recent-cart .itemWrapper .itemTitle {
        color: #545454;
        text-align: left;
        font-size: 1.15em;
    }

.cartItems,
.cartItems .itemWrapper {
    float: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

    .cartItems .itemWrapper .grid_2 {
        width: 22%;
    }

    .cartItems .itemWrapper .grid_10 {
        width: 78%;
    }

    .cartItems .itemWrapper .itemImage {
        min-width: 100px;
        height: auto !important;
    }

    .cartItems .itemWrapper .itemDetail span.title {
        width: 55%;
        display: inline-block;
        text-transform: none;
        ;
    }

    .cartItems .itemWrapper .itemDetail span.description {
        width: 40%;
        display: inline-block;
    }


.cartInfo .promoCode {
    border: none;
}

    .cartInfo .promoCode input {
        padding: 12px;
    }

.updateCart .btnWrapper .btn {
    border: none;
}

.costSummary {
    border: none;
}

.slideCartCopy .slideCart {
    display: none;
}

dl.checkoutProcess dt.stepTitle span.stepTitleInner {
    font-size: 1.65em;
}

    dl.checkoutProcess dt.stepTitle span.stepTitleInner span.bold {
        font-size: 0;
        display: inline-block;
    }

        dl.checkoutProcess dt.stepTitle span.stepTitleInner span.bold::before {
            content: '';
            font-size: 1.25rem;
            font-weight: normal;
            text-align: center;
            line-height: 40px;
            width: 40px;
            height: 40px;
            display: inline-block;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin-right: 10px;
        }

dl.checkoutProcess dt.stepTitle.ready span.stepTitleInner span.bold {
    color: #fff;
}

dl.checkoutProcess dt.stepTitle span.stepTitleInner {
    padding: 30px 0px 15px 0px;
    margin: 0 20px;
}

dl.checkoutProcess dt.inactive span.stepTitleInner {
    background: none !important;
    border-bottom: 1px solid #b7b7b7;
    padding: 30px 65px 30px 0px;
    margin: 0 20px;
}

dl.checkoutProcess dd.stepContent::after {
    content: '';
    display: block;
    width: 100%;
    margin: 80px 0 -10px;
    border-bottom: 1px solid #b7b7b7;
}

.template6 dl.checkoutProcess dt.stepTitle.inactive:not(.ready) span.stepTitleInner {
    color: #8b8b8b;
}

dl.checkoutProcess dt.stepTitle.inactive span.stepTitleInner span.bold::before {
    color: #8b8b8b;
    border-color: #8b8b8b;
    background: none;
}

dl.checkoutProcess dt.stepTitle.ready span.stepTitleInner span.bold::before {
    color: #fff;
    border-color: transparent;
    background: none;
}

.checkoutProcess #titleShipping0 span.stepTitleInner span.bold::before {
    content: '1';
}

.checkoutProcess #titleBilling span.stepTitleInner span.bold::before {
    content: '2';
}

.checkoutProcess #titlePayment span.stepTitleInner span.bold::before {
    content: '3';
}

.checkoutProcess #titleReview span.stepTitleInner span.bold::before {
    content: '4';
}

dl.checkoutProcess dt.stepTitle a.editLink,
dl.checkoutProcess dt.stepTitle a.editLink:link {
    text-transform: uppercase;
    font-size: 0.95rem;
    color: #555555;
    margin-top: 12px;
}

dl.checkoutProcess .stepGroupTitle {
    background: none;
    border: none;
    padding: 0 0 0 10px;
    color: #2b2b2b;
}

ul.processSteps li.prevStep {
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 0 12px 10px 0;
}

ul.processSteps li.active {
    background: none;
}

.onePageCheckout .checkoutProcess .cartItems {
    float: left;
    margin: 25px 0;
    padding: 5px;
    background: #fefefe;
}

.stepGroupContent .cartItems .itemWrapper,
.stepGroupContent .cartItems .itemWrapper .itemContent {
    background: none;
}

.onePageCheckout .cartItems .itemWrapper .itemImage {
    max-width: 95%;
    min-width: 95%;
}

.printbody .emailSignupWrpr {
    display: none;
}

.printbody .footerContactInfo #aboutContainer + .grid_3 {
    width: 50%;
}

    .printbody .footerContactInfo #aboutContainer + .grid_3 .heading,
    .printbody .footerContactInfo #aboutContainer,
    .printbody .footerContactInfo .followUs,
    .printbody .footerContactInfo + #CompanyInfo,
    .printbody .footerContactInfo + #CompanyInfo + p {
        display: none;
    }
/*  ======================================================================================================= */
/*  ======================================================================================================= */
@media (min-width:1024px) {
    .siteHeader .siteSearch {
        display: block !important;
    }
}

@media (max-width:1350px) {
    .mainNav {
        padding: 10px 20px 5px;
        box-sizing: border-box;
    }

    .featured-items .slick-prev,
    .slick-prev {
        left: 0;
    }

    .featured-items .slick-next,
    .slick-next {
        right: 0;
    }

    .headerLinks {
        margin-right: 10px;
    }

    .heroBanner .heading1 {
        font-size: 1.85em;
    }

    .heroBanner .heading2 {
        font-size: 2.9em;
    }

    .heroBanner .heading3 {
        font-size: 1.5em;
    }

    .template6 .heroBanner a.btn {
        margin: 20px auto;
    }

    .servicesBanners .icon {
        display: block;
        margin: 0 auto;
    }


    .emailSignupWrpr .footerHeading {
        font-size: 2em;
        margin-top: 0;
        padding-top: 5%;
    }

        .emailSignupWrpr .footerHeading span {
            font-size: 0.6em;
        }

    .emailSignupWrpr .footerHeading {
        float: none;
        width: 100%;
        z-index: 10000;
    }

    .emailSignupWrpr {
        position: relative;
        padding: 0;
        height: auto;
    }

        .emailSignupWrpr::before {
            top: initial;
            bottom: 0;
            max-height: 200px;
            background-size: contain;
        }

        .emailSignupWrpr::after {
            display: none;
        }

        .emailSignupWrpr .container {
            padding: 0;
            margin: 0;
        }

            .emailSignupWrpr .container::before {
                position: absolute;
                top: initial;
                right: 0px;
                bottom: 0;
                width: 200px;
                height: 200px;
                content: '';
                background: url(/cms/images/template6/ftr-newsletter-2.jpg) no-repeat;
                background-size: contain;
                background-position: 100%;
                transform: rotate(90deg);
            }

        .emailSignupWrpr .formee {
            float: none;
            width: 100%;
        }

    .checkoutBody .cartwrpr .sw_stack > .grid_9.alpha {
        width: 65%;
    }
}

@media (max-width:1024px) {
    .siteHeader .siteName {
        width: 50%;
        text-align: center;
        margin-top: 20px;
        min-height: 60px;
    }

    .siteHeader .headerTop .wrapper {
        width: 100%;
        padding: 5px 0 0;
        box-sizing: border-box;
    }

    .headerLinks {
        float: none;
        position: absolute;
        width: 55%;
        top: initial;
        bottom: 0%;
        right: 0px;
        margin-right: 0;
    }

        .headerLinks a {
            padding: 18px 10px 12px;
        }

        .headerLinks #AnonymousView, .headerLinks #MemberView {
            margin: 0;
            padding: 0px 5px 0px;
        }

        .headerLinks #AnonymousView {
            display: inline-block;
        }

    #spanCartTotal {
        top: 8px;
    }

    .headerLinks a.searchLink {
        display: inline-block;
        border-left: 1px solid #e1e1e1;
        margin-right: 0;
    }

        .headerLinks a.searchLink.active {
            color: #fff;
        }

    .template6 .headerLinks a.searchLink.active .icon-search {
        fill: white;
    }

    .siteHeader .siteSearch {
        max-width: 100%;
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        z-index: 99;
        padding: 9px;
        box-sizing: border-box;
    }

    .formee .searchControls input[type="text"] {
        background: #ffffff;
    }

        .formee .searchControls input[type="text"]:focus {
            background: #efefef;
        }

    .heroBanner .heading1 {
        font-size: 1.5em;
    }

    .heroBanner .heading2 {
        font-size: 2em;
    }

    .heroBanner .heading3 {
        font-size: 1em;
    }

    .servicesBanners h2 {
        font-size: 2em;
    }

        .servicesBanners h2 + p {
            font-size: 1.2em;
            text-align: center;
        }

    .grid_12.footerContactInfo {
        padding: 0;
        margin: 0 0 40px;
    }

    .container .footerContactInfo .grid_3:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .container .footerContactInfo .grid_3:nth-child(2) {
        width: 45%;
        padding: 0;
    }

    .container .footerContactInfo .grid_3:nth-child(3) {
        width: 32%;
        padding: 0;
    }

    .container .footerContactInfo .grid_3:nth-child(4) {
        width: 23%;
        padding: 0;
    }

    .footerContactInfo .followUs {
        margin-bottom: 10px;
    }

    .ftrLogo {
        margin-top: 0;
    }

    .footerContactInfo .footerHeading, .footerContactInfo .heading div {
        margin: 0;
    }

    .subFooter .container .grid_6 {
        width: 100%;
    }

    .bannerBlock .grid_6 {
        width: 50%;
    }

        .bannerBlock .grid_6 .top,
        .bannerBlock .grid_6:nth-child(2) .bottom {
            height: 220px
        }

        .bannerBlock .grid_6 .bottom,
        .bannerBlock .grid_6:nth-child(2) .top {
            height: 320px;
        }

    .bodyList .productList .grid_4 {
        width: 33.33%;
    }

    .bodyList .filters {
        border-left: none;
        border-right: none;
    }

    .filters .filterList select {
        margin-right: 0;
        width: 98%;
    }


    .summaryBody.checkoutBody .siteBody::before {
        display: none;
    }

    .checkoutBody .cartwrpr .sw_stack > .grid_3.omega,
    .checkoutBody .cartwrpr .sw_stack > .grid_9.alpha {
        width: 100%;
        left: 0;
    }

    .checkoutBody .slideCartRail {
        margin: 0;
        min-height: 100px !important;
    }

    .checkoutSummary > .content {
        padding: 0 0 10px;
    }

    .checkoutSummary .costSummary {
        padding: 0 20px;
    }

        .checkoutSummary .costSummary .title {
            text-align: right !important;
        }

        .checkoutSummary .costSummary .price,
        .slideCartCompanion .costSummary .price {
            width: 20%;
        }

    .slideCartCompanion .cartList .itemRecipient {
        float: left;
        width: 40%;
        box-sizing: border-box;
    }

    .slideCartCompanion .cartList .itemQty {
        float: left;
        box-sizing: border-box;
    }

    .slideCartCompanion .cartList .itemTotal {
        float: right;
        width: 33%;
        box-sizing: border-box;
    }

    .slideCartCopy .slideCart {
        display: block;
        width: 100%;
        position: relative;
        max-width: none;
        padding: 0 20px;
    }

        .slideCartCopy .slideCart .checkoutSummary {
            box-shadow: none;
        }

            .slideCartCopy .slideCart .checkoutSummary .costSummary {
                border: none;
            }

                .slideCartCopy .slideCart .checkoutSummary .costSummary .price {
                    width: 20%;
                }

            .slideCartCopy .slideCart .checkoutSummary > .title {
                display: none;
            }
}

@media (max-width:960px) {
    .checkoutBody .siteBody::before {
        display: none;
    }

    .checkoutBody .siteBody > .container > .grid_12 {
        padding: 0;
    }

    .onePageCheckout > .grid_9.alpha,
    .onePageCheckout > .grid_3.omega {
        width: 100%;
    }

    .checkoutBody .pageHeading {
        display: none;
    }

    .checkoutBody .loginLink {
        position: relative;
        top: initial;
        right: initial;
        display: block;
        width: 100%;
        float: left;
        display: none;
    }

    .checkoutBody .breadcrumbs {
        display: none;
    }

    .checkoutBody .slideCartRail {
        padding: 20px;
    }

    .checkoutBody .shopperapproved_widget {
        width: 100%;
    }
}

@media (max-width:768px) {
    .mobile {
        display: block;
    }

    .siteHeader .headerTop {
        box-sizing: border-box;
    }

    .siteTop .sitePhone {
        margin-left: 4px;
        margin-bottom: 10px;
    }

    .siteTop .topLinks {
        margin-right: 15px;
        box-sizing: border-box;
    }

    .template6 .siteTop .topLinks a {
        padding-left: 8px;
    }

    .siteTop .topLinks a span {
        display: none;
    }

    .headerLinks {
        position: relative;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding-left: 20%;
        box-sizing: border-box;
    }

        .headerLinks > a,
        .headerLinks #AnonymousView,
        .headerLinks #MemberView,
        .headerLinks a.cartLink,
        .headerLinks a.searchLink {
            width: 19%;
            text-align: center;
            box-sizing: border-box;
            padding-left: 0;
            padding-right: 0;
            margin: 0;
        }

        .headerLinks a, .headerLinks a:link, .headerLinks a:visited {
            margin: 0;
        }

        .headerLinks a {
            padding: 18px 5px 12px;
        }

            .headerLinks a.cartLink {
                height: 82px;
            }

        .headerLinks .icon-cart {
            margin-bottom: -2px;
        }

        .headerLinks > a:first-child {
            border-left: 1px solid #e1e1e1;
        }

    .siteHeader .siteName {
        width: 100%;
    }

    .siteHeader .headerTop .wrapper {
        position: relative;
    }

    .siteHeader .siteSearch {
        top: 90px;
    }


    .menuLink {
        top: -86px;
        text-transform: lowercase;
        padding: 22px 12px 12px;
        text-align: center;
        font-size: 1.25em;
        width: 20%;
        box-sizing: border-box;
        height: 86px;
        left: 0;
    }

        .menuLink label {
            display: block;
            font-size: 1.2rem;
            cursor: pointer;
        }

    .template6 .menuLink.active {
        color: #fff;
    }

    .mainNav {
        position: relative;
        display: block;
        box-sizing: border-box;
        padding: 0;
    }

        .mainNav .navMenu {
            padding: 0;
        }

    .menuLink.active + .navMenu {
        border-top-style: solid;
        border-top-width: 10px;
        border-bottom-style: solid;
        border-bottom-width: 10px;
        padding: 10px;
    }

    .navMenu > ul {
        background: #fff;
        box-sizing: border-box;
    }

        .navMenu > ul > li {
            display: inline-block;
            width: 50%;
            box-sizing: border-box;
            text-align: center;
        }

    .navMenu ul > li.lastnavli {
        width: 50%;
    }

    .navMenu ul li ul .subMenuInner {
        border: 1px solid #efefef;
        border-top: 1px solid rgba(85,85,85,.8);
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .navMenu ul .clicked .subMenu > a.hasSub {
        font-weight: 700;
    }

    .navMenu > ul > li ul {
        margin-top: 0;
    }

    .storeItem .mainNav, .interior .mainNav {
        border-bottom: none;
    }


    .heroBanner .heading1 {
        margin-top: 0px;
    }

    .heroBanner .customBanner {
        height: auto;
        display: block;
        padding: 20px 0 0;
    }

        .heroBanner .customBanner .txtWrpr {
            height: auto;
            width: 100%;
            float: none;
            position: relative;
        }

        .heroBanner .customBanner .imgWrpr {
            width: 100%;
            text-align: right;
            background: #f5f5f7;
            float: none;
        }

            .heroBanner .customBanner .imgWrpr img {
                position: relative;
            }

    .servicesBanners {
        padding: 0;
    }

        .servicesBanners .txt {
            height: auto;
        }

        .servicesBanners .grid_4:nth-child(2) {
            border: none;
            border-top: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
        }

    .footerMessage {
        text-align: center;
    }

    .footerContactInfo #aboutContainer {
        padding: 0 40px;
    }

    .container .footerContactInfo .grid_3:nth-child(2),
    .container .footerContactInfo .grid_3:nth-child(3),
    .container .footerContactInfo .grid_3:nth-child(4) {
        width: 100%;
        margin-bottom: 20px;
    }

    .subFooter {
        text-align: center;
    }

        .subFooter .footerLinks {
            display: block;
            text-align: center;
        }

        .subFooter a {
            float: none;
            margin-bottom: 6px;
        }

    .bannerBlock .banner .bannerText {
        font-size: 1.89em;
        bottom: initial;
        top: 20%;
        display: block;
    }

        .bannerBlock .banner .bannerText::after {
            position: relative;
            display: block;
            margin: 10px auto;
            max-width: 50%;
            bottom: initial;
            left: initial;
            transform: none;
        }

    .bannerBlock .grid_6 {
        width: 50%;
        padding: 0 5px !important;
    }

        .bannerBlock .grid_6 .top,
        .bannerBlock .grid_6:nth-child(2) .bottom,
        .bannerBlock .grid_6 .bottom,
        .bannerBlock .grid_6:nth-child(2) .top {
            height: 220px;
            margin-bottom: 10px;
        }

    .bannerBlock .banner > img {
        min-width: 100% !important;
        height: auto !important;
        min-height: 100% !important;
        
    }

    .emailSignupWrpr::before,
    .emailSignupWrpr .container::before {
        width: 150px;
        height: 150px;
    }

    .bodyList .productList .grid_4 {
        width: 50%;
    }

    .productList .itemWrapper {
        width: 80%;
    }



    .storeItem .siteBody::before {
        display: none;
    }

    .storeItem .siteBody > .container .grid_5 {
        width: 100%;
        padding: 0;
    }

        .storeItem .siteBody > .container .grid_5 .productImage {
            width: 100%;
            background: #eeeeee;
            padding: 30px;
            box-sizing: border-box;
            margin: 0 auto 30px;
            box-shadow: none;
        }

        .storeItem .siteBody > .container .grid_5 .mobile {
            background: #fff;
            padding: 0 30px;
            text-align: center;
        }

    .mobile .productDetails {
        float: none;
        display: block;
    }

    .storeItem .siteBody > .container .grid_7 {
        width: 100%;
    }

    .grid_7 .productDetails #ItemName,
    .grid_7 .productDetails .itemPrice,
    .grid_7 .productDetails .itemSku {
        display: none;
    }

    .productDetails main > .grid_6 {
        width: 100%;
    }

    .storeItem .itemName {
        font-size: 2em;
    }

    .storeItem .itemPrice {
        font-size: 1.8em;
    }

    .accountLogin {
        background: none;
    }

        .accountLogin .accountBlocks .note {
            display: block;
        }

    .bodyList .railNavWrapper::before {
        background-size: cover;
    }
}

@media (max-width:600px) {


    .menuLink .icon-menu::before {
        height: 33px;
        display: block;
    }

    .headerLinks .icon + span,
    .menuLink label {
        font-size: 0.8rem;
    }

    .slideBanners,
    .slideBanners .banner {
        min-height: 550px;
    }

        .slideBanners .banner img {
            float: none;
            margin: 0 auto;
        }

        .slideBanners .banner .content {
            float: none;
            display: block;
            width: 100%;
            padding: 20px 0;
        }

    .bannerBlock .grid_6 {
        width: 100%;
        padding: 0 5px !important;
    }

    .bannerBlock::before {
        font-size: 1.5em;
    }

    .featured-items .titleWrpr {
        font-size: 0.70em;
    }

    .emailSignupWrpr::before,
    .emailSignupWrpr .container::before {
        width: 100px;
        height: 100px;
    }

    .bodyList .filters {
        height: auto;
        display: block;
        margin: 0;
        float: none;
        position: relative;
    }

    .filterList select,
    .bodyList .catList select {
        padding: 13px 5px 12px;
    }

    .bodyList .catList,
    .bodyList .filters .filterList,
    .bodyList .filters .sortList {
        width: 100%;
        border: none;
        float: none;
        display: block;
    }

    .filters .sortList label {
        margin: 5px;
        padding: 13px 5px 0px;
    }

    .filterList .arrow2::before,
    .bodyList .filters label::before {
        top: 8px;
        font-weight: normal;
    }

    .bodyList .filters .catList label::before {
        top: 16px;
    }

    .bodyList .filters .filterList {
        border-top: 1px solid #e1e1e1;
        border-bottom: 0px solid #e1e1e1;
        height: 50px;
    }

    .bodyList .filters .sortList {
        height: 45px;
    }

        .bodyList .filters .sortList .sortItem {
            width: 98%;
        }

        .bodyList .filters .sortList label::before {
            right: 28px;
        }

    .bodyList .productList {
        margin-top: 0px;
    }
}

@media (max-width:480px) {
    .bodyList .productList .grid_4 {
        width: 100%;
    }

    .navMenu > ul > li {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .navMenu ul > li.lastnavli {
        width: 100%;
    }

    .slideCartCompanion .cartList .noBullet {
        padding: 0;
    }

    .menuLink {
        width: 18%;
    }

    .headerLinks {
        padding-left: 18%;
    }

        .headerLinks a {
            padding: 18px 0px 12px;
        }
}


/*  ======================================================================================================= */
/*  ======================================================================================================= */
@media (max-width:1370px) and (min-width:1024px) {
    .emailSignupWrpr .container .emailSignup {
        max-width: 768px;
    }

    .emailSignupWrpr .footerHeading {
        font-size: 2.5em;
    }
}

/*  ======================================================================================================= */
/*  ======================================================================================================= */
/*  ======================================================================================================= */

/* ADUST */
.featured-items .itemWrapper .itemTitle,
.featured-items .itemWrapper .itemTitle.med,
.featured-items .itemWrapper .itemTitle.sm,
.featured-items .itemWrapper .itemTitle.xsm {
    font-size: 1.25rem;
}

.productList .itemWrapper .itemTitle a,
.productList .itemWrapper .itemTitle.med a,
.productList .itemWrapper .itemTitle.sm a,
.productList .itemWrapper .itemTitle.xsm a {
    font-size: 1rem;
}

.pageToolsWrapper a.pageTool {
    font-weight: normal;
    text-transform: uppercase;
    color: #939393;
    margin: 0;
    padding: 0 10px;
    font-size: 1.0em;
    letter-spacing: normal;
}

.pageToolsWrapper a.email {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

.pageToolsWrapper a.pageTool span {
    vertical-align: middle;
    padding-right: 5px;
}

.template6.bodyList .pageHeading .primaryFont {
    font-family: 'Playfair Display', serif;
}

.bodyList .railNavWrapper .railNavHeading {
    display: none;
}

.bodyList .pageHeading {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 70px 0 0 0;
    width: 100%;
    max-width: 1245px;
    text-align: center;
    color: #fff;
    font-size: 1.82em;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.76);
}

.template6.bodyList .pageHeading .primaryFontColor {
    color: #fff;
}

.bodyList .mainContent .pageToolsWrapper + strong.hdng2 {
    display: none;
}

    .bodyList .mainContent .pageToolsWrapper + strong.hdng2 + p {
        position: absolute;
        box-sizing: border-box;
        z-index: 2;
        width: calc(100% - 80px);
        max-width: 700px;
        left: 50%;
        transform: translateX(-50%);
        top: -120px;
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.76);
        text-align: center;
        padding: 4px 8px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
        -moz-border-radius-bottomright: 12px;
        -webkit-border-bottom-right-radius: 12px;
        border-bottom-right-radius: 12px;
        -moz-border-radius-bottomleft: 12px;
        -webkit-border-bottom-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

@media (max-width:768px) {
    .bodyList .pageHeading {
        padding: 20px 0 0 0;
    }

    .bodyList .mainContent .pageToolsWrapper + strong.hdng2 + p {
        top: -160px;
    }
}

/*  =================================== */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

    .nice-select:hover {
        border-color: #dbdbdb
    }

    .nice-select.open, .nice-select:active, .nice-select:focus {
        border-color: #999
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        width: 5px
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none
    }

        .nice-select.disabled:after {
            border-color: #ccc
        }

    .nice-select.wide {
        width: 100%
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important
        }

    .nice-select.right {
        float: right
    }

        .nice-select.right .list {
            left: auto;
            right: 0
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68,68,68,.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(.75) translateY(-21px);
        -ms-transform: scale(.75) translateY(-21px);
        transform: scale(.75) translateY(-21px);
        -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
        transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
        z-index: 9
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: 0;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
            background-color: #f6f6f6
        }

        .nice-select .option.selected {
            font-weight: 700
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default
        }

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.nice-select {
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 500;
    font-size: 1rem;
    margin: 24px 1px 12px;
    height: 64px;
    letter-spacing: 0.04em;
    display: block;
    line-height: 50px;
    text-align: left !important;
    white-space: nowrap;
    width: 99.5%;
    box-sizing: border-box;
    border: none;
}

    .nice-select.open .list {
        width: 100%;
        border-radius: 0px;
        margin: 12px 0 0 0px;
        -webkit-box-shadow: 0 8px 18px 0 rgba(0,0,0,.12);
        box-shadow: 0 8px 18px 0 rgba(0,0,0,.12);
    }

    .nice-select .option {
        border-top: 1px solid #e1e1e1;
        min-height: 50px;
        line-height: 50px;
    }

        .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
            background-color: #f3f3f3;
        }


    .nice-select::after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 12px;
        margin-top: -18px;
        pointer-events: none;
        position: absolute;
        right: 26px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        width: 12px;
    }

.filterList .arrow2::before {
    display: none;
}

.bodyList .filters .sortList {
    padding: 0;
    background: none;
}

    .bodyList .filters .sortList label::before {
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        position: absolute;
    }

    .bodyList .filters .sortList.show label::before {
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 18px;
        right: 12px;
    }

    .bodyList .filters .sortList .wrpr {
        background: #fff;
        opacity: 0;
        margin: 45px -8px 0 -3px;
        -webkit-box-shadow: 0 8px 18px 0 rgba(0,0,0,.12);
        box-shadow: 0 8px 18px 0 rgba(0,0,0,.12);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(.75) translateY(-21px);
        -ms-transform: scale(.75) translateY(-21px);
        transform: scale(.75) translateY(-21px);
        -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
        transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
        box-sizing: border-box;
    }

    .bodyList .filters .sortList.show .wrpr {
        display: block;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .bodyList .filters .sortList .sortItem {
        width: 99.8%;
        text-transform: lowercase;
        font-weight: 400;
        font-size: 1rem;
        min-height: 50px;
        line-height: 50px;
        padding: 4px 18px;
        border-top: 1px solid #e1e1e1;
        display: block;
        border-left: none;
        border-right: none;
        box-sizing: border-box;
    }

        .bodyList .filters .sortList .sortItem.last,
        .bodyList .filters .sortList > .sortItem:nth-child(2) {
            border-color: #e1e1e1;
            border-left: none;
            border-right: none;
        }

        .bodyList .filters .sortList .sortItem:hover {
            background: #f3f3f3;
            color: #939393;
        }

            .bodyList .filters .sortList .sortItem:hover a {
                color: #939393;
                background-repeat: no-repeat;
            }

.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {
    background: none;
}

    .filters .sortItem a.down::after {
        content: '';
        float: right;
        margin: 22px 15px 0 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 5px 0 5px;
        border-color: #939393 transparent transparent
    }

    .filters .sortItem a.up::after {
        content: '';
        float: right;
        margin: 22px 10px 0 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent #939393
    }


.bodyList .filters.sm .sortList {
    border-left: 1px solid #e1e1e1;
}

.bodyList .filters.sm .catList,
.bodyList .filters.sm .sortList {
    width: 48%;
}


body.search .railNavWrapper::before {
    background-image: url(/assets/1/6/stock-photo-color-painted-easter-eggs-on-wooden-background-with-spring-flowres-traditional-handmade-wax-1033959007.jpg);
}

.bodyList.search .filters .filterList {
    width: 48%;
    border-left: none;
    border-right: 1px solid #e1e1e1;
}

.bodyList.search .filters .sortList {
    border-left: none;
    width: 50%;
}

.bodyList.search .filters.sm .sortList {
    border-left: none;
    width: 100%;
}

X.bodyList.search .productList {
    margin-top: 0;
}

.bodyList.search .mainContent > .accountBlocks {
    margin-top: 80px;
    display: none;
}

@media (max-width:768px) {
    .bodyList .filters {
        top: 0;
        position: relative;
        left: 0;
        transform: none;
        width: 100%;
        float: none;
        display: block;
        height: auto;
        border: none;
    }

        .bodyList.search .filters .filterList,
        .bodyList .filters .filterList,
        .bodyList .filters .catList,
        .bodyList .filters .sortList {
            width: 98%;
            height: auto;
            min-height: 76px;
            display: block;
            margin: 0 !important;
            border-left: 1px solid #e1e1e1;
            border-right: 1px solid #e1e1e1;
            border-top: 1px solid #e1e1e1;
        }

    .nice-select {
        float: none;
        margin: 12px 1px;
        height: 50px;
    }

    .bodyList .filters .sortList {
        background: #fff;
        border-bottom: 1px solid #e1e1e1;
    }

        .bodyList .filters .sortList .wrpr {
            position: absolute;
            width: 100%;
            margin: 0;
        }

    .filters .sortList label {
        height: 40px;
        margin: 25px 0 2px 15px;
    }

    .bodyList .filters .sortList label::before {
        top: 22px;
        right: 19px;
    }

    .bodyList .productList {
        margin-top: 40px;
    }

    .bodyList.search .mainContent > .accountBlocks {
        margin-top: 40px;
    }
}

.searchCriteria dl.forms dd {
    width: 80%;
}

.searchCriteria dl.forms input.text {
    width: 100%;
}


.newsDetail {
    margin-top: 40px;
}

.formee input[name$="_PHONE1"],
.formee input[name$="_PHONE2"] {
    min-width: 50px;
}

.formee input[name$="_PHONE3"] {
    min-width: 70px;
}

.template6 dl.checkoutProcess dt.stepTitle.ready span.stepTitleInner span.bold::before {
    color: #fff;
}

#stepPayment .stepGroupTitle:not(.primaryPayment),
#stepPayment .stepGroupContent:not(.primaryPayment) {
    display: none;
}

#stepPayment .stepGroupContent .accountBlocks .creditCardFields .grid_12 + .grid_12 + .grid_12 .grid_6 {
    width: 100%;
}

    #stepPayment .stepGroupContent .accountBlocks .creditCardFields .grid_12 + .grid_12 + .grid_12 .grid_6 .grid_6 {
        width: 56%;
        margin-right: 2%;
        box-sizing: border-box;
    }

        #stepPayment .stepGroupContent .accountBlocks .creditCardFields .grid_12 + .grid_12 + .grid_12 .grid_6 .grid_6 + .grid_6 {
            width: 40%;
        }

@media (max-width:768px) {
    #stepPayment .stepGroupContent .accountBlocks .creditCardFields .grid_12 + .grid_12 + .grid_12 .grid_6 .grid_6 {
        width: 100%;
    }

        #stepPayment .stepGroupContent .accountBlocks .creditCardFields .grid_12 + .grid_12 + .grid_12 .grid_6 .grid_6 + .grid_6 {
            margin: 0;
            padding: 0;
            width: 70%;
        }
}

.bodyList .mainContent .pageToolsWrapper + strong.hdng2 + p {
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    width: 100%;
    min-width: 100%;
    max-width: 700px;
    left: 0;
    transform: none;
    top: 70px;
    color: grey;
    text-shadow: none;
    text-align: center;
    padding: 4px 8px;
    background: none;
    -moz-border-radius: 0px;
    -webkit-border-bottom: 0px;
    border: 0px;
}

@media (max-width:768px) {
    .bodyList .mainContent .pageToolsWrapper + strong.hdng2 + p {
        top: 5px;
    }
}


.heroBanner .customBanner .imgWrpr {
    background: #f5f5f7;
    background: -moz-linear-gradient(left, #f5f5f7 0%, #999999 100%);
    background: -webkit-linear-gradient(left, #f5f5f7 0%,#999999 100%);
    background: linear-gradient(to right, #f5f5f7 0%,#999999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f7', endColorstr='#999999',GradientType=1 );
}


.heroBanner > a.banner-tracking {
    margin: 0 auto;
    display: block;
    text-align: center;
}

    .heroBanner > a.banner-tracking + br + .bannerText {
        margin: 0 auto;
        padding-bottom: 40px;
        display: block;
        text-align: center;
    }

.template6 .heroBanner .bannerText a.btn {
    margin: 15px auto;
}

.heroBanner > p {
    text-align: center;
}

@media (max-width:1024px) {
    .heroBanner {
        background: #f5f5f7;
        text-align: center;
    }

        .heroBanner .customBanner .imgWrpr {
            text-align: center;
            background: #d9d7d7;
        }
}



.slideBanners .portlet {
    display: inline-block;
    width: 220px;
    overflow: hidden;
}

.checkoutCart .checkoutSummary .costSummary .price {
    color: #5F554B;
    font-weight: normal;
}

.checkoutSummary .costSummary .chkoutTotalRow .price {
    font-weight: 500;
}

.template6:not(.alt1) .productList .grid_4 {
    width: 33%;
}

.template6:not(.alt1) .productList .itemWrapper {
    background: #fff;
}

    .template6:not(.alt1) .productList .itemWrapper .itemTitle a,
    .template6:not(.alt1) .productList .grid_4:nth-child(2n) .itemWrapper .itemTitle a {
        color: #555555 !important;
    }

.template6:not(.alt1) .productList .itemWrapper {
    border: none;
}

.template6:not(.alt1).storeItem .siteBody::before {
    display: none;
}

.template6:not(.alt1).checkoutBody .siteBody::before,
.template6:not(.alt1).checkoutBody .cartwrpr .sw_stack > .grid_9.alpha,
.template6:not(.alt1) .onePageCheckout > .grid_9.alpha {
    background: #fff;
}

/* ADJUST */
.siteTop {
    margin: 0;
}

.siteHeader .headerTop .wrapper {
    margin-top: 10px;
}

.siteHeader .siteNameWrpr {
    display: flex;
    align-items: center;
    width: 25%;
    height: 115px;
    float: left;
    box-sizing: border-box;
}

.siteHeader .siteName {
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    margin: 0 15px;
    font-size: 1.25em;
}

    .siteHeader .siteName img {
        max-height: 100px;
    }

@media (max-width:1024px) {
    .siteHeader .siteNameWrpr {
        width: 50%;
    }
}

@media (max-width:768px) {
    .siteHeader .siteNameWrpr {
        width: 100%;
    }
}

.template6.bodyList .productList .itemWrapper .itemTitle a,
.template6 .itemWrapper .itemTitle a,
.template6.bodyList .productList .grid_4:nth-child(2n) .itemWrapper .itemTitle a,
.template6 .featured-items .slick-slide:nth-child(2n+1) .itemWrapper .itemTitle a,
.template6 .itemWrapper .itemPrice,
.template6 .itemWrapper .itemPrice a {
    color: #000 !important;
}

.template6 .itemWrapper .itemTitle a,
.productList .itemWrapper .itemTitle a,
.productList .itemWrapper .itemTitle.med a,
.productList .itemWrapper .itemTitle.sm a,
.productList .itemWrapper .itemTitle.xsm a {
    font-size: 1.5rem;
}

.productList .itemWrapper:hover a.itemLink::before,
.featured-items .itemWrapper:hover a.itemLink::before {
    opacity: .10;
}


.bodyList .filters.noSort .sortList {
    display: none;
}

.bodyList .filters.noSort .catList,
.bodyList .filters.noSort .filterList {
    width: 49%;
    border-right-width: 0;
}

@media (max-width:768px) {
    .bodyList .filters.sm .catList,
    .bodyList .filters.sm .sortList {
        width: 99%;
    }

    .bodyList .filters.noSort .catList {
        width: 99%;
        border-right-width: 1px;
    }

    .bodyList .filters.noSort .filterList {
        width: 99%;
        border-right-width: 1px;
        border-bottom: 1px solid #e1e1e1;
    }
}

/* ============================================================================ */
/*  STYLE GUIDE */

.styleGuide {
    position: fixed;
    width: auto;
    background: #fff;
    z-index: 10000;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.3);
    font-family: arial,sans-serif;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    margin: 50px 0 0 0;
}

    .styleGuide h1 {
        font-size: 1em;
        margin: 0;
        text-align: center;
        padding: 50px 20px 10px;
        border-bottom: 1px solid grey;
        display: block;
        border-top: 1px solid grey;
        background: #f3f3f3 url(/cms/images/admin/bloomnet-login-logo.png) no-repeat 50% 5px;
        background-size: 80px;
    }

        .styleGuide h1 span {
            font-size: .75em;
            display: block;
        }

    .styleGuide .item {
        cursor: pointer;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid grey;
        padding: 10px 20px;
        text-align: left;
        box-sizing: border-box;
    }

        .styleGuide .item::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border: 1px solid #efefef;
            right: 10px;
        }

        .styleGuide .item.active {
            font-weight: bold;
        }

            .styleGuide .item.active::after {
                content: '';
                position: absolute;
                width: 20px;
                height: 20px;
                right: 10px;
            }

    .styleGuide .pFont.active::after {
        background: gold;
    }

    .styleGuide .pColor.active::after {
        background: limegreen;
    }

    .styleGuide .sFont.active::after {
        background: yellow;
    }

    .styleGuide .sColor.active::after {
        background: black;
    }

.pFont .template6 .advFooter .linkList,
.pFont .template6 .footerHeading span,
.pFont .template6 .itemWrapper .itemPrice a,
.pFont .template6 dl.checkoutProcess dt.stepTitle span.stepTitleInner span.bold,
.pFont .template6 dl.checkoutProcess dt.stepTitle a.editLink,
.pFont .template6 #lblZip,
.pFont .template6 #lblDeliveryOptions,
.pFont .template6 #lblDate,
.pFont .template6 #nameContainer label,
.pFont .template6 #lblpickUp,
.pFont .template6 .checkoutSummary .costSummary .title,
.pFont .template6 .cartItems .itemTitle,
.pFont .template6 .cartItems .itemWrapper .itemDetail span.title,
.pFont .template6 .servicesBanners h2::after,
.pFont .headerLinks a span,
.pFont .sitePhone,
.pFont .heroBanner .heading1,
.pFont .heroBanner .heading3,
.pFont .container .footerContactInfo .grid_3:nth-child(1),
.pFont .container .footerContactInfo .grid_3:nth-child(3),
.pFont .footerContactInfo #aboutContainer,
.pFont .footerLinks a,
.pFont .copyright,
.pFont .itemPrice a.btn,
.pFont .topLinks span.primaryFont,
.pFont .formee .searchControls input[type="text"],
.pFont .template6 .servicesBanners a p,
.pFont .template6.bodyList .productList .itemWrapper .itemPrice,
.pFont .nice-select .current,
.pFont .filters .sortList label,
.pFont .bodyList .mainContent .pageToolsWrapper + strong.hdng2 + p,
.pFont .pagination .paging,
.pFont select,
.pFont input[type="text"],
.pFont label,
.pFont .pageToolsWrapper a,
.pFont .template6 .note,
.pFont #pShortDesc,
.pFont .productDetails .itemSku,
.pFont .productDetails #spanPrice,
.pFont #divItemAdded span,
.pFont .checkoutSummary .price,
.pFont .breadcrumbs a, .pFont .breadcrumbs span,
.pFont ul.railNav a,
.pFont .template6:not(.bodyList) .pageHeading .hdng,
X.pFont .cartList .cartItemDetails div *,
.pFont .costSummary .price,
.pFont .cartItems .itemWrapper .itemDetail span.description,
.pFont .stepGroupContent p,
.pFont .checkoutProcess .innerhdng,
.pFont ul.processSteps li.bdr,
.pFont p,
.pFont .accountBlocks .blockhdng,
.pFont .formee td,
.pFont .contentExtra ul, .pFont .contentExtra .recipientDetails,
.pFont .accountBlocks dd, .pFont .accountBlocks dt,
.pFont .accountBlocks .price,
.pFont .slideBanners .banner .subtitle {
    background: gold !important;
    border-radius: 0 !important;
}

.sFont .template6 .secondaryFont,
.sFont .template6 .navMenu,
.sFont .template6 .footerHeading,
.sFont .template6 .heroBanner h1,
.sFont .template6 .heroBanner h2,
.sFont .template6 .advList .listhdng,
.sFont .template6 .banner .bannerText,
.sFont .template6 .title,
.sFont .template6 .title .more,
.sFont .template6 .itemWrapper .itemTitle,
.sFont .template6 .btn a,
.sFont .template6 .heroBanner a.btn,
.sFont .template6 .heroBanner .heading2,
.sFont .template6 .featured-items .itemWrapper a.itemLink::after,
.sFont .template6 .bannerBlock::before,
.sFont .template6.bodyList .railNavHeading,
.sFont .template6 .productList .itemWrapper a.itemLink::after,
.sFont .template6 #ItemName,
.sFont .template6 .productDetails .addon .itemTitle,
.sFont .template6 dl.checkoutProcess dt.stepTitle span.stepTitleInner,
.sFont .footerContactInfo #aboutContainer > a,
.sFont .bannerBlock .banner .bannerText::after,
.sFont .template6 .emailSignupWrpr a.btn,
.sFont .template6.bodyList .pageHeading .primaryFontColor,
.sFont #btnAddToCart,
.sFont .dropCartButtons .btn, .sFont .checkoutSummary .btnWrapper .btn,
.sFont .updateCart .btnWrapper .btn,
.sFont .cartInfo .promoCode input.btn,
.sFont #btnShipping0.btn,
.sFont #btnReview,
.sFont .contentExtra .title,
.sFont .template6 .slideBanners .slick-slide .banner .btn {
    background: yellow !important;
}



.pColor .template6 .footerHeading,
.pColor .template6 ul.advList .listhdng, .template6 ul.advList .listhdng a,
.pColor .template6 ul.advList .listhdng a:link,
.pColor .template6 ul.advList .listhdng a:visited,
.pColor .template6 .siteSearch .icon-search,
.pColor .template6 .featured-items .title,
.pColor .template6 .featured-items .itemWrapper a.itemLink::after,
.pColor .template6 .bannerBlock .banner .bannerText::after,
.pColor .template6 .bannerBlock::before,
.pColor .template6 .dropRail .railNav li a,
.pColor .template6 .productList .itemWrapper a.itemLink::after,
.pColor .template6.bodyList .catList select,
.pColor .template6 .productDetails .addon h2,
.pColor .template6 dl.checkoutProcess dt.stepTitle span.stepTitleInner,
.pColor .template6 dl.checkoutProcess dt.stepTitle span.stepTitleInner span.bold::before,
.pColor .template6 dl.checkoutProcess dt.stepTitle.ready span.stepTitleInner,
.pColor .template6 ul.processSteps li.active,
.pColor .template6.bodyList .filters label::before,
.pColor .template6.bodyList .filters .filterList .arrow2::before,
.pColor .template6 .filters .sortItem a.up,
.pColor .template6 .filters .sortItem a.up:link,
.pColor .template6 .filters .sortItem a.up:visited,
.pColor .template6 .filters .sortItem a.down,
.pColor .template6 .filters .sortItem a.down:link,
.pColor .template6 .filters .sortItem a.down:visited,
.pColor .template6 #lblZip,
.pColor .template6 #lblDeliveryOptions,
.pColor .template6 #lblDate,
.pColor .template6 #nameContainer label,
.pColor .template6 #lblpickUp,
.pColor .template6 .arrowLabel,
.pColor .template6 .checkoutSummary > .title,
.pColor .template6 .checkoutSummary .costSummary .chkoutTotalRow .title,
.pColor .template6 .menuLink,
.pColor .template6 .nice-select .option.selected,
.pColor .template6 .filters .catList .nice-select .current,
.pColor .headerLinks span,
.pColor .template6 .headerLinks [class*="icon-"],
.pColor #siteName,
.pColor .footerContactInfo .heading div,
.pColor .footerLinks a,
.pColor #AreasServed h3,
.pColor .pagination .paging a,
.pColor .icon-calendar,
.pColor .item-dialog-details span.bold,
.pColor .pageToolsWrapper a,
.pColor .breadcrumbs a,
.pColor h1.hdng,
.pColor .cartList .itemInfo .itemTitle a,
.pColor .cartList .itemTotal *,
.pColor .checkoutSummary .costSummary .price,
.pColor .template6 .slideBanners .slick-slide:nth-child(even) .banner a,
.pColor p.primaryFontColor {
    color: limegreen !important;
    fill: limegreen !important;
}

    .pColor .template6 .btnWrapper,
    .pColor .template6 .navMenu > ul > li .subMenu .subMenu > a .menuText,
    .pColor .template6 .heroBanner a.btn,
    .pColor .template6 .servicesBanners,
    .pColor .template6 ul.socialFollow li,
    .pColor .template6 .slideBanners > .banner,
    .pColor .template6 .slideBanners .slick-slide:nth-child(even) .banner,
    .pColor .template6 .slideBanners .slick-slide:nth-child(odd) .banner .btn,
    .pColor .template6 .featured-items .itemWrapper a.itemLink::before,
    .pColor .template6 .productList .itemWrapper a.itemLink::before,
    .pColor .template6 dl.checkoutProcess dt.stepTitle.ready span.stepTitleInner span.bold::before,
    .pColor .template6 .siteHeader .siteSearch,
    .pColor .template6 .headerLinks a.searchLink.active,
    .pColor .template6 .menuLink.active,
    .pColor .siteTop {
        background: limegreen !important;
    }

    .pColor .template6 .footer .footerTop,
    .pColor .template6 dl.checkoutProcess dt.stepTitle span.stepTitleInner span.bold::before,
    .pColor .template6 ul.processSteps li.active,
    .pColor .template6 input.text:focus,
    .pColor .template6 textarea.text:focus,
    .pColor .template6 .formee select:focus,
    .pColor .template6 select:focus,
    .pColor .template6 #txtRecipientFirst:focus,
    .pColor .template6 #txtRecipientLast:focus,
    .pColor .template6 .formee input[type="text"]:focus,
    .pColor .template6 .formee input[type="tel"]:focus,
    .pColor .template6 .formee input[type="number"]:focus,
    .pColor .template6 .formee input[type="email"]:focus,
    .pColor .template6 .formee textarea:focus,
    .pColor .template6 .mainNav .navMenu,
    .pColor .template6 .nice-select::after {
        border-color: limegreen !important;
    }

.pColor .template6 .slick-prev::before {
    border-color: transparent limegreen transparent transparent !important;
}

.pColor .template6 .slick-next::before {
    border-color: transparent transparent transparent limegreen !important;
}

.pColor .template6 .headerLinks .icon-phone,
.pColor .template6 .headerLinks .icon-login,
.pColor .template6 .headerLinks .icon-cart,
.pColor .template6 .headerLinks .icon-search {
    fill: limegreen !important;
}

.sColor .template6 .heroBanner h2,
.sColor .template6 .itemWrapper .itemPrice,
.sColor .template6 .heroBanner .heading2,
.sColor .template6 .featured-items .title .more,
.sColor .template6 .featured-items .slick-slide:nth-child(odd) .itemWrapper a.itemLink::after,
.sColor .template6.bodyList .productList .itemWrapper .itemTitle a,
.sColor .template6.bodyList .productList .itemWrapper .itemPrice,
.sColor .template6 .itemWrapper .itemTitle a,
.sColor .template6 .itemWrapper .itemPrice a,
.sColor .template6.bodyList .productList .grid_4:nth-child(odd) .itemWrapper a.itemLink::after,
.sColor .template6 .note,
.sColor .template6:not(.alt1) .productList .grid_4:nth-child(2n) .itemWrapper .itemPrice,
.sColor .template6:not(.alt1).storeItem .itemPrice,
.sColor .template6:not(.alt1) .checkoutSummary .costSummary .chkoutTotalRow .title,
.sColor .template6:not(.alt1) .checkoutSummary .costSummary .chkoutTotalRow .price {
    color: black !important;
}

.sColor .template6 .servicesBanners h2::before,
.sColor .template6 .servicesBanners .icon::before,
.sColor .template6 .slideBanners > .banner:nth-child(odd),
.sColor .template6 .slideBanners .slick-slide:nth-child(odd) .banner,
.sColor .template6 .featured-items .slick-slide:nth-child(odd) .itemWrapper a.itemLink::before,
.sColor .template6.bodyList .productList .grid_4:nth-child(odd) .itemWrapper a.itemLink::before {
    background: black !important;
}


.sColor .template6 .featured-items .title .more::after {
    border-color: transparent transparent transparent black !important;
}

.sColor .template6.bodyList .railNavWrapper {
    background: black;
    background: -moz-linear-gradient(-45deg, black 0%, #d0d0d0 100%);
    background: -webkit-linear-gradient(-45deg, black 0%,#d0d0d0 100%);
    background: linear-gradient(135deg, black 0%,#d0d0d0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='black', endColorstr='#d0d0d0',GradientType=1 );
}

@media (min-width:48em) {
    .template6 .heroBanner .customBanner .imgWrpr img {
        position: relative;
    }
}

@media (max-width:600px) {
    .template6 .slideBanners.slick-slider {
        min-height: 250px;
        margin-bottom: 0;
    }
}

.template6.alt1 .slideBanners {
    display: none;
}

/* DEPT BANNERS */
.topWrpr .bannerEffects .slideItem {
    opacity: 0;
}

.topWrpr .bannerList {
    height: 249px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    color: #fff;
    position: absolute !important;
    box-sizing: border-box;
    z-index: 1;
}

    .topWrpr .bannerList .slideItem {
        height: 249px;
        width: 100%;
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-position: 50% 30%;
        background-size: 100% auto;
    }

        .topWrpr .bannerList .slideItem img {
            width: 100% !important;
            height: auto !important;
            left: 0;
            top: -50%;
            position: absolute;
            opacity: 0;
        }

        .topWrpr .bannerList .slideItem.short {
            background-size: auto 100%;
            background-position: 100% 50%;
        }

            .topWrpr .bannerList .slideItem.short img {
                top: 0%;
            }

    .topWrpr .bannerList .cycle-sentinel {
        display: none !important;
    }

@media (max-width:768px) {
    .topWrpr .bannerList .slideItem {
        background-size: cover;
    }

        .topWrpr .bannerList .slideItem img {
            width: auto !important;
            min-width: 100% !important;
            min-height: 100% !important;
            left: 50%;
            transform: translatex(-50%);
            top: -50%;
            position: absolute;
        }
}


/*  HERO BANNER */
.template6 .heroBanner.imgOnly {
    position: relative;
}

    .template6 .heroBanner.imgOnly a.banner-tracking img {
        min-width: 100%;
    }

    .template6 .heroBanner.imgOnly a.banner-tracking + br {
        display: none;
    }

X.template6 .heroBanner.imgOnly .bannerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.template6 .heroBanner.imgOnly .bannerText .lname {
    display: block;
    margin: 0;
    font-size: 2.25em;
    color: #737373;
    font-weight: 300;
}

.template6 .heroBanner.imgOnly .bannerText .ldesc {
    text-transform: none;
    margin: 5px auto 25px;
    font-size: 2.2em;
    line-height: 1;
    display: table;
}

.template6 .heroBanner.imgOnly .ldesc + .btnWrapper a.btn {
    margin: 0 auto;
}

.heroBanner > a.banner-tracking.imgOnly + br + .bannerText {
    position: absolute;
    top: 0;
    width: 50%;
    height: 450px;
    padding: 5%;
    left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.template6 .heroBanner a.banner-tracking.imgOnly {
    height: 450px;
    width: 100%;
    overflow: hidden;
}

    .template6 .heroBanner a.banner-tracking.imgOnly img {
        height: 450px !important;
        width: auto !important;
        max-width: none !important;
        min-width: 100%;
        float: right;
    }

@media (max-width:1245px) {
    .heroBanner > a.banner-tracking + br + .bannerText,
    .template6 .heroBanner a.banner-tracking.imgOnly,
    .template6 .heroBanner a.banner-tracking.imgOnly img {
        height: 300px !important;
    }

    .template6 .heroBanner.imgOnly .bannerText .lname {
        font-size: 1.83em;
    }

    .template6 .heroBanner.imgOnly .bannerText .ldesc {
        font-size: 1.5em;
    }
}

@media (max-width:768px) {
    .template6 .heroBanner.imgOnly .bannerText .lname {
        font-size: 1.5em;
    }

    .template6 .heroBanner.imgOnly .bannerText .ldesc {
        font-size: 1.25em;
    }

    .heroBanner > a.banner-tracking + br + .bannerText,
    .template6 .heroBanner a.banner-tracking.imgOnly,
    .template6 .heroBanner a.banner-tracking.imgOnly img {
        height: 200px !important;
    }

    .heroBanner.imgBanner {
        display: flex;
        flex-direction: column;
    }

    .heroBanner > a.banner-tracking.imgOnly + br + .bannerText {
        position: relative;
        width: 100%;
        height: auto !important;
        padding: 5%;
        left: 0;
    }
}



/* DYNAMIC CONTENT */
.catContent {
    margin: 80px auto 0;
}

/* BUTTONS */
.template6 .secondaryColor > .btn {
    color: #fff;
}

.template6 .btnWrapper > .btn {
    color: #fff;
}

.template6 .productDetails #divErrorMsg {
    margin-top: -165px;
}

.template6 .productDetails #divErrorMsg.dropship {
    margin-top: -111px;
    padding-left: 250px;
}

/* HERO LOADING ADJUST */
.template6 .heroBanner {
    position: relative;
}

    .template6 .heroBanner .bannerText .lname {
        display: block;
        margin: 0;
        font-size: 2.25em;
        color: #737373;
        font-weight: 300;
    }

    .template6 .heroBanner .ldesc + .btnWrapper a.btn {
        margin: 0 auto;
    }

    .template6 .heroBanner .bannerText .ldesc {
        text-transform: none;
        margin: 5px auto 25px;
        font-size: 2.2em;
        line-height: 1;
        display: table;
    }
/* NAV LOADING ADJUST */
.template6 .mainNav .navMenu ul.menu {
    flex-flow: row wrap;
    max-width: 1245px;
    width: 100%;
}

@media (min-width:769px) {
    .template6 .mainNav .navMenu ul.menu {
        display: flex !important;
        justify-content: flex-start;
        align-items: stretch;
        padding: 0;
        margin: 0;
    }

    .navMenu ul > li {
        width: 16.66%;
        min-width: 16.66%;
        display: block;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
}

@media (max-width:768px) {
    .menuLink {
        display: block;
    }

    .navMenu > ul > li {
        width: 100%;
        min-width: 100%;
    }

        .navMenu > ul > li ul {
            position: static;
            margin-top: 0;
            box-shadow: none;
        }

    .navMenu ul ul li {
        border: none;
        padding: 5px;
        width: 100%;
        float: none;
    }
}

/* DEPT BANNERS */
.template6 .deptBanner {
    display: none;
}

#mainContent > .hdng2 {
    margin-top: 75px;
    display: block;
}

/* ENLARGE */
@media (min-width:769px) {
    .storeItem .productImage .btnEnlarge {
        font-size: 1em;
        display: inline-block;
        padding: 5px;
        position: absolute;
        bottom: 0;
        right: 0;
        cursor: pointer;
    }

        .storeItem .productImage .btnEnlarge::before,
        .storeItem .productImage .btnEnlarge::after {
            display: block;
        }

        .storeItem .productImage .btnEnlarge::before {
            position: absolute;
            z-index: 1;
            top: initial;
            left: initial;
            bottom: 20px;
            right: 10px;
            content: "-";
        }

        .storeItem .productImage .btnEnlarge::after {
            right: 0;
            bottom: 10px;
            position: absolute;
            border-bottom: 0 solid transparent;
            border-top: 60px solid transparent;
            border-right: 60px solid #fff;
            content: '';
            -webkit-transition: border-color 0.3s ease-in-out;
            -o-transition: border-color 0.3s ease-in-out;
            transition: border-color 0.3s ease-in-out;
        }

        .storeItem .productImage .btnEnlarge:hover::after {
            border-right: 60px solid #e1e1e1;
        }
}

/* NO ITEMS */
#mainContent > .hdng2 + .filters + .productList {
    margin-top: 20px;
}
#mainContent > .hdng2 + .filters + .productList.noitems {
    margin-top:40px;
}
.bodyList .productList {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.noItems {
    text-align: center;
    width: 50%;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    color: #000;
    border: 1px solid #eee;
    display: block;
}

.noProducts.bodyList .filters .filterList {
    display: none;
} 

.noProducts.bodyList .filters .filterList,
.noProducts.bodyList .filters .sortList {
    display: none;
}

.noProducts.bodyList .filters {
    width: 50%;
}

.noProducts.bodyList .catList {
    min-width: 100%;
}

/* Ticket #749259 */
.footer .footerContactInfoWrpr {
    margin: 0;
    Xwidth: 50%;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    padding:0px 20px;
}

    .footer .footerContactInfoWrpr.hasShopperApproved {
        width: 100%;
    }

.footer .shopperApprovedWrpr .saMain {
    margin: 0px 0 20px;
    display: block;
}

.footer .hasShopperApproved + .subFooter {
    width: 100%;
}

.footer .footerContactInfo {
    width: 100%;
}

.footer .grid_3 {
    min-width: 220px;
    margin-bottom: 20px;
}
.footer .logoWrpr {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.75em;
}
