﻿body {
}

#nav {
    position: absolute;
    left: -70%;
    left: calc(-70% - 1px);
    top: 0;
    width: 70%;
    width: calc(70% + 1px);
    height: 100%;
    overflow: hidden;
    box-shadow: inset -1rem 0 1.5rem -.75rem rgba(0,0,0,.25);
}

    #nav h3 {
        font-size: 1.5rem;
        line-height: 58px;
        letter-spacing: 0;
        border-bottom: 1px solid #728735;
    }

.nav-open {
    transform: translateX(70%);
    transition: transform 500ms ease;
}

/*! navigation */
#nav ul {
    display: table;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    #nav ul > li {
        display: table-row
    }

        #nav ul > li > a,
        #nav ul > li > button {
            display: table-cell;
            width: 100%;
            height: 58px;
            color: #fff;
            font-weight: 600;
            line-height: 1.1;
            letter-spacing: 0;
            text-transform: uppercase;
            text-decoration: none;
            text-align: left;
            vertical-align: middle;
            border-bottom: 1px solid #ccc;
            padding: 0 1.5rem;
        }

            #nav ul > li > a.active {
                background-color: #ccc;
                color: #fff
            }

@media(min-width: 768px) {
    #nav {
        position: static;
        width: auto;
        min-height: 76px;
        box-shadow: none;
        padding: 0;
    }

        #nav ul {
            display: flex;
            height: 56px;
            justify-content: flex-end;
            align-items: flex-end;
        }

            #nav ul > li {
                margin-left: 2.5em;
                margin-right: 1em;
            }

                #nav ul > li > a,
                #nav ul > li > button {
                    display: inline;
                    height: auto;
                    font-weight: 400;
                    font-size: 1.25rem;
                    line-height: 1.25;
                    vertical-align: inherit;
                    border-bottom: 0;
                    text-decoration: none;
                    text-transform: none;
                    padding: 0;
                }

                    #nav ul > li > a:hover,
                    #nav ul > li > a:focus,
                    #nav ul > li > button:hover,
                    #nav ul > li > button:focus {
                        color: #c1d640 !important;
                    }

                    #nav ul > li > a:hover,
                    #nav ul > li > a:focus {
                        padding-bottom: 0.25em;
                        border-bottom: 1px solid;
                    }

                    #nav ul > li > a.active {
                        color: #fff;
                        background-color: initial;
                    }
}

header {
    transition: 0.5s all;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}

    header.v1 {
        top: 0px;
    }

        header.v1.nav-up {
            top: 0px;
        }

    header.v2 {
        top: -140px;
        position: fixed;
        visibility: hidden;
    }

        header.v2.nav-up.header-active,
        header.v2.nav-down.header-active {
            top: 0;
            visibility: visible;
        }

    header.header-thrift.v2 {
        top: -210px;
        visibility: hidden;
    }

        header.header-thrift.v2.nav-down.header-active {
            top: 0;
            visibility: visible;
        }

        header.header-thrift.v2 .logo-row {
            padding-top: 0;
        }

        header.header-thrift.v2 .header-inner-main-2 .hero-listing-row ul {
            padding-top: 4px;
        }

.main-header.v1 {
    position: relative;
}

