form[action^="/admin/content/pages/editor"] .blockUI.blockMsg.blockPage {min-width:450px;}
form[action^="/admin/content/pages/editor"] #iframeModuleConfig {width:100% !important;}
form[action^="/admin/content/pages/editor"] #chat-widget-container {bottom:0px !important; right:0px !important;}

/*-----------------------------------------------------*/
/* TEMPLATE #8 */
/*-----------------------------------------------------*/
body {color:#ffffff;}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
.clearfix {
    position: relative;
}
.mobile {display:block;}
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 only region'; color:#fff; display:block; background:purple; font-size:12px; text-align:center; padding:2px;}

.desktop {display:none;}
form[action^="/admin/content/pages/"] .desktop  {display:block; margin:10px;}
form[action^="/admin/content/pages/"] .desktop .portlet.ctpe-widget-content {border-color: rgb(130, 130, 243);}
form[action^="/admin/content/pages/"] .desktop::before {content:'desktop only region'; color:#fff; display:block; background:rgb(130, 130, 243); font-size:12px; text-align:center; padding:2px;}

.disabled {
    background: #CFCFCF !important;
}
.btnWrapper {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.template8 .btnWrapper.greyColor {
    background: #ebebeb;
}
.hdng {
    font-weight: 500;
}
/*  ======================================================================================================= */
/*  ======================================================================================================= */
/*  ======================================================================================================= */
/*  ======================================================================================================= */
/*  ======================================================================================================= */
/*  ======================================================================================================= */
/*  ======================================================================================================= */
/*  ======================================================================================================= */
:root {
    --main-color3: #F36F31;
    --main-color4: #FFD737;
}


/*-----------------------------------------------------*/
/* 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 .more {text-transform:;}

.btn {
    text-transform: uppercase;
    letter-spacing: inherit;
    font-size: 0.85em;
    font-weight: 700;
    padding: 20px 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.template8 .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,
#txtRecipient,
.formee input[type="password"],
.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 {
    border: 1px solid #cfcfcf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    color: #999;
    padding: 12px !important;
}
xselect {
    /* 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;
}
* {box-sizing:border-box;}

/*  ======================================================================================================= */
/*  ======================================================================================================= */
/*  ======================================================================================================= */



.siteBody {margin:0;}

.template8 .constrain,
.template8 .container {max-width:1275px;}

.siteHeader {position:relative; margin:0 auto;}
.siteHeader .headerTop {padding:0; display:flex; flex-flow:row wrap;}
.siteHeader .headerTop .wrapper {
    margin-top:0px; padding:0 0 0 5%; width:75%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.siteHeader .siteName {width:25%; font-size:1.5em;}

.siteTop {padding:5px 0; margin:0; display:none;}
.siteTop .sitePhone {width:30%; float:left;}
.siteTop .topLinks a {padding-left:25px; font-size:0.85em;}

.siteHeader .siteNameWrpr {display:flex; align-items:center; width:25%; height:95px;  }
.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) {
	X.siteHeader .siteNameWrpr {width:50%;}
}
@media (max-width:768px) {
	.siteHeader .siteNameWrpr {width:100%;}
    .siteHeader .headerTop .wrapper {width:100%; padding:15px 0 15px 15px;;}
}
.siteHeader .siteSearch {float:left; width:calc(100% - 320px); margin:0 auto;}
@media (min-width:769px) {
    .siteHeader .siteSearch {width: calc((100%) - (390px)) !important;}
}
.siteHeader .siteSearch input {padding:14px 22px; letter-spacing:inherit;}
.siteSearch .icon-search {
    -webkit-transform: scaleX(-1); transform: scaleX(-1) translateY(-50%); 
    top:50%;
    background:#fff;
    right:1px;
    height:42px;
    width:40px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.formee .searchControls input[type="text"], 
.formee .searchControls input[type="text"]:hover, 
.formee .searchControls input[type="text"]:active {
	background: #fff;
	border-radius: 4px;
    border:1px solid #CFCFCF;
    color:#3E3A39;
    font-size:0.89em;
}
.formee .searchControls input[type="text"]:focus {background: #d0cfcf;}

.headerLinks {
    float:right; width:370px; text-transform:lowercase; margin:0;
    display:flex;
    justify-content: space-between;
    align-items: stretch;
    padding:0 10px;
    font-size:0.89em;
    text-align:center;
}
.headerLinks a {display: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;}
.headerLinks .contactLink {
    border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
    .headerLinks .jobsLink {
        border-right: 1px solid #CFCFCF;
    }
.headerLinks a, 
.headerLinks a:link, 
.headerLinks a:visited {margin:0;}

.headerLinks #AnonymousView, 
.headerLinks #MemberView,
.headerLinks .contactLink,
.headerLinks .jobsLink,
.headerLinks .cartLink {
    margin:0; padding:10px 20px 0; 
    text-align:center; 
}
.headerLinks .icon {
	width: 35px;
	height: 25px;
	display: block;
	margin: 0 auto 4px;
    fill:var(--main-color3) !important;
}
.headerLinks .icon  + span {width:100%; display:block; color:#949494; font-size:0.85rem;}
@media (max-width:768px) {
    .siteHeader .siteNameWrpr {
        width: calc((100%) - (240px));
        margin:0;
        text-align: center;
    }

    .headerLinks #AnonymousView,
    .headerLinks #MemberView,
    .headerLinks .contactLink,
    .headerLinks .jobsLink,
    .headerLinks .cartLink {
        margin: 0;
        padding: 10px 8px 0;
        text-align: center;
    }

    .siteHeader .siteSearch {width:100%;}
    .headerLinks {width:0px;}
    .headerLinks .icon:not(.icon-cart) {fill:#fff !important;}
    .headerLinks .icon:not(.icon-cart) + span {color:#fff !important; filter: brightness(100%) !important;}
        .headerLinks .contactLink,
        .headerLinks .jobsLink {
            border: none;
        }
    .headerLinks a.cartLink, 
    .headerLinks a.cartLink:link, 
    .headerLinks a.cartLink:visited {
        position:absolute;
        top:15px;
        right:45px;
    }

    
}

.headerLinks a.cartLink .spanCartTotal {
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    border-width: 1px;
    border-style: solid;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 0.8em;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 2px #ccc;
}

.mainNav,
.wrapper {position:static;}

.mainNav {width:100%; padding:0 15px; margin:0; float:none; clear:both; border:none;}
.mainNav .navMenu {position:relative; margin:0 auto; max-width:1245px;}
.navMenu > ul > li ul {margin-top:0px;}

.storeItem .mainNav,
.interior .mainNav {border-bottom:1px solid #afafaf;}

.template8 .navMenu > ul.menu {position:relative; top:0; width:100%; display:block;}
.template8 .navMenu ul li {border:none;}

.navMenu > ul {
    margin-bottom:20px;
}
.navMenu > ul > li .subMenu > a .menuText {
    padding: 2px 0 0 0;
    text-align: center;
    color: #fff;
}
.navMenu ul > li {width:16.66%; padding:0;}
.navMenu ul > li.lastnavli {width:5%;}
.navMenu ul li ul {background:#fff;}

.navMenu ul a {
	font-size: 0.89em;
    letter-spacing:.125em;
    text-transform:capitalize;
    padding:10px 10px;
}
.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;
}
.template8 .mainNav .navMenu ul.menu {flex-flow:row wrap; max-width:1245px; width:100%;}
@media (min-width:769px) {
   .template8 .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;}
   .navMenu > ul > li ul {box-shadow: 0 5px 10px -4px #888;}
}
@media (max-width:768px) {
    .mainNav .navMenu {padding:0;}
    .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;}
    .template8 .navMenu > ul.menu {display:none;}

    .menuLink {
        display: block;
        top: 32px;
        right: 12px;
        left: initial;
    }
    .template8 .menuLink .icon-menu {height:20px; display:block;}
    .template8 .menuLink .icon-menu + label::before,
    .template8 .menuLink .icon-menu::before,
    .template8 .menuLink .icon-menu::after {
        content: '';
        width:100%;
        height:3px;
        background:var(--main-color3);
        position:absolute;
        transition: all linear .25s;
    }
    .template8 .menuLink .icon-menu + label::before {margin-top:-5px}
    .template8 .menuLink .icon-menu::after {margin-top:7px;}
    .menuLink label {
        font-size:0.8rem;
        font-weight:500;
        text-transform: lowercase;
        display: block;
        font-size: 0.75rem;
        cursor: pointer;
        color:#3E3A39;;
    }
    .template8 .menuLink.active {
        background: transparent !important;
    }
    .template8 .menuLink.active .icon-menu + label::before {width:0px;}
    .template8 .menuLink.active .icon-menu::before {transform:rotate(45deg); margin:3px 0 0 2px; width:80%;}
    .template8 .menuLink.active .icon-menu::after {transform:rotate(-45deg); margin:3px 0 0 2px; width:80%;}

}




/*  HERO BANNER */
.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;}
.template8 .heroBanner .bannerText a.btn {margin:15px auto; color:#fff;}
.heroBanner > p {text-align:center;}

@media (max-width:1024px) {
    .heroBanner {background: #f5f5f7; text-align:center;}
    .heroBanner .customBanner .imgWrpr {text-align:center; background: #d9d7d7;}
}
.template8 .heroBanner.imgOnly {
    position:relative;
}
.template8 .heroBanner.imgOnly a.banner-tracking img {
    min-width:100%;
}
.template8 .heroBanner.imgOnly a.banner-tracking + br {display:none;}
X.template8 .heroBanner.imgOnly .bannerText {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%)
}
.template8 .heroBanner.imgOnly .bannerText .lname {
    display:block;
    margin: 0;
    font-size: 1.65em;
    color: #fff;
    font-weight: 500;  
}
.template8 .heroBanner h2 {
    font-weight:600;
}
.template8 .heroBanner.imgOnly .bannerText .ldesc {
    text-transform:none;
    margin:5px auto 25px;
    font-size:2.82em;
    line-height: 1;
    display:table;
}
.template8 .heroBanner.imgOnly .ldesc + .btnWrapper a.btn {margin:0 auto;}

.heroBanner > a.banner-tracking.imgOnly .bannerText,
.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;
}
.template8 .heroBanner a.banner-tracking.imgOnly {
    height: 450px;
    width:100%;
    overflow:hidden;
}
.template8 .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,
    .template8 .heroBanner a.banner-tracking.imgOnly,
    .template8 .heroBanner a.banner-tracking.imgOnly img {height:300px !important;}
    .template8 .heroBanner.imgOnly .bannerText .lname {font-size:1.83em;}
    .template8 .heroBanner.imgOnly .bannerText .ldesc {font-size:1.5em;}
}
@media (max-width:768px) {
    .template8 .heroBanner.imgOnly .bannerText .lname {font-size:1.5em;}
    .template8 .heroBanner.imgOnly .bannerText .ldesc {font-size:1.25em;} 
    .heroBanner > a.banner-tracking + br + .bannerText,
    .template8 .heroBanner a.banner-tracking.imgOnly,
    .template8 .heroBanner a.banner-tracking.imgOnly img {height:240px !important;}
    
    .heroBanner.imgBanner {
        display:flex;
        flex-direction:column;
    }
    .heroBanner > a.banner-tracking.imgOnly + br + .bannerText {
        width:100%;
        height:auto !important;
        padding:5%;
        left:0;
        top: inherit;
        bottom: 0;
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 80%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#96000000',GradientType=0 );     
    }
}
.heroBanner {
  background: linear-gradient(90deg, #B9CBE3 0%, rgba(185,203,227,0) 100%);
}
.template8 .heroBanner .btnWrapper,
.heroBanner .btn {
    font-weight:700 !important;
}



.FullBottom {
    border-top: 1px solid var(--main-color3);
    margin: 45px 0;
}

.siteFooter {
    color:#fff;
}
.subFooter {border:none;}
.siteFooter > .container {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-end;
    padding: 35px 30px 20px;
}

.copyrightFooter > .container {
    padding: 0px 30px;
}


.siteFooter .container [class*="grid_"],
.siteFooter .container .container [class*="grid_"] [class*="grid_"] {
    padding: 0;
}
.siteFooter .logoWrpr {
    font-weight: 500;
    font-size: 1em;
    line-height:1.75em;
}

.siteFooter .grid_3 {
    min-width: 220px;
    margin-bottom:20px;
}

    .siteFooter > .container > * {
        width: 100%;
    }

    .siteFooter .footerContactInfo {
        margin: 0;
        width: 50%;
        display: flex;
        flex-flow: row wrap;
        justify-content:space-between;
    }

        .siteFooter .footerContactInfo + .clear {
            display: none;
        }

        
        .siteFooter .footerContactInfo > * {
            Xwidth: 100%;
        }
.siteFooter .aboutWrpr {
    Xdisplay: none;
}
    .siteFooter .subFooter {
        width: 50%;
        margin: 0;
        padding: 0;
        align-self: flex-end;
        text-align: right;
    }

.subFooter a {
    font-size: 0.8em;
}
    .subFooter a::before {
        content: '> ';
        color: var(--main-color3);
    }
.footerLinks a {
    padding: 0 5px 0 15px;
}
.footerLinks a:first-child {
	padding: 0;
	border: none;
}
.template8 .siteFooter a:link,
.template8 .siteFooter a:visited,
.template8 .siteFooter a:focus {
    color:#fff;
}
.template8 .copyrightFooter {
    background: rgba(0, 0, 0, .45);
    border-top: 1px solid var(--main-color3);
    margin:0;
}
.copyright {
    padding: 5px 0 10px;
    color:#fff;
    font-size:14px;
    line-height:18px;
}

.contactWrpr {
    display: flex;
    flex-flow: row wrap;
    margin: 20px 0 0;
    text-transform: capitalize;
    font-size: 0.89em;
    line-height: 1.65;
}

    .contactWrpr .address {
        padding-right: 40px;
    }

    .contactWrpr strong {
        font-weight: normal;
    }


@media (max-width:768px) {
    .siteFooter .footerContactInfo,
    .siteFooter .subFooter {
        width: 100%;
        align-self: center;
        text-align: center;
    }

        .siteFooter .footerContactInfo > * {
            text-align: center;
        }

    .contactWrpr {
        justify-content: center;
        margin-bottom: 30px;
    }
}

ul.socialFollow li {margin:0 10px 0 0;}
/*  ======================================================================================================= */
/* HOME */
/*  ======================================================================================================= */
.signupBar {
    margin: 0px 0 40px;
}
.emailSignupWrpr .emailSignup {
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: left;
    padding: 35px 30px;
    margin: 50px 0;
}

.interior .emailSignupWrpr .emailSignup {
    margin: 0;
}

.interior .footerMessage {
    margin: 0 0 0px;
    border-bottom: 1px solid var(--main-color3);
}


.emailSignupWrpr .emailSignup h3 {
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 0;
}

.emailSignupWrpr .emailSignup ul li {
    margin-bottom: .65em;
}

.emailSignupWrpr .emailSignup > .col1-2 {
    width: 40%;
    border-right: 1px solid #fff;
}

.emailSignupWrpr .emailSignup > .col2-2 {
    width: 60%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .emailSignupWrpr .emailSignup > .col2-2 > p {
        width: 50%;
        padding: 0 30px 0 55px;
        font-size: 0.89em;
        font-weight: 500;
        color: var(--main-color4);
    }

    .emailSignupWrpr .emailSignup > .col2-2 > .formee {
        width: 50%;
        margin: 15px 0;
    }

.template8 .emailSignupWrpr .emailSignup .btn {
    padding: 20px;
    color: #000;
    font-weight: 700;
    font-size: 0.95em;
}

.template8 .emailSignup .btnWrapper {
    background: var(--main-color4);
}

@media (max-width:1024px) {
    .emailSignupWrpr .emailSignup > .col1-2,
    .emailSignupWrpr .emailSignup > .col2-2,
    .emailSignupWrpr .emailSignup > .col2-2 > p,
    .emailSignupWrpr .emailSignup > .col2-2 > .formee {
        width: 100%;
        border: none;
    }
}


#AreasServed h3 {
    text-align: center;
    margin: 4px 0 8px;
}

#AreasServed {
    display: none;
}

    #AreasServed.active {
        display: block;
        border: 1px solid var(--main-color3);
        padding: 10px 15px 0;
        margin: -20px 10px 10px;
    }
.navMenuFoot {margin-top:40px; margin-bottom:30px;}
.mainNavFoot .menuLink {display:none !important;}
.navMenuFoot:not(.cs) .menu > li:nth-child(1),
.navMenuFoot:not(.cs) .menu > li:nth-child(1n + 4),
.navMenuFoot:not(.cs) .menu > li li:nth-child(1n + 5) {
    display: none;
}

.navMenuFoot:not(.cs) .menu > li li:last-child {
    display: block;
}

.navMenuFoot .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.navMenuFoot .menu {
    display: flex;
    flex-flow: row wrap;
}

    .navMenuFoot .menu > li {
        font-weight: 600;
        list-style-type: none;
        width: 50%;
    }

        .navMenuFoot .menu > li a {
            filter: brightness(50%);
            padding: 0 0 12px;
            display: block;
        }
            .navMenuFoot .menu > li a.hasSub {
                cursor: default;
                pointer-events: none;
            }

        .navMenuFoot .menu > li li {
            font-weight: 400;
            filter: brightness(200%);
        }

            .navMenuFoot .menu > li li a::before {
                content: '> ';
                color: var(--main-color3);
            }

.footerBar {margin:0; padding:0; background: #ebebeb;}
.questions_bar {padding:40px 30px; background: #ebebeb;}
.questions_bar .hdng {font-weight:500; border-bottom:1px solid; padding: 10px 0; margin:0 0 30px 0;}
.questions_bar .links {
    display:flex; flex-flow:row wrap;
    justify-content: space-between;
    padding:0 20px 0 0;
}
.questions_bar a {font-weight:500; font-size:1.2em; margin-bottom:20px;}
.questions_bar .links a svg {vertical-align: middle; margin:0 5px 0 0;}
.questions_bar .links a svg path {
	fill: var(--main-color1) !important;
}
@media (max-width:768px) {
    .questions_bar {font-size:0.8em;}
}

/*  ======================================================================================================= */
/* SITE MAP MID  */
/*  ======================================================================================================= */
.template8 .signupBar .mainNav {
    background: #fff;
    padding: 0;
}

.signupBar .mainNav .menuLink {
    display: none !important;
}

.template8 .signupBar .navMenu > ul.menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.signupBar .navMenu > ul > li:nth-child(n+4) {
    display: none;
}

.signupBar .navMenu > ul > li {
    width: 31%;
}

    .signupBar .navMenu > ul > li ul {
        position: relative;
        display: block;
        box-shadow: none;
    }

.template8 .signupBar .mainNav a.hasSub {
    display: block;
    border-radius: 6px 6px 0 0;
    padding: 19px 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #dddddd;
}

    .template8 .signupBar .mainNav a.hasSub span {
        display: block;
    }

.signupBar .navMenu ul ul li {
    width: 100%;
    display: block;
    font-weight: 500;
    padding: 20px;
    border-bottom: 1px solid #CFCFCF;
}

.signupBar .mainNav ul ul a {
    padding: 1px 12px;
    font-weight: 500;
    position: relative;
}

    .signupBar .mainNav ul ul a::after {
        content: '+';
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        right: 0;
        color: var(--main-color3);
        font-weight: 300;
        font-size: 3em;
    }

.signupBar .navMenu > ul > li ul li:nth-child(n+6) {
    display: none;
}

.signupBar .navMenu > ul > li ul li:last-child {
    display: block;
}

.template8 .signupBar .navMenu > ul > li .subMenu .subMenu > a .menuText {
    background: none;
    color: #333;
    border-radius: 0;
    padding: 0;
}


/*-----------------------------------------------------------------*/
.productList {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
}

    .productList .grid_4 {
        width: 25%;
    }

.largeImg .productList .grid_4 {
    width: 33%;
}

.onlyImg .itemWrapper .itemContent {
    height: 0;
    min-height: 0 !important;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

@media (max-width:768px) {
    .productList .grid_4 {
        width: 33.33%;
    }

    .largeImg .productList .grid_4 {
        width: 50%;
    }

    .productList .itemWrapper {
        width: 100%;
    }

    .itemWrapper .itemContent {
        text-align: center;
    }
}

@media (max-width:660px) {
    .productList .grid_4 {
        width: 50%;
    }

    .largeImg .productList .grid_4 {
        width: 100%;
    }
}

@media (max-width:480px) {
    .productList .grid_4 {
        width: 100%;
    }

    .filters .filterImages a.imgLarge {
        display: none;
    }
}

.productList .itemWrapper .itemLink {
    background: #fff;
}

.itemWrapper .itemImage {
    width: auto !important;
    max-width: 100% !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


/*  ======================================================================================================= */
/* Service Banners */
/*  ======================================================================================================= */
.banner.flower h2::before,
.banner.hospital h2::before,
.banner.funeral h2::before {
    content: '';
    display: none;
}
.featured-products {display:flex; flex-flow:row wrap; align-items: stretch;}
.featured-products > .grid_6 {display:flex; flex-flow:row wrap; align-items: center; width:60%;}
.featured-products > .grid_6 + .grid_6 {width:40%; padding:0 45px;}
.featured-products > .grid_6 > a {width:100%;}
.featured-products .banner:not(.banner-responsive) {
    display: flex;
    border: 1px solid #CFCFCF;
    align-items: center;
    position: relative;
}
.featured-products .banner,
.featured-products .banner > a {
    width: 100%;
}
.featured-products .banner:not(.banner-responsive)::after {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 34px 34px;
    border-color: transparent transparent #CFCFCF transparent;
}
@media (max-width:768px) {
    .featured-products > .grid_6,
    .featured-products > .grid_6 + .grid_6 {
        width: 100%;
        padding: 0 10px;
    }
    .featured-products .banner:not(.banner-responsive) {
        margin-bottom:20px;
    }
}
.template8 .featured-products .banner.flower::after {display:none;}
.featured-products .banner.flower {background:#EBEBEB; border-color:#EBEBEB;}
.featured-products .banner .icon {padding:10px 13px; align-self: center;}
.featured-products .banner.flower .icon {padding:0;}
.featured-products .grid_6 + .grid_6 .banner .icon img {max-width:61px !important;}

.featured-products .grid_6:first-child .banner .txt {padding:2em;}
.featured-products .banner .txt {font-weight:600;}
.featured-products .banner .txt h2 {font-weight:600; margin-top:0;}
.featured-products .grid_6:first-child .banner .txt p {text-transform: uppercase; font-size:0.8rem; margin-top:20px;}
.template8 .banner.hospital .icon svg g {fill:var(--main-color4) !important;}
.template8 .featured-products .banner.hospital::after {border-color: transparent transparent var(--main-color4) transparent;}
/*  ======================================================================================================= */
/* Interior */
/*  ======================================================================================================= */
.breadcrumbs {
    float: none;
    font-size: 0.9em;
    margin: .75em 0;
    display:block;
}

    .breadcrumbs a {
        font-weight: 400;
        padding-right:10px;
    }

        .breadcrumbs a:first-child {
            font-weight: 600;
        }
        .breadcrumbs a:first-child::before {
            content: '< '
        }

        .breadcrumbs a::after {
            content: '>';
            margin: 0 0 0 10px;
            border: none;
        }

        .breadcrumbs a:first-child::after {
            content: '';
            border-right: 1px solid #ccc;
            margin: 0 0 0 10px;
        }

        .breadcrumbs a:last-child::after {
            content: '';
        }

.pageHeading .hdng {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.25em;
    margin: .25em 0 1em;
}
.pageHeading {
    margin-top: 40px;
}
.pageHeading .hdng .count {
    font-size:0.5em;
    font-weight:400;
    margin:0 0 0 12px;
    color:#c2d4fb;
}
@media (max-width:768px) {
    .pageHeading .hdng .count {display:block;}
}

/*  ======================================================================================================= */
/* FILTERS */
/*  ======================================================================================================= */
.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
}

.template8 .nice-select {
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 500;
    font-size: 1rem;
    margin: 24px 1px 0;
    padding: 15px 20px;
    height: auto;
    letter-spacing: 0.04em;
    display: block;
    line-height: 1;
    text-align: left !important;
    white-space: nowrap;
    width: 99.5%;
    box-sizing: border-box;
    border: 1px solid #CFCFCF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.template8 .filters .catList .nice-select .current {
    color: #3E3A39;
}

.template8 .nice-select.open .list {
    width: calc((100%) - (12px));
    border-radius: 0px;
    margin: 0 6px;
    -webkit-box-shadow: 0 8px 18px 0 rgba(0,0,0,.12);
    box-shadow: 0 8px 18px 0 rgba(0,0,0,.12);
}

.template8 .nice-select .option {
    border-top: 1px solid #e1e1e1;
    min-height: 50px;
    line-height: 50px;
}

    .template8 .nice-select .option.focus,
    .template8 .nice-select .option.selected.focus,
    .template8 .nice-select .option:hover {
        background-color: #f3f3f3;
        border-color: #dbdbdb;
    }

.nice-select::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 12px;
    margin-top: -11px;
    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;
}

.bodyList .filters {
    
    Xmax-width: 1250px;
    Xheight: 100px;
    background: #fff;
    padding: 0;
    Xmargin: 0 auto;
    Xz-index: 10;
    Xposition: absolute;
    Xleft: 50%;
    Xtransform: translatex(-50%);
    
}

    .bodyList .filters + .productList {
        Xmargin-top: 105px;
    }

.bodyList .catList {
    width: 33%;
    Xfloat: left;
    background: #fff;
    position: relative;
    padding: 0 10px;
    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;
    /*display: none;*/
    padding:0px 10px;
}

.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%;
    Xheight: 100px;
    background: #fff;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.filters .sortList label {
    text-transform: lowercase;
    font-weight: 500;
    font-size: 1em;
    margin: 24px 1px 0px;
    letter-spacing: 0.04em;
    display: block;
    cursor: pointer;
    border: 1px solid #CFCFCF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 13px 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    
}

.filters .sortList.show label,
.filters .sortList:focus label,
.filters .sortList:hover label {
    border-color: #999;
}

.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: 30px;
    top: 35px;
    transform-origin: 50%;
    -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;
}

.bodyList .filters select option {
    background: #fff;
    color: #949494;
}

.filterList .arrow2::before {
    display: none;
}

.bodyList .filters .sortList {
    padding: 0 10px;
    background: none;
    cursor: pointer;
}

    .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: 28px;
    }

    .bodyList .filters .sortList .wrpr {
        display:none;
        background: #fff;
        opacity: 0;
        margin: 2px 2px;
        -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;
        width:20%;
    }

    .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;
        position: absolute;
        z-index: 99;
        width: 94%;
        -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;
    }

    .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
    }

.filters .filterImages {
    width: 38%;
    float: left;
    height: 70px;
    margin: 10px 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    display:none;
}

    .filters .filterImages a {
        color: #333;
        padding: 0;
        border: 0;
        background: #fff;
        display: flex;
        align-items: center;
    }

    .filters .filterImages span {
        transition: all .5s ease-in-out;
    }

    .filters .filterImages svg {
        margin-right: 10px;
    }




.bodyList .filters.sm .sortList {
    Xborder-left: 1px solid #e1e1e1;
}

.bodyList .filters.sm .catList,
.bodyList .filters.sm .sortList {
    Xwidth: 48%;
}

@media (max-width:768px) {
    .bodyList .filters + .productList {
        margin-top: 0px;
    }

    .bodyList .filters {
        position: relative;
        height: auto;
    }

        .bodyList .filters label::before {
            right: 46px;
        }

        .bodyList .filters .sortList.show label::before {
            right: 32px;
        }

    .bodyList .catList {
        width: 100%;
        padding: 0 25px;
    }

    .bodyList .filters .filterList,
    .bodyList .filters .sortList {
        width: 100%;
        padding: 0 12px;
        height: 75px;
    }

        .bodyList .filters .sortList .wrpr {
            margin-top: -13px;
            display: none;
        }

    .filters .filterImages {
        flex-flow: row wrap;
        width: 100%;
    }

        .filters .filterImages a {
            display: block;
            width: 50%;
            text-align: center;
            margin: 10px 0;
        }
}

@media (max-width:480px) {
    .filters .filterImages a {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
}


.template8 .itemWrapper {
    font-size: 0.80em;
}

.template8 .itemWrapper .itemPrice {
    font-weight: 700;
    filter: brightness(75%);
}
.bodyList .railNavWrapper {
    display:none;
}
/*  ======================================================================================================= */
/*  ======================================================================================================= */

.siteHeader .siteName img,
.siteFooter .logoWrpr img {max-height: 80px; max-width:200px !important;}
.siteFooter .logoWrpr {Xmax-width:140px;}
.siteFooter .shopperApprovedWrpr .safloat.tgright {margin-bottom:2px;}

.siteFooter .supportedPayments img {
	max-height: 18px !important;
}
.siteFooter .socialWrpr {Xmargin-top:12px;}
.siteFooter .socialWrpr .followUs > strong {display:none;}
.siteFooter .socialWrpr .supportedPayments {float:left; vertical-align: bottom;}

@media (max-width:768px) {
    .siteFooter .logoWrpr {margin:0 auto;}
    .siteFooter .socialWrpr .supportedPayments {float:none; margin:10px 0 35px;}
}

.siteFooter .footerContactInfoWrpr {
    margin: 0;
	width: 50%;
	display: flex;
	flex-flow: row wrap;
    gap:20px;
}
.siteFooter .footerContactInfoWrpr.hasShopperApproved {
    width:100%; 
}
.siteFooter .shopperApprovedWrpr {
    Xwidth:50%;
}
.siteFooter .shopperApprovedWrpr .saMain { 
    margin:0px 0 20px;
    display:block;
    Xfloat:right;
}
.siteFooter .hasShopperApproved + .subFooter {
    width:100%;
}
.siteFooter .footerContactInfo {
	width:100%;
}
.siteFooter .hasShopperApproved .footerContactInfo {
	Xwidth:50%;
    Xmargin-bottom:-40px;
}
.footerLinks a {
    border:none;
    margin-left:0;
    margin-bottom:5px;
    padding-left:5px;
    float:none;
}
.footerLinks a[id$="lnkDoNotSell"] {
    width:100%;
    text-align: right;
}

@media (max-width:768px) {
    .siteFooter .footerContactInfoWrpr,
    .siteFooter .shopperApprovedWrpr,
    .siteFooter .hasShopperApproved .footerContactInfo {
        width:100%;
        margin-bottom:10px;
    }
    .siteFooter .shopperApprovedWrpr .saMain { 
        margin:0 auto;
        float:none;
    }
    .siteFooter .shopperApprovedWrpr .safloat.tgright {
        margin-bottom:20px;
    }
    .footerLinks a[id$="lnkDoNotSell"] {
        width:auto;
        text-align: right;
    }
}
/*  ======================================================================================================= */
.zipWrpr {
    margin:35px 0 0;
    line-height:2;
}
.zipWrpr #divMessage {
    width:100%;
    text-align: center;
}
.zipWrpr #zipContainer {
    background:#EBEBEB;
    display:flex; 
    flex-flow:row wrap;
    justify-content: center;
    align-items: center;
    padding:20px;
}
.zipWrpr .rowLabel {margin:0 10px;}
.zipWrpr .title {text-transform:none;}
.zipWrpr #lblZip {font-size:1rem;}
.zipWrpr input#deliveryZip {margin: 0 5px; padding:10px; border-color:#CFCFCF; color:#333;}
.zipWrpr #btnSubmit {padding:4px; margin-left:-50px; margin-right:55px; border-bottom:2px solid #CFCFCF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.zipWrpr .infoLink {display:flex; align-items: center;}
.zipWrpr .infoLink .icon {width:1.15em; height:1.15em; margin:0 5px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
@media (max-width:768px) {
    .zipWrpr .title {width:100%; text-align:center;}
    .zipWrpr .infoLink {margin-top:10px; font-size:0.8em;}
}

.deliveryInfo .infoLink {display:flex; align-items: center;}
.deliveryInfo .infoLink .icon {width:1.15em; height:1.15em; margin:0 5px;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
@media (max-width:768px) {
    .deliveryInfo .title {width:100%; text-align:center;}
    .deliveryInfo .infoLink {margin-top:10px; font-size:0.8em;}
}

@media (max-width:768px) {
    .labelLeft {width:50%; float:left;}
    .labelRight {width:50%; float:right; font-size:0.7em; margin:0.2em 0 0.3em;}
}

.interior .zipWrpr {margin:10px 0;}
.interior .zipWrpr #zipContainer {justify-content: flex-start;}
.interior .zipWrpr #divMessage {text-align:left;}
.interior .zipWrpr::before {
    content:'Show availability in recipient\'s area';
    display:block;
    font-weight:500;
    font-size:1.1em;
    filter:brightness(25%);
}
@media (max-width:768px) {
    .interior .zipWrpr #zipContainer {
        justify-content:center;
    }
    .zipWrpr #btnSubmit {
        margin-right:15px;
    }
}
/*  ======================================================================================================= */
/* PDP  */
/*  ======================================================================================================= */
.productDetails .itemDesc {margin-bottom:35px;}
.productDetails .itemDesc {position: relative; border-bottom:1px solid #CFCFCF;}
.productDetails .itemDesc #pShortDesc::before {
    content:'Product Description';
    display:block;
    border-top:1px solid #CFCFCF;    
    padding:18px 0;
    font-weight: 700;
    font-size:1.2em;
    cursor: pointer;
    margin:15px 0 0px;
}
.productDetails .itemDesc #pShortDesc::after {
    content:'+';
    position: absolute;
    top:33px;
    right:5px;
    color:var(--main-color3);
    font-size:3em;
    font-weight:300;
    cursor: pointer;
    transition:all .25s ease-in-out;
}
.productDetails .itemDesc.active #pShortDesc::after  {
    transform: rotate(45deg);
}
.productDetails .itemDesc #pShortDesc {
    height:60px;
    width:100%;
    overflow:hidden;
    transition:all 2s ease-in-out;
}
.productDetails .itemDesc.active #pShortDesc {
    height:auto;
}
.grid_5 .productDetails .itemDesc {display:block;}
.grid_12 .productDetails .itemDesc {display:none;}
@media (max-width:767px) {
    .grid_5 .productDetails .itemDesc {display:none;}
    .grid_12 .productDetails .itemDesc {display:block;}
}
.productImage .btnEnlarge {display:none;}


