@font-face {
    font-family: 'citrfontbold';
    src: url('/font/plusjakartasans-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'citrfontboldAlt';
    src: url('/font/lobster.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'citrfontreg';
    src: url('/font/plusjakartasans-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


:root {
    --fixedwidth: 100%;
    --butradius: 0px;

    --color1: #b9b9b9;
    --color2: #1c2850;
    --color3: #efefef;
    --color4: #000000ff;
    --color5: #ffffffff;
}

/* Scroll Bar Overrides */

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    -webkit-overflow-scrolling: auto;
    background: white;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* -- global  -- */
.bgStandard {
    background: var(--color2);
}

.bg-white {
    background: #fff;
}

.bg-blue {
    background: #2c4f96 !important;
}

.bg-beige {
    background: #AB987A;
}

/* .container, .wrapper {background: var(--bg-color)}  */
.innerWidth {
    max-width: 1660px;
    margin: auto;
    float: none;
}

.innerWidthText {
    max-width: 900px;
    margin: auto;
    float: none;
}

.innerWidthText p {
    margin: 32px 0;
}

html,
body {
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.NodeLevel0>a.active:before,
.NodeLevel0>a.active:after,
.noUi-connect,
.noUi-tooltip,
.basketPip,
a.flex-active,
.noUi-tooltip,
.noUi-connect,
.facetSelectedff.checked,
.wsPrice,
a.flex-active,
.social a {
    var(--but-bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.current,
.bannerTitle,
.NodeLevel0>a>span,
.mainFont,
.ctaTitle,
.boldfont {
    font-family: 'citrfontbold';
    font-weight: 800;
    font-style: normal;
}

.logo {
    height: 500px;
}

.NodeLevel0>a {
    letter-spacing: inherit;
    line-height: 100%;
    font-weight: 400;
    font-size: 16px;
    font-family: 'citrfontreg';
    padding-right: 0;
}

.NodeLevel0>a.active:before {
    width: 100%;
    /* left: 5%; */
}

.NodeLevel0>a:after {
    display: none;
}

.NodeLevel0>a:before {
    content: "";
    position: absolute;
    top: 20px;
    height: 1px !important;
    width: 0%;
    left: 0%;
    background-color: var(--color2);
    transition: 0.4s ease-out all .1s;
    transform: none;
}

@media screen and (max-width : 1440px) {
    .NodeLevel0>a:before {
        display: none !important;
    }
}

.NodeLevel0>a:hover:before {
    width: 100%;
    /* left: 50%; */
    transition: 0.5s ease all;
}

.fixed,
.NodeLevel0>.CSSFacetNavModules,
.fixed,
.NodeLevel0>.CSSFacetNavModules {
    max-width: 100%;
}

.ctaIcon,
[class*="icon-"]:hover {
    color: var(--color2);
}

.container {
    background: transparent;
}

.here {
    color: #e65204;
    font-weight: 700;
    border-bottom: 1px solid #e65204;
}

.here:hover {
    border-bottom: 1px solid #e65204;
}

@media screen and (max-width : 1024px) {
    .ctrPadTop16 {
        padding: 16px
    }
}

/* -- Width  -- */
.maxInner {
    max-width: 1240px;
}

.fixed,
.NodeLevel0>.CSSFacetNavModules {
    max-width: var(--fixedwidth)
}

@media screen and (max-width : 320px) {

    .fixed,
    .NodeLevel0>.CSSFacetNavModules {
        max-width: 100%
    }
}

@media screen and (min-width : 321px) and (max-width : 414px) {

    .fixed,
    .NodeLevel0>.CSSFacetNavModules {
        max-width: 100%
    }
}

@media screen and (min-width : 415px) and (max-width : 767px) {

    .fixed,
    .NodeLevel0>.CSSFacetNavModules {
        max-width: 100%
    }
}

@media screen and (min-width : 768px) and (max-width : 1024px) {

    .fixed,
    .NodeLevel0>.CSSFacetNavModules {
        max-width: 100%
    }
}

@media screen and (min-width : 1025px) and (max-width : 1440px) {

    .fixed,
    .NodeLevel0>.CSSFacetNavModules {
        max-width: 100%
    }
}

@media screen and (min-width : 1440px) and (max-width : var(--fixedwidth)) {

    .fixed,
    .NodeLevel0>.CSSFacetNavModules {
        max-width: var(--fixedwidth)
    }
}

@media screen and (min-width : var(--fixedwidth)) {

    .fixed,
    .NodeLevel0>.CSSFacetNavModules {
        max-width: var(--fixedwidth)
    }
}

.masthead .fixed,
.TopSubBanner .fixed {
    max-width: var(--fixedwidth);
}

.container>.ctrPad32,
.fixed>.ctrPad32 {
    padding: 32px;
}

@media screen and (max-width : var(--fixedwidth)) {

    .container>.ctrPad32,
    .fixed>.ctrPad32 {
        padding: 32px
    }
}

@media screen and (max-width : 1440px) {

    .container>.ctrPad32,
    .fixed>.ctrPad32 {
        padding: 16px
    }
}



/* -- header basket  -- */
.logo {
    max-width: 615px;
    padding: 0;
    margin: 0;
}

.logo {
    margin: 0;
    display: block;
    height: 100px !important;
    width: 15%;
    min-width: 75px;
    position: absolute;
    left: 1em;
    background-position: left;
    z-index: 12;
    min-width: 0px;
    /* max-width: 225px; */
}

@media screen and (max-width : 1024px) {
    .logo {
        height: 75px !important;
        width: 100px;
    }
}

.navIcons {
    border-bottom: none;
    padding: 0 16px
}

.masthead,
.masthead .container,
.ctrNavigation>.CSSFacetNavModules {
    position: fixede;
}

.ctrNavigation>.CSSFacetNavModules{
    gap: .5em;
}

.masthead {
    padding: 0;
    margin: auto;
    background: var(--color5);
    border-bottom: 4px solid var(--color2);
}

.masthead input {
    background: var(--color3);
}

.logoContainer {
    padding: 0 !important;
    width: 204px;
}

.navIcons [class*="icon-"] {
    text-align: center;
}

.loginCtr a {
    color: #b4d0fe
}

.menuOptions {
    font-family: 'citrfontbold';
    letter-spacing: 0px;
    font-size: 12px;
}

@media screen and (max-width: 1023px) {
    .logoContainer {
        padding-left: 16px;
        width: 150px;
    }

    .navIcons *[class*="icon-"] {
        text-align: center;
    }

    .navIcons {
        padding: 0
    }
}

.NodeLevel1>a {
    font-size: 16px;
    text-transform: uppercase;
    opacity: 1;
    width: 100%;
    font-weight: 800;
}

.NodeLevel0[data-nodename*='Sale']>a {
    color: red;
    border: 2px solid red;
    padding: 5px 10px 9px 10px;
}

.NodeLevel0[data-nodename*='Sale']>a:before {
    display: none;
}

.NodeLevel0[data-nodename*='Sale']>a:hover {
    color: #fff;
    border: 2px solid red;
    background: red;
}

.NodeLevel0[data-nodename*='Sale']>a.active {
    color: #fff !important;
    background: red;
    border: 2px solid red;
}

@media screen and (max-width: 1024px){
    .NodeLevel0[data-nodename*='Sale']>a {
        color: red;
        border: none;
        padding: 20px 48px 20px 16px;
    }
    
    .NodeLevel0[data-nodename*='Sale']>a:before {
        display: none;
    }
    
    .NodeLevel0[data-nodename*='Sale']>a:hover {
        color: #fff;
        border: none;
        background: red;
        padding: 20px 48px 20px 16px;
    }
    
    .NodeLevel0[data-nodename*='Sale']>a.active {
        color: #fff !important;
        background: red;
        border: none;
        padding: 20px 48px 20px 16px;
    }
}

@media screen and (min-width : 1441px) and (max-width : 1920px) {
    .navIcons {
        padding: 0;
    }
}

@media screen and (min-width : 1920.1px) {
    .navIcons {
        padding: 0px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .logo {
        min-height: 40px;
        top: 2px;
    }

    body {
        padding-top: 48px
    }
}

@media screen and (max-width: 1024px) {
    .NodeLevel0>a {
        background: var(--color5);
    }
}

.basketPip {
    background: #000000;
    right: 10px;
    color: #fff !important;
}

@media screen and (max-width:1024px) {
    .basketPip {
        right: 50%;
    }
}

/* -- header Dropdown nav  -- */
body {
    padding-top: 75px;
}

.NodeLevel0>.CSSFacetNavModules,
.ctrNavigation {
    top: 75px;
}

.navIcons,
.navIcons>div,
.navIcons>a,
.navIcons *[class*="icon-"],
.logoContainer,
.logo {
    height: 75px;
    line-height: 75px;
}

.NodeLevel1 {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.NodeLevel1>.CSSFacetNavModules {
    -moz-column-count: 1;
    -moz-column-gap: 1;
    -webkit-column-count: 1;
    -webkit-column-gap: 1;
    column-count: 1;
}

.NodeLevel0>a.active:before,
.NodeLevel0>a.active:after,
.basketPip {
    background: var(--color2);
    transform: none;
}

.masthead .fixed,
.TopSubBanner .fixed {
    padding: 0;
}

.TopSubBanner {
    position: relative;
    border-bottom: 1px solid #cbcbcb;
}

.TopSubBanner .container {
    background: none
}

.NodeLevel1>a {
    font-size: 13px;
    letter-spacing: 2px;
    opacity: 1;
    width: 100%;
    display: block;
    margin-bottom: 16px;
    font-family: 'citrfontbold';
    border-bottom: 1px solid var(--color2);
    color: var(--color4) !important;
    text-transform: none;
}

.NodeLevel2>a {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 0 1em 0;
    line-height: 150% !important;
    opacity: 1;
    color: #555454 !important;
    text-transform: capitalize;
    font-family: 'citrfontreg';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
}

.NodeLevel2>a:before {
    background: var(--color2);
    height: 1px !important;
}

.NodeLevel0[data-nodename*='Sale'] .NodeLevel2>a:before {
    background: red;
}

.NodeLevel2>a:hover {
    color: var(--color4) !important;
}

.NodeLevel0>.CSSFacetNavModules.active {
    position: fixed;
    text-align: center;
    justify-content: center;
    background: #ffffff;
    backdrop-filter: blur(10px);
    border-bottom: 4px solid var(--color2);
}

.NodeLevel0>a.active {
    color: #000;
}

.NodeLevel0>a.active,
.NodeLevel0>a.active>span:after,
.footer a:hover,
.footer a:hover p,
a,
.checkList li:before {
    color: var(--color2);
}

.CCartBut>div:first-of-type>a {
    font-size: 11px
}

.navIcons {
    border-bottom: none
}

.fafbackground {
    background: #fff
}

.srchCtr.tbcnt .searchBoxForm,
.srchCtr.tbcnt .searchBoxForm:focus {
    color: #000000;
}

@media screen and (max-width: 1024px) {
    .NodeLevel1 {
        width: 100%;
        padding: 8px;
    }

    .NodeLevel0>.CSSFacetNavModules.active {
        position: relative;
        top: 0;
    }

    .ctrNavigation>.CSSFacetNavModules {
        height: auto
    }

    .NodeLevel0>a {
        border-bottom: 2px solid var(--color2) !important;
    }

    .open-slide-menu .NodeLevel0>a:not(.active) {
        opacity: 1
    }

    .NodeLevel0>a.active {
        background: var(--color5);
        color: var(--color2) !important;
    }

    .NodeLevel0>a.active:before,
    .NodeLevel0>a.active:after {
        color: #ff533d;
    }

    .ctrNavigation {
        background: transparent;
    }

    .NodeLevel2>a {}

    .NodeLevel0>.CSSFacetNavModules.active{
        background: var(--color5);
    }
}

@media screen and (max-width: 1024px) {}

/* header Call to action bar */
.topBannerStrip {
    background-color: var(--but-bg-color);
}

.topBannerStrip a {
    text-align: center;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.topBannerStrip a p {
    padding: 0;
    margin: 0;
    color: #ffffff;
}

/* Invert Cover*/
.masthead .container,
.masthead .NodeLevel0>.CSSFacetNavModules,
.ctrNavigation,
.NodeLevel0>a {
    color: var(--color4);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0px;
}

.social a {
    background-color: #212121 !important;
}

#basket,
.basketPip {
    color: #000;
}


/* -- forms buttons  -- */
#ContinueLink {
    font-size: 10px
}

button,
.button,
.dark .button,
.dark button,
.col-1 .dropdownA2B .a2bButtonGo,
.but {
    text-transform: uppercase;
    font-family: 'citrfontbold';
    display: inline-block;
    background: var(--color2);
    border-radius: var(--butradius);
}

button:hover,
.button:hover,
.a2bButtonGo:hover {}

#clLogin1-dev .ghost-button.ghost-button {
    border: 1px solid #e65204;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #e65204;
    font-family: 'citrfontbold';
    display: inline-block;
}
}

.ghost-button.ghost-button {
    border: 1px solid #222222;
    color: #05070d;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    font-family: 'citrfontbold';
    display: inline-block;
}

.ghost-button.ghost-button:hover {
    border: 1px solid var(--color2);
    background: var(--color2);
    color: #f6f6f6;
}

button.ghost-button,
a.ghost-button {
    background: transparent;
    border: 1px solid var(--color2);
    color: var(--color2);
}

/* CSS Document */
form[action*="facet"] #body-wrapper-overlay~*,
form[action*="facet"] #body-wrapper-overlay+div .container,
form[action*="collection="] #body-wrapper-overlay+div .container,
.fafbackground {
    background: #FFFFFF
}

.wrapper #FafKnockoutResults .FAFFilters,
.FAFResults,
.FAF {
    background: #FFFFFF !important
}

form[action*="facet"] #body-wrapper-overlay+div .fixed,
form[action*="collection="] #body-wrapper-overlay+div .fixed {
    max-width: 100%
}


/* -- accordian  -- */
.accordianHeader>span.fa-unsorted:before,
.accordianHeader>span.fa-unsorted:after {
    height: 3px;
    border-radius: 3px;
}

.active .accordianHeader>span.fa-unsorted:before,
.active .accordianHeader>span.fa-unsorted:after {
    background: #3e5b3e;
}


/* -- Top Banners  -- */



/* -- Footer  -- */
.footer,
.footer .container {
    background: #f6f6f6;
    padding-bottom: 13px;
}

/* -- Search Border radius override  -- */
#search input {
    border-radius: 0;
}

#search input[type="search"] {
    -webkit-appearance: none;
}


.btn-newsletter {
    color: #fafafa;
    background: #e65204;
    padding: 10px;
    border-radius: 7px;
    /* font-family: 'citrBold'; */
    font-family: 'citrfontreg';
}

.btn-newsletter:hover {
    background: #777;
}

.footer-btn-contain {
    margin-top: 30px;
}

.footer a:hover,
.footer a:hover p {
    color: #2c4f96;
}

.cards {
    color: #ffffff;
    background: #2c4f96;
    opacity: 1;
}

.footer .mainFont {
    font-size: larger;
    font-family: 'citrfontbold';
    color: #2c4f96;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.social a {
    background-color: #ffffff00 !important;
}

.social a:hover {
    filter: invert(0);
}

input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
    border: 1px solid #585858;
}

.disabled,
:disabled,
.a2bButtonInactive {
    opacity: 0.3;
    cursor: not-allowed !important;
    background: #bcbcbc !important;
    color: #fff !important;
}

.footer img {
    max-width: 100%;
    height: 100%;
}

.gutter64 {
    margin: 0 -32px;
}

.gutter64>li,
.gutter64>a,
.gutter64>div,
.gutter64>span,
.gutter64>img {
    padding: 0 32px;
}

.social a {
    filter: invert(1);
}

.social.social a:hover {
    background-color: transparent !important;
}

.footerNewsletter {
    color: #212329;
    margin: auto;
    /* float: inherit; */
    text-align: center;
    padding: 32px 32px 32px 32px;
}

.footerLogo img {
    max-width: 145px;
    /* transform: translateX(-50%) translateY(-50%); */
    background: #2d2e33;
    height: auto;
}

.footer {
    margin-bottom: 0px !important;
}

#footerEmail {
    background: #fff;
    /* font-family: 'citrfontreg'; */
    /* font-size: 14px; */
    /* height: 36px; */
    border: 2px solid #d5d5d5;
}

.citrusDate {
    margin: 0;
}

.foverlay {
    background: rgb(0 0 0 / 68%);
}

@media screen and (max-width: 767px) {
    .footer .mainFont:after {
        margin: 16px auto
    }

    .footerBrands a {
        width: 50%
    }

    .footer .zflex-sb {
        display: inline;
        width: 100%;
    }

    .footer .zflex-sb>div {
        margin: 0 0 64px 0;
    }

    .footer,
    .footer .container {
        padding-bottom: 17px;
    }
}

.fafbackground {
    background: #ffffff;
}

.footerRow:last-of-type {
    border-top: none;
    margin: 0px 0 32px;
}

.footer-grid-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
    justify-items: left;
}

.footer-logo-container {
    text-align: center;
}

.filter-red {
    filter: invert(12%) sepia(63%) saturate(7339%) hue-rotate(10deg) brightness(93%) contrast(120%);
    margin-right: 20px;
}

.footer-logo {
    margin: 30px;
}

.footer a,
.footer span,
.footer p {
    font-family: 'citrfontreg';
    color: #142b3b;
    font-size: 14px;
}

.footer .mainFont:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #2c4f96;
    display: block;
    margin: 20px 0px 20px 0px;
}