header .middle-block {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

header .top-bar {
    min-height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    header .top-bar span {
        color: #fff;
        font-size: 13px;
    }

        header .top-bar span a {
            color: #fff;
            text-decoration: underline;
            font-weight: 700;
        }

header .main-menu-listing {
    padding: 13px 0px 7px 0px;
    transition: 0.3s all;
    height: 3em;
}

    header .main-menu-listing .listing-block {
        float: right;
    }

        header .main-menu-listing .listing-block ul li {
            display: inline-block;
            margin: 0 16px;
        }

            header .main-menu-listing .listing-block ul li:first-child {
                margin-left: 0;
            }

            header .main-menu-listing .listing-block ul li:last-child {
                margin-right: 0;
            }

            header .main-menu-listing .listing-block ul li a {
                font-size: 13px;
                font-weight: 700;
                color: #000;
            }

                header .main-menu-listing .listing-block ul li a.active {
                    text-decoration: underline;
                }

header .langauage-block {
    display: inline-block;
}

header .header-inner-main {
    border-top: 2px solid #f0f0f0;
    padding: 18px 0px 16px 0px;
    border-bottom: 2px solid #f0f0f0;
    transition: 0.3s all;
    height: 6em;
}

    header .header-inner-main .container-fluid {
        display: flex;
        justify-content: space-between;
    }

header .container-fluid {
    padding: 0px 24px;
}

@media (min-width: 1200px) {
    header .container-fluid {
        padding: 0px 24px;
    }
}

header .hero-listing-row {
    margin-bottom: -47px;
    z-index: 1;
    position: relative;
}

    header .hero-listing-row ul {
        margin: 15px 0 0 0;
        background: #153E35;
        padding: 14px 24px;
        border-radius: 4px;
        position: relative;
        top: -2px;
    }

        header .hero-listing-row ul li {
            display: inline-block;
            margin: 0 20px;
            position: relative;
        }

            header .hero-listing-row ul li:first-child {
                margin-left: 0;
            }

            header .hero-listing-row ul li:last-child::after {
                opacity: 0;
            }

            header .hero-listing-row ul li a {
                color: #fff;
                font-size: 15px;
                font-weight: 700;
            }

                header .hero-listing-row ul li a.active {
                    text-decoration: underline;
                }

            header .hero-listing-row ul li sup {
                font-size: 10px;
            }

            header .hero-listing-row ul li::after {
                content: "";
                width: 2px;
                height: 16px;
                background: #fff;
                position: absolute;
                top: 4px;
                right: -21px;
            }

header .logo-row {
    text-align: center;
}

    header .logo-row img {
        max-width: 240px;
        width: auto;
        height: auto;
    }

@media (max-width: 1199px) {
    header .logo-row img {
        max-width: 150px;
    }
}

header .header-inner-main-2 .hero-listing-row ul {
    margin: 0;
    background: transparent;
    padding: 0;
}

@media (min-width: 1200px) {
    header .header-inner-main-2 .hero-listing-row ul {
        padding: 6px 0 0 0;
    }
}

header .header-inner-main-2 .hero-listing-row ul li a {
    color: #153E35;
}

    header .header-inner-main-2 .hero-listing-row ul li a.active {
        text-decoration: underline;
    }

header .header-inner-main-2 .hero-listing-row ul li::after {
    background: #153E35;
}

header .header-inner-main-2 .find-store {
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) and (min-width: 993px) {
    header .header-inner-main-2 .find-store {
        width: 350px;
        display: flex;
        justify-content: flex-end;
    }
}

header .header-inner-main-2 .find-store .search-box {
    display: inline-block;
}

header .header-inner-main-2 .find-store .find-store-btn {
    margin-left: 12px;
}

header.v1 .logo-row img {
    max-width: 240px;
    height: auto;
    width: auto;
}

header.v2 .logo-row {
    padding-top: 5px;
    margin-bottom: 5px;
}

header.v2 .header-inner-main-2 .hero-listing-row ul {
    padding: 10px 0 0 0;
}

.mobile-header {
    display: none;
    visibility: hidden;
}

    .mobile-header * {
        visibility: hidden;
    }

.header-thrift .header-inner-main-2 {
    display: block;
    padding: 14px 0px;
    border-bottom: none;
}

    .header-thrift .header-inner-main-2 .container-fluid {
        align-items: center;
    }

    .header-thrift .header-inner-main-2 .hero-listing-row {
        margin-bottom: 0;
    }

        .header-thrift .header-inner-main-2 .hero-listing-row ul {
            padding-top: 6px;
        }

.thrift-nav {
    border-top: 2px solid #f0f0f0;
    padding: 25px 0px;
}

    .thrift-nav .thrift-inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .thrift-nav .thrift-inner ul {
            padding: 0;
            margin: 0;
        }

            .thrift-nav .thrift-inner ul li {
                display: inline-block;
                margin: 0 25px;
            }

                .thrift-nav .thrift-inner ul li a {
                    font-size: 13px;
                    font-weight: 700;
                    color: #000;
                    text-transform: uppercase;
                    border-bottom: 2px solid transparent;
                    text-decoration: none;
                    padding-bottom: 5px;
                    transition: 0.3s all;
                }

                    .thrift-nav .thrift-inner ul li a:hover {
                        border-color: #153E35;
                    }

                    .thrift-nav .thrift-inner ul li a.active {
                        border-color: #153E35;
                    }

                    .thrift-nav .thrift-inner ul li a img {
                        margin-right: 6px;
                        margin-top: -2px;
                    }

        .thrift-nav .thrift-inner h6 {
            margin: 0 45px 0 0;
            font-weight: 800;
            font-size: 24px;
        }

@media (max-width: 1199px) {
    .thrift-nav .thrift-inner h6 {
        margin: 0 25px 0 0;
    }
}

.thrift-nav.mob-bottom {
    padding-top: 0;
    border-top: none;
}

@media (min-width: 768px) {
    .thrift-nav.mob-bottom {
        display: none;
    }
}

.thrift-nav.mob-bottom .thrift-inner {
    border-top: 2px solid #f0f0f0;
    margin-top: -15px;
}

    .thrift-nav.mob-bottom .thrift-inner ul {
        text-align: center;
    }

        .thrift-nav.mob-bottom .thrift-inner ul li {
            display: block;
            margin: 23px 0px;
        }

header.main-header.header-thrift.stuck .thrift-nav {
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #f0f0f0;
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.animated {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    background: url("../img/down-arrow.svg") no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    margin: -5px 0 0 4px;
}

body .select2-container--default .select2-results__option--selected {
    background: transparent;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: #153E35 !important;
}

body .select2-dropdown {
    border: 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    width: auto !important;
}

    body .select2-dropdown .select2-results {
        padding: 5px 0;
    }

    body .select2-dropdown .select2-results__option {
        padding: 0 32px 0 12px;
        font-size: 12px;
        color: #000 !important;
        line-height: 22px;
        font-weight: 700;
    }

        body .select2-dropdown .select2-results__option:hover {
            background: none !important;
        }

body .select2-search--dropdown {
    display: none;
}

body .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0;
}

    body .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-weight: 700;
        line-height: 24px;
        color: #000;
    }

body .select2-selection--single .select2-selection__rendered {
    width: 50px;
}

@media (min-width: 1800px) {
    header.v1.lang-fr .find-store .store-toggle-btn,
    header.v1.lang-fr .find-store .search-toggle-btn {
        display: none;
    }

    header.v1.lang-fr .find-store .dropdown-search {
        margin-right: 0;
    }

        header.v1.lang-fr .find-store .dropdown-search:after {
            display: none;
        }

        header.v1.lang-fr .find-store .dropdown-search .search-box {
            position: static;
            display: inline-block !important;
        }

    header.v1.lang-fr .find-store .dropdown-store .btn.find-store-btn {
        position: static;
        display: inline-block !important;
    }
}

@media (min-width: 1400px) {
    header.v1.lang-en .find-store .store-toggle-btn,
    header.v1.lang-en .find-store .search-toggle-btn {
        display: none;
    }

    header.v1.lang-en .find-store .dropdown-search {
        margin-right: 0;
    }

        header.v1.lang-en .find-store .dropdown-search:after {
            display: none;
        }

        header.v1.lang-en .find-store .dropdown-search .search-box {
            position: static;
            display: inline-block !important;
        }

    header.v1.lang-en .find-store .dropdown-store .btn.find-store-btn {
        position: static;
        display: inline-block !important;
    }
}

@media (max-width: 1199px) {
    header.v1.lang-fr .main-menu-listing .listing-block ul li {
        margin: 0 12px;
    }
}

@media (max-width: 991px) {
    .main-header {
        display: none;
    }

    .mobile-header {
        display: block;
        visibility: visible;
    }

        .mobile-header * {
            visibility: visible;
        }

        .mobile-header .search-box {
            clear: both;
        }

            .mobile-header .search-box input:focus {
                width: 100%;
            }

        .mobile-header .main-top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 64px;
        }

        .mobile-header .mobile-toggle {
            width: 65px;
        }

            .mobile-header .mobile-toggle span {
                height: 2px;
                display: block;
                width: 18px;
                clear: both;
                float: left;
                border-radius: 3px;
                background: #000;
                margin: 1.5px 0;
            }

        .mobile-header .center-logo img {
            max-height: 24px;
            margin-left: -60px;
        }

        .mobile-header .right-store-btn a {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            color: #000;
        }

            .mobile-header .right-store-btn a i {
                color: #153E35;
                font-size: 20px;
                position: relative;
                top: 2px;
                margin-left: 4px;
            }

        .mobile-header .mobile-navbar {
            background: #153E35;
            margin: 0 -15px;
        }

            .mobile-header .mobile-navbar ul {
                list-style-type: none;
                padding: 0;
                display: flex;
                justify-content: space-around;
                height: 48px;
                align-items: center;
                margin: 0 auto;
                max-width: 480px;
            }

                .mobile-header .mobile-navbar ul li a {
                    color: #fff;
                    font-weight: 700;
                    font-size: 13px;
                    text-transform: uppercase;
                    text-decoration: none;
                }

                .mobile-header .mobile-navbar ul li:last-child:before {
                    opacity: 0;
                }

        .mobile-header .mobile-permotion-bar {
            background: #004E7D;
            margin: 0 -15px;
            text-align: center;
        }

            .mobile-header .mobile-permotion-bar p {
                color: #fff;
                font-size: 13px;
                margin: 0;
                padding: 7px 0 8px 0;
            }

                .mobile-header .mobile-permotion-bar p a {
                    font-weight: 700;
                    text-decoration: underline;
                    text-decoration-color: inherit;
                    color: #fff;
                }

        .mobile-header .find-store-collapse-block {
            height: 130px;
            padding: 20px;
            position: absolute;
            top: 0;
            background: #fff;
            width: 100%;
            top: -130px;
            display: none;
            transition: 0.3s all;
        }

            .mobile-header .find-store-collapse-block input {
                height: 48px;
                background: #f0f0f0;
                border: none;
                border-radius: 50px;
                padding: 0 24px 0 24px;
                text-align: left;
                width: 100%;
                text-transform: uppercase;
                font-weight: 700;
                transition: 0.3s all;
                font-size: 13px;
            }

            .mobile-header .find-store-collapse-block h6 {
                margin-bottom: 15px;
            }

            .mobile-header .find-store-collapse-block .close-icon {
                position: absolute;
                top: 23px;
                right: 25px;
                cursor: pointer;
            }

            .mobile-header .find-store-collapse-block .textfield-wrap {
                position: relative;
            }

                .mobile-header .find-store-collapse-block .textfield-wrap img.arrow-icon {
                    position: absolute;
                    right: 15px;
                    top: 13px;
                }

            .mobile-header .find-store-collapse-block.open {
                display: block;
                top: 0;
                z-index: 1;
            }

        .mobile-header .mobile-menu {
            position: fixed;
            top: 0;
            left: -100%;
            width: 300px;
            background: #fff;
            padding: 0 32px;
            height: 100%;
            overflow: scroll;
            z-index: 11;
            transition: all ease-in-out 0.3s;
        }

            .mobile-header .mobile-menu.is-active {
                transition: all ease-in-out 0.3s;
                left: 0;
            }

            .mobile-header .mobile-menu .menu-close-btn {
                width: 100%;
                clear: both;
                float: left;
                margin: 30px 0 17px 0;
                text-align: right;
                cursor: pointer;
            }

                .mobile-header .mobile-menu .menu-close-btn .inner {
                    display: inline-block;
                    height: 16px;
                    width: 16px;
                }

                .mobile-header .mobile-menu .menu-close-btn span {
                    display: block;
                    width: 18px;
                    background: #000;
                    height: 2px;
                }

                    .mobile-header .mobile-menu .menu-close-btn span:first-child {
                        position: relative;
                        transform: rotate(-45deg);
                        top: 8px;
                    }

                    .mobile-header .mobile-menu .menu-close-btn span:last-child {
                        position: relative;
                        transform: rotate(45deg);
                        top: 6px;
                    }

            .mobile-header .mobile-menu ul {
                list-style-type: none;
            }

            .mobile-header .mobile-menu .mobile-find-store .find-store-btn {
                height: 48px;
                background: #f0f0f0;
                border: none;
                border-radius: 50px;
                padding: 0 24px 0 45px;
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                transition: 0.3s all;
                font-size: 13px;
                width: 175px;
            }

                .mobile-header .mobile-menu .mobile-find-store .find-store-btn:hover {
                    background: #cccccc;
                }

    .mobile-main-menu ul {
        margin: 6px 0 25px 0;
        list-style-type: none;
        padding: 0 0 25px 0;
        float: left;
        width: 100%;
        border-bottom: 2px solid #f0f0f0;
    }

        .mobile-main-menu ul li {
            margin: 20px 0 0 0;
        }

            .mobile-main-menu ul li a {
                font-size: 18px;
                font-weight: 700;
                color: #000;
                text-transform: uppercase;
            }

    .mobile-secondary-menu {
        clear: both;
        margin-bottom: 9px;
        float: left;
        width: 100%;
    }

        .mobile-secondary-menu ul {
            padding: 0;
        }

            .mobile-secondary-menu ul li {
                margin-bottom: 11px;
            }

                .mobile-secondary-menu ul li a {
                    font-size: 15px;
                    text-transform: none;
                    color: #000;
                    font-weight: 500;
                }

        .mobile-secondary-menu.primary {
            border-bottom: 2px solid #f0f0f0;
            padding-bottom: 5px;
            margin-bottom: 25px;
        }

    .mobie-search-block {
        clear: both;
        position: relative;
        margin-top: 10px;
        float: left;
        width: 100%;
    }

        .mobie-search-block input[type="text"]::-webkit-input-placeholder {
            color: #000;
            opacity: 1;
            text-transform: uppercase;
        }

        .mobie-search-block input[type="text"]:-ms-input-placeholder {
            color: #000;
            opacity: 1;
            text-transform: uppercase;
        }

        .mobie-search-block input[type="text"]::placeholder {
            color: #000;
            opacity: 1;
            text-transform: uppercase;
        }

        .mobie-search-block input[type="text"] {
            background: #f0f0f0;
            border-radius: 50px;
            height: 48px;
            line-height: 48px;
            border: 0;
            padding: 0 0 0 40px;
            width: 150px;
            font-size: 13px;
            font-weight: 700;
        }

            .mobie-search-block input[type="text"]:focus {
                border: 0;
                width: 100%;
            }

        .mobie-search-block input[type="submit"] {
            position: absolute;
            left: 15px;
            top: 16px;
            border: 0;
            width: 16px;
            text-indent: -99999px;
            background: url("../images/search-icon.svg") no-repeat;
        }

            .mobie-search-block input[type="submit"]:focus {
                border: 0;
            }

    header.mobile-header .langauage-block {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mobile-store-search {
        background: #fff;
        position: fixed;
        left: 0;
        top: -250px;
        width: 100%;
        transition: all ease-in-out 0.3s;
        padding: 20px 16px 24px 16px;
    }

        .mobile-store-search.active {
            top: 0;
            transition: all ease-in-out 0.3s;
        }

        .mobile-store-search .close-btn {
            position: absolute;
            right: 16px;
            cursor: pointer;
            height: 18px;
            width: 18px;
        }

            .mobile-store-search .close-btn span {
                display: inline-block;
                width: 18px;
                background: #000;
                height: 2px;
            }

                .mobile-store-search .close-btn span:first-child {
                    position: absolute;
                    transform: rotate(45deg);
                    top: 6px;
                    left: 0px;
                }

                .mobile-store-search .close-btn span:last-child {
                    position: absolute;
                    transform: rotate(-45deg);
                    top: 6px;
                    left: 0;
                }

        .mobile-store-search input::-webkit-input-placeholder {
            color: #A8A8A8;
            opacity: 1;
            font-weight: 700;
        }

        .mobile-store-search input:-ms-input-placeholder {
            color: #A8A8A8;
            opacity: 1;
            font-weight: 700;
        }

        .mobile-store-search input::placeholder {
            color: #A8A8A8;
            opacity: 1;
            font-weight: 700;
        }

        .mobile-store-search form {
            position: relative;
        }

            .mobile-store-search form div {
                width: 100%;
            }

                .mobile-store-search form div div {
                    padding: 1px 10px;
                    text-align: left;
                }

                    .mobile-store-search form div div .items {
                        font-size: 13px;
                    }

        .mobile-store-search p {
            font-size: 16px;
            line-height: 12px;
            text-align: center;
            font-weight: 700;
            color: #000;
            margin-bottom: 20px;
        }

        .mobile-store-search input {
            width: 100%;
            height: 48px;
            border-radius: 50px;
            border: 0;
            background: #f0f0f0;
            padding: 0 20px;
            line-height: 48px;
        }

            .mobile-store-search input:focus {
                border: 0;
            }

        .mobile-store-search .arrow-right {
            border: 0;
            position: absolute;
            right: 17px;
            top: 14px;
            background: url("../images/circel-arrow.svg") no-repeat;
            width: 20px;
            height: 20px;
            background-size: 20px;
        }

            .mobile-store-search .arrow-right:focus {
                border: 0;
            }

    .thrift-mobile-header .thrift-nav .thrift-inner {
        display: block;
        position: relative;
    }

        .thrift-mobile-header .thrift-nav .thrift-inner .secondary {
            display: none;
        }

        .thrift-mobile-header .thrift-nav .thrift-inner samp {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .thrift-mobile-header .thrift-nav .thrift-inner samp em {
                font-style: normal;
            }

        .thrift-mobile-header .thrift-nav .thrift-inner .thrift-top-head {
            display: flex;
            justify-content: space-between;
        }

            .thrift-mobile-header .thrift-nav .thrift-inner .thrift-top-head .category-dropdwon {
                font-size: 13px;
                font-weight: 700;
                text-transform: uppercase;
            }

                .thrift-mobile-header .thrift-nav .thrift-inner .thrift-top-head .category-dropdwon img {
                    margin-right: 2px;
                    margin-top: -2px;
                }

                .thrift-mobile-header .thrift-nav .thrift-inner .thrift-top-head .category-dropdwon i {
                    font-size: 16px;
                    margin-left: 16px;
                    position: relative;
                    top: 1px;
                }

        .thrift-mobile-header .thrift-nav .thrift-inner.active .listing-row {
            display: block;
        }

        .thrift-mobile-header .thrift-nav .thrift-inner.active .secondary {
            display: block;
        }

        .thrift-mobile-header .thrift-nav .thrift-inner.active .primary {
            display: none;
        }

        .thrift-mobile-header .thrift-nav .thrift-inner .listing-row {
            text-align: center;
            display: none;
            position: absolute;
            top: 47px;
            width: 100%;
            background: #fff;
            left: 0;
            z-index: 2;
        }

            .thrift-mobile-header .thrift-nav .thrift-inner .listing-row li {
                display: block;
                margin: 20px 0;
            }
}

.thrift-mobile-header.v2 .thrift-nav .thrift-inner .listing-row {
    top: 44px;
}

.notify-bar {
    text-align: center;
    position: relative;
}

    .notify-bar .inner {
        width: 100%;
        background-color: #ccc;
    }

    .notify-bar p {
        font-size: 13px;
        margin: 0;
        line-height: 18px;
    }

    .notify-bar small {
        display: inline-block;
        max-width: 1060px;
        padding: 15px 0 10px 0;
        color: #000;
    }

        .notify-bar small a {
            text-decoration: underline;
            text-decoration-color: #000;
        }

    .notify-bar button {
        position: absolute;
        right: 20px;
        top: 20px;
        border-radius: 5px;
        background: #fff;
        border: 0;
        padding: 8px 5px;
        text-align: center;
    }

        .notify-bar button:focus {
            outline: none;
        }

        .notify-bar button span {
            display: block;
            height: 2px;
            width: 11px;
            background: #000;
            position: relative;
            pointer-events: none;
            text-indent: -99999px;
            color: #fff;
        }

            .notify-bar button span:nth-child(2) {
                transform: rotate(90deg);
                top: -2px;
                width: 11px;
            }

            .notify-bar button span:nth-child(1) {
                transform: rotate(0deg);
            }

        .notify-bar button.open span:nth-child(2) {
            opacity: 0;
        }

    .notify-bar .container,
    .notify-bar .col-12 {
        position: static;
    }

@media (max-width: 767px) {
    .notify-bar button {
        right: 10px;
        top: 10px;
    }

    .notify-bar small {
        padding-right: 20px;
    }
}

@media (min-width: 1300px) {
    header.lang-fr .search-box input {
        width: 155px;
        padding-right: 10px;
    }

        header.lang-fr .search-box input:focus {
            width: 320px;
        }
}

@media (min-width: 993px) and (max-width: 1199px) {
    header.lang-fr .hero-listing-row ul li a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    header.lang-fr .search-box input {
        width: 150px;
    }
}

.menu-links-component {
    text-align: center;
}

    .menu-links-component .listing-row {
        width: 100%;
        background: #fff;
        margin: 20px 0 20px 0;
        padding-left: 0;
    }

        .menu-links-component .listing-row li {
            display: block;
            margin: 35px 0;
        }

            .menu-links-component .listing-row li img {
                margin-right: 10px;
            }

            .menu-links-component .listing-row li a {
                font-size: 13px;
                font-weight: 700;
                color: #000;
                text-transform: uppercase;
                border-bottom: 2px solid transparent;
                text-decoration: none;
                padding-bottom: 5px;
                transition: 0.3s all;
            }

                .menu-links-component .listing-row li a:hover {
                    border-color: #153E35;
                }

                .menu-links-component .listing-row li a.active {
                    border-color: #153E35;
                }

                .menu-links-component .listing-row li a img {
                    margin-right: 6px;
                    margin-top: -2px;
                }

.find-store .dropdown-search {
    margin-right: 30px;
    position: relative;
    display: inline-block;
    top: 9px;
}

    .find-store .dropdown-search:after {
        content: "";
        pointer-events: none;
        width: 2px;
        position: absolute;
        right: -16px;
        height: 30px;
        background: #f0f0f0;
        top: -4px;
    }

    .find-store .dropdown-search .search-toggle-btn i {
        color: #153E35;
        font-size: 20px;
    }

    .find-store .dropdown-search .search-box {
        position: absolute;
        right: 0;
        top: 50px;
        display: none !important;
    }

        .find-store .dropdown-search .search-box input {
            width: 250px;
        }

    .find-store .dropdown-search.is-active .search-box {
        display: block !important;
    }

.find-store .dropdown-store {
    display: inline-block;
    position: relative;
    top: 10px;
}

    .find-store .dropdown-store .store-toggle-btn i {
        color: #153E35;
        font-size: 23px;
        position: relative;
        top: 1px;
    }

    .find-store .dropdown-store .btn.find-store-btn {
        position: absolute;
        right: 0;
        top: 50px;
        display: none;
    }

    .find-store .dropdown-store.is-active .find-store-btn {
        display: block;
    }

.header-thrift .find-store .dropdown-search {
    top: 0;
}

    .header-thrift .find-store .dropdown-search .search-box {
        top: 48px;
    }

.header-thrift .find-store .dropdown-store {
    top: 0;
}

    .header-thrift .find-store .dropdown-store .btn.find-store-btn {
        top: 50px;
    }

@media (max-width: 992px) {
    .lang-fr.mobile-header .mobile-menu .mobile-find-store .find-store-btn {
        width: 235px;
    }
}

#app-cover {
    position: relative;
    float: left;
    top: 4px;
    right: 0;
    left: 0;
    width: 61px;
    height: 20px;
    margin: 0;
}

    #app-cover #select-button {
        position: relative;
        height: 20px;
        padding: 0;
        border-radius: 0;
        cursor: pointer;
    }

    #app-cover #options-view-button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 3;
    }

        #app-cover #options-view-button + samp {
            position: absolute;
            right: -2px;
            top: 3px;
            background: url("../img/down-arrow.b569a73a.svg") no-repeat;
            height: 6px;
            width: 11px;
            content: "";
            transition: all ease-in-out 0.3s;
        }

        #app-cover #options-view-button:checked + samp {
            transform: rotate(-180deg);
            transition: all ease-in-out 0.3s;
        }

    #app-cover #selected-value {
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        color: #000;
    }

    #app-cover .option label {
        position: absolute;
    }

    #app-cover .option,
    #app-cover .label {
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        color: #000;
    }

    #app-cover .options {
        position: absolute;
        left: 0;
        width: 250px;
    }

    #app-cover #options {
        position: absolute;
        top: 22px;
        right: 0;
        left: 0;
        width: 61.5px;
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    #app-cover #options-view-button:checked ~ #options {
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    }

    #app-cover .option {
        position: relative;
        line-height: 1;
        transition: 0.3s ease all;
        z-index: 2;
    }

        #app-cover .option legend {
            margin: 0;
        }

        #app-cover .option:first-child .label {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

        #app-cover .option:nth-child(2) .label,
        #app-cover .option:nth-child(3) .label,
        #app-cover .option:nth-child(4) .label {
            padding-bottom: 10px !important;
        }

        #app-cover .option i {
            position: absolute;
            left: 14px;
            padding: 0;
            display: none;
        }

    #app-cover #options-view-button:checked ~ #options .option i {
        display: block;
        padding: 12px 0;
    }

    #app-cover .label {
        display: none;
        padding: 0;
    }

    #app-cover #options-view-button:checked ~ #options .label {
        display: block;
        padding: 4px 0px 4px 11px;
        background: #fff;
    }

    #app-cover .s-c {
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
    }

        #app-cover .s-c.top {
            top: 0;
        }

        #app-cover .s-c.bottom {
            bottom: 0;
        }

    #app-cover input[type="radio"] {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        height: 50%;
        margin: 0;
        opacity: 0;
        cursor: pointer;
    }

    #app-cover .s-c:hover {
        height: 100%;
        z-index: 1;
    }

    #app-cover .opt-val {
        position: absolute;
        left: 0px;
        width: 61px;
        height: 17px;
        opacity: 0;
        transform: scale(0);
    }

    #app-cover .option input[type="radio"]:checked ~ .opt-val {
        opacity: 1;
        transform: scale(1);
    }

    #app-cover .option input[type="radio"]:checked ~ i {
        top: 0;
        bottom: auto;
        opacity: 1;
        animation: unset;
    }

    #app-cover .selected .label,
    #app-cover .option input[type="radio"]:checked ~ i,
    #app-cover .option input[type="radio"]:checked ~ .label {
        color: #153E35 !important;
    }

        #app-cover .option input[type="radio"]:checked ~ .label:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
        }

    #app-cover #options-view-button:not(:checked) ~ #options .option input[type="radio"]:checked ~ .opt-val {
        top: -41px;
    }

    #app-cover .option:nth-child(1) input[type="radio"]:checked ~ .opt-val {
        top: -22px;
        background: #fff;
        width: 22px;
    }

    #app-cover .option:nth-child(2) input[type="radio"]:checked ~ .opt-val {
        top: -48px;
        background: #fff;
        width: 22px;
    }

    #app-cover .option:nth-child(3) input[type="radio"]:checked ~ .opt-val {
        top: -64px;
        background: #fff;
        width: 22px;
    }

    #app-cover .option:nth-child(4) input[type="radio"]:checked ~ .opt-val {
        top: -88px;
        background: #fff;
        width: 22px;
    }

    #app-cover #option-bg {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 40px;
        transition: 0.3s ease all;
        z-index: 1;
        display: none;
    }

    #app-cover #options-view-button:checked ~ #options #option-bg {
        display: block;
    }

    #app-cover .option:hover .label {
        color: #153E35;
    }

    #app-cover .option:nth-child(1):hover ~ #option-bg {
        top: 0;
    }

    #app-cover .option:nth-child(2):hover ~ #option-bg {
        top: 40px;
    }

    #app-cover .option:nth-child(3):hover ~ #option-bg {
        top: 80px;
    }

    #app-cover .option:nth-child(4):hover ~ #option-bg {
        top: 120px;
    }