.btnAlt .btn {border:none;}
.btnAddToCart .btn {
    font-size:1.2em;
    padding:12px 0;
}
.grid_6.addCartBtnWrpr,
.itemActions .detailsRow + .grid_6 {
    margin-right: 50%;
}
@media (max-width:767px) {
    .storeitem {padding-bottom:80px;}
    .grid_6.addCartBtnWrpr,
    X.itemActions .addon + .grid_6 {
        width: 100%;
        margin: 0 -15px;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        padding: 15px;
        height: 80px;
    }
}
@media (max-width:767px) {
    .storeitem .siteFooter .shopperApprovedWrpr .safloat.tgright {
        margin-bottom: 90px;
        right: 15px !important;
    }
}
.itemActions select {
	border-radius: 6px;
}
@media (max-width:480px) {
    .itemOrder .detailsRow + .detailsRow {
        display:flex;
        flex-flow:column nowrap;
    }
    .itemActions .itemOrder #nameContainer {
        order:10;
    }
    .itemActions .itemOrder #nameContainer2 {
        order:11;
        padding-top:0;
    }
    x.itemActions .itemOrder #zipContainer {
        order:12;
    }
}
/*-------------------------------------------------------*/
.template8 #ItemName {
    font-size:2.5rem;
    font-weight:700;
    margin:0 0 10px 0;
    filter:brightness(80%);
}
#spanPrice {font-size:1.5em;}
X#spanPrice::before {content:'Price '; font-weight:300; font-size:0.80em;}
@media (max-width:767px) {
    .productDetails {margin-top:10px;}
    .template8 #ItemName {font-size:1.25em;}
    #spanPrice {font-size: 1.15em;}
}

