/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

small {
    font-size: 80%
}

img {
    border-style: none
}

[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

.btn-cta {
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 6px;
    background: 0 0;
    border: 2px solid #222;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    color: #222
}

.btn-cta:focus,
.btn-cta:hover {
    text-decoration: none
}

.btn-cta--light {
    background-color: #fff;
    border-color: #fff
}

.btn-cta--light:hover {
    color: currentColor
}

@media (min-width:992px) {
    .btn-cta {
        padding: 12px 15px
    }
}

@-webkit-keyframes spinOverlayLoader {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes spinOverlayLoader {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@supports (-webkit-appearance:-apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button
    }

    .apple-pay-button-black {
        -apple-pay-button-style: #000
    }

    .apple-pay-button-white {
        -apple-pay-button-style: #fff
    }

    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline
    }
}

@supports not (-webkit-appearance:-apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0;
        box-sizing: border-box;
        min-width: 100px;
        min-height: 32px;
        max-height: 64px
    }

    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: #000
    }

    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: #fff
    }

    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: #fff;
        border: .5px solid #000
    }
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

.breadcrumbs {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 0;
    text-align: left
}

.breadcrumbs>li {
    display: inline-block;
    line-height: 14px;
    color: #999
}

.breadcrumbs>li:not(:last-child)::after {
    content: "-";
    display: inline-block;
    padding: 0 6px;
    font-size: 11px
}

.breadcrumbs__link {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    color: #999;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400
}

.breadcrumbs__link:focus,
.breadcrumbs__link:hover {
    color: #222;
    text-decoration: none;
    font-weight: 500
}

.category-link {
    color: #222;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6px 0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    width: 100%;
    text-decoration: none;
    text-align: left
}

.category-link:hover {
    color: #999;
    text-decoration: none
}

.category-link:active,
.category-link:visited {
    text-decoration: none
}

.category-link:focus {
    color: #222;
    text-decoration: underline
}

.category-link--active {
    font-weight: 500
}