.flag-icon {
    width: 25px;
    padding-right: 5px;
}

.lang-dropdown-with-flag {
    display: inline-block;
}

    .lang-dropdown-with-flag .flag-icon {
        left: 34px;
        width: 25px;
    }

    .lang-dropdown-with-flag #app-cover {
        width: 107px;
    }

        .lang-dropdown-with-flag #app-cover .option:first-child img {
            top: 6px;
        }

        .lang-dropdown-with-flag #app-cover .option:first-child .label {
            padding-top: 10px !important;
        }

        .lang-dropdown-with-flag #app-cover #options-view-button {
            height: 25px;
            top: -7px;
            right: auto;
        }

            .lang-dropdown-with-flag #app-cover #options-view-button:checked ~ #options img {
                opacity: 1;
            }

            .lang-dropdown-with-flag #app-cover #options-view-button:checked ~ #options .label {
                padding: 4px 0px 4px 42px;
            }

        .lang-dropdown-with-flag #app-cover #select-button {
            padding-left: 42px;
        }

        .lang-dropdown-with-flag #app-cover #select-box::after {
            right: -2px;
        }

        .lang-dropdown-with-flag #app-cover .opt-val {
            display: none;
        }

        .lang-dropdown-with-flag #app-cover .label {
            display: none;
            position: relative;
        }

            .lang-dropdown-with-flag #app-cover .label:after {
                content: "";
                width: 50px;
                height: 1px;
                background: #153E35;
                left: 43px;
                bottom: 6px;
                position: absolute;
                opacity: 0;
            }

        .lang-dropdown-with-flag #app-cover #options {
            width: 107px;
            padding-top: 0px;
        }

        .lang-dropdown-with-flag #app-cover .option img {
            position: absolute;
            left: 10px;
            top: 0;
            width: 25px;
            opacity: 0;
            z-index: 1;
        }

        .lang-dropdown-with-flag #app-cover .option.selected .label:after {
            opacity: 1;
        }

        .lang-dropdown-with-flag #app-cover .option .label:hover:after {
            opacity: 1;
        }

@media (max-width: 1199px) {
    .lang-dropdown-with-flag .flag-icon {
        left: 25px;
    }
}

@media (max-width: 992px) {
    .lang-dropdown-with-flag .flag-icon {
        left: 42px;
    }
}

.lang-dropdown-with-flag.small-flag #app-cover .label:after {
    width: 17px;
}