.itemActions {
	background: #FFF;
	box-shadow: none;
	border-radius: 5px;
	padding: 0px 5px;
	margin: 0px 0 20px 0;
    color:var(--main-color3);
}

/*-------------------------------------------------------*/

ul.swatchList li {
	float: left;
	display: block;
	margin: 0 5px 15px 0;
    border: 1px solid #CFCFCF;
    background-color: #FFFFFF;
    position:relative;
    cursor:pointer;
}
ul.swatchList li.selected {
    border: 1px solid #CFCFCF;
}
ul.swatchList li.selected::before {
    content:'L';
    font-family:sans-serif;
    font-weight:600;
    font-size:36px;
    position:absolute;
    z-index: 2;
    right:28px;
    top:50%;
    transform:translatey(-50%) rotate(45deg) scaleX(-1);
}
ul.swatchList li:hover::after, 
ul.swatchList li.selected::after {
    content:'';
    width:5px;
    height:calc((100%) + (2px));
    position:absolute;
	background: var(--main-color3);
    right:-1px;
    top:-1px;
    z-index: 2;
}

ul.swatchList li .extendedSwatch {
    display:flex;
    flex-flow:row;
    align-items: center;
    color: var(--main-color1);
    font-size:17px;
    font-weight:500;
}
ul.swatchList li .extendedSwatch .image {
	width: 20%;
	float: left;
}
ul.swatchList li a, 
ul.swatchList li a:link, 
ul.swatchList li a:visited {
	border: 0px solid #ACADB2;
}
ul.swatchList li .extendedSwatch .details {
    width:80%;
    padding:10px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
ul.swatchList li img {
    width:100% !important;
}
ul.swatchList li a {pointer-events: none;}
@media (max-width:767px) {
    ul.swatchList {display:flex; flex-flow:row wrap; width:100%; justify-content: space-between;}
    ul.swatchList li {width:100%;}
    ul.swatchList li .extendedSwatch {width:100%;}
}
ul.swatchList::before {
    content:'Select an Option'; font-size:1.25em; font-weight:500; 
    padding-top:20px;
    margin:0 -20px 15px; display:block; width:100%;
    border-top:1px solid #CFCFCF;
}
ul.swatchList {width:100%; padding:0 20px;}
ul.swatchList li {width:100%; padding:5px;}

/* ADD ONS */
/*-------------------------------------------------------*/
.itemActions .addon {
    margin: 0 0px 30px;
    padding:0;
}

    .itemActions .addon .slick-prev {
        left: -23px;
    }

    .itemActions .addon .slick-next {
        right: -23px;
    }

    .itemActions .addon h2.title {
        font-weight: 500;
    }

    .itemActions .addon.small {
        margin: 0 0px 30px;
        width: 100%;
        padding: 0;
    }

        .itemActions .addon.small h2.title {
            margin-left: 0px;
        }

    .itemActions .addon .itemRow {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 15px;
    }
    .itemActions .addon .itemRow:not(.slick-slide) {
        Xheight:1px;
        overflow: hidden;
    }

    .itemActions .addon .itemTitle {
        font-weight: 600;
        font-size: 18px;
        min-height: 20px;
        margin: 5px 0;
        text-align: left;
    }

    .itemActions .addon .CI-block {
        background: #ebebeb;
        padding: 15px 20px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 100%
    }


    .itemActions .addon .CI-body {
        font-size: 16px;
    }

    .itemActions .addon .CI-right .CI-body:nth-child(2) {
        font-size: 18px;
        margin:10px 0px;
    }

    .itemActions .addon .CI-right .CI-body b {
       display:none;
    }

    .itemActions .addon img {
        margin: 0 auto;
        max-height:125px;
        width:auto;
    }

    .itemActions .addon .itemRow .grid_2,
    .itemActions .addon .itemRow .grid_10 {
        width: 100%;
        padding-left: 0;
    }

.itemActions #Selections::after {
    content: '';
    display: block;
    border-bottom: 1px solid #CFCFCF;
    margin: 0 0 10px;
}