.address-container .mainFont:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #b48360;
    display: block;
    margin: 20px 0px 20px 0px;
}

.address-item img {
    margin-right: 1em;
}

@media screen and (max-width: 767px) {
    .footer-grid-container {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        -ms-grid-columns: 1fr;
        text-align: left;
        margin-left: 25px;
    }

}

@media screen and (min-width : 768px) and (max-width : 1023.9px) {
    .footer-grid-container {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        margin-left: 57px;
        text-align: left;
        -ms-grid-columns: 1fr 1fr;
    }
}

.footerNewsletter {
    padding: 16px;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: center;
}

.footerNewsletter>div {
    text-align: left;
}

.footerNewsletter>div:first-child {
    margin: 0 44px 0 0;
}

.footerNewsletter>div:first-child h3,
.footerNewsletter>div:first-child p {
    margin: 0;
}

.footerNewsletter>div:first-child h3 {
    text-transform: uppercase;
    font-size: 24px;
}

.footerNewsletter>div:first-child p {
    font-size: 14px;
}

.footerNewsletter>div.social {
    display: flex;
}

.footerNewsletter>div.zflexInline {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-grow: 2;
    margin: 0px;
}

.footerNewsletter div>h3 {
    margin: 0;
    font-size: 2em;
}

.footerNewsletter div>p {
    margin: 8px 0 0 0;
}