@media (max-width: 1199px) {
    .find-store .dropdown-store .store-toggle-btn i {
        top: 0;
    }

    .find-store .dropdown-store .btn.find-store-btn {
        top: 42px;
    }

    .find-store .dropdown-search .search-box {
        top: 45px;
    }

    .header-thrift .find-store .dropdown-store .btn.find-store-btn {
        top: 47px;
    }

    header.v2 {
        top: -180px;
        visibility: hidden;
    }

        header.v2 .header-inner-main-2 {
            padding: 13px 0;
        }

            header.v2 .header-inner-main-2 .hero-listing-row ul {
                padding: 9px 0 0 0;
            }

    header.header-thrift.v2 {
        top: -255px;
        visibility: hidden;
    }

        header.header-thrift.v2.nav-down.header-active {
            top: 0;
            visibility: visible;
        }

    .thrift-nav .container {
        max-width: 100%;
    }

    .thrift-nav .thrift-inner ul li {
        margin: 0 13px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .mobile-header .mobile-navbar {
        margin: 0 -15px;
    }

    .mobile-header .mobile-permotion-bar {
        margin: 0 -15px;
        min-height: 40px;
    }
}

@media (max-width: 992px) {
    header.v2 {
        top: -300px;
        visibility: hidden;
    }

    .find-store-collapse-block.open form div {
        width: 100%;
    }

    .mobile-header.thrift-mobile-header.v2 {
        top: -350px;
        visibility: hidden;
    }

        .mobile-header.thrift-mobile-header.v2.nav-down.header-active {
            top: 0;
            visibility: visible;
        }

    .mobile-header .container {
        max-width: 100%;
    }

    .mobile-header .mobile-permotion-bar {
        padding: 0 15px;
    }

    .mobile-header.v1 {
        position: static;
    }

    .thrift-nav {
        padding: 15px 0px;
    }

        .thrift-nav .thrift-inner h6 {
            position: relative;
            top: 1px;
        }

    .thrift-mobile-header .thrift-nav .thrift-inner .thrift-top-head .category-dropdwon {
        position: relative;
        top: 4px;
    }

    .thrift-mobile-header.v1 {
        position: static;
    }
}

@media (max-width: 767px) {
    .mobile-header.thrift-mobile-header.v2.nav-down.header-active {
        top: 0;
        visibility: visible;
    }

    header .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    header .col-12 {
        padding-left: 16px;
        padding-right: 16px;
    }

    header .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .mobile-header .mobile-navbar {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px;
    }

        .mobile-header .mobile-navbar ul {
            justify-content: space-between;
        }

    .mobile-header .mobile-permotion-bar {
        margin-left: -16px;
        margin-right: -16px;
    }

    .mobile-header.lang-fr .mobile-navbar {
        display: flex;
        align-items: center;
        height: 48px;
    }

        .mobile-header.lang-fr .mobile-navbar ul {
            display: inline-block;
            height: auto;
        }

        .mobile-header.lang-fr .mobile-navbar li {
            float: left;
            position: relative;
            margin: 0 10px;
        }

            .mobile-header.lang-fr .mobile-navbar li:first-child {
                margin-left: 0;
            }

            .mobile-header.lang-fr .mobile-navbar li:last-child {
                margin-right: 0;
            }

            .mobile-header.lang-fr .mobile-navbar li:nth-child(2):after,
            .mobile-header.lang-fr .mobile-navbar li:nth-child(2):before {
                content: "";
                width: 2px;
                height: 15px;
                position: absolute;
                background: #fff;
            }

            .mobile-header.lang-fr .mobile-navbar li:nth-child(2):after {
                left: -10px;
                top: 6px;
            }

            .mobile-header.lang-fr .mobile-navbar li:nth-child(2):before {
                right: -10px;
                top: 6px;
            }

            .mobile-header.lang-fr .mobile-navbar li a {
                font-size: 11px;
            }

    .mobile-header.lang-en .mobile-navbar {
        display: flex;
        align-items: center;
        height: 48px;
        flex-direction: column;
        padding-top: 1.2rem;
        margin-left: -16px;
    }

        .mobile-header.lang-en .mobile-navbar ul {
            display: inline-block;
            height: auto;
        }

        .mobile-header.lang-en .mobile-navbar li {
            float: left;
            position: relative;
            margin: 0 10px;
        }

            .mobile-header.lang-en .mobile-navbar li:first-child {
                margin-left: 0;
            }

            .mobile-header.lang-en .mobile-navbar li:last-child {
                margin-right: 0;
            }

            .mobile-header.lang-en .mobile-navbar li:nth-child(2):after,
            .mobile-header.lang-en .mobile-navbar li:nth-child(2):before {
                content: "";
                width: 2px;
                height: 15px;
                position: absolute;
                background: #153E35;
            }

            .mobile-header.lang-en .mobile-navbar li:nth-child(2):after {
                left: -10px;
                top: 5px;
            }

            .mobile-header.lang-en .mobile-navbar li:nth-child(2):before {
                right: -10px;
                top: 5px;
            }

            .mobile-header.lang-en .mobile-navbar li a {
                font-size: 11px;
                text-decoration: none;
            }
}

@media (max-width: 479px) {
    .mobile-header.lang-fr .mobile-navbar ul {
        position: relative;
        top: 2px;
    }

    .mobile-header.lang-fr .mobile-navbar li {
        margin: 0 5px;
        width: calc(33.33% - 7px);
        text-align: center;
    }

        .mobile-header.lang-fr .mobile-navbar li a {
            display: inline-block;
            font-size: 12px;
            line-height: 15px;
        }

        .mobile-header.lang-fr .mobile-navbar li:nth-child(2) {
            padding: 0 10px;
        }

            .mobile-header.lang-fr .mobile-navbar li:nth-child(2)::before {
                right: 10px;
                top: 0;
                width: 2px;
                height: 30px;
            }

            .mobile-header.lang-fr .mobile-navbar li:nth-child(2)::after {
                left: 10px;
                top: 0;
                width: 2px;
                height: 30px;
            }
}

@media (max-width: 400px) {
    .mobile-header.lang-fr .mobile-navbar li {
        margin: 0 5px;
    }

        .mobile-header.lang-fr .mobile-navbar li:nth-child(2) {
            padding: 0 5px;
            position: relative;
        }

            .mobile-header.lang-fr .mobile-navbar li:nth-child(2)::before {
                right: 0px;
                top: 0;
                width: 2px;
                height: 30px;
            }

            .mobile-header.lang-fr .mobile-navbar li:nth-child(2)::after {
                left: 0px;
                top: 0;
                width: 2px;
                height: 30px;
            }
}

@media (max-width: 370px) {
    .mobile-header.lang-fr .mobile-navbar li a {
        font-size: 9px;
    }

    .mobile-header.lang-en .mobile-navbar li a {
        font-size: 11px;
        text-decoration: none;
    }

    .mobile-header.lang-en .mobile-navbar li:nth-child(2)::after,
    .mobile-header.lang-en .mobile-navbar li:nth-child(2)::before {
        top: 6px;
    }
}

@media (max-width: 327px) {
    .mobile-header.lang-en .mobile-navbar ul {
        width: 100%;
        position: relative;
        top: 3px;
    }

    .mobile-header.lang-en .mobile-navbar li {
        margin: 0 5px;
        width: calc(33.33% - 7px);
        text-align: center;
    }

        .mobile-header.lang-en .mobile-navbar li a {
            display: inline-block;
            font-size: 12px;
            line-height: 15px;
            text-decoration: none;
        }

        .mobile-header.lang-en .mobile-navbar li:nth-child(2)::after {
            top: 6px;
            left: 0;
        }

        .mobile-header.lang-en .mobile-navbar li:nth-child(2)::before {
            top: 6px;
            right: 0;
        }
}

.find-store-collapse-block .textfield-wrap .storeAutoCompleteId .arrow-right,
.mobile-store-search .storeAutoCompleteId .arrow-right {
    position: absolute;
    right: 16px;
    top: 13px;
    background: #153E35;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
}

    .find-store-collapse-block .textfield-wrap .storeAutoCompleteId .arrow-right a i,
    .mobile-store-search .storeAutoCompleteId .arrow-right a i {
        position: relative;
        bottom: 2px;
    }



.btn-find {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.find-store-btn {
    position: relative;
    padding: 0;
}

.find-store .dropdown-search {
    margin-right: 30px;
    position: relative;
    display: inline-block;
    top: 9px;
}

    .find-store .dropdown-search:after {
        content: "";
        pointer-events: none;
        width: 2px;
        position: absolute;
        right: -16px;
        height: 30px;
        background: #f0f0f0;
        top: -4px;
    }

    .find-store .dropdown-search .search-toggle-btn i {
        color: #153E35;
        font-size: 20px;
    }

    .find-store .dropdown-search .search-box {
        position: absolute;
        right: 0;
        top: 50px;
        display: none !important;
    }

        .find-store .dropdown-search .search-box input {
            width: 250px;
        }

    .find-store .dropdown-search.is-active .search-box {
        display: block !important;
    }

.find-store .dropdown-store {
    display: inline-block;
    position: relative;
    top: 10px;
}

    .find-store .dropdown-store .store-toggle-btn i {
        color: #153E35;
        font-size: 23px;
        position: relative;
        top: 1px;
    }

    .find-store .dropdown-store .btn.find-store-btn {
        position: absolute;
        right: 0;
        top: 50px;
        display: none;
    }

    .find-store .dropdown-store.is-active .find-store-btn {
        display: block;
    }

.search-box {
    position: relative;
}

    .search-box ::-webkit-input-placeholder {
        /* Edge */
        color: #000;
        opacity: 1;
    }

    .search-box :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000;
        opacity: 1;
    }

    .search-box :-ms-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .search-box ::placeholder {
        color: #000;
        opacity: 1;
    }

    .search-box input {
        height: 48px;
        background: #f0f0f0;
        border: none;
        border-radius: 50px;
        padding: 0 24px 0 46px;
        text-align: left;
        width: 100%;
        text-transform: uppercase;
        /*font-family: gothambold;*/
        font-family: "Gotham A", "Gotham B";
        font-style: normal;
        font-weight: 700;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        font-size: 13px;
        width: 125px;
        transition: 0.3s all;
    }

        .search-box input:focus {
            outline: none;
            width: 200px;
            -webkit-transition: 0.3s all;
            -o-transition: 0.3s all;
            transition: 0.3s all;
            text-align: left;
            padding: 0 24px 0 24px;
        }

        .btn.find-store-btn input:focus,
        .search-box input:focus {
            box-shadow: inset 0px 0px 2px 1px #153E35;
        }


        .search-box input:hover {
            background: #cccccc;
        }

        .search-box input:focus + .fa-search + span.arrow-right {
            opacity: 1;
        }

        .search-box input:focus + .fa-search {
            display: none;
        }

    .search-box .fa-search {
        position: absolute;
        left: 20px;
        top: 15px;
        color: #153E35;
    }

    .search-box span.arrow-right {
        position: absolute;
        right: 12px;
        top: 13px;
        background: #153E35;
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        width: 22px;
        height: 22px;
        text-align: center;
        opacity: 0;
    }

header {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

    header .top-bar {
        min-height: 40px;
        background: #004E7D;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        header .top-bar span {
            color: #fff;
            font-size: 13px;
        }

            header .top-bar span a {
                color: #fff;
                text-decoration: underline;
                /*font-family: gothambold;*/
                font-family: "Gotham A", "Gotham B";
                font-style: normal;
                font-weight: 700;
            }

    header .main-menu-listing {
        padding: 12px 0px;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        height: 3em;
    }

        header .main-menu-listing .listing-block {
            float: right;
        }

            header .main-menu-listing .listing-block ul li {
                display: inline-block;
                margin: 0 14px;
            }

                header .main-menu-listing .listing-block ul li:first-child {
                    margin-left: 0;
                }

                header .main-menu-listing .listing-block ul li:last-child {
                    margin-right: 0;
                }

                header .main-menu-listing .listing-block ul li a {
                    font-size: 13px;
                    /*font-family: gothambold;*/
                    font-family: "Gotham A", "Gotham B";
                    font-style: normal;
                    font-weight: 700;
                    color: #000;
                    text-decoration: none;
                }

    header .langauage-block {
        display: inline-block;
    }

    header .header-inner-main {
        border-top: 2px solid #f0f0f0;
        padding: 17px 0px;
        border-bottom: 2px solid #f0f0f0;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        height: 6em;
    }

        header .header-inner-main .container-fluid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

@media (min-width: 1200px) {
    header .container-fluid {
        padding: 0px 24px;
    }
}

header .hero-listing-row {
    margin-bottom: -47px;
    z-index: 1;
    position: relative;
}

    header .hero-listing-row ul {
        margin: 15px 0 0 0;
        background: #153E35;
        padding: 12px 24px;
        border-radius: 4px;
    }

        header .hero-listing-row ul li {
            display: inline-block;
            margin: 0 20px;
            position: relative;
        }

            header .hero-listing-row ul li:first-child {
                margin-left: 0;
            }

            header .hero-listing-row ul li:last-child {
                margin-right: 0;
            }

                header .hero-listing-row ul li:last-child::after {
                    opacity: 0;
                }

            header .hero-listing-row ul li a {
                color: #fff;
                font-size: 15px;
                /*font-family: gothambold;*/
                font-family: "Gotham A", "Gotham B";
                font-style: normal;
                font-weight: 700;
                text-decoration: none;
            }

            header .hero-listing-row ul li::after {
                content: "";
                width: 2px;
                height: 16px;
                background: #153E35;
                position: absolute;
                top: 4px;
                right: -21px;
            }

header .logo-row {
    text-align: center;
}

header.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

    header.stuck .main-menu-listing, header.stuck .header-inner-main-1 {
        height: 0;
        display: none;
    }

    header.stuck .header-inner-main-2 {
        display: block;
    }

header .header-inner-main-2 {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

    header .header-inner-main-2 .hero-listing-row ul {
        margin: 0;
        background: transparent;
        padding: 0;
    }

@media (min-width: 1200px) {
    header .header-inner-main-2 .hero-listing-row ul {
        padding: 0 0 0 113px;
    }
}

header .header-inner-main-2 .hero-listing-row ul li a {
    color: #153E35;
}

header .header-inner-main-2 .hero-listing-row ul li::after {
    background: #153E35;
}

header .header-inner-main-2 .find-store .search-box {
    display: inline-block;
}

header .header-inner-main-2 .find-store .find-store-btn {
    margin-left: 6px;
}


@media (max-width: 991px) {
    .main-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

        .mobile-header .search-box {
            clear: both;
        }

            .mobile-header .search-box input:focus {
                width: 100%;
            }

    .mobile-header {
        /*mobile slide menu*/
    }

        .mobile-header .main-top-bar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 64px;
        }

        .mobile-header .mobile-toggle span {
            height: 2px;
            display: block;
            width: 18px;
            background: #000;
            margin: 3px 0;
        }

        .mobile-header .center-logo img {
            max-height: 24px;
        }

        .mobile-header .right-store-btn a {
            font-size: 13px;
            /*font-family: gothambold;*/
            font-family: "Gotham A", "Gotham B";
            font-style: normal;
            /*font-weight: 700;*/
            font-weight: 400;
            text-transform: uppercase;
            color: #000;
        }

            .mobile-header .right-store-btn a i {
                color: #153E35;
                font-size: 20px;
                position: relative;
                top: 2px;
                margin-left: 4px;
            }

        .mobile-header .mobile-navbar {
            background: #153E35;
            margin: 0 -15px;
            text-align: -webkit-center;
        }

            .mobile-header .mobile-navbar ul {
                list-style-type: none;
                padding: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: distribute;
                justify-content: space-around;
                height: 48px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin: 0;
            }

            .mobile-header .mobile-navbar li a {
                color: #fff;
                /*font-family: gothambold;*/
                font-family: "Gotham A", "Gotham B";
                font-style: normal;
                font-weight: 700;
                font-size: 13px;
                text-transform: uppercase;
            }

        .mobile-header .mobile-permotion-bar {
            background: #004E7D;
            margin: 0 -15px;
            text-align: center;
        }

            .mobile-header .mobile-permotion-bar p {
                color: #fff;
                font-size: 13px;
                margin: 0;
                padding: 7px 0 8px 0;
            }

                .mobile-header .mobile-permotion-bar p a {
                    /*font-family: gothambold;*/
                    font-family: "Gotham A", "Gotham B";
                    font-style: normal;
                    font-weight: 700;
                    text-decoration: underline;
                    color: #fff;
                }

        .mobile-header .find-store-collapse-block {
            height: 130px;
            padding: 20px;
            position: absolute;
            top: 0;
            background: #fff;
            width: 100%;
            top: -130px;
            display: none;
            -webkit-transition: 0.3s all;
            -o-transition: 0.3s all;
            transition: 0.3s all;
        }

            .mobile-header .find-store-collapse-block input {
                height: 48px;
                background: #f0f0f0;
                border: none;
                border-radius: 50px;
                padding: 0 24px 0 24px;
                text-align: left;
                width: 100%;
                text-transform: uppercase;
                /*font-family: gothambold;*/
                font-family: "Gotham A", "Gotham B";
                font-style: normal;
                font-weight: 700;
                -webkit-transition: 0.3s all;
                -o-transition: 0.3s all;
                transition: 0.3s all;
                font-size: 13px;
                transition: 0.3s all;
            }

            .mobile-header .find-store-collapse-block h6 {
                margin-bottom: 15px;
            }

            .mobile-header .find-store-collapse-block .close-icon {
                position: absolute;
                top: 23px;
                right: 25px;
                cursor: pointer;
            }

            .mobile-header .find-store-collapse-block .textfield-wrap {
                position: relative;
            }

                .mobile-header .find-store-collapse-block .textfield-wrap img.arrow-icon {
                    position: absolute;
                    right: 15px;
                    top: 13px;
                }

            .mobile-header .find-store-collapse-block.open {
                display: block;
                top: 0;
            }

        .mobile-header .mobile-menu {
            position: fixed;
            top: 0;
            left: -100%;
            width: calc(100% - 60px);
            background: #fff;
            padding: 0 30px;
            height: 100%;
            overflow: scroll;
            z-index: 1;
            -webkit-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s;
        }

            .mobile-header .mobile-menu.is-active {
                -webkit-transition: all ease-in-out 0.3s;
                -o-transition: all ease-in-out 0.3s;
                transition: all ease-in-out 0.3s;
                left: 0;
            }

            .mobile-header .mobile-menu .menu-close-btn {
                width: 100%;
                clear: both;
                float: left;
                margin: 27px 0 24px 0;
                text-align: right;
                cursor: pointer;
            }

                .mobile-header .mobile-menu .menu-close-btn .inner {
                    display: inline-block;
                    height: 18px;
                    width: 18px;
                }

                .mobile-header .mobile-menu .menu-close-btn span {
                    display: block;
                    width: 20px;
                    background: #000;
                    height: 2px;
                }

                    .mobile-header .mobile-menu .menu-close-btn span:first-child {
                        position: relative;
                        -webkit-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                        top: 8px;
                    }

                    .mobile-header .mobile-menu .menu-close-btn span:last-child {
                        position: relative;
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                        top: 6px;
                    }

            .mobile-header .mobile-menu ul {
                list-style-type: none;
            }

            .mobile-header .mobile-menu .mobile-find-store .find-store-btn {
                height: 48px;
                background: #f0f0f0;
                border: none;
                border-radius: 50px;
                padding: 0 24px 0 45px;
                text-align: center;
                text-transform: uppercase;
                /*font-family: gothambold;*/
                font-family: "Gotham A", "Gotham B";
                font-style: normal;
                font-weight: 700;
                -webkit-transition: 0.3s all;
                -o-transition: 0.3s all;
                transition: 0.3s all;
                font-size: 13px;
                width: 175px;
            }

                .mobile-header .mobile-menu .mobile-find-store .find-store-btn:hover {
                    background: #cccccc;
                }

    .mobile-main-menu ul {
        margin: 6px 0 20px 0;
        list-style-type: none;
        padding: 0 0 25px 0;
        float: left;
        width: 100%;
        border-bottom: 2px solid #f0f0f0;
        margin-bottom: 30px;
    }

    .mobile-main-menu li {
        margin: 20px 0 0 0;
    }

        .mobile-main-menu li a {
            font-size: 18px;
            /*font-family: gothambold;*/
            font-family: "Gotham A", "Gotham B";
            font-style: normal;
            font-weight: 700;
            color: #000;
            text-transform: uppercase;
            text-decoration: none;
        }

    .mobile-secondary-menu {
        clear: both;
        float: left;
        width: 100%;
    }

        .mobile-secondary-menu ul {
            padding: 0;
        }

        .mobile-secondary-menu li {
            margin-bottom: 11px;
        }

            .mobile-secondary-menu li a {
                font-size: 15px;
                text-transform: none;
                color: #000;
                /*font-family: gothammedium;*/
                font-family: "Gotham A", "Gotham B";
                font-style: normal;
                font-weight: 500;
                text-decoration: none;
            }

    .mobie-search-block {
        clear: both;
        position: relative;
        margin-top: 10px;
        float: left;
        width: 100%;
    }

        .mobie-search-block ::-webkit-input-placeholder {
            /* Edge */
            color: #000;
            opacity: 1;
            text-transform: uppercase;
        }

        .mobie-search-block :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #000;
            opacity: 1;
            text-transform: uppercase;
        }

        .mobie-search-block ::-ms-input-placeholder {
            color: #000;
            opacity: 1;
            text-transform: uppercase;
        }

        .mobie-search-block ::placeholder {
            color: #000;
            opacity: 1;
            text-transform: uppercase;
        }

        .mobie-search-block input[type="text"] {
            background: #f0f0f0;
            border-radius: 50px;
            height: 48px;
            line-height: 48px;
            border: 0;
            padding: 0 0 0 40px;
            width: 150px;
            font-size: 13px;
            /*font-family: gothambold;*/
            font-family: "Gotham A", "Gotham B";
            font-style: normal;
            font-weight: 700;
        }

            .mobie-search-block input[type="text"]:focus {
                border: 0;
                width: 100%;
            }

        .mobie-search-block input[type="submit"] {
            position: absolute;
            left: 15px;
            top: 16px;
            border: 0;
            width: 16px;
            text-indent: -99999px;
            background: url("../images/search-icon.svg") no-repeat;
        }

            .mobie-search-block input[type="submit"]:focus {
                border: 0;
            }

    header.mobile-header .langauage-block {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mobile-store-search {
        background: #fff;
        position: fixed;
        left: 0;
        top: -250px;
        width: 100%;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
        padding: 20px 30px 30px 30px;
    }

        .mobile-store-search.active {
            top: 0;
            -webkit-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s;
        }

        .mobile-store-search .close-btn {
            position: absolute;
            right: 30px;
            cursor: pointer;
            height: 16px;
            width: 16px;
            cursor: pointer;
        }

            .mobile-store-search .close-btn span {
                display: inline-block;
                width: 20px;
                background: #000;
                height: 2px;
            }

                .mobile-store-search .close-btn span:first-child {
                    position: absolute;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    top: 6px;
                    left: 0px;
                }

                .mobile-store-search .close-btn span:last-child {
                    position: absolute;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    top: 6px;
                    left: 0;
                }

        .mobile-store-search ::-webkit-input-placeholder {
            /* Edge */
            color: #A8A8A8;
            opacity: 1;
            /*font-family: gothambold;*/
            font-family: "Gotham A", "Gotham B";
            font-style: normal;
            font-weight: 700;
        }

        .mobile-store-search :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #A8A8A8;
            opacity: 1;
            /*font-family: gothambold;*/
            font-family: "Gotham A", "Gotham B";
            font-style: normal;
            font-weight: 700;
        }

        .mobile-store-search ::-ms-input-placeholder {
            color: #A8A8A8;
            opacity: 1;
            /*font-family: gothambold;*/
            font-family: "Gotham A", "Gotham B";
            font-style: normal;
            font-weight: 700;
        }

        .mobile-store-search ::placeholder {
            color: #A8A8A8;
            opacity: 1;
            /*font-family: gothambold;*/
            font-family: "Gotham A", "Gotham B";
            font-style: normal;
            font-weight: 700;
        }

        .mobile-store-search form {
            position: relative;
        }

        .mobile-store-search p {
            font-size: 16px;
            text-align: center;
            /*font-family: gothambold;*/
            font-family: "Gotham A", "Gotham B";
            font-style: normal;
            font-weight: 700;
            color: #000;
        }

        .mobile-store-search input[type="text"] {
            width: 100%;
            height: 48px;
            border-radius: 50px;
            border: 0;
            background: #f0f0f0;
            padding: 0 20px;
            line-height: 48px;
        }

            .mobile-store-search input[type="text"]:focus {
                border: 0;
            }

        .mobile-store-search input[type="submit"] {
            text-indent: -9999px;
            border: 0;
            position: absolute;
            right: 17px;
            top: 14px;
            background: url("../images/circel-arrow.svg") no-repeat;
            width: 22px;
            height: 22px;
        }

            .mobile-store-search input[type="submit"]:focus {
                border: 0;
            }

    .mobile-menu-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease-in-out 0.3;
        -o-transition: all ease-in-out 0.3;
        transition: all ease-in-out 0.3;
    }

    .mobile-header.active .mobile-menu-mask {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease-in-out 0.3;
        -o-transition: all ease-in-out 0.3;
        transition: all ease-in-out 0.3;
    }

    .thrift-mobile-header .thrift-nav .thrift-inner {
        display: block;
    }

        .thrift-mobile-header .thrift-nav .thrift-inner .thrift-top-head {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .thrift-mobile-header .thrift-nav .thrift-inner .thrift-top-head .category-dropdwon {
                font-size: 13px;
                /*font-family: gothambold;*/
                font-family: "Gotham A", "Gotham B";
                font-style: normal;
                font-weight: 700;
                text-transform: uppercase;
            }

                .thrift-mobile-header .thrift-nav .thrift-inner .thrift-top-head .category-dropdwon img {
                    margin-right: 2px;
                    margin-top: -2px;
                }

                .thrift-mobile-header .thrift-nav .thrift-inner .thrift-top-head .category-dropdwon i {
                    font-size: 16px;
                    margin-left: 5px;
                    position: relative;
                    top: 1px;
                }

        .thrift-mobile-header .thrift-nav .thrift-inner .listing-row {
            text-align: center;
            display: none;
            position: absolute;
            top: 170px;
            width: 100%;
            background: #fff;
            left: 0;
        }

            .thrift-mobile-header .thrift-nav .thrift-inner .listing-row li {
                display: block;
                margin: 20px 0;
            }

    header.mobile-header.stuck-new .mob-top-inner {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
        left: 0;
    }

        header.mobile-header.stuck-new .mob-top-inner .mobile-navbar {
            padding: 0 15px;
        }

        header.mobile-header.stuck-new .mob-top-inner .thrift-nav {
            background: #fff;
            border-top: none;
            border: 1px solid #f0f0f0;
        }

            header.mobile-header.stuck-new .mob-top-inner .thrift-nav .listing-row {
                top: 55px;
            }
}

.btn.find-store-btn input:focus,
.search-box input:focus {
    box-shadow: inset 0px 0px 2px 1px #153E35;
}

.btn.find-store-btn {
    position: relative;
    padding: 0;
}

    .btn.find-store-btn input {
        height: 48px;
        background: #f0f0f0;
        border: none;
        border-radius: 50px;
        padding: 0 24px 0 45px;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        /*font-family: gothambold;*/
        font-family: "Gotham A", "Gotham B";
        font-style: normal;
        font-weight: 700;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        font-size: 13px;
        width: 170px;
    }

        .btn.find-store-btn input:focus {
            outline: none;
            width: 225px;
            -webkit-transition: 0.3s all;
            -o-transition: 0.3s all;
            transition: 0.3s all;
            padding: 0 24px 0 24px;
            text-align: left;
        }

        .btn.find-store-btn input:hover {
            background: #cccccc;
        }

        .btn.find-store-btn input:focus + .fa-map-marker + span.arrow-right {
            opacity: 1;
        }

        .btn.find-store-btn input:focus + .fa-map-marker {
            display: none;
        }

    .btn.find-store-btn .fa-map-marker {
        color: #153E35;
        font-size: 18px;
        margin: 0px 6px 0 0px;
        position: absolute;
        left: 25px;
        top: 15px;
    }

    .btn.find-store-btn span.arrow-right {
        position: absolute;
        right: 12px;
        top: 13px;
        background: #153E35;
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        width: 22px;
        height: 22px;
        text-align: center;
        opacity: 0;
    }

.btn.btn-secondary {
    background: none;
    border: 2px solid #153E35;
    text-transform: uppercase;
    font-size: 16px;
    padding: 9px 25px;
    border-radius: 4px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    /*font-family: gothambold;*/
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    position: relative;
    color: #94d94f;
    background-color: #364b3b;
    border-color: #94d94f;
}

    .btn.btn-secondary:hover {
        color: #94d94f;
        background-color: #5d8266;
        border-color: #94d94f;
    }

    .btn.btn-secondary:active {
        background: #a4050d !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-color: #94d94f !important;
        color: #94d94f;
        background-color: #5d8266;
    }

    .btn.btn-secondary:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn.btn-secondary:focus:after {
            border: 2px dotted #000;
            position: absolute;
            left: -6px;
            top: -6px;
            content: "";
            width: calc(100% + 12px);
            height: calc(100% + 12px);
            pointer-events: none;
            border-radius: 4px;
        }

.css-178ag6o {
    opacity: 1;
    transition: opacity 0.3s;
    margin: 0px 2px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.css-16j5qb5 {
    opacity: 1;
    transition: opacity 0.3s;
    display: flex;
    margin: 0px 2px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    align-self: center;
    font-size: 0px;
    line-height: 0;
    user-select: none;
}

.css-1afrefi {
    display: inline-block;
    flex-shrink: 0;
    line-height: 1;
    width: 24px;
    height: 24px;
}

.css-1leee2m {
    -webkit-box-align: baseline;
    align-items: baseline;
    border-width: 0px;
    border-radius: var(--ds-border-radius, 3px);
    box-sizing: border-box;
    display: inline-flex;
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.1s ease-out, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38);
    white-space: nowrap;
    background: var(--ds-background-neutral, rgba(9, 30, 66, 0.04));
    cursor: pointer;
    height: 2.28571em;
    line-height: 2.28571em;
    padding: 0px 10px;
    vertical-align: middle;
    width: auto;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--ds-text, #42526E) !important;
}

footer {
    background: #f0f0f0;
    padding: 45px 0px 56px 0;
    margin-top: 0px;
    position: relative;
}

    footer:before {
        top: -20px;
        left: 0;
        content: "";
        width: 100%;
        background: url("../img/footer-layer.png") repeat-x;
        position: absolute;
        height: 20px;
    }

@media (max-width: 767px) {
    footer:before {
        background-size: 1000px;
        height: 10px;
        top: -10px;
    }
}

@media (min-width: 1401px) {
    footer:before {
        background-size: auto;
        background-repeat: repeat;
    }
}

.footer-col-1 ul {
    padding: 0;
    margin: 0;
}

    .footer-col-1 ul li {
        list-style: none;
        margin-bottom: 20px;
    }

        .footer-col-1 ul li a {
            font-size: 20px;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
            font-weight: 700;
        }

.footer-common-listing ul {
    padding: 0;
    margin: 0;
}

    .footer-common-listing ul li {
        list-style: none;
        margin-bottom: 12px;
        line-height: 22px;
    }

        .footer-common-listing ul li a {
            font-size: 16px;
            color: #000;
            text-decoration: none;
            font-weight: 700;
        }

.footer-bottom {
    border-top: 2px solid #dbdbdb;
    margin-top: 56px;
    padding-top: 40px;
}

    .footer-bottom ul {
        padding: 0;
        margin: 0;
    }

        .footer-bottom ul li {
            list-style: none;
            margin-bottom: 4px;
            display: inline-block;
        }

            .footer-bottom ul li a {
                font-size: 13px;
                color: #000;
                text-decoration: none;
            }

.footer-bt-row ul li {
    position: relative;
    margin: 0 16px 0 0;
}

    .footer-bt-row ul li:first-child {
        margin-left: 0;
    }

    .footer-bt-row ul li:last-child::after {
        opacity: 0;
    }

    .footer-bt-row ul li::after {
        content: "";
        width: 1px;
        height: 12px;
        background: #000;
        position: absolute;
        top: 7px;
        right: -9px;
    }

    .footer-bt-row ul li a {
        text-decoration: underline;
        text-decoration-color: #000000;
    }

.footer-bottom p {
    font-size: 13px;
    text-align: right;
    color: #656565;
}

    .footer-bottom p a {
        color: #656565;
    }

.footer-bt-row2 {
    margin-top: 11px;
}

    .footer-bt-row2 ul li {
        margin: 0 24px 0 0;
    }

        .footer-bt-row2 ul li:first-child {
            margin-left: 0;
        }

        .footer-bt-row2 ul li a {
            color: #656565;
        }

.right-cookie-btn {
    text-align: right;
}

.langauage-block {
    text-align: right;
}

    .langauage-block select {
        border: none;
        background: transparent;
        text-transform: uppercase;
        font-size: 13px;
        width: 40px;
    }

.social-block {
    text-align: right;
}

    .social-block ul {
        padding: 0;
        margin: 0;
    }

        .social-block ul li {
            list-style: none;
            margin-bottom: 4px;
            display: inline-block;
            margin: 0 16px;
        }

            .social-block ul li:last-child {
                margin-right: 0;
            }

            .social-block ul li a {
                font-size: 24px;
                color: #000;
                text-decoration: none;
            }

                .social-block ul li a.fa-instagram {
                    font-size: 28px;
                }

                .social-block ul li a.fa-twitter {
                    font-size: 27px;
                }

.footer-descp-block {
    margin: 0 -10px;
}

    .footer-descp-block .title-20 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .footer-descp-block p {
        margin-bottom: 20px;
    }

footer .select2-container--default .select2-selection--single {
    background-color: transparent;
}

footer .lang-dropdown-with-flag .flag-icon {
    left: 9px;
}

footer .langauage-block {
    position: relative;
}

@media (max-width: 767px) {
    .footer-col-1 {
        margin-bottom: 14px;
    }

    .footer-descp-block {
        margin-top: 18px;
    }

    footer {
        padding: 48px 0px 48px;
        position: relative;
    }

    .social-block {
        text-align: left;
        margin-top: 32px;
    }

    .footer-bt-row p {
        text-align: right;
        margin-bottom: 3px;
    }

    .footer-bottom {
        margin-top: 32px;
        padding-top: 40px;
    }

        .footer-bottom ul li a {
            line-height: 13px;
            display: inline-block;
        }

        .footer-bottom p {
            padding-left: 0;
            margin-top: 20px;
            line-height: 18px;
            margin-bottom: 0;
        }

            .footer-bottom p a {
                text-decoration-color: #656565;
            }

            .footer-bottom p br {
                display: none;
            }

    .footer-bt-row2 ul li {
        margin: 3px 0px;
        display: block;
    }

        .footer-bt-row2 ul li a {
            color: #656565;
        }

    .langauage-block {
        text-align: left;
        margin-top: 18px;
    }

    footer .footer-bt-row p {
        text-align: left;
        margin-bottom: 3px;
    }
}

footer .langauage-block {
    text-align: left;
    float: right;
}

.termly-cookie-preference-button.greendrop:hover {
    color: #fff !important;
    background: #006341 !important;
}

.termly-cookie-preference-button:hover {
    color: #fff !important;
    background: #da291c !important;
    transition: all .3s ease-in-out;
}

.termly-cookie-preference-button.greendrop {
    color: #006341 !important;
}

.termly-cookie-preference-button {
    border: 0 solid #da291c !important;
    color: #da291c !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    background: #fff !important;
    font-size: 12px !important;
    width: auto !important;
    height: auto !important;
    padding: 5px 15px !important;
    margin-top: 10px;
    transition: all .3s ease-in-out;
    font-family: "Roboto", Arial, sans-serif;
    border-radius: 3px;
    box-sizing: border-box;
}

footer .footer-bottom .footer-bt-row2 .right-cookie-btn, footer .langauage-block {
    text-align: right;
}


@media (max-width: 1199px) {
    footer .footer-bottom p br {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .footer-col-1 ul li a {
        font-size: 16px;
    }

    .social-block ul li {
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    footer {
        padding-bottom: 40px;
    }

    .col-xs-12,
    .container {
        padding: 0 20px;
    }

    .row {
        margin: 0 -20px;
    }

    .footer-descp-block {
        margin: 0;
    }

    .footer-col-1 ul li {
        margin-bottom: 16px;
    }

    .footer-common-listing ul {
        margin-top: 24px;
    }

        .footer-common-listing ul li {
            margin-bottom: 12px;
        }

    .social-block {
        margin-top: 25px;
    }

    .footer-bottom {
        margin-top: 27px;
        padding-top: 24px;
    }

        .footer-bottom ul {
            margin: 8px 0 30px 0;
        }

    .listing-block ul {
        margin-bottom: 18px;
    }

    .footer-bt-row2 {
        margin-top: 2px;
    }

        .footer-bt-row2 ul li {
            margin: 0 0 10px 0;
        }

        .footer-bt-row2 .right-cookie-btn {
            text-align: left;
        }

    .footer-descp-block {
        margin-bottom: 5px;
    }

        .footer-descp-block p {
            margin-bottom: 20px;
        }

        .footer-descp-block .title-20 {
            margin-top: 20px;
            margin-bottom: 10px;
        }
}

.widget-action {
    width: 100%;
}

.widget-link {
    display: block;
    position: relative;
    color: #324637;
    background-color: #84c247;
    font: 900 1.5rem/2.5 "Archivo Black", sans-serif;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    padding: 0 0.75em;
}

    .widget-link::after {
        position: absolute;
        right: 1.5rem;
        top: 0;
        color: #324637;
        font: 2.5rem/1.75 FontAwesome;
    }

    .widget-link::hover,
    .widget-link::focus {
        color: #84c247;
    }

.widget-menu .menu-inner {
    padding: 0.5rem 0 0;
    background-color: #434343;
}

.widget-menu input,
.widget-menu button {
    border-radius: 0;
}

    .widget-menu input.zip {
        width: 65%;
    }

.widget-menu .btn-link {
    color: #fff;
}

.widget-menu [type="submit"] {
    position: relative;
    top: -2px;
    width: 33%;
    line-height: 38px;
    font-size: 1.75rem;
}

@media(min-width:360px) {
    .widget-link {
        font-size: 1.75rem;
        color: #84c247;
        background-color: #364d3b;
    }
}

@media(min-width:768px) {
    .widget.overlay {
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .widget-action:first-child {
        position: relative;
        left: 1rem;
    }

    .widget-action,
    .widget-menu {
        max-width: 384px;
        border: 1rem solid #fff;
        border-top: none;
    }

        .widget-action > .widget-link {
            color: #324637;
            background-color: #84c247;
            font-size: 1.625rem;
            line-height: 2;
            text-align: center;
            letter-spacing: 0;
            box-shadow: inset 0 14px 10px 5px rgba(0, 0, 0, 0.15);
        }

            .widget-action > .widget-link::after {
                top: -0.125em;
            }

    .widget-menu {
        position: absolute;
        width: 384px;
        background-color: #84c247;
        box-shadow: inset 0 -14px 10px 5px rgba(0, 0, 0, 0.15);
        margin-left: -1rem;
        z-index: 1;
    }

        .widget-menu > .menu-inner {
            padding: 0.25em 0.25em 0;
            background-color: transparent;
        }

        .widget-menu .btn-link {
            color: #324637;
        }

        .widget-menu [type="submit"] {
            color: #94d94f;
            background-color: #364b3b;
        }
}

.steps {
    font-weight: 600;
    font-size: 6rem;
    line-height: 1;
}

    .steps > .step {
        width: 7rem;
        height: 7rem;
        color: #84c247;
        background-color: #364b3b;
        font-family: Barlow, sans-serif;
        text-align: center;
        border-radius: 50%;
    }

        .steps > .step.active {
            color: #364b3b;
            background-color: #84c247;
        }

    .steps > .ellipsis {
        font-family: unset;
        color: #364b3b;
        transform: translateY(-25%);
        margin: 0 5px;
    }

@media(min-width: 768px) {
    .steps {
        font-size: 8rem;
        padding-top: 2rem;
    }

        .steps > .step {
            width: 9rem;
            height: 9rem;
        }
}

/*! skip to main */
.skip-main {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

    .skip-main:active,
    .skip-main:focus {
        top: 0;
        left: 0;
        z-index: 9999;
        width: auto;
        height: auto;
        padding: 1rem 1.5rem;
        margin: 0;
        overflow: visible;
        background-color: #ddd;
        border-bottom-right-radius: 4px;
        clip: auto;
    }

#outer-wrap {
    /* this will-change and transition property mess up how the metaltoad css works. Removing the 
    outer-wrap style entirely messes up the rest of the page.  Leaving the existing code for 
    posterity.
*/
    /*    transition: transform 500ms ease;
    will-change: transform;*/
}

/*! base */
html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    font: 400 1.5em/1.6 'Open Sans',sans-serif;
    color: #111;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Archivo Black', sans-serif;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 2rem;
}

h1, .h1 {
    font-size: 2rem;
    line-height: 1.2;
}

h2, .h2 {
    font-size: 1.9rem;
    line-height: 1.25;
}

h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.3;
}

h4, .h4 {
    font-size: 1.7rem;
    line-height: 1.35;
}

h5, .h5 {
    font-size: 1.6rem;
    line-height: 1.5;
}

h6, .h6 {
    font-size: 1.5rem;
    line-height: 1.6;
}

a {
    color: #364b3b;
    text-decoration: underline;
}

    a:hover, a:focus {
        color: #84c247;
    }

.text-primary {
    color: #84c247 !important;
}

.text-secondary {
    color: #364b3b !important;
}

.bg-primary {
    background-color: #84c247 !important;
}

.bg-secondary {
    background-color: #364b3b !important;
}

.text-light {
    color: #ebebeb !important;
}

.bg-light {
    background-color: #ebebeb !important;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

/*! pagination */
.page-link {
    color: #84c247;
    font-size: 1.75rem;
    text-decoration: none;
    padding: 0.6em 0.75em;
}

.page-item.active .page-link {
    background-color: #364b3b;
    border-color: #84c247;
}

.page-link:hover {
    background-color: #84c247;
    color: #364b3b;
}

/*! buttons */
.btn {
    padding: 0.5em 1.5em;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .1rem;
    text-transform: uppercase;
    border-radius: 4px;
}

a.btn {
    text-decoration: none;
}

.btn-link {
    color: #364b3b;
    font-weight: normal;
    text-decoration: underline;
    padding: 0;
}

    .btn-link:hover,
    .btn-link:active {
        color: #84c247;
    }

.btn-primary {
    color: #324637;
    background-color: #84c247;
    border: 1px solid #324637;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #324637;
        background-color: #a2d175;
        border-color: #324637;
    }

    .btn-primary:disabled {
        color: #324637;
        background-color: #84c247;
        border: 1px solid #324637;
    }

        .btn-primary:disabled:hover {
            color: #324637;
            background-color: #a2d175;
            border-color: #324637;
        }

.btn-secondary {
    color: #94d94f;
    background-color: #364b3b;
    border-color: #94d94f;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #94d94f;
        background-color: #5d8266;
        border-color: #94d94f;
    }

.btn-facebook {
    color: #fff !important;
    background-color: #3b5998;
}

.btn-pinterest {
    color: #fff !important;
    background-color: #bd081c;
}

.btn-instagram {
    color: #fff !important;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.btn-icon {
    width: 100%;
    padding: 0;
    border: none;
    font-size: 1.5rem;
    line-height: 1.5;
}

.section-heading {
    color: #364b3b;
    text-align: center;
    margin-bottom: 0.5em;
}

    .section-heading.redcross {
        color: #fff;
        background-color: #e11b22;
    }

    .section-heading.purpleheart {
        background-color: #7160a2;
        color: #fff;
    }

    .section-heading.svdp {
        background-color: #1c2790;
        color: #fff;
    }

    .section-heading.nfb {
        background-color: #0177bf;
        color: #fff;
    }

    .section-heading.bbbsli {
        background-color: #000;
        color: #fff;
    }

.form-group {
    margin-bottom: .5rem
}

.form-group-message a {
    color: #111
}

.form-control {
    display: inline-block;
    height: 38px;
    margin-bottom: 1.1rem;
    font-size: 1.6rem;
    color: #333;
}

    .form-control[type="checkbox"] {
        height: inherit;
        font-size: inherit;
    }

.lbl-required:before {
    content: "* ";
    position: relative;
    top: 2px;
    color: #d14527
}

/*! main content */
#main {
    outline: 0;
}

.pod {
    margin-bottom: 1.5rem
}

/*! skip to main */
.skip-main:active, .skip-main:focus {
    color: #000;
    background-color: #c1d640
}

/*! header */
#head {
    position: relative;
    height: 56px;
    background-color: #364d3b;
}

.head-navtoggle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background-color: transparent;
    border: 0;
    border-right: 1px solid #4e6454;
    padding: 0 15px;
}

    .head-navtoggle .icon-bar {
        display: block;
        width: 25px;
        height: 2px;
        background-color: #728735;
        border-radius: 1px
    }

        .head-navtoggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