.itemActions .itemOrder::before {
    content: 'Delivery Location and Date';
    font-weight: 500;
    margin: -55px 0 20px -20px;
    font-size: 1.25em;
}

.itemActions .itemOrder {
    margin: 60px 0 20px;
    padding: 15px 20px;
    background: #ebebeb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    flex-flow: row wrap;
}

.itemActions .detailsRow {
    width: 100%;
}

.itemActions .itemOrder > p {
    order: 10;
    margin: 15px 10px 0;
}

.itemOrder .detailsRow {
    margin-bottom: 5px;
}
/*-------------------------------------------------------*/
/* RECENT CART */
.recent-cart .close-button {display:block; text-align:right; margin:15px 15px 0 0; cursor:pointer;}
.recent-cart .close-button span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background:#818181;
    color:#fff;
    width:44px;
    height:44px;
    display:inline-block;
    text-align:center;
    line-height:44px;
    font-size:2em;
    margin-left:8px;
    vertical-align: middle;
}
.recent-cart {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
    transform:translate(-50%, -50%);
	max-width: 100%;
    width:1024px;
    min-height:310px;
    background:#fff;
    box-shadow:0px 0px 1000px
}
.recent-cart .itemWrapper .itemTitle {
    text-align: left;
    font-size:1.25rem;
    font-weight:500;
}
.dropCartHeader {
	margin:15px 0 0;
    padding:0 20px;
	font-weight: 500;
	font-size: 1.3em;
	background: #fff;
	text-align: left;
}
#divItemAdded .itemContent {
    display:flex;
    flex-flow:row wrap;
}
#divItemAdded .itemTitle {flex-grow:1; margin:0; padding-top:10px;}
#divItemAdded .itemContent > .grid_4 {flex-basis: content; order:-1;}
#divItemAdded .itemContent > .grid_8 {display:none;}
#divItemAdded .item-dialog-details {flex-basis: content; flex-grow:1;}
#divItemAdded .item-dialog-details * {float:none; border:none !important; font-size:1.15rem;}
@media (min-width:769px) {
    x#divItemAdded .itemContent > .grid_4 {width:20%;}
    x#divItemAdded .itemContent > .grid_8 {width:80%;}
}
#divItemAdded .item-dialog-details .floatLeft {display:none;}
#divItemAdded .item-dialog-details div.clearfix[style="padding:6px 0 0 0;"] {display:none;}
.dropCartButtons {display:flex; flex-flow:row wrap; margin:20px 0;}
.dropCartButtons > span {width:31%; margin:0 1%;}
@media (max-width:768px) {
    .dropCartButtons > span {width:100%; margin:0 1%;}
}
.dropCartButtons .continue {background:#ebebeb; filter: brightness(100%); color:#000;}

@media (max-width:768px) {
    .recent-cart {width:100vW; height:100vH; overflow: auto;}
    .recent-cart .grid_2.push_10,
    .recent-cart .grid_10.pull_2 {width:100%;}
}

/*-------------------------------------------------------*/
/* RECENT VIEWED */
.recentlyViewed {
    margin: 0 -10px;
}

    .recentlyViewed .inner {
        margin: 20px 0 0;
        padding: 10px 80px;
        background: #ebebeb;
    }

    .recentlyViewed h2 {
        font-weight: 500;
    }

    .recentlyViewed .itemWrapper {
        background: none;
    }

    .recentlyViewed .itemSku {
        display: none;
    }

@media (max-width:768px) {
    .recentlyViewed {
        text-align: center;
    }
}

.recentlyViewed .slick-list {
    margin: 0 -15px;
}

.recentlyViewed .slick-slide {
    margin: 0 15px;
}

.slick-prev,
.slick-next {
    width: 43px;
    height: 75px;
    background: none;
    cursor: pointer;
    z-index: 1;
}

.slick-prev {
    text-align: center;
    padding-left: 5px;
    left: -63px;
}

.slick-next {
    text-align: center;
    padding-right: 5px;
    right: -63px;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    }

.slick-arrow.slick-disabled {
    opacity: .5;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}



/*-------------------------------------------------------*/
/* SLIM HEADER */
.siteHeader.slim {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    background-color: #FFFFFF;
}
.siteHeader.slim .headerTop {
    align-items: center;
    min-height: 86px;
}
.siteHeader.slim .headerTop .wrapper {
    display:block;
    padding:0;
}
.siteHeader.slim .headerLinks {
    display: flex;
    width:100%;
    float:none;
    align-items: center;
}
.siteHeader.slim .headerLinks > div {width:80%;}
.siteHeader.slim .headerLinks > span {width:15%;}
.siteHeader.slim .goBack {fill:#d2d2d2;}
.siteHeader.slim .cartIcon {display:flex; align-items: center;}
.siteHeader.slim .lockIcon {text-align: right;}
.siteHeader.slim .lockIcon .icon {margin:0; float:right;}
@media (max-width:768px) {
    .siteHeader.slim .headerTop .wrapper {
        background: #fff;
    }
    .siteHeader.slim .headerLinks a.cartLink,
    .siteHeader.slim .headerLinks a.cartLink:link,
    .siteHeader.slim .headerLinks a.cartLink:visited {
        top: inherit;
        right: inherit;
        position: relative;
    }
}



/*-------------------------------------------------------*/
/* AccountLogin */
.accountLogin {background:none; padding:0 8%; margin:50px 0;}
.accountBlocks .blockhdng {font-size:1.8em;}
.accountLogin > .grid_6 {padding:0 5%;}
.accountLogin > .grid_6.alpha {border-right:1px solid #cfcfcf;}
@media (max-width:767px) {
    .accountLogin > .grid_6.alpha {border-right:0px solid #cfcfcf;}
}
.accountLogin .accountBlocks {border:none;}
.accountLogin .accountBlocks .btnWrapper,
.accountLogin .accountBlocks .btn{width:100%; text-align: center;}
.accountLogin .accountBlocks .note {margin:15px 0; display:block; font-size:0.8em;}
.accountLogin .btnWrapper {margin:15px 0 35px;}
.accountLogin em.formee-req {margin-right:5px; font-size:0.8em; vertical-align:top;}
.pwdReveal {text-transform: capitalize;
    border: 1px solid #cfcfcf;
    color:#7D7D7D;
    background:#fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding:6px;
    position:absolute;
    right:10px;
    margin-top:8px;
    font-size:12px;
    cursor:pointer;
}
.accountLogin h3 {font-size:1.5em;}
.accountLogin ul li {margin-bottom:8px;}
.pwdReveal:focus,
.pwdReveal:hover {
    box-shadow:0px 1px 1px #000000bd;
}

.accountLogin {display:flex; flex-flow:row wrap;}
.accountLogin > .grid_5.alpha {order:2; margin-left: 16.666%;}
.accountLogin > .grid_5.prefix_2 {order:0; margin-left: 0;}
.accountLogin h3 {margin-top:0}
@media (max-width:767px) {
    .accountLogin > .grid_5.alpha {order:2; margin-left:0;}
    .accountLogin .accountBlocks {min-height:100px !important;}
}
/*-------------------------------------------------------*/
.guestBlock > .inner {display:flex; flex-flow:row wrap;}
.guestBlock > .inner .center {width:100%;}
.guestBlock > .inner .last {order:10; width:100%;}
/*-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* CART */
.slideCartRailWrpr {
    padding: 20px 5px;
    margin-top: -20px;
    /*position: fixed;*/
    display: block;
    z-index: 999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    width: 24vW;
    max-width: 315px;
}
@media (max-width:768px) {
    .slideCartRailWrpr {
        width:100%;
        max-width:100%;
    }
    .slideCartCompanion {
        display: flex;
        flex-flow: column;
    }
    .slideCartCompanion [class*="grid_"] {
        position: relative;
        float: left;
        width: 100%;
        padding: 0;
    }
    .slideCartCompanion .orderLast {order:100;}
    .slideCartCompanion .cartInfo {margin:0px 0 30px;}
    .slideCartRailWrpr {position:relative; width:100%; padding:10px 0; margin-top:10px;}
}
.slideCartRailWrpr > h3 {margin:0 25px 10px}
.multipleShips {border:none; margin:0;}
.slideCartRailWrpr .costSummary,
.multipleShips .costSummary {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ebebeb;
    border: none;
    padding: 20px 20px 10px;
}
.slideCart {max-width:100%;}
.slideCartCompanion {
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	padding:0 20px !important;
	margin-bottom: 20px;
}
.checkoutSummary {
    box-shadow:none;
    background:transparent;
    width:100%;
    border-radius: 0px;
}
.itemTotals .costSummary {
    float:right;
    width:220px;
    font-size:0.75em;
    border-bottom:1px solid #cfcfcf;
}
@media (max-width:767px) {
    .itemTotals .costSummary {
        width:100%;
    }
    .costSummary .costRow:last-child strong, .costSummary .costRow:last-child span, .checkoutSummary .costSummary .chkoutTotalRow .title, .checkoutSummary .costSummary .chkoutTotalRow .price {
        border-color: #e7e6e6;
    }
    #coButtonWrpr {
        display:none;
    }
}
.checkoutSummary > .content {
	padding: 0 0px 10px;
}
.checkoutSummary .costSummary .title{
    font-size:0.95em;
    text-align: left;
}
.checkoutSummary > .title {
    font-weight:500;
}
.checkoutSummary .costSummary .title, .checkoutSummary .costSummary .price {
    border-bottom: 0;
    padding: 5px 0 10px;
}
.slideCartCompanion .costSummary {
    border:none;
}
.costSummary .costRow:not(.hide) {
    color:#000;
    width:100%;
    display:table;
}
.costSummary .costRow strong {
    text-align: left;
    font-weight: normal;
}
.costSummary .costRow strong,
.costSummary .costRow span {
    padding:0 0 10px;
}
.costSummary .costRow:first-child strong,
.costSummary .costRow:first-child span {
    font-weight: 500;
    font-size:1.1em
}
.costSummary .costRow:last-child strong,
.costSummary .costRow:last-child span,
.checkoutSummary .costSummary .chkoutTotalRow .title,
.checkoutSummary .costSummary .chkoutTotalRow .price {
    border-top:1px solid #cfcfcf;
    padding-top:12px;
    font-weight: 500;
    font-size:1.25em
}
.template8 .checkoutSummary > .title {
    background:none;
    text-align:left;
    text-transform: none;
}
.cartInfo .promoCode {border:none;}
.promoCode .btn {
	padding:15px 10px;
}
.checkoutButtons .btnWrapper .btn,
.template8 .updateCart .btnWrapper .btn {
	padding:14px 10px;
	font-size: 1.1em;
}
.slideCartCompanion .checkoutButtons {
    padding:20px 10px;
}
.cartItem {margin:0 0 30px; padding:0 0 10px;}
.cartItemDetails .formee {display:flex;}
.cartItemDetails .formee input {width:50px; margin:0 10px;}

/*-------------------------------------------------------*/
.onePageCheckout .checkoutSummary .costSummary {
    display: block;
    border-radius: 5px;
    background: #ebebeb;
    border: none;
    padding: 20px 20px 10px;
}
.onePageCheckout .checkoutSummary .totalPrice {text-align: right;}

dl.checkoutProcess dd.stepContent {
    box-shadow:none;
}
dl.checkoutProcess .stepGroupTitle {
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: left;
	background-color: transparent;
	border: none;
}
dl.checkoutProcess dt.stepTitle span.stepTitleInner {
    border-bottom:1px solid #efefef;
}
.costSummary .title {
    text-align: left;
    font-weight: normal;
}
.checkoutCart .checkoutSummary .costSummary .title, 
.checkoutCart .checkoutSummary .costSummary .price {color:#000; font-weight:normal;}
.checkoutCart .checkoutSummary .costSummary .subtotal .title, 
.checkoutCart .checkoutSummary .costSummary .subtotal .price,
.checkoutCart .checkoutSummary .costSummary .chkoutTotalRow .title, 
.checkoutCart .checkoutSummary .costSummary .chkoutTotalRow .price {
    font-weight:500;
}
.useSavedAddress {
    width:100%;
    border-radius: 5px;
    padding:18px;
    display:flex;
}
.useSavedAddress label {
    width:calc((100%) - (30px));
}
.cartList .item {
    border-top-color: #cfcfcf;
}
.cartList .itemInfo > .title {
	font-size: 1.1em;
}
.cartList .cartItemDetails .itemInfo .recipientDetails {
    margin:10px 0;
    font-size:0.8em;
}
.cartList .cartItemDetails .itemInfo .recipientDetails strong {font-weight:500;}
.cartList .cartItemDetails .itemInfo .recipientDetails.delivery strong + span > a {color:#666;}
.recipientDetails span {
    font-weight:500; font-size:1.24em;
}
.shoppingCart {margin-bottom:20px; padding-bottom:0px; border-bottom:0px solid #e7e6e6;}
.onePageCheckout .cartList .itemInfo > .title {
	font-size: 1em;
    font-weight:500;
}
#btnApplyPromo {padding:15px 18px;}
/*-------------------------------------------------------*/

ul.processSteps,
#coSteps {
    display:flex; 
    flex-flow:row wrap; justify-content: center;
    margin:40px;
}
.template8 #coSteps a.disabled {background-color:#fff !important; cursor:default; pointer-events:none;}
ul.processSteps li,
.template8 #coSteps a {
    margin:0 16px; 
    color:#333;
    border:none;
    background:#fff;
    border-bottom:3px solid transparent;
    padding:6px;
}
#coSteps[class^="Shipping"] #coSteps_Shipping,
#coSteps.Billing #coSteps_Shipping,
#coSteps.Payment #coSteps_Shipping,
#coSteps.Review #coSteps_Shipping,
#coSteps.Billing #coSteps_Billing,
#coSteps.Payment #coSteps_Billing,
#coSteps.Review #coSteps_Billing,
#coSteps.Payment #coSteps_Payment,
#coSteps.Review #coSteps_Payment,
#coSteps.Review #coSteps_Review,
.template8 #coSteps a.active {
    color:var(--main-color3);
    border-bottom:3px solid var(--main-color3);
}
#coSteps a .dot {
    width:20px;
    height:20px;
    border:1px solid #333;
    display:inline-block;
    vertical-align: middle;
    margin:-3px 6px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
ul.processSteps li::before,
#coSteps.Billing #coSteps_Shipping .dot::before,
#coSteps.Payment #coSteps_Shipping .dot::before,
#coSteps.Review #coSteps_Shipping .dot::before,
#coSteps.Payment #coSteps_Billing .dot::before,
#coSteps.Review #coSteps_Billing .dot::before,
#coSteps.Review #coSteps_Payment .dot::before,
#coSteps a.active .dot::before {
    content:'\2714';
    font-size:1.5em;
    font-weight:900;
    font-family: arial, sans-serif;
    position:absolute;
    margin:-12px 0 0 1px;
}
ul.processSteps li {position:relative;}
ul.processSteps li::before {
    left:6px;
}
.template8 ul.processSteps li::after {
    content:'';
    float:left;
    width:20px;
    height:20px;
    border:1px solid #333;
    display:inline-block;
    vertical-align: middle;
    margin:-3px 6px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.template8 ul.processSteps li,
.template8 ul.processSteps li.active {
    background:#fff;
	color: var(--main-color3);
    border:none;
	border-bottom: 3px solid var(--main-color3);
}
@media (max-width:768px) {
    #coSteps {margin:20px 0;}
    ul.processSteps li,
    .template8 #coSteps a {
        font-size:11px;
        margin:0 4px 20px;
        padding:6px 3px;
    }
}
@media (max-width:480px) {
    ul.processSteps li, .template8 #coSteps a {
        font-size: 11px;
        margin: 0 2px 20px;
        padding: 6px 1px;
    }
    ul.processSteps li::before, #coSteps.Billing #coSteps_Shipping .dot::before, #coSteps.Payment #coSteps_Shipping .dot::before, #coSteps.Review #coSteps_Shipping .dot::before, #coSteps.Payment #coSteps_Billing .dot::before, #coSteps.Review #coSteps_Billing .dot::before, #coSteps.Review #coSteps_Payment .dot::before, #coSteps a.active .dot::before {
        margin-top:-4px
    }
}
dl.checkoutProcess dt.stepTitle {
	display: none;
}
dl.checkoutProcess[step^="Shipping"] dt.stepTitle {
    display:block;
}
dl.checkoutProcess dt[id^=titleBilling].inactive,
dl.checkoutProcess dt[id^=titlePayment].inactive,
dl.checkoutProcess dt[id^=titleReview].inactive {
	display:none;
}
input#hdnTotalRecipients[value="1"] + .checkoutProcess  dt.inactive {
    display:none;
}
dl.checkoutProcess dt.stepTitle span.stepTitleInner {font-weight:600;}
dl.checkoutProcess dt.stepTitle span.stepTitleInner span.bold {
	display:none;
}
dl.checkoutProcess dt.stepTitle span.stepTitleInner {
    border-radius:0;
}
.onePageCheckout .grid_9.checkout,
.onePageCheckout .slideCartRail {min-height:400px !important;}