.footerNewsletter>div>input {
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    flex: 1;
    border-right: none;
}

.footerNewsletter>div>input:focus {
    background: none;
}

.footerNewsletter>div>input::placeholder {
    color: #000000;
    text-transform: uppercase;
    font-family: 'citrfontbold';
    font-size: 16px;
}

.footerNewsletter>div.zflexInline>a {
    border-radius: 0;
    height: 54px;
    line-height: 52px;
    background: #d5d5d5;
    margin: 0;
    font-size: 16px;
    width: auto;
    text-transform: uppercase;
    font-family: 'citrfontbold';
    color: #2c4f96;
}

.footerNewsletter>div.zflexInline>a:hover {}

.footerNewsletter>div>#newsletter-footer-text {
    width: 100%;
    padding: 8px 0;
    text-align: left;
}

.footerNewsletter>div>#newsletter-footer-text:empty {
    display: none;
}

.footerNewsletter>div.social>a {
    border-radius: 0;
    background-color: #000 !important;
    margin: 0px 6px;
    height: 54px;
    width: 54px;
    line-height: 54px;
    display: block;
}


.footerBackground {
    background-image: url("/Images/Equiflair Banner Background_AdobeStock_215552699.jpeg?width=1200&quality=50");
    background-size: cover;
}

.social-card-container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    height: 400px;
    width: auto;
}