.head-brand {
    position: absolute;
    left: 65px;
    top: 15px;
    display: inline-block
}

    .head-brand > img {
        display: inline-block;
        width: auto;
        max-height: 25px
    }

.head-call,
.head-email {
    position: absolute;
    top: 15px;
    font-size: .975rem;
    line-height: 1;
    color: #707d74;
    text-transform: none;
}

    .head-call .fa-stack-1x,
    .head-email .fa-stack-1x {
        top: 1px;
    }

.head-call {
    right: 10px
}

.head-email {
    right: 40px;
}

/*! nav */
#nav ul > li > a {
    color: #fff;
    border-bottom-color: #728735
}

    #nav ul > li > a.active {
        color: #111;
        background-color: #728735
    }

.breakout {
    margin-left: -15px;
    margin-right: -15px;
}

.center-cropped {
    position: relative;
    height: 175px;
    overflow: hidden;
}

    .center-cropped > img {
        position: absolute;
        top: 50%;
        width: 100%;
        height: auto;
        transform: translateY(-50%);
    }

.detail-map {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #eee
}

    .detail-map .pushpin {
        position: relative;
        top: -7px;
        left: -7px;
        width: 10px;
        height: 10px;
        background-color: #c1d640;
        border: 2px solid #373737;
        border-radius: 10px;
        cursor: pointer
    }