.checkoutSummary .btnWrapper {
    margin:0 auto;
    display:block;
    text-align:center;
    background: var(--main-color4);
}
.checkoutSummary .btnWrapper .btn {
	padding:20px 10px;
	font-size: 0.85em;
    width:100%;
}
@media (max-width:767px) {
    .onePageCheckout .slideCartRail {min-height:100px !important; margin-bottom:20px;}
    .onePageCheckout .btnWrapper,
    .onePageCheckout .btnWrapper .btn {width:100%;}
    
    .onePageCheckout[step="Billing"] .slideCartRail,
    .onePageCheckout[step="Payment"] .slideCartRail {display:none;}
} 
dl.checkoutProcess .stepGroupContent.greyBlock {
    display: block;
    border-radius: 5px;
    background: #ebebeb;
    border: none;
    padding: 10px 20px 10px;
}
.greyBlock .accountBlocks {
    background: #ebebeb;
}
.greyBlock h3 {color:#7D7D7D;}
.greyBlock svg.icon {fill:#7D7D7D;}

dl.checkoutProcess .stepGroupTitle.promoCodeT .hdng {
    display:inline-block;
    border-radius: 5px;
    background: #ebebeb;
    border: none;
    padding: 20px 40px;
    font-size: 0.85em;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
}
dl.checkoutProcess .stepGroupTitle.promoCodeT + .stepGroupContent {
    height:1px;
    overflow: hidden;
    transition: all linear .25s;
}
dl.checkoutProcess .stepGroupTitle.promoCodeT.active + .stepGroupContent {
    height:152px;
    transition: all linear .25s;
}
/*-------------------------------------------------------*/
.reviewAll {
	border-top: 0px dashed #999;
	padding: 10px 0;
}
.container #ReviewAll .grid_4 {
    float:none;
    width:100%;   
    display:flex;
    flex-flow:row wrap;
    margin-bottom:30px;
}
.container .reviewAll > .m_1half > .grid_4:first-child {
    display:block;
    border-radius: 5px;
    background: #ebebeb;
    border: none;
    padding: 20px 20px 10px;
    margin-bottom:40px;
}
.container #ReviewAll.reviewAll > .m_1half + .clear + .m_1half .grid_4 {
    background:#fff;
    padding:0 10px;
    margin-bottom:10px;
}
.container #ReviewAll .grid_4 > p,
.container #ReviewAll .grid_4 > div {margin-right:40px;}
.container #ReviewAll .grid_4 .recipientSeparator {
    width:100%;
    border-top: 1px solid #cfcfcf;
}
.container #ReviewAll .grid_4 .listhdng {
    width:100%;
}
.checkoutReviewTotals {
	border-top: 1px solid #cfcfcf;
}
.reviewOptions {
	border-top: 1px solid #cfcfcf;
	padding-top: 20px !important;
}
.checkoutReviewTotals .reviewTotalBreakdown {display:none;}
@media (max-width:767px) {
    .container #ReviewAll.reviewAll > .m_1half + .clear + .m_1half .grid_4 {
        padding:0;
    }
    .container #ReviewAll.reviewAll > .m_1half + .clear + .m_1half .grid_4::before {
        content:'';
        width:100%;
        margin:-20px 0 0 0;
        border-top: 1px solid #cfcfcf;
    }
    #stepReview .stepGroupContent {margin-bottom:-20px;}
    .submitWrpr {
        position:fixed;
        width:100%;
        background:#fff;
        bottom:0;
        left:0;
        z-index:9999;
        padding:20px 20px 5px;
        border-top:1px solid #cfcfcf;
    }
    
}
form[action*="/checkout/confirm/"] ul.processSteps {
     display:none;
}
form[action*="/checkout/confirm/"] .costSummary {display:none;}
form[action*="/checkout/confirm/"] .accountBlocks {
    border-top:none;
    border-left:none;
    border-right:none;
}
form[action*="/checkout/confirm/"] .siteBody {margin:0 auto 40px; max-width:1275px; text-align:right;}
form[action*="/checkout/confirm/"] .siteBody > * {text-align: left;}
form[action*="/checkout/confirm/"] .cartList .item {border:none;} 
form[action*="/checkout/confirm/"] .accountBlocks .inner .grid_6 {margin-bottom:30px;}
/*-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* BANNERS GRID */
#divCT_BannersGrid,
.bannersGrid .container {
    display:flex;
    flex-flow:row wrap;
    justify-content: center;
    text-align: center;
}
.bannersGrid h2 {margin:40px 0; font-size:1.75em;}