.filter-white {
    filter: invert(98%) sepia(99%) saturate(2%) hue-rotate(354deg) brightness(110%) contrast(100%);
}

.address-item {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
}

.address-container .mainFont {
    font-size: larger;
    font-family: 'citrfontreg';
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.address-container p {
    font-family: 'citrfontreg';
    color: #f6f6f6 !important;
    font-size: 14px;
    margin: 0px !important;
}

.address-item a {
    font-family: 'citrfontreg';
    color: #f6f6f6 !important;
    font-size: 14px;
    margin: 0px !important;
}

.address-container {
    margin-top: 20px;
}

.social-card-container .social a {
    filter: invert(0);
}

@media screen and (max-width: 767px) {
    .social-card-container {
        grid-template-columns: repeat(1, 1fr);
        -ms-grid-columns: 1fr 1fr;
        text-align: left;
        margin-left: 25px;
    }
}

@media screen and (min-width : 768px) and (max-width : 1023.9px) {
    .social-card-container {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        text-align: left;
        -ms-grid-columns: 1fr 1fr;
    }
}

/* -- Newsletter  -- */
.footer-heading {
    /* margin: 40px 0px 40px 0px; */
    background: #2c4f96;
}

.footer-heading h3 {
    font-family: 'citrfontbold';
    font-size: 35px !important;
    color: #Fff;
}

.bg-light-grey {
    background: #e9e9e9;
}

.footer-heading p {
    font-family: 'citrfontreg';
    color: #f6f6f6;
    font-size: 14px;
    margin-top: 40px;
}

#newsletter-footer-submit {
    /* margin-top:20px; */
    /* border-radius:4px; */
    /* color:#fff; */
    /* background:#aaa; */
    /* font-size: 14px; */
    /* padding: 0px 20px 0px 20px; */
    /* text-transform: initial; */
    /* height: 30px; */
    /* line-height: 28px; */
}

#newsletter-footer-submit:hover {}

/* -- Logo Overides  -- */

.highlight {
    position: relative;
    margin: 32px 0;
    text-align: center;
}

.highlight:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #000000;
    width: 100%;
    transform: translateY(-50%);
    z-index: 0;
}

.highlight span {
    font-size: 20px;
    background: var(--bg-color);
    z-index: 1;
    position: relative;
    padding: 0 32px;
    margin: auto;
    float: none;
    font-family: 'citrfontbold';
}

.highlight.invert:after {
    border-top: 1px solid #a8acbe;
}

.highlight.invert span {
    background: #2c2d33;
    color: #fff;
}

.banner-awards a {
    pointer-events: none;
}

.invert,
.invert .container {
    background: #111111;
}

.invert * {
    color: #ffffff;
}