/*! pickup */
.search-form .form-group {
    background-color: #364b3b;
}

.search-form button[type="submit"] {
    color: #84c247;
    background-color: #364b3b;
}

.search-form input.form-control {
    height: auto;
    font-size: 1.4rem;
    line-height: 1.75;
}

.search-form.redcross .form-group,
.redcross button[type="submit"] {
    background-color: #e11b22;
}

.search-form.purpleheart .form-group,
.purpleheart button[type="submit"] {
    background-color: #7160a2;
}

.search-form.svdp .form-group,
.svdp button[type="submit"] {
    background-color: #1c2790;
}

.search-form.nfb .form-group,
.nfb button[type="submit"] {
    background-color: #0177bf;
}

.pickup-page-title {
    color: #364b3b;
    font-weight: 900;
    font-size: 4rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #dee2e6;
}

.card.accepted-items,
.card.accepted-items > .card-header {
    border-width: 2px;
    background: transparent;
}

    .card.accepted-items h3 {
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
    }

    .card.accepted-items ul {
        list-style-type: "\2013";
        margin: 0 0.5rem 0;
    }

    .card.accepted-items li {
        padding-left: 0.5em;
    }

/* Validation */
.validation-summary-errors > ul {
    display: none;
}

.validation-summary-valid,
.field-validation-valid {
    display: none;
}