#divCT_BannersGrid > .restoreRegion + .portlet,
.bannersGrid .container .block {
    width:100%;
}

.bannersGrid .banner {
    width:31%;
    margin:0 1% 1em;
    max-width: 380px;
    text-align: center;
    position: relative;
}
.bannersGrid .banner .image {
    max-width:380px;
    max-height:236px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.bannersGrid .banner img {
    width: 100%;
    height: auto !important;
}
.bannersGrid .banner .icon {
    position: relative;
    text-align: center;
    font-weight:500;
    font-size:1.5em;
    margin:0;
}
.bannersGrid .banner .icon svg {display:none; margin:0 auto 4px;}

@media (max-width:960px) {
    .bannersGrid .banner {width:46%; margin-bottom:0%;}
    .bannersGrid h2 {margin: 20px 0; font-size: 1.2em;}
    .bannersGrid .banner .icon {font-size:1em;}
    .bannersGrid .banner .icon svg {max-height:40px;}
}
/*-------------------------------------------------------*/

/*----- Tip -----*/
.template8 .tipOptions.main {
    padding: 10px 0;
    text-align: left;
}
/*---------------*/

.homepageAboutUs {
    padding: 20px;
}

/*  ======================================================================================================= */


.template8 .itemActions > .detailsRow {
    display:flex; justify-content:flex-start; align-items:center;
}

    .template8 .itemActions .detailsRow .itemPrice {
        margin-right:10px;
    }

.template8 .servicesBanners::after {
    content: "";
    width: 353px;
    width:15%;
    height: 255px;
    height:100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(https://checkout.bloomnetcommerce.com/assets/1/6/services-bg-flower.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size:contain;
    opacity: .25;
}

.template8 .servicesBanners {
    text-align: center;
    color: #fff;
}

    .template8 .servicesBanners .container {
        display:flex;
    }


.template8 .servicesBanners .icon {
    float:none;
    display:block;
    width:100%;
}
    .template8 .servicesBanners h2.primaryFont {
        color: #fff;
    }

.footerContactInfoWrpr h2 {
    font-weight:600;
    margin:0px 0px 20px;
}

.footerContactInfoWrpr .phone {
    margin-bottom:20px;
}

.footerContactInfoWrpr .phone strong {
    display: none;
}

.footerContactInfoWrpr .secondaryFont {
    margin-bottom:15px;
}


.footerContactInfoWrpr .socialWrpr a:before {
    font-size:2.5em;
}

.socialFollow a svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.shopperApprovedWrpr .saMain > div {
    text-align: left !important;
    min-height:initial !important;
}

.shopperApprovedWrpr .saMain > div a.sa_footer {
    position:fixed;
    bottom:80px;
    right:30px;
    padding:10px;
    background:#fff;
    border-radius:5px;
}


    .storeitem .productDetails .itemDesc {
        display: none;
    }

X.storeitem .productDetails #spanPrice {
    display: none;
}

@media (max-width:1220px) {
    .shopperApprovedWrpr .saMain > div a.sa_footer {
        position: relative;
        bottom: 0px;
        right: 0px;
        padding:10px;
    }
}

    @media (max-width:768px) {
        .shopperApprovedWrpr .saMain > div {
            text-align: center !important;
        }


        .headerLinks .cartText,
        .headerLinks #AnonymousView,
        .headerLinks .contactLink {
            display: none !important;
        }

        .menuLink label {
            color: #fff;
        }

        .template8 .servicesBanners .container {
            flex-wrap: wrap;
        }

        .template8 .servicesBanners .grid_4 {
            width: 50%;
        }

            .template8 .servicesBanners .grid_4:nth-child(1) {
                width: 100%;
            }

        .template8 .servicesBanners .banner {
            text-align: center;
        }

            .template8 .servicesBanners .banner a {
                margin: 0;
            }

                .template8 .servicesBanners .banner a p:first-child {
                    display: none;
                }

                .template8 .servicesBanners .banner a svg.icon {
                    width: 50%;
                    height: 50%;
                    margin: 20px auto 0px;
                }

            .template8 .servicesBanners .banner .visually-hidden {
                display: none;
            }

        .template8 .servicesBanners .grid_4:nth-child(1) h2.primaryFont {
            margin: 0;
            font-size: 1.5em;
        }

        .template8 .servicesBanners .grid_4 h2.primaryFont {
            margin: 0;
            font-size: 1.2em;
        }

        .template8 .servicesBanners::after {
            content: "";
            width: 253px;
            height: 155px;
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            background-image: url(https://checkout.bloomnetcommerce.com/assets/1/6/services-bg-flower.png);
            background-repeat: no-repeat;
            background-position: 100% 100%;
            background-size: contain;
            opacity: .25;
        }

        .socialFollow a svg {
            width: 30px;
            height: 30px;
        }

        #AreasServed {
            background: #fff;
        }
    }

    .bannersGrid .banner .icon {
        padding: 5px;
    }

    .slider .slideItem {
        position: relative;
        padding: 10px;
    }

        .slider .slideItem .image {
            max-width: 380px;
            max-height: 236px;
            overflow: hidden;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

        .slider .slideItem img {
            width: 100%;
            height: auto !important;
        }

        .slider .slideItem .icon {
            position: absolute;
            bottom: 40%;
            right: 30px;
            text-align: center;
            font-weight: 500;
            font-size: 1em;
            margin: 0;
        }

            .slider .slideItem .icon svg {
                display: block;
                margin: 0 auto 4px;
                width: 50px;
                height: 50px;
            }

    .productDetails .itemActions .addon .CI-left {
       width:20%;
    }

    .productDetails .itemActions .addon .CI-right {
        width: 75%;
    }

    .productDetails .itemActions .addCartBtnWrpr {
        padding: 0px 0px;
        width: 100%;
    }

    .recentlyViewed .slider .slick-track {
        margin-left: 0;
    }

    #headerMain ul.mobileNav {
        display: none;
    }


.siteSubFooter .grid_12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    padding:0;
}


.siteSubFooter .footerLinks {
    display: inline-block;
    margin-top: 10px;
    text-align:center;
}

    .siteSubFooter .footerLinks a {
        display: inline-block;
        color: #fff !important;
        font-size: 14px;
    }


@media (max-width:767px) {

    .template8 .servicesBanners .banner a svg.icon {
        width: 120px;
        xborder: solid 1px green;
    }
    
    .template8 .servicesBanners #CT_Service1_0_divBanner a svg.icon {
        width: 150px;
        xborder: solid 1px #ff0000;
    }
}

.template8 .CI-right .btnWrapper.btnAddToCart {
    max-width: 260px;
    border: solid 2px var(--main-color4);
    color: var(--main-color4); 
    background:transparent;
}
    .template8 .CI-right .btnWrapper.btnAddToCart #card-isle-button {   
        color: var(--main-color4);
    }


#btnAddToCart.disabled {
    background: var(--main-color1) !important;
}

/*  ======================================================================================================= */

.homepageAboutUs {
    padding: 20px;
}