/* CSS Document */
/* CSS Grid Banners - FACET COLLECTIONS PAGE --------------------------------------------------------------- */
div[class*="css-image"],
span[class*="css-image"] {
    -webkit-background-size: 100% !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

div[class*="css-image"].bgContain,
span[class*="css-image"].bgContain {
    background-size: contain !important;
    background-color: white !important;
}

span[class*="css-image"] {
    display: block;
}

[class*="gridBanner"]>div,
[class*="grirow"]>div {
    display: grid;
    padding: 0 0 1em 0;
    grid-gap: 3em;
}

[class*="gridBanner"]>div>a,
[class*="grirow"]>div>a {
    position: relative;
    width: 100%;
    height: 100%
}

[class*="gridBanner"]>div>a:hover .photo span:after,
[class*="grirow"]>div>a:hover .photo span:after {
    opacity: 1;
}

[class*="grirow"]>div {
    display: grid;
    padding: 0;
}

.grirow1>div {
    grid-template-columns: repeat(1, 1fr);
}

.grirow2>div {
    grid-template-columns: repeat(2, 1fr);
}

.grirow3>div {
    grid-template-columns: repeat(3, 1fr);
}

.grirow4>div {
    grid-template-columns: repeat(4, 1fr);
}

.grirow5>div {
    grid-template-columns: repeat(5, 1fr);
}

.grirow6>div {
    grid-template-columns: repeat(6, 1fr);
}

.grirow7>div {
    grid-template-columns: repeat(7, 1fr);
}

@media screen and (max-width: 767.9px) {
    [class*="grirow"]>div {
        /* grid-template-columns: repeat(1, 1fr); */
    }

    .grirow2>div {
        /* grid-template-columns: repeat(1, 1fr); */
    }

    .grirow4>div {
        grid-template-columns: repeat(2, 1fr)
    }

    .grirow5>div {
        grid-template-columns: repeat(2, 1fr)
    }

    .grirow6>div {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width : 768px) and (max-width : 1023.9px) {
    [class*="grirow"]>div {
        /* grid-template-columns: repeat(1, 1fr); */
    }

    .grirow2>div {
        /* grid-template-columns: repeat(1, 1fr); */
    }

    .grirow4>div {
        grid-template-columns: repeat(2, 1fr)
    }

    .grirow5>div {
        grid-template-columns: repeat(2, 1fr)
    }

    .grirow6>div {
        grid-template-columns: repeat(2, 1fr)
    }
}

.gg1,
.gg1>div {
    grid-gap: 1em;
}

.gg0,
.gg0>div {
    grid-gap: 0em !important;
}

.bannerTxtCtr {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: center;
    padding: 32px 16px;
    z-index: 2;
    width: 100%;
    height: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0e12+0,0d0e12+100&0+50,0.39+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
}

.bannerDesc:empty,
.bannerTitleGrid:empty,
.bannerView:empty {
    display: none;
}

.bannerDesc {
    font-size: smaller;
    padding: 0 !important;
}

.bannerTitle {
    font-size: x-large;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'citrfontbold';
    font-weight: normal;
}

.bannerView {
    font-size: small
}

.textBottom .bannerTxtCtr {
    background: none;
    position: relative;
    height: auto;
    order: 1;
    padding: 16px 0 32px;
    color: #000;
}

.textBottom>div {
    padding-bottom: 20px;
}

.textBottom>div a {
    display: inline-grid;
}

.textBottom .bannerDescGrid,
.textBottom .bannerTitleGrid,
.textBottom .bannerViewGrid {
    color: #222;
    padding: 0;
}

.textBottom .bannerTitleGrid {
    -webkit-line-clamp: 1;
}

.textBottom .bannerView {
    right: 0;
    margin: 0;
    border: none;
}

.textBottom .bannerTitle {
    text-shadow: none;
    font-size: 16px;
}

.alignleft,
.alignleft .bannerTxtCtr {
    text-align: left;
    align-items: end
}

.gBrandsBut {
    padding: 1em;
    background: #000;
    margin-bottom: 1em;
}

.gBrandsBut>div>a {
    text-align: center;
    padding: 1em 2em;
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    border: 1px solid #fff;
}

.gBrandsBut>div>a:hover {
    color: #BF1009;
    border: 1px solid #bf1009;
}

.gBrandsLogo {
    padding: 16px 0
}

.gGradient .bannerTxtCtrGrid {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d0e12+0,0d0e12+100&0+50,0.39+100 */
    background: -moz-linear-gradient(top, rgba(13, 14, 18, 0) 0%, rgba(13, 14, 18, 0) 50%, rgba(13, 14, 18, 0.39) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(13, 14, 18, 0) 0%, rgba(13, 14, 18, 0) 50%, rgba(13, 14, 18, 0.39) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(13, 14, 18, 0) 0%, rgba(13, 14, 18, 0) 50%, rgba(13, 14, 18, 0.39) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0e12', endColorstr='#630d0e12', GradientType=0);
    /* IE6-9 */
}

.All125 .photo span:after,
.All125 .photo:after,
.All125 .photo div:after {
    padding-bottom: 125%;
}

.All100 .photo span:after,
.All100 .photo:after,
.All100 .photo div:after {
    padding-bottom: 100%;
}

.All75 .photo span:after,
.all75 .photo:after,
.All75 .photo div:after {
    padding-bottom: 75%;
}

.All50 .photo span:after,
.All50 .photo:after,
.All50 .photo div:after {
    padding-bottom: 50%;
}

.All30 .photo span:after,
.All30 .photo:after,
.All30 .photo div:after {
    padding-bottom: 30%;
}

.All125v .photo span:after,
.All125v .photo:after,
.All125v .photo div:after {
    padding-bottom: calc(125vh - 75px);
}

.All100v .photo span:after,
.All100v .photo:after,
.All100v .photo div:after {
    padding-bottom: calc(100vh - 75px);
}

.All75v .photo span:after,
.all75v .photo:after,
.All75v .photo div:after {
    padding-bottom: calc(75vh - 75px);
}

.All50v .photo span:after,
.All50v .photo:after,
.All50v .photo div:after {
    padding-bottom: calc(50vh - 75px);
}

.All30v .photo span:after,
.All30v .photo:after,
.All30v .photo div:after {
    padding-bottom: calc(30vh - 75px);
}

.Banner>.photo {
    overflow: hidden;
    background: none;
}

.Banner>.photo>div {
    transform: scale3d(1, 1, 1);
    transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.Banner:hover>.photo>div {
    transform: scale3d(1.04, 1.04, 1.04);
}

@media screen and (max-width: 767.9px) {
    [class*="grirow"]>div {
        /* grid-template-columns: repeat(1, 1fr) !important; */
        -ms-grid-columns: 1fr 1fr
    }

    .grirow2>div {
        /* grid-template-columns: repeat(1, 1fr) !important; */
        -ms-grid-columns: 1fr 1fr
    }

    .grirow4>div {
        grid-template-columns: repeat(1, 1fr) !important;
        -ms-grid-columns: 1fr 1fr;
    }

    .grirow5>div {
        grid-template-columns: repeat(1, 1fr) !important;
        -ms-grid-columns: 1fr 1fr;
    }

    .grirow6>div {
        grid-template-columns: repeat(2, 1fr) !important;
        -ms-grid-columns: 1fr 1fr
    }
}

@media screen and (min-width : 768px) and (max-width : 1023.9px) {
    [class*="grirow"]>div {
        /* grid-template-columns: repeat(1, 1fr) !important; */
        -ms-grid-columns: 1fr 1fr
    }

    .grirow2>div {
        /* grid-template-columns: repeat(1, 1fr) !important; */
        -ms-grid-columns: 1fr 1fr
    }

    .grirow4>div {
        grid-template-columns: repeat(2, 1fr) !important;
        -ms-grid-columns: 1fr 1fr
    }

    .grirow5>div {
        grid-template-columns: repeat(2, 1fr) !important;
        -ms-grid-columns: 1fr 1fr
    }

    .grirow6>div {
        grid-template-columns: repeat(2, 1fr) !important;
        -ms-grid-columns: 1fr 1fr
    }
}

/* Fallback for older devices */
.modernizr-no-cssgrid [class*="gridBanner"]>div,
.modernizr-no-cssgrid [class*='gridBanner']>div>a {
    display: block;
}

/* Banner Collection background unpick */
.bannerDesc,
.bannerTitle,
.bannerView {
    background: none;
    color: inherit;
    text-transform: initial !important;
    letter-spacing: 0;
    line-height: 130%;
    border: none;
}

[class*="hmBanner"]>div>a:hover .bannerView {
    background: none;
}

.bannerTitle {
    color: inherit;
    margin: 8px 0;
    letter-spacing: -1px;
    background: none !important;
}

.bannerDesc {
    color: inherit;
    font-size: initial;
}

/* Brand Icons  --------------------------------------------------------------- */
.BrandIcon>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0 2em;
}

.BrandIcon a {
    max-width: 150px;
    display: inline-block;
    height: 100px;
    width: 100%;
}

.BrandIcon .bannerTxtCtr {
    display: none;
}

.BrandIcon [class*="css-image"] {
    background-size: contain !important;
    opacity: inherit;
}

.BrandIcon a:hover [class*="css-image"] {
    opacity: 1;
}

.BrandIcon:hover a {
    filter: grayscale(100%);
    opacity: 0.3;
}

.BrandIcon a:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.BrandIcon .Banner:hover>.photo>div {
    transform: none;
}

.largerBrand a {
    max-width: 250px;
}

.invertcolor {
    background: var(--but-bg-color)
}

.invertcolor .photo {
    background: none;
    filter: brightness(0) invert(1);
}


/* header Call to action bar */
.topBannerStrip {
    background-color: var(--but-bg-color);
}

.topBannerStrip a {
    text-align: center;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.topBannerStrip a p {
    padding: 0;
    margin: 0;
    color: #ffffff;
}

/* Cta banner Scroll */
.top-cta,
.top-cta .container {
    overflow: auto;
    background: #fff;
    overflow: auto;
    margin: 0;
}

.top-cta h4 {
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 4px;
}

.top-cta p {
    margin-bottom: 1em;
    color: #f6f6f6;
    font-size: 12px;
}


.top-cta-wrap,
.top-cta-wrap>a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.top-cta-wrap {
    justify-content: space-evenly;
}

.top-cta-wrap>a {
    /* grid-gap: 16px; */
    text-align: center;
}

.top-cta-wrap>a:hover h4 {
    color: var(--color2);
}

.top-cta-wrap>a::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 1em;
    filter: invert(35%) sepia(22%) saturate(2425%) hue-rotate(180deg) brightness(79%) contrast(98%);
}


.top-cta-wrap>a h4 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-block: 1em;
}

.top-cta-wrap>a>p {
    font-size: 12px;
}

.top-cta-wrap>a:nth-child(1)::before {
    background: url('/layout/icons/truck-loading-solid.svg') 100% / 100% no-repeat;
}

.top-cta-wrap>a:nth-child(2)::before {
    background: url('/layout/icons/shopping-cart-solid.svg') 100% / 100% no-repeat;
}

.top-cta-wrap>a:nth-child(3)::before {
    background: url('/layout/icons/phone-volume-solid.svg') 100% / 100% no-repeat;
}

/* .top-cta-wrap>a:nth-child(4)::before {
    background: url('/layout/icons/money-check-solid.svg') 100% / 100% no-repeat;
} */

@media screen and (max-width: 1024px) {
    .top-cta-wrap {
        min-width: 1190px;
    }
}

.ctaContainer{
    background: var(--color3);
}

div[id*="CTA_bannerCollectionPanel"] {
    top: 75px;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
}

div[id*="CTA_bannerCollectionPanel"] .bannerTxtCtr {
    position: static;
    display: flex;
    flex-flow: column;
    padding: 0;
    grid-gap: 5px;
    justify-content: center;
    color: var(--color4);
    align-items: center;
    background: none;
    width: 230px;
    height: 100%;
    text-shadow: none;
}

div[id*="CTA_bannerCollectionPanel"] .bannerTxtCtr>span {
    background: none;
    text-transform: none !important;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0;
    padding: 2px;
    width: auto;
    padding: 0;
    font-family: 'citrfontbold';
}

div[id*="CTA_bannerCollectionPanel"] .bannerTxtCtr>span.bannerTitle {
    order: -1;
    display: flex;
    align-items: center;
}

div[id*="CTA_bannerCollectionPanel"] .bannerTxtCtr>span.bannerView {
    display: none;
}

div[id*="CTA_bannerCollectionPanel"] .photo {
    display: none;
}

div[id*="CTA_bannerCollectionPanel"] .bannerDesc:before {
    display: none;
}

div[id*="CTA_bannerCollectionPanel"] .bannerDesc {
    display: none;
}

div[id*="CTA_bannerCollectionPanel"] a:hover .bannerTxtCtr {
    background: none;
}
div[id*="CTA_bannerCollectionPanel"] a{
    /* border-right: 1px solid #0a0a0a40; */
    padding-block: 1em;
}

div[id*="CTA_bannerCollectionPanel"] a:first-child{
    margin-left: auto;
}
div[id*="CTA_bannerCollectionPanel"] a:last-child{
    margin-right: auto;
    border-right: none;
}

div[id*="CTA_bannerCollectionPanel"] a .bannerTitle::before {
    background: url("/layout/icons/check-square-solid.svg") 100% / 100% no-repeat;
}

div[id*="CTA_bannerCollectionPanel"] a:hover{
	background: var(--color2);
}

div[id*="CTA_bannerCollectionPanel"] a:hover .bannerTitle{
    color: var(--color5);
}

div[id*="CTA_bannerCollectionPanel"] a:hover .bannerTitle::before{
	filter: invert(1);
}

div[id*="CTA_bannerCollectionPanel"] a .bannerTitle::before {
    content: "";
    display: flex;
    flex-flow: column;
    width: 23px;
    height: 23px;
    margin-right: 1em;
}

div[id*="SubBanner_bannerCollectionPanel"] {
    position: fixed;
    z-index: 5;
    top: 75px;
    width: 100%;
    background: var(--color2);
}

div[id*="SubBanner_bannerCollectionPanel"]+div {
    margin-top: 26px;
    display: block;
}

div[id*="SubBanner_bannerCollectionPanel"] .bannerTxtCtr {
    position: static;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding: 6px;
    grid-gap: 8px;
    justify-content: center;
    color: #fff;
    align-items: center;
    background: none;
}

div[id*="SubBanner_bannerCollectionPanel"] .bannerTxtCtr>span {
    background: none;
    text-transform: none !important;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    width: auto;
    font-family: 'citrfontbold';
}

div[id*="SubBanner_bannerCollectionPanel"] .bannerTxtCtr>span.bannerTitle {
    order: -1;
    /* padding-left: 4em; */
}

div[id*="SubBanner_bannerCollectionPanel"] .bannerTxtCtr>span.bannerView {
    text-transform: uppercase;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ffffff4a;
    display: none;
}

div[id*="SubBanner_bannerCollectionPanel"] a:hover .bannerTxtCtr>span.bannerView {
    background: #000;
}

div[id*="SubBanner_bannerCollectionPanel"] .photo {
    display: none;
}

div[id*="SubBanner_bannerCollectionPanel"] .bannerView {
    display: none;
}

div[id*="SubBanner_bannerCollectionPanel"] .bannerDesc:before {
    display: none;
}


/* Call to actions  */
.ctaMain>div {
    display: none;
    pad: ;
}

.product-call-to-actions {
    display: inline !important;
}

.product-call-to-actions a {
    min-height: 48px;
    background: #ffffff;
    outline: 1px solid #efefef;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'citrfontbold';
    text-align: left;
}

.product-call-to-actions a [class*="icon"] {
    float: left;
    min-height: 48px;
    min-width: 48px;
    text-align: center;
    background: #000000;
    color: #e65204;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    align-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
}

.product-call-to-actions a [class*="icon"],
.product-call-to-actions a:hover {
    background: #000000;
    color: #e65204;
}

.product-cta {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 0;
}

.product-cta [class*="icon"] {
    width: 100%;
    min-height: 300px;
    text-align: center;
    background: #000000;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    color: #e65204;
    font-size: 100px;
}

.product-cta .zflex-v {
    width: 60%;
    padding: 32px;
}

.product-cta a {
    color: royalblue;
    border-bottom: 1px solid #c8d2ee;
}

.ctaMain>div {
    padding: 32px
}

;

@media screen and (max-width: 767px) {
    .product-cta {
        max-width: 75%;
    }

    .product-cta .zflex-s {
        display: inline;
    }

    .product-cta [class*="icon"] {
        width: 100%;
        min-height: 75px;
        font-size: 24px;
    }

    .product-cta .zflex-v {
        width: 100%;
        padding: 8px;
    }

    .ctaMain>div {
        padding: 16px
    }

    ;
}

.delivery-btn {
    background: #adca37;
    padding: 30px;
    margin-bottom: 50px;
    height: 300px;
    line-height: 59px;
    color: #283948;
}

.delivery-btn:hover {
    background: #283948;
    color: #fff;
}



/* Seacrh bar overides  --------------------------------------------------------------- */
.srchCtr.tbcnt>div {
    width: 50%;
    float: none;
    position: relative;
    margin: auto;
}

.srchCtr.tbcnt .searchButton {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 75px;
    line-height: 75px;
    padding: 0 16px;
    background: var(--color2);
    color: #fff;
    width: 100px;
}

#search .icon-search {
    color: var(--color2);
}

.srchCtr.tbcnt .searchButton::after {
    content: "Search";
    padding: 0px 12px;
}

.srchCtr.tbcnt.tbcntOpen,
.loginCtr.tbcnt.tbcntOpen,
.basketCtr.tbcnt.tbcntOpen {
    display: block;
    padding: 20px;
}

@media screen and (max-width : 1023.9px) {
    .srchCtr.tbcnt>div {
        width: 90%;
    }

    .srchCtr.tbcnt .searchButton {
        height: 59px;
        line-height: 59px;
        padding: 0px 0px;
        width: 64px;
    }

    .srchCtr.tbcnt .searchBoxForm,
    .srchCtr.tbcnt .searchBoxForm:focus {
        width: 100%;
        height: 59px;
        padding: 0 0 0 75px;
    }

    .srchCtr.tbcnt .searchBoxForm,
    .srchCtr.tbcnt .searchBoxForm:focus {
        width: 100%;
        height: 59px;
        padding: 0 0 0 44px;
    }

    .srchCtr.tbcnt .icon-search {
        width: 46px;
        line-height: 59px;
    }
}

@media screen and (max-width : 768.9px) {
    .srchCtr.tbcnt .searchButton::after {
        padding: 0px 7px;
    }
}


/* Awards Section (Home)  --------------------------------------------------------------- */

.banner-awards .bannerTxtCtr {
    display: none;
}

.banner-awards .Banner>.photo {
    overflow: hidden;
    background: none;
}

.banner-awards .Banner>.photo>div {
    transform: none;
    transition: none;
    margin: auto;
    width: 200px;
    height: 200px;
}

.banner-awards .Banner:hover>.photo>div {
    transform: none;
}

@media screen and (max-width: 768.9px) {
    .banner-awards>div>a:nth-child(n+2) {
        display: none;
    }
}

#mc_embed_signup {
    background: #fafafa !important;
}