.category-link__text {
    display: inline-block;
    position: relative;
    width: 75%;
    padding-right: 10px
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeOutSection {
    from {
        opacity: .2
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOutSection {
    from {
        opacity: .2
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes opacityFull {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes opacityFull {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.reece-logo-wrapper {
    width: 100%;
    text-align: center
}

@media (min-width:768px) {
    .reece-logo-wrapper {
        width: auto
    }
}

.reece-logo--header {
    width: 100px;
    height: 37px;
    display: inline-block;
    vertical-align: middle
}

@media (min-width:768px) {
    .reece-logo--header {
        width: 120px;
        height: 45px
    }
}

.header-main__search-wrapper {
    width: 100%;
    top: 106px;
    left: 0;
    position: fixed;
    z-index: 100
}

@media (min-width:768px) {
    .header-main__search-wrapper {
        max-width: 500px;
        margin: 0 20px;
        position: relative;
        top: 0;
        z-index: 100
    }
}

@media (min-width:1200px) {
    .header-main__search-wrapper {
        max-width: 50%;
        margin-left: 6%;
        margin-right: 0
    }
}

.header-main__search {
    margin: 0;
    position: relative
}

.hero-banner {
    width: 100%
}

.landing-banner__wrapper {
    width: 100%;
    padding: 30px 22px 35px 22px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width:992px) {
    .landing-banner__wrapper {
        padding-bottom: 70px
    }
}

.landing-banner__main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.landing-banner__heading {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 36px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500
}

.landing-banner__category-desc {
    width: 100%;
    max-width: 500px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Gotham A", "Gotham B", sans-serif;
    line-height: 18px
}

.landing-banner__breadcrumb .breadcrumbs__link {
    color: #fff
}

.landing-brands-section__wrapper {
    width: 100%;
    padding: 30px 22px
}

@media (min-width:768px) {
    .landing-brands-section__wrapper {
        padding: 60px 22px
    }
}

.landing-brands-section__main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.landing-brands-section__header {
    text-align: center
}

.landing-brands-section__heading {
    margin-top: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px
}

.landing-brands-section__description {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    line-height: 18px
}

.landing-categories__wrapper {
    background-color: #f4f4f4
}

@media (min-width:992px) {
    .landing-categories__wrapper {
        padding: 0 22px
    }
}

.landing-categories__main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 0
}

@media (min-width:992px) {
    .landing-categories__main {
        padding-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: -30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.landing-categories__blocks {
    width: 100%;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .landing-categories__blocks {
        padding: 0;
        margin: -10px
    }
}

.landing-categories__block-link-wrapper {
    width: 50%;
    padding: 10px
}

@media (min-width:768px) {
    .landing-categories__block-link-wrapper {
        width: 33.33%
    }
}

@media (min-width:1200px) {
    .landing-categories__block-link-wrapper {
        width: 25%
    }
}

.landing-categories__block-link {
    padding: 10px 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-transition: box-shadow .4s ease;
    transition: box-shadow .4s ease
}

.landing-categories__block-link img {
    max-width: 67px
}

@media (min-width:576px) {
    .landing-categories__block-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

@media (min-width:992px) {
    .landing-categories__block-link {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.landing-categories__block-link:hover {
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .35)
}

.landing-categories__block-link:hover span {
    color: #222
}

@media (min-width:576px) {
    .landing-categories__block-link img {
        margin-right: 10px
    }
}

.landing-categories__block-link-more {
    height: 100%;
    position: relative;
    padding: 20px;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:576px) {
    .landing-categories__block-link-more {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.landing-categories__block-link-more span {
    display: block;
    width: 90%
}

@media (min-width:576px) {
    .landing-categories__block-link-more span {
        width: 70%
    }
}

.landing-categories__block-link-more span::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '\f2fb';
    font-size: 18px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.landing-categories__block-title {
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    font-family: "Gotham A", "Gotham B", sans-serif;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.landing-categories__quick-links-panel {
    width: 100%;
    color: #fff;
    background-color: #00497a
}

@media (min-width:992px) {
    .landing-categories__quick-links-panel {
        margin-left: 40px;
        max-width: 350px
    }
}

.landing-categories__quick-links-heading {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    padding: 20px 22px
}

.landing-categories__quick-link {
    padding: 15px 22px;
    display: block;
    position: relative;
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: #fff;
    background-color: #0776aa;
    z-index: 0;
    -webkit-transition: color .4s ease, background-color, .4s ease;
    transition: color .4s ease, background-color, .4s ease
}

.landing-categories__quick-link i {
    top: 3px;
    position: relative;
    font-size: 20px;
    margin-right: 8px;
    z-index: 0
}

.landing-categories__quick-link::after {
    content: '\f2fb';
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: Material-Design-Iconic-Font;
    font-size: 16px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: right .4s ease;
    transition: right .4s ease
}

.landing-categories__quick-link:hover {
    color: #fff;
    text-decoration: none
}

.landing-categories__quick-link:hover::after {
    right: 12px
}

.landing-blocks-content__wrapper {
    width: 100%;
    padding: 30px 22px 0 22px
}

@media (min-width:768px) {
    .landing-blocks-content__wrapper {
        padding: 60px 22px 0 22px
    }
}

.landing-blocks-content__main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.landing-blocks-content__header {
    text-align: center
}

.landing-blocks-content__heading {
    margin-top: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px
}

.landing-blocks-content__description {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    line-height: 18px
}

.landing-blocks-content__cta-section {
    margin-top: 30px;
    text-align: center
}

.landing-blocks-content__cta {
    min-width: 150px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    border-color: #00497a;
    -webkit-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease
}

.landing-blocks-content__cta:hover {
    color: #fff;
    background-color: #00497a
}

.landing-cta-slim-banner__wrapper {
    width: 100%;
    padding: 30px 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (min-width:768px) {
    .landing-cta-slim-banner__wrapper {
        padding: 60px 22px
    }
}

.landing-cta-slim-banner__main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.landing-cta-slim-banner__content {
    font-size: 24px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    line-height: 28px
}

.landing-cta-slim-banner__cta {
    margin-top: 30px;
    min-width: 180px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    -webkit-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #fff
}

.landing-cta-slim-banner__cta:hover {
    color: #222;
    text-decoration: none;
    background-color: #fff
}

.landing-faq-section__wrapper {
    width: 100%;
    padding: 30px 22px
}

@media (min-width:768px) {
    .landing-faq-section__wrapper {
        padding: 60px 22px
    }
}

.landing-faq-section__main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.landing-faq-section__header {
    text-align: center
}

.landing-faq-section__heading {
    margin-top: 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px
}

.landing-faq-section__description {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 14px;
    line-height: 18px
}

.landing-faq-section__cta {
    margin-top: 40px;
    text-align: center
}

.landing-faq-section__cta-btn {
    width: 100%;
    max-width: 190px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    border-color: #00497a
}

.landing-faq-section__cta-btn:hover {
    color: #fff;
    background-color: #00497a
}

.landing-section-separator__wrapper {
    width: 100%;
    background-color: transparent
}

.landing-section-separator__main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    background-color: transparent;
    border-bottom: 1px solid #d6d6d6
}

.landing-vtab-block__wrapper {
    width: 100%;
    padding: 30px 0;
    background-color: #f4f4f4
}

@media (min-width:768px) {
    .landing-vtab-block__wrapper {
        padding: 60px 22px
    }
}

.landing-vtab-block__main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.landing-vtab-block__main-top {
    padding-left: 22px;
    padding-right: 22px
}

@media (min-width:992px) {
    .landing-vtab-block__main-top {
        padding: 0
    }
}

.landing-vtab-block__heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500
}

.landing-vtab-block__description {
    width: 100%;
    max-width: 820px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Gotham A", "Gotham B", sans-serif;
    line-height: 18px
}

.landing-vtab-block__vtabs-container {
    margin-top: 40px;
    position: relative;
    z-index: 0;
    min-height: 336px;
    -webkit-transition: height .4s ease;
    transition: height .4s ease
}

.landing-vtab-block__vtab {
    padding: 1px 0
}

@media (min-width:992px) {
    .landing-vtab-block__vtab {
        padding: 0
    }
}

.landing-vtab-block__vtab-h {
    padding: 15px 40px;
    position: relative;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    z-index: 0;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    color: #fff;
    background-color: #0776aa
}

@media (min-width:992px) {
    .landing-vtab-block__vtab-h {
        min-width: 380px;
        width: 30%;
        color: #0776aa;
        background-color: transparent
    }
}

.landing-vtab-block__vtab-h i {
    position: absolute;
    top: 50%;
    left: 13px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.landing-vtab-block__vtab-h::after {
    content: '\f2f9';
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: Material-Design-Iconic-Font;
    font-size: 24px;
    -webkit-transition: right .4s ease, -webkit-transform .4s ease;
    transition: right .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, right .4s ease;
    transition: transform .4s ease, right .4s ease, -webkit-transform .4s ease
}

@media (min-width:992px) {
    .landing-vtab-block__vtab-h::after {
        content: '\f2fb'
    }
}

@media (min-width:992px) {
    .landing-vtab-block__vtab-h:hover {
        background-color: #e9e9e9
    }

    .landing-vtab-block__vtab-h:hover::after {
        right: 10px
    }
}

.landing-vtab-block__vtab-h.active::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:992px) {
    .landing-vtab-block__vtab-h.active::after {
        content: '\f2fb';
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width:992px) {
    .landing-vtab-block__vtab-h.active {
        color: #fff;
        background-color: #0776aa
    }
}

.landing-vtab-block__vtab-cc {
    padding: 20px 22px
}

.landing-vtab-block__vtab-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: opacity .4s ease, max-height .4s ease;
    transition: opacity .4s ease, max-height .4s ease
}

@media (min-width:992px) {
    .landing-vtab-block__vtab-c {
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: unset;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 50px;
        width: 70%;
        position: absolute;
        left: 30%;
        top: 0
    }
}

.landing-vtab-block__vtab-c.active {
    display: block
}

@media (min-width:768px) {
    .landing-vtab-block__vtab-c.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        z-index: 1
    }
}

.landing-vtab-block__vtab-c-img {
    display: none;
    width: 250px;
    overflow: hidden
}

@media (min-width:768px) {
    .landing-vtab-block__vtab-c-img {
        display: block
    }
}

.landing-vtab-block__vtab-c-img img {
    width: 100%;
    height: auto
}

.landing-vtab-block__vtab-c-txt {
    width: 100%;
    font-family: "Gotham A", "Gotham B", sans-serif
}

@media (min-width:768px) {
    .landing-vtab-block__vtab-c-txt {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px);
        padding-left: 30px
    }
}

.landing-vtab-block__vtab-c-txt h2 {
    margin-top: 0;
    color: #00497a;
    font-size: 24px;
    line-height: 28px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 500
}

.landing-vtab-block__vtab-c-txt ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none
}

.landing-vtab-block__vtab-c-txt ul li {
    position: relative;
    z-index: 0;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 15px
}

.landing-vtab-block__vtab-c-txt ul li::before {
    content: '\f269';
    position: absolute;
    top: 0;
    left: 0;
    color: #0776aa;
    font-family: Material-Design-Iconic-Font
}

.landing-vtab-block__vtab-c-txt ul li:last-child {
    margin-bottom: 0
}

.landing-vtab-block__vtab-c-txt .btn-cta {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Gotham A", "Gotham B", sans-serif;
    color: #222;
    border-color: #d6d6d6
}

.landing-vtab-block__vtab-c-txt .btn-cta:hover {
    border-color: #222;
    box-shadow: inset 0 0 0 1px #222
}

@keyframes spinOverlayLoader {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.product-category-description {
    padding: 22px;
    line-height: 1.2em;
    font-family: "Gotham A", "Gotham B", sans-serif
}

.product-category-description-heading {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em
}

.product-category-description-content {
    padding: 30px 0;
    font-size: 12px;
    line-height: 1.4em;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6
}

@-webkit-keyframes spinnerSpin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes spinnerSpin {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.store-search-block {
    width: 100%;
    max-width: 900px;
    padding: 18px
}

.store-search-block__heading {
    margin: 0 0 20px 0;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    color: #00497a
}

@media (min-width:768px) {
    .store-search-block__heading {
        font-size: 36px
    }
}

.store-search-block__heading span {
    margin: 15px 0 0 0;
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #3f3f3f
}

.store-types-wrapper {
    width: 100%
}