.field-validation-error {
    display: block;
    margin: -0.6rem 0 1rem;
}

    .field-validation-error::before {
        content: "";
        font-family: FontAwesome;
        font-size: 1.4rem;
        text-rendering: auto;
        margin-right: 0.5em;
        -webkit-font-smoothing: antialiased;
        -mz-osx-font-smoothing: grayscale
    }

.donor-info-form .form-control {
    border: 2px solid #5c5c5c;
    border-radius: 0;
}

    .donor-info-form .form-control::placeholder {
        color: #6c757d;
    }

.btn-cancel {
    color: #111;
    font-size: 3rem;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #dee2e6;
    text-decoration-thickness: 1px;
    text-transform: uppercase;
}

    .btn-cancel:hover,
    .btn-cancel:active {
        color: #111;
        text-decoration: none;
    }

.donor-info-form button[type="submit"] {
    font-size: 3rem;
    border: none;
    border-radius: 0;
    padding: 0.1em 0.5em;
}

    .donor-info-form button[type="submit"] > .spinner-border {
        width: 3rem;
        height: 3rem;
        vertical-align: middle;
    }

.donor-info-form input[name="Zip"] {
    width: 12rem;
}

.searchresult.pod {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
}

.btn-charity {
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

    .btn-charity > img {
        max-height: 80px;
        image-rendering: -webkit-optimize-contrast;
    }

    .btn-charity > .overlay {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

        .btn-charity > .overlay > .overlay-icon {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .btn-charity.active > .overlay {
        display: block;
    }

.btn-pickup-date {
    width: 11rem;
    color: #364b3b;
    background-color: #e3e3e3;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.4;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 0.25em 0.5em;
}

.pickup-info-form .btn-group > .btn-pickup-date {
    margin: 0.5rem 0 0 1.5rem;
}

.btn-pickup-date.active {
    color: #84c247;
    background-color: #364b3b;
}

.btn-pickup-date > small {
    display: block;
    color: #111;
    font-weight: 100;
    font-size: 75%;
}

.btn-pickup-date.active > small {
    color: #fff;
}

.btn-donation-size {
    width: 95px;
    color: #364b3b;
    padding: 0.5em 0.25em;
    cursor: pointer;
}

    .btn-donation-size > abbr {
        display: block;
        width: 2.5em;
        background-color: #e3e3e3;
        font-weight: 900;
        font-size: 2.5rem;
        line-height: 2.5em;
        border-radius: 50%;
        margin: 0 auto 0.25em;
    }

    .btn-donation-size.active > abbr {
        color: #84c247;
        background-color: #364b3b;
    }

.gatecode > input {
    width: 14em;
    border: 1px solid #364b3b;
    border-radius: 0.25em;
}

.btn-group-inline > .btn-toggle {
    display: flex;
    align-items: center;
    width: 10em;
    min-height: 4em;
    color: #364b3b;
    background-color: #e3e3e3;
    font-weight: 900;
    line-height: 1.5;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    white-space: normal;
    text-align: center;
    margin: 0.5em 1em;
    padding: 0.25em;
}

    .btn-group-inline > .btn-toggle.active {
        color: #84c247;
        background-color: #364b3b;
    }

.pickup-info-form a {
    color: #111;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #dee2e6;
    text-transform: uppercase;
}

.btn-cancel {
    font-size: 3rem;
}

.pickup-info-form button[type="submit"],
.btn-edit {
    font-size: 3rem;
    border: none;
    border-radius: 0;
    padding: 0.1em 0.5em;
}

    .pickup-info-form button[type="submit"] > .spinner-border {
        width: 3rem;
        height: 3rem;
        vertical-align: middle;
    }

.account dt::after {
    content: ":";
}

.account .card {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
}

.account .profile-heading {
    font-size: 2rem;
    line-height: 1.4;
    font-family: inherit;
}

.account .col-form-label {
    text-align: right;
    font-weight: bold;
}

.account .opt-in {
    font-size: 2.25rem;
}

.account input[type="checkbox"] {
    transform: scale(1.5);
    transform-origin: left center;
    margin-left: 3px;
}

.acceptable-items-list p {
    margin: 2em 0;
}

.greendrop-modal .modal-dialog {
    max-width: 400px;
}

.greendrop-modal .modal-header {
    background-color: #364d3b;
    color: #84c247;
}

.greendrop-modal .close {
    font-size: 3rem;
}

.nav-tabs .nav-link {
    text-decoration: none;
    font-size: 1.25rem;
}

@media(min-width: 576px) {
    .nav-tabs .nav-link {
        font-size: 1.5rem;
    }
}

.page-heading {
    justify-content: center;
    margin: 1.5rem 0 3rem;
}

    .page-heading h1 {
        text-transform: uppercase;
        border-bottom: 2px solid #dee2e6;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

.page-sub-heading {
    justify-content: center;
    margin: -3.5rem 0 -1rem;
}

@media (min-width:768px) {
    .page-sub-heading p {
        margin: 2rem 0 0.5rem;
    }
}

@media(max-width:767px) {
    .page-sub-heading p {
        margin: 2.5rem 0 -1.5rem;
    }
}

.home-clean-out p,
.home-clean-out li {
    line-height: 1.9;
}

.home-clean-out h1,
.home-clean-out h2 {
    font-weight: 900;
    text-transform: uppercase;
    border-width: 2px;
}

.nfb .nav-link {
    color: #0177bf;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

    .nfb .nav-link.active {
        color: #ff5200;
        background-color: #f8f9fa;
    }

.redcross .nav-link {
    color: #e11b22;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

    .redcross .nav-link.active {
        color: #000;
        background-color: #f8f9fa;
    }

.svdp .nav-link {
    color: #1c2790;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

    .svdp .nav-link.active {
        color: #000;
        background-color: #f8f9fa;
    }

.list-howitworks > li {
    margin: 0.5em 0;
}

    .list-howitworks > li::before {
        content: "\f067";
        font-family: FontAwesome;
        color: #364b3b;
        font-weight: 900;
        padding-right: 0.5em
    }

.howitworks-frame ul {
    padding-left: 0;
    list-style: none;
    list-style-type: none;
}

    .howitworks-frame ul li {
        margin: 0.5em 0;
    }

        .howitworks-frame ul li::before {
            content: "\f067";
            font-family: FontAwesome;
            color: #364b3b;
            font-weight: 900;
            padding-right: 0.5em
        }

.terms-of-use ol,
.list-terms {
    list-style: inside none;
    counter-reset: terms-list;
    padding-left: 0;
}

    .terms-of-use ol li,
    .list-terms > li {
        margin-bottom: 1rem;
    }

        .terms-of-use ol li::before,
        .list-terms > li::before {
            counter-increment: terms-list;
            content: "(" counter(terms-list, lower-alpha) ")";
            margin-right: 2.5em;
        }

.terms-of-use a,
.privacy-policy a {
    font-weight: bold;
}

.privacy-policy ol {
    list-style-position: inside;
    padding: 0;
}

.privacy-policy li {
    margin-top: 0.5em;
}

    .privacy-policy li::marker,
    .ordered-list-bold-number li {
        font-weight: bold;
    }

        .privacy-policy li p,
        .ordered-list-bold-number li p {
            font-weight: normal;
        }

.privacy-policy ul {
    list-style-position: outside;
}

.privacy-policy table thead tr th p,
.privacy-policy table tbody tr td p {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.form-control-otp {
    width: 30rem;
    height: 69px;
    background-color: #fff;
    background-image: url(../img/verify-code-bg-v1.png);
    background-position: 1.0em center;
    background-repeat: no-repeat;
    color: #000;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 25px;
    padding: 0 0 0.25em 1.4em;
    border: none;
}

    .form-control-otp:focus {
        outline: none;
        box-shadow: none;
    }

    .form-control-otp:disabled {
        background-image: url(../img/verify-code-bg-v1-grey.png);
    }

.display-flex-column {
    display: flex;
    flex-direction: column;
}

.bottom-align-flex {
    display: flex;
    flex: 1;
    align-items: flex-end;
}

.table-bordered thead tr {
    background-color: #84c247;
}

.taxes h2,
.taxes h3,
.howitworks-content h2,
.nonprofit-partners div div h2 {
    color: #364b3b !important;
    margin: 0 !important;
}

.howitworks-frame h3 {
    text-align: center;
}

.real-estate p img {
    max-width: 100%;
    height: auto;
}

.what-we-do table tr td {
    line-height: 1.75;
    width: 50%;
    padding-left: 1.5em;
}

.what-we-accept div p {
    text-align: left;
    margin-top: 1.2em;
    margin-left: 1.2em;
    padding-right: 0.1em;
}

@media only screen and (max-width: 600px) {
    .what-we-do tr {
        line-height: 1.75;
        width: 100% !important;
        padding-left: 1.5em;
    }

    .what-we-do td {
        line-height: 1.75;
        width: 100% !important;
        float: left;
        padding-left: 1.5em;
    }

    .what-we-do img {
        width: 95%;
    }
}

.error-page {
    margin-bottom: 25px;
}

    .error-page h2 {
        line-height: 1.25;
        font-family: 'Archivo Black', sans-serif;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 2rem;
        font-size: 3.75rem;
        color: #364b3b !important;
        margin-bottom: 0.25rem !important;
    }

    .error-page h4 {
        font-family: inherit;
        font-weight: 900;
        margin-top: 0;
        margin-bottom: 2rem;
        font-size: 1.8rem;
        line-height: 1.35;
    }

.image-top-pad {
    padding-top: 4rem;
}

.frame-bottom-pad {
    padding-bottom: 4rem;
}

.trademark-symbol {
    font-size: 0.5em;
    vertical-align: super;
}


@media(min-width: 768px) {
    h1, .h1 {
        font-size: 2.8rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }

    h3, .h3 {
        font-size: 2rem;
    }

    h4, .h4 {
        font-size: 1.8rem;
    }

    h5, .h5 {
        font-size: 1.7rem;
    }

    .narrow {
        width: 768px;
        margin-left: auto;
        margin-right: auto;
    }

        .narrow > .container {
            padding: 0;
        }

    .padded.row {
        padding: 3rem
    }

    .bordered.row {
        padding: 3rem;
        margin-bottom: 1rem;
        border: 1px solid #e3e3e3
    }

    #head {
        height: auto;
        background-color: #84c247;
    }

    .head-header {
        padding: 0;
        margin: 0;
        border: 0
    }

        .head-header > ul {
            display: inline-block;
            vertical-align: top;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .head-header > ul > li {
                display: inline-block;
                vertical-align: top;
                margin-left: 2em;
                font-size: 1.25rem;
                line-height: 2.5;
            }

                .head-header > ul > li > a {
                    color: #324637;
                    font-weight: bold;
                    text-decoration: none;
                }

    .head-navtoggle {
        display: none
    }

    .head-brand {
        position: absolute;
        left: auto;
        top: 100%;
        margin-top: 15px;
    }

        .head-brand + .head-brand {
            margin-left: 3rem
        }

        .head-brand > img {
            max-height: 56px
        }

    .head-call {
        position: static;
        display: inline-block;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 3rem;
        text-decoration: none;
        color: #324637;
        margin-left: 4rem;
    }

        .head-call:hover,
        .head-call:focus,
        .head-call:active {
            color: #324637;
        }

    .head-header > .social {
        margin-top: 4px;
        float: right;
    }

        .head-header > .social > a {
            display: inline-block;
            width: 24px;
            height: 24px;
            vertical-align: top;
        }

    .subheading {
        color: #364b3b;
        font-weight: bold;
        font-size: 2.5rem;
        line-height: 1.25;
        padding: 0.5em 0 0;
    }

    .section-heading {
        color: #84c247;
        background-color: #364b3b;
    }

    .list-charities > li {
        max-width: none
    }

    .search-form {
        max-width: 510px;
        margin: 0 auto;
    }

    .searchresult.pod {
        margin-top: 2rem
    }

        .searchresult.pod dl dt {
            display: inline-block;
            vertical-align: top;
            width: 48%;
            text-align: right
        }

        .searchresult.pod dl dd {
            display: inline-block;
            vertical-align: top;
            width: 48%;
            margin-left: 2%;
            text-align: left
        }

    .popover {
        font: unset;
        font-size: 1.3rem;
        line-height: 1.25;
    }

        .popover .location-map {
            width: 257px;
            height: 200px;
        }

        .popover .btn {
            font-size: 1.125em;
            line-height: 1.7;
        }

    .page-heading {
        margin-top: 5.5rem;
    }
}

.donation-location-note {
    font-size: 1.1rem;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .donation-location-note {
        font-size: 1.3rem;
        text-align: right;
        margin-left: 1rem;
    }

    .pickup-consent-note {
        font-size: 1.5rem;
    }

    .pickup-consent-note a {
            text-transform: none;
    }
}

.pickup-consent-note {
    font-size: 13px;
    line-height: 1.5;
}