/* Checkout & Login Overides  --------------------------------------------------------------- */

.resetPassHdr {
    background: #000000 !important;
    border-bottom: 1px solid #E6E6E6;
}

div.quickLinks a.leaf {
    color: #e85304 !important;
}



.calltoActionsContainer {
    color: #ffffff;
    padding: 8px 0;
    display: inline-flex;
    grid-gap: 0;
    align-items: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.calltoActionsContainerText {
    display: inline-flex;
    grid-gap: 0;
    align-items: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 10px;
    display: inline-flex;
    text-align: center;
    overflow: auto;
    justify-content: left;
    width: auto;
    float: none;
    max-width: 100%;
    overflow-y: hidden;
}

.calltoActionsContainerText.Full {
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end !important;
    text-align: right;
}

.modernizr-no-cssgrid .calltoActionsContainerText {
    display: block
}

.calltoActionsContainerText>a {
    text-align: center;
    padding: 0 16px 0 0;
    margin: 0 16px 0 0;
    border-right: 1px solid #4d4e57;
    color: inherit;
    white-space: nowrap;
    vertical-align: bottom;
}

.calltoActionsContainerText>a:last-child {
    border-right: none
}

.calltoActionsContainerText p {
    font-size: 14px;
    padding: 5px;
    margin: 0;
    display: inline-block;
    transition: 0.5s;
}

.calltoActionsContainerText a:before {
    font-family: feather;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #777777;
    font-size: 13px;
    margin: 0 8px 0 0;
    position: relative;
    bottom: 2px;
}

.calltoActionsContainerText p:hover {
    background: #af2e29
}

.calltoActionsContainerText>a:nth-child(1):before {
    content: "\e046";
}

.calltoActionsContainerText>a:nth-child(2):before {
    content: "\e080";
}

.calltoActionsContainerText>a:nth-child(3):before {
    content: "\e085";
}

.calltoActionsContainerText>a:nth-child(4):before {
    content: "\e116";
}

.calltoActionsContainerText>a:nth-child(5):before {
    content: "\e121";
}

/* Detail icon  --------------------------------------------------------------- */
.icon-pound:before {
    content: "&pound;";
}



/* Detail icon  --------------------------------------------------------------- */


.hmCalltoActionsGIANTContainer {
    background: var(--color1);
    color: #fff;
}

.hmCalltoActionsGIANT {
    display: grid;
    grid-gap: 0;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1200px;
    margin: auto;
}

.modernizr-no-cssgrid .hmCalltoActionsGIANT {
    display: block
}

.hmCalltoActionsGIANT>a {
    text-align: center;
    padding: 0 16px;
    border-right: 1px solid #fff;
    color: inherit;
}

.hmCalltoActionsGIANT>a:hover p {
    color: #fff;
    opacity: 1
}

.hmCalltoActionsGIANT>a:last-child {
    border-right: none
}

.hmCalltoActionsGIANT p {
    padding: 0;
    margin: 0;
    font-size: 11px;
    opacity: 0.7;
}

.hmCalltoActionsGIANT h3 {
    margin: 0;
    font-size: 16px;
}

.hmCalltoActionsGIANT h3:before {
    font-family: feather;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: var(--color5);
    display: inline-block;
    margin: 0 8px 0 0;
}

.hmCalltoActionsGIANT>a:nth-child(n+1) h3:before {
    content: "\e046";
}


@media screen and (max-width: 1024px) {
    .hmCalltoActionsGIANT {
        min-width: 100px;
        overflow-x: scroll;
        scroll-padding: 0;
        scroll-snap-type: x mandatory;
        width: 100%;
        grid-template-columns: repeat(5, calc(40% - 8px));
    }
}


/* emptyclass */

@media screen and (max-width: 1024px) {
    .ctaGrid {
        grid-template-columns: repeat(1, 1fr);
    }
}  

.basketPip2{
    border-radius: 100%;
}

/* Icons */

/* .icon-head,
.icon-bag,
.icon-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-head:before,
.icon-bag:before,
.icon-search:before {
    content: "";
    display: flex;
    width: 23px;
    height: 23px;
}

.icon-head:before {
    background: url(/SiteSpecific/CustomContent/layout/icons/navIcons/user.png) center center no-repeat;
}

.icon-bag:before {
    background: url(/SiteSpecific/CustomContent/layout/icons/navIcons/bag.png) center center no-repeat;
}

.icon-search:before {
    background: url(/SiteSpecific/CustomContent/layout/icons/navIcons/search.png) center center no-repeat;
}

.icon-menu:before {
    background: url(/SiteSpecific/CustomContent/layout/icons/navIcons/menu.png) center center no-repeat;
    content: "";
    display: flex;
    width: 23px;
    height: 23px;
} */

p#summarySeason {
    display:none
}                                                                                             