/**
 * LICENSE: This source file is subject to commercial source code license
 * of API Source, Inc.
 *
 * @category  API
 * @package   m2hrc
 * @author    Aaron Boswell <aaron.boswell@apisource.com>
 * @copyright 2020 API Source, Inc
 */
/* Fonts */
@import url("https://use.typekit.net/zjs5hnm.css");

@font-face {
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "neue-haas-grotesk-display";
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "neue-haas-grotesk-display";
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "neue-haas-grotesk-display";
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "neue-haas-grotesk-text";
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "neue-haas-grotesk-text";
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "neue-haas-grotesk-text";
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "neue-haas-grotesk-text";
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "neue-haas-grotesk-text";
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "neue-haas-grotesk-text";
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icons/icomoon.eot");
    src: url("../fonts/icons/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.woff") format("woff"), url("../fonts/icons/icomoon.ttf") format("truetype"), url("../fonts/icons/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

body {
    -webkit-font-feature-settings: "kern", "liga", "pnum";
    -moz-font-feature-settings: "kern", "liga", "pnum";
    -ms-font-feature-settings: "kern", "liga", "pnum";
    font-feature-settings: "kern", "liga", "pnum";
    font-family: "neue-haas-grotesk-display";
    font-size: 16px;
    line-height:1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-weight: 500;
    background-color:#fff;
    color:#111;
    letter-spacing:.02em;
    word-wrap:break-word;
    overflow-x:hidden
}
textarea, select, input, button {
    outline: none;
    box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "neue-haas-grotesk-display";
    text-rendering: optimizeLegibility;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: .05em;
}
h1,
.product.attribute.name,
.site-name,
.action.primary,
.home-categories .item .title,
.home-categories.banner h5 {
    font-family: "neue-haas-grotesk-display", Helvetica, Arial, sans-serif;
    text-rendering: geometricPrecision;
    font-size: 1.1em;
}
.home-categories .item .title {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: .05rem;
    text-transform: none !important;
    border-bottom: 2px solid #111;
    display: inline-block;
    color: #111111;
}
.customer-account-login .page-title {
    padding-top: 30px;
}
.nav-toggle:before,
.minicart-wrapper .action.showcart:before,
.nav-toggle.active:before,
.minicart-wrapper .action.showcart.active:before,
.nav-toggle:hover:before,
.minicart-wrapper .action.showcart:hover:before,
.block-search .label:before,
.block-search .action.search:before {
    font-family: 'icomoon';
    font-size: 35px;
    color: #0045bb !important;
    line-height: 48px;
}
.minicart-items .product-image-container .product-image-wrapper {
    width: 78px;
    height: 78px;
}
.minicart-wrapper .block-minicart {
    padding: 0;
}
#minicart-content-wrapper {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 25px 20px 10px;
    max-height: calc(100vh - 98px);
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
#minicart-content-wrapper::-webkit-scrollbar {
    display: none;
}

.paypal.checkout.after.paypal-logo {
    text-align: left !important;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    font-size: 16px;
}
a:visited, .alink:visited {
    color: inherit;
}
.modals-wrapper {
    z-index: 9999;
    position: relative;
}

/* Header */

.donatelink, .donatelink:hover, .donatelink .over {
    background: #AD0000 !important;
    padding-bottom: 2px;
}

.page-header {
    border: none;
    padding-bottom: 6px;
    top: 0;
    width: 100%;
    background: #1b4da2; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 5%, #9a541c 15%, #9a541c 19%, #fb2837 30%, #ff6b15 39%, #ff6b15 39%, #ffbe00 50%, #ffbe00 54%, #60b23c 71%, #027bf4 84%, #a40bf4 96%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 5%,#9a541c 15%,#9a541c 19%,#fb2837 30%,#ff6b15 39%,#ff6b15 39%,#ffbe00 50%,#ffbe00 54%,#60b23c 71%,#027bf4 84%,#a40bf4 96%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 5%,#9a541c 15%,#9a541c 19%,#fb2837 30%,#ff6b15 39%,#ff6b15 39%,#ffbe00 50%,#ffbe00 54%,#60b23c 71%,#027bf4 84%,#a40bf4 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a40bf4',GradientType=1 ); /* IE6-9 */
/* #8bbce5 */
}
.page-header .panel.wrapper {
    background: #ffffff;
    border-bottom: none;
}
.page-header .header.panel {
    padding: 8px 56px 0px 56px !important;
    max-width: 1600px;
}
@media screen and (max-width: 1400px) {
    .page-header .header.panel {
        padding: 8px 24px !important;
        max-width: 1400px !important;
        width: auto !important;
    }
}
.block-static-block.widget, .block-cms-link.widget {
    margin-bottom: 0;
}
.page-header .site-name,
.page-footer {
    border: none;
}
.page-header .site-name a,
.page-footer a {
    color: #111111;
    border: none;
}
.page-footer a {
    font-size: 14px;
}
.page-footer a:hover,
.page-footer a:active {
    color: #0045bb;
}

.header.content {
    padding: 0;
    top: 0;
    position: relative;
    max-width: none;
    margin: 0 auto;
    color: inherit;
    height: 86px;
}
.site-name {
    text-align: center;
    font-weight: 900;
    padding: 12px 0;
    font-size: 22px;
    width: 100%;
    display: block;
}
.logo {
    margin: 0 !important;
}
.logo img {
    height: 66px;
    max-width: none;
    width: auto;
}
a.top-name-link {
    text-decoration: none;
}
.page-header.fixed {
    position: fixed;
}
.nav-toggle:before {
    content: '\e903';
}
.header.content > .authorization-link a {
    display: block;
    width: 40px;
    height: 40px;
    color: transparent;
    background: url(../images/user.svg);
    background-size: cover;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    content: none;
}
.minicart-wrapper .action.showcart {
    display: block;
    width: 40px;
    height: 40px;
    color: transparent;
    background: url(../images/shopping_bag.svg);
    background-size: cover;
}
.minicart-wrapper.active .block-minicart {
    top: 48px;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #D80336;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: -1px;
    right: -9px;
    min-width: 19px;
    font-size: 11pt;
    border: 2px solid #fff;
    border-radius: 14px;
}
.minicart-wrapper {
    z-index: 9999;
    margin: 16px 0 0 30px;
}
.minicart-wrapper,
.page-header .block-search {}
.page-header .block-search {
    right: 0;
    margin-right: 50px;
}
.page-header .block-search input {
    right: -310%;
    left: auto;
    margin: 2%;
    width: 96%;
}
.page-header .block-search {
    overflow: hidden;
}
.block-search .control {
    border: none !important;
    background: rgb(56, 56, 56);
}
.block-search .nested {
    display: none;
}
.slide-items .slick-track {
    max-width: 1600px !important;
}
.slide-item .slide-content {
    max-width: 1600px !important;
}
.footer.content {
    max-width: 1120px !important;
    border-top: 2px solid #CCC !important;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .page-header {
        z-index: 999;
    }
    .block-search .active + .control {
        width: 100%;
        display: block;
        position: fixed;
        left: 0;
        top: 48px;
        transition: top 0.3s;
        z-index: 999;
    }
    .block-search .label {
        display: block;
        width: 40px;
        height: 40px;
        color: transparent;
        background: url(../images/search.svg);
        background-size: cover;
    }
    .page-header .block-search {
        margin: 19px 7px 0 0 !important;
        position: relative;
        z-index: 10000;
    }
    .donation-header {
        display: none;
    }
    #ms-topmenu {
        display: none;
    }
    .cms-home #ms-topmenu {
        display: block;
    }
    .minicart-wrapper, .page-header .block-search {
        right: 0;
    }
    .checkout-index-index .minicart-wrapper {
        display: none;
    }
    .header.content .authorization-link {
        float: right;
        list-style: none;
        margin: 16px 0 0 5px;
    }
    .minicart-wrapper {
        margin: 16px 0 0 5px;
    }
}
.page-header .block-search.active #search {
    display: block;
}
@media screen and (min-width: 769px) {
}
@media screen and (min-width: 768px) {
    .navigation,
    .breadcrumbs,
    .footer.content, .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container, .page-main {
        max-width: 1120px !important;
    }
    .constrain {
        max-width: 1120px;
        margin: 0 auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-header {
        top: 0;
        text-align: left;
    }
    .page-header .site-name {
        z-index: 8;
        left: 0;
    }
    .page-header {
        z-index: 999;
    }
    .page-wrapper {
    }
    .page-header .logo {
        width: auto;
        overflow: auto;
        right: auto;
    }
    .logo img {
        height: 62px;
        padding: 8px 0;
    }
    .block-search .action.search:before {
        content: "\e902";
        color: #3E4044 !important;
        line-height: 36px;
    }
    .header.content .nav-authorization {
        position: absolute;
        margin: 0;
        padding: 0;
        text-align: right;
        right: 161px;
        height: 48px;
    }
    .header.content .nav-authorization li {
        margin: 0;
        line-height: 48px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .header.content .nav-authorization li a {
        color: #ffffff;
        text-decoration: underline;
    }
    .navigation li.level0:first-child {
        padding-left: 15px;
    }
    .navigation .megamenu img {
        padding-bottom: 24px;
    }
    .breadcrumbs {
        margin-top: 15px;
    }
    .page-main {
        max-width: 1120px !important;
        padding: 0 !important;
    }
    .cms-home .page-main {
        max-width: none !important;
    }
    .breadcrumbs .item {
        /* text-transform: uppercase; */
    }
    .breadcrumbs strong {
        font-weight: 700;
        color: #000000;
    }
    .page-header .block-search {
        margin-right: 0;
        width: 165px;
        z-index: 100;
        margin-top: 15px;
        overflow: inherit;
    }
    .block-search .search .control {
        background: none;
    }
    .block-search .control input {
        border-width: 0 0 1px;
        border-color: #000;
    }
    .minisearch .actions .action.search {
        display: none;
    }
    .block-search .field.search .control:before {
        content: url(../images/search.svg);
        font-size: 40px;
        line-height: 40px;
        padding: 0 1px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
    }
    .page-header .block-search input {
        right:0;
    }
    .amsearch-form-container.-opened .input-text {
        padding-left: 9px;
    }
    .amsearch-wrapper-input {
        height: 41px !important;
        width: 167px !important;
    }
    #search_autocomplete, .amsearch-overlay, .amsearch-loupe, .search-close {
        display: none !important;
    }
    .donation-header {
        display: none;
    }
    .donation-header .action.primary,
    .donation-header .action.primary:hover,
    .donation-header .action.primary:active,
    .donation-header .action.primary:visited {
        background-color: rgb(88, 88, 88) !important;
        font-size: 18px;
        line-height: 33px;
        text-transform: uppercase;
    }
    .header.content > .authorization-link,
    .customer-welcome {
        z-index: 9999;
        float: right;
        margin: 16px 0 0 30px;
    }
    .header.content > .authorization-link,
    .customer-welcome .customer-name {
        display: inline-block;
    }
    .customer-welcome .customer-name {
        color: #ffffff;
        line-height: 44px;
    }
    .header.content .action.compare {
        display: none;
    }
    .customer-welcome {
        z-index: 999;
        min-width: 74px;
    }
    .customer-welcome .action.switch {
        display: none;
    }
    .slide-items {
        padding-bottom: 64px !important;
    }
    .slide-content .slide-image {
        float: left;
        width: 65% !important;
    }
    .slide-text-content {
        float: right;
        width: 30%;
        padding: 2%;
        text-align: left;
    }
    .slide-text-content .slide-title {
        display: block !important;
        font-size: 28px !important;
        line-height: 120% !important;
        text-transform: none !important;
        font-weight: 500;
    }
    .slide-text-content .text {
        position: relative !important;
        font-size: 16px !important;
        line-height: 160% !important;
        width: auto !important;
        left: auto !important;
        text-transform: none !important;
        top: auto !important;
        transform: none !important;
    }
    .slide-content .action {
        position: relative !important;
        left: 0 !important;
        margin-top: 20px;
    }
}
@media screen and (min-width: 1024px) {
    .logo {
        padding: 2px;
    }
    .slide-content .slide-image {
        float: left;
        width: 61% !important;
    }
    .slide-text-content {
        float: right;
        width: 30%;
        padding: 7% 2% 0 7%;
        text-align: left;
    }
    .slide-text-content .slide-title {
        display: block !important;
        font-size: 48px !important;
        line-height: 120% !important;
        text-transform: none !important;
        font-weight: 500;
    }
    .slide-text-content .text {
        position: relative !important;
        font-size: 16px !important;
        line-height: 160% !important;
        width: auto !important;
        left: auto !important;
        text-transform: none !important;
        top: auto !important;
        transform: none !important;
    }
    .slide-content .action {
        position: relative !important;
        left: 0 !important;
        margin-top: 20px;
    }
    .slide-text-content .slide-title {
        display: block !important;
        font-size: 48px !important;
        line-height: 120% !important;
        text-transform: none !important;
        font-weight: 500;
        padding-right: 30px !important;
    }
    .slide-text-content .text {
        position: relative !important;
        font-size: 16px !important;
        line-height: 160% !important;
        width: auto !important;
        left: auto !important;
        text-transform: none !important;
        top: auto !important;
        transform: none !important;
    }
}

/* Resets and Color */
a {
    color: #666;
}
a:active, .alink:active, .abs-action-button-as-link:active, .abs-action-remove:active, .abs-discount-block .action.check:active, .popup .actions-toolbar .action.cancel:active, .paypal-button-widget .paypal-button:active, .bundle-options-container .action.back:active, .block.related .action.select:active, .cart.table-wrapper .actions-toolbar > .action-delete:active, .cart.table-wrapper .action.help.map:active, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .gift-options .actions-toolbar .action-cancel:active, .gift-summary .action-edit:active, .gift-summary .action-delete:active, .gift-wrapping-title .action-remove:active, .wishlist.split.button > .action:active, .abs-add-fields .action.remove:active, .paypal-review-discount .action.check:active, .cart-discount .action.check:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .abs-like-link:active, .ui-dialog-titlebar-close:active, .field.downloads-all .label:active, .review-control-vote label:before, .magento-rma-guest-create .order-links .item a:active, .rating-summary .rating-result > span:before, .my-credit-cards .action.delete:active, .my-credit-cards-popup .action.secondary:active, .column .block-addbysku .action.remove:active, .pages a.page, .pages a.page:visited {
    color: rgb(254, 8, 0);
}

.opc-wrapper .shipping-address-item.selected-item:after, .filter-title strong[data-count]:after {
    background: rgb(254, 8, 0);
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong, .navigation .level0.active .all-category .ui-state-focus, .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active), .navigation .submenu:not(:first-child) .active > a {
    border-color: rgb(254, 8, 0);
}

/* Buttons */
.action.primary,
.action.primary:hover,
.action.primary:active,
.action.primary:visited,
.action.secondary,
.action.secondary:hover,
.action.secondary:active,
.action.secondary:visited,
.action.secondary.alternate,
.action.secondary.alternate:hover,
.action.secondary.alternate:active,
.action.secondary.alternate:visited {
    border: none !important;
    border-radius: 0 !important;
    width: auto !important;
    padding: 15px 40px !important;
    font-size: 18px !important;
    font-weight: 600;
    text-decoration: none;
    transition: .45s;
}
.action.primary,
.action.primary:active,
.action.primary:visited {
    background: #d80336 !important;
}
.action.secondary,
.action.secondary:active,
.action.secondary:visited {
    background: #0045bb !important;
    text-decoration: none;
}
.action.secondary.alternate,
.action.secondary.alternate:active,
.action.secondary.alternate:visited {
    background: #ffffff !important;
    text-decoration: none;
}
.action.primary,
.action.primary span,
.action.secondary,
.action.secondary span {
    color: #fff;
    text-transform: none;
    text-decoration: none;
    line-height: 1.8;
}
.action.secondary.alternate {
    border: 2px solid #0045bb !important;
    padding: 13px 38px !important;
}
.action.secondary.alternate,
.action.secondary.alternate span {
    color: #0045bb;
    text-transform: none;
    text-decoration: none;
}
.action.primary span span,
.action.secondary span span {
    font-weight: 600;
}
.action.primary:hover {
    background: #f2033c !important;
    text-decoration: none;
}
.action.secondary:hover,
.action.secondary.alternate:hover,
.action.secondary.alternate:hover span {
    color: #ffffff !important;
    background: #0057ed !important;
    text-decoration: none;
}
.action.secondary.alternate:hover {
    padding: 13px 38px !important;
    border: 2px solid #0057ed !important;
}
.action.secondary.alternate:hover span span {
    color: #ffffff;
}
ul li {
    list-style: none;
}

/* Nav */
@media screen and (max-width: 767px) {
    .logo {
        margin: 2px;
        width: 66px;
        overflow: hidden;
    }
    .nav-toggle {
        top: 12px;
        left: auto;
        width: 55px;
        display: block;
        right: -10px;
        border-left: 1px solid #ccc;
        padding-left: 18px;
    }
    .header.content .nav-authorization {
        display: none;
    }
    .navigation.ms-megamenu {
        background: none;
    }
}
@media screen and (min-width: 768px) {
    .header.links {
        display: none !important;
    }
    .candid-wrapper {
        max-width: 1200px;
        margin: 0 auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.candid-wrapper {
    margin: 0;
    padding: 0;
}
.cms-share .candid-wrapper {
    margin: 0;
    border: none;
    padding: 0;
}
@media screen and (min-width: 769px) {
    .cms-share .candid-wall-cell {
        display: block;
        float: left;
    }
    .cms-share .candid-wall-cell:nth-of-type(3n+1) {
        clear: left;
    }
    .cms-share .candid-wall-container {
        margin: 0 auto;
        width: 930px;
    }
    .cms-share .candid-wall-cell {
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width: 768px) {
    .cms-share .candid-wall-container {
        width: 630px;
    }
    .cms-share .candid-wall-cell {
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width: 480px) {
    .cms-share .candid-wall-container {
        width: 330px;
    }
    .cms-share .candid-wall-cell {
        width: 150px;
        height: 150px;
    }
    .slide-content .slide-title {
        text-transform: none !important;
        font-size: 24px !important;
        line-height: 120%;
        padding: 15px 0 5px 0 !important;
    }
}
.catalog-product-view .candid-wrapper {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.candid-wrapper .candid-header {
    margin: 0 auto 30px auto;
    text-align: center;

}

.candid-wrapper .candid-header img {
    width: 60px;
    float: left;
    padding-right: 20px;
}
.candid-wrapper .candid-header h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 140%;
    font-weight: normal;
}
.candid-wrapper .candid-header h2 span {
    font-weight: 800;
}
.candid-wrapper .candid-header p {
    /*text-transform: uppercase;
    font-size: 3.12rem;*/
}
.candid-wrapper .candid-footer {
    text-align: center;
    padding-top: 20px
}
.candid-wrapper .candid-footer p {
    font-size: 16px;
    padding-bottom: 20px;
}
.candid-wrapper .candid-footer .action {
    margin-right: 20px;
}
.candid-wrapper .candid-footer .action,
.candid-wrapper .candid-footer .action:hover {
    display: inline-block;
    width: 144px !important;
}
.candid-wrapper p a {
    text-decoration: underline;
}
.ms-megamenu .ms-topmenu {
    padding: 0 6px;
    z-index: 10;
}
.swatch-attribute-label {
    font-weight: 400;
}
.swatch-attribute-label:before {
    content: "Choose ";
}
.swatch-attribute-label:after {
    content: ":";
}
.swatch-attribute-selected-option {
    color: #000000;
    font-weight: 700;
}
.catalog-product-view .fieldset > .field.qty .label {
    font-weight: 400;
}
.fancybox-inner {
    position: static;
}

.checkout-buttons .action.continue {
    border-radius: 3px;
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    font-weight: 700;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
}
.checkout-buttons .action.continue:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555;
}
@media screen and (min-width: 768px) {
    .page-header .nav-toggle {
        left: auto;
        right: 0;
        width: 48px;
        margin-top: 0 !important;
        border-left: 1px solid #ccc;
        padding-left: 12px;
    }
    .nav-before-open .page-wrapper {
        left: 0;
    }
    .navigation .submenu:not(:first-child) {
        transition: right 0.3s ease-out;
    }
    .ms-topmenu .ms-label .ms-iconmega {
        display: none;
    }
    .ms-topmenu .ms-label {
        font-weight: 800;
    }
}
@media screen and (min-width: 454px) {
    .navigation ul {
        max-width: none;
    }
}

/* Footer */
.page-footer {
    background: #ffffff;
    margin: 0;
    position: relative;
}
.page-footer .footer
.footer .note {
    clear: both;
    font-size: 12px;
    display: block;
    padding-top: 2rem;
}
.footer #col6 h3,
.footer #col6 h3 a {
    text-decoration: none;
    font-size: 14px;
}
.footer .newsletter {}
.footer .newsletter .mage-error {
    max-width: 200px;
}
.footer .newsletter span {
    display: inline-block;
    padding-bottom: 4px;
    font-size: 115%;
    font-weight: 300;
}
.footer .newsletter label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
}
.footer .newsletter input {
    border: none;
    color: #888;
    font-size: 12px;
    padding: 22px 0;
}
.footer .newsletter .input-box {
    display: inline-grid;
    margin-right: 25px;
    border-bottom: 2px solid #0045bb;
}
.footer .newsletter button {
    vertical-align: bottom;
    line-height: inherit;
}
.footer .bottom .newsletter input#Zip_Code {
    width: 80px;
}
.footer .copyright {
    margin: 10px 0 0;
}
.footer-copyright {
    padding-top: 40px;
}
.footer-copyright ul li {
    display: inline-flex;
    padding-right: 10px;
}
.footer-copyright ul li a {
    color: #0045bb !important;
    text-decoration: underline;
    font-size: 12px;
}
.cc-icons {
    min-width: 259px;
}

@media screen and (min-width: 768px) {
    .footer.content {
        display: flex;
        padding: 40px 0 !important;
    }
    .footer-links {
        display: flex;
        flex-wrap: wrap;
        width: 35%;
        border-right: 2px solid #CCC;
    }
    .footer #col6 {
        width: 47%;
        margin-right: 3%;
        float: left;
    }
    .footer-desktop {
        width: 100%;
    }
    .page-footer {
        background: #ffffff;
        padding: 0;
    }
    .footer .newsletter input {
        width: 210px;
    }
    .footer .newsletter {}
    .footer-social {
        float: left;
    }
    .social-icons {
        margin: 20px 0 40px 0;
    }
    .social-icons img {
        padding-right: 5px;
    }
    .newsletter-form {
        margin: 40px 0;
        white-space: nowrap !important;
    }
    .newsletter-form form {}
    .newsletter-label {
        padding: 10px 6px 0 0;
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
    }
    .footer .copyright {}
    .footer-bottom {
        padding: 0 0 0 60px;
    }
    .footer-seal {
        float: right;
        margin-top: -60px;
    }
}
@media screen and (max-width: 1120px) {
    .footer.content {
        padding: 40px 20px !important;
    }
}
@media screen and (max-width: 1024px) {
    .candid-wrapper .candid-header {
        max-width: 60%;
    }
    .page-header {
        margin-bottom: 0;
    }
    .footer-links {
        width: 30%;
    }
    .footer-bottom {
        padding: 0 0 0 30px;
    }
    .block-search .field.search .control:before {
        right:14px;
    }
}
@media screen and (max-width: 768px) {
    .candid-wrapper .candid-header {
        max-width: 100%;
    }
    .footer .newsletter .input-box {
        display: block;
        margin-bottom: 25px;
    }
    .footer .newsletter input {
        width: -webkit-fill-available;
    }
    .footer-links {
        width: -webkit-fill-available;
    }
}

@media screen and (max-width: 767px) {
    #maincontent {
        clear: both;
    }
    .product-info-main {
    }
    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
        margin-top: 33px;
    }
    .ms-topmenu .ms-label .ms-iconmega {
        width: 100% !important;
        display: block;
        height: auto !important;
        margin-bottom: 5px;
    }
    .ms-topmenu .ms-level0 {
        width: 20vh !important;
        border: none !important;
        display: inline-block;
        float: none !important;
        white-space: normal;
    }
    .ms-level0 .ms-label {
        border: none !important;
        padding: 5px 10px 10px 10px !important;
        text-align: center;
        white-space: nowrap;
    }
    .ms-megamenu .ms-level0 .mb-label {
        display: none !important;
    }
    .ms-megamenu .ms-topmenu {
        overflow-x: scroll;
        padding: 0 5px;
        white-space: nowrap;
    }
    .ms-topmenu .ms-level0 .ms-label {
        padding: 0 5px 5px !important;
    }
    .candid-wrapper .candid-header h2 {
    }
    .candid-wrapper .candid-header p {
    }
    .footer.content {
        position: relative;
        display: grid;
        margin: 0;
        padding-top: 0;
        padding-bottom: 70px;
    }
    .footer-links {
        order: 2;
        width: 100%;
    }
    .footer-bottom {
        padding: 0;
        width: 100%;
    }
    .footer #col6 {
        font-size: 20px;
    }
    .footer #col6 h3,
    .footer #col6 h3 a {
        font-size: 18px;
    }
    .footer #col6 h3 {
        display: block;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 2px solid #f5f5f5;
    }
    .footer #col6 h3:after {
        position: absolute;
        right: 10px;
        left: auto;
        top: 0px;
        -webkit-font-smoothing: antialiased;
        font-size: 35px;
        line-height: inherit;
        color: inherit;
        content: url(../images/Plus.svg) !important;
    }
    .footer #col6 ul {
        border-bottom: 2px solid #fff;
        display: none;
        padding-bottom: 10px;
    }
    .page-footer a,
    .footer #col6 ul a {
        color: #0045bb !important;
    }
    .page-footer {
        padding-bottom: 80px;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer #col6 ul li {
        padding: 5px;
    }
    .footer .col.active h3:after {
        content: url(../images/Minus.svg) !important;
    }
    .footer .col.active ul {
        display: block;
    }
    .footer .newsletter {
        width: 100%;
        padding: 15px 0 0;
    }
    .footer .newsletter .input-box {
        margin: 0 !important;
    }
    .newsletter-label {
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
    }
    .footer .copyright {
        bottom: 10px;
    }
    .footer-seal {
        display: none;
    }
}
@media screen and (max-width: 454px) {
    .footer .newsletter .input-box:first-of-type {
        width: 100%;
        margin-bottom: 5px;
    }
}

/* promo */
.promo {
    background: #1b4da2; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 5%, #9a541c 15%, #9a541c 19%, #fb2837 30%, #ff6b15 39%, #ff6b15 39%, #ffbe00 50%, #ffbe00 54%, #60b23c 71%, #027bf4 84%, #a40bf4 96%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 5%,#9a541c 15%,#9a541c 19%,#fb2837 30%,#ff6b15 39%,#ff6b15 39%,#ffbe00 50%,#ffbe00 54%,#60b23c 71%,#027bf4 84%,#a40bf4 96%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 5%,#9a541c 15%,#9a541c 19%,#fb2837 30%,#ff6b15 39%,#ff6b15 39%,#ffbe00 50%,#ffbe00 54%,#60b23c 71%,#027bf4 84%,#a40bf4 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a40bf4',GradientType=1 ); /* IE6-9 */
/* #8bbce5 */
    padding: 1em;
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
}
.promo p {
    margin: 0;
}
.promo em {
    font-style: normal;
}
.promo strong em,
.promo em strong,
.promo a {
    color: rgb(255, 228, 18);
}

@media screen and (max-width: 767px) {
    .page-wrapper > .promo {
        display: none;
    }
}

/* donation blocks */
.homepage-donation.desktop {
    background: #0045bb;
}
.homepage-donation {
    color: #fff;
    font-size: 1.8rem;
    padding: 2rem 0 2rem;
    text-align: center;
}
.homepage-donation h4, .homepage-donation h5 {
    text-transform: uppercase;
    margin: 0 0 .5rem;
}
.homepage-donation h4 {
    font-size: 5rem;
}
.homepage-donation h5 {
    font-size: 3.5rem;
}
.homepage-donation button {
    margin-top: 1rem;
}
.checkout-index-index .header.content {
    background: #fff;
    padding: 8px;
    height: 90px;
}
.checkout-index-index .donation-wrapper p {
    margin-bottom: 0 !important;
}
.checkout-index-index .donation-wrapper .homepage-donation.checkout {
    margin: 0 1em !important;
    padding: 0 0 2rem !important;
}
.action.secondary.alternate:hover span {
    background: none !important;
}

@media screen and (min-width: 768px) {
    .homepage-donation.mobile {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .donation-header,
    .homepage-donation.desktop,
    .homepage-donation.mobile h4,
    .homepage-donation.mobile h5,
    .nav-open .homepage-donation.mobile {
        display: none !important;
    }
    .homepage-donation.mobile {
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 0;
    }
    .homepage-donation.mobile .toggle,
    .homepage-donation.mobile .content {
        background: #0045bb;
    }

    .homepage-donation.mobile .toggle {
        text-decoration: none;
        position: relative;
        display: block;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        margin-bottom: -1px;
        padding: 25px;
    }
    .homepage-donation .toggle em {
        font-style: normal;
        color: rgb(255, 228, 18);
    }
    .homepage-donation.mobile a:after {
        position: absolute;
        right: 30px;
        top: 4px;
        -webkit-font-smoothing: antialiased;
        font-size: 35px;
        width: 24px;
        line-height: inherit;
        color: inherit;
        content: url(../images/carat_up.svg) !important;
    }
    .homepage-donation.mobile a.active:after {
        content: url(../images/carat_down.svg) !important;
    }
    .homepage-donation.mobile .content {
        padding: 10px 0 20px 0;
        position: relative;
        font-size: 1.2rem;
        text-align: left;
        background: #0045bb;
    }
    .homepage-donation .levels {
        white-space: nowrap;
        overflow-y: scroll;
        padding: 0 10px 10px 10px;
    }
    .homepage-donation .level {
        display: inline-block;
        margin-right: 1rem;
    }
    .homepage-donation .level button,
    .homepage-donation .level button:hover {
        padding: 16px 2px !important;
        white-space: initial;
        max-width: 80px !important;
        background: #ffff !important;
    }
    .homepage-donation .level button span {
        color: #0045bb !important;
        font-weight: 500;
    }
    .homepage-donation.checkout {
        position: relative;
        max-width: 82vw;
        margin: 0 -12px;
    }
    .checkout-index-index .homepage-donation.desktop {
        display: block !important;
        padding: 1rem;
    }
}
.homepage-donation.checkout {
    display: block;
    position: relative;
    margin: 1em;
}
.homepage-donation.checkout .toggle {
    display: none;
}
.homepage-donation.checkout .content {
    overflow: hidden;
    max-width: 100%;
}
.homepage-donation.checkout .levels {
    white-space: nowrap;
    overflow-y: hidden;
    font-size: 1.3rem;
}
.homepage-donation.checkout .level {
    display: inline-block;
    margin-right: 1rem;
}
.homepage-donation.checkout .level button {
    padding: 16px 2px !important;
    white-space: initial;
    max-width: 9rem;
    margin: 0;
    background: #ffffff !important;
}
.homepage-donation.checkout .level button span {
    color: #0045bb !important;
    font-weight: 500;
}
.donation-wrapper {
    margin: 0;
    padding: 0;
    background: #0045bb;
}
/* Checkout and Cart */
.authentication-wrapper {
    display: none;
}
.checkout-index-index #checkout {
    margin: 0 -15px;
}
.checkout-index-index .page-header {
    height: auto;
}
.checkout-index-index .homepage-donation.product.desktop {
    margin-top: 1em;
}
.checkout-index-index #checkout {
    margin: 20px 0 20px 0
}
.checkout-index-index .minicart-items {
    display: block !important;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
    display: none;
}

.opc-progress-bar-item>span {
    color: #333 !important;
}

.opc-progress-bar-item:before,
.opc-progress-bar-item > span:before {
    background-color: rgb(56, 56, 56);
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
    background-color: rgb(254, 8, 0);
}
.opc-progress-bar-item > span:after {
    background-color: #fff;
}
.opc-progress-bar-item._active > span:after,
.opc-progress-bar-item._complete > span:after {
    font-family: 'icomoon';
    content: "\ea10";
    font-size: 2rem;
    line-height: 25px;
}

.checkout-payment-method .payment-method-content {
    padding: 0;
}
.checkout-payment-method .payment-option-title {
    border-top: none;
}

.checkout-onepage-success .promo {
    display: none;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
blockquote,
button,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select,
textarea,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter,
.action.primary,
.payment-method-braintree .hosted-control,
.gift-item-block .title,
.block-event .slider-panel .slider .item .action.event {
    font-family: "neue-haas-grotesk-text";
}
.videoWrapper {
    position: relative;
    padding-bottom: 54.25%; /* 1280x720 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-marketing {
    text-align: center;
    background: #0045BB;
    color: #ffffff;
    padding: 2px 15%;
    font-weight: 700;
    font-size: 16px !important;
    height: 50px;
    line-height: 50px;
    letter-spacing: .05em;
    z-index: 0 !important;
}

.aw-wvtav-container {
    display: none;
}
/* Reviews */
.amreview-label,
.amreview-rating-wrapper .amreview-showmore,
.amreview-customer-review,
.amrev-title-block.-am-line:after {
    display: none !important;
}
.toolbar.review-toolbar.amreview-toolbar-wrap {
    display: block !important;
}

.amstars-rating-container .amstars-stars,
.amstars-rating-container.-small .amstars-stars,
.amreview-submit-form .review-form .review-control-vote label:before,
.amreview-submit-form .review-form .review-control-vote input[type="radio"]:not(:checked) + label:hover:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMyAyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzMgMjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KCS5zdDF7ZmlsbDojRkUxQzE0O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGgzM3YyN0gwVjB6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNCwwbDMuMzEsMTAuMzFIMjhsLTguNjUsNi4zN0wyMi42NSwyN0wxNCwyMC42M0w1LjM1LDI3bDMuMy0xMC4zMUwwLDEwLjMxaDEwLjY5TDE0LDB6Ii8+Cjwvc3ZnPgo=);
}
.amreview-submit-form .review-control-vote.control:before {
    position: absolute;
}
.amreview-add-new {
    margin: 0 20px;
    padding: 9px;
    background: none;
    clear: none;
    float: left;
    white-space: nowrap;
}
.amrev-title-block.amreview-review-list {
    clear: both;
    padding-top: 10px;
}
.amrev-title-block.amreview-review-list strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
.amreview-review-wrapper .amreview-title-review,
.amreview-review-wrapper .amreview-description {
    word-break: normal;
    font-size: 16px;
}
.navigation .level0.donate-nav > .level-top {
    color: #d80336 !important;
}
.navigation .level0.donate-nav > .level-top:hover span {
    color: #f2033c !important;
    border-bottom: 2px solid #f2033c;
}

@media screen and (max-width: 767px) {
    .amreview-add-new {
        margin: 0;
        padding: 0 0 10px;
        clear: both;
        float: none;
    }
    .block-search .active + .control {
        top: 0 !important;
        min-height: 70px;
    }
    .page-header .block-search input {
        height: 50px;
    }
    .search .amsearch-loupe {
        display: none !important;
    }
    .amsearch-form-container.-opened .input-text {
        padding-left: 15px;
    }
    .active .search-close {
        position: absolute;
        right: 18px;
        top: 16px;
        background: url(../images/close.svg) no-repeat center !important;
        padding: 16px;
    }
}

.home-categories.row .item {
    margin: 0 0 0 3% !important;
}
.home-categories.row .item:first-child {
    margin-left: 0 !important;
}

.popular-homepage {
    background: #f5f5f5;
    margin: 64px 0;
    padding: 60px 15px 60px 30px;
    overflow: hidden;
}
.popular-homepage h4 {
    text-align: center;
    font-size: 24px;
    width: 57%;
    margin: 30px auto;
    letter-spacing: .02em !important;
}
.popular-homepage .product-items.slick-slider > .slick-list {
    padding: 15px 0 0 0;
}

.featured-collection-homepage {
    background: #f5f5f5;
    margin: 64px 0;
    display: flex;
}
.featured-collection-homepage-text {
    padding: 8% 8% 0 !important;
}
.featured-collection-homepage-text .action.primary {
    margin: 20px 0;
}
.featured-collection-homepage h3 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: .02em;
}
.featured-collection-homepage p {
    font-size: 16px;
    line-height: 150%;
}
.featured-collection-homepage .item img {
    margin-bottom: -8px;
    width: 100%;
}
.featured-collection-homepage .desktop {
    display: block;
    min-width: 60%;
}
.featured-collection-homepage .mobile {
    display: none;
}
@media screen and (min-width: 768px) {
    .popular-homepage .products-grid {
        width: 96%;
        padding-left: 10px;
        max-width: 1120px;
        margin: 0 auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .featured-collection-homepage .desktop {
        display: none !important;
    }
    .featured-collection-homepage .mobile {
        display: block !important;
    }
    .featured-collection-homepage-text {
        width: 100%;
    }
    .columns .sidebar-main {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .popular-homepage .products-grid {
        width: 97%;
    }
}
@media screen and (min-width: 1025px) {
    .nav-toggle {
        display: block !important;
    }
}
@media screen and (min-width: 1172px) {
    .popular-homepage .products-grid {
        width: 98%;
    }
}
@media screen and (max-width: 1341px) {
    .header.content {
        height: 76px;
    }
    .page-main {
        padding: 20px !important;
    }
    .cms-home .page-main {
        padding: 0 !important;
    }
    .minicart-wrapper {
        z-index: 9999;
        margin: 16px 80px 0 25px;
    }
    .featured-collection-homepage-text {
        padding: 3.5% 7% 0 7%;
    }
    .form .search-autocomplete {
        display: none !important;
    }
    .catalog-product-view .column.main {
        display: contents !important;
    }
    .product.info.detailed {
        width: 100%;
    }
    .block-search .label:before {
        font-family: none !important;
        content: none !important;
    }
    .page-header .block-search {
        float: right;
    }
    .nav-open .nav-sections,
    .nav-sections-item-title,
    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus,
    .navigation .level0 .submenu {
        background: #ffffff;
        color: #111111;
        border: none;
        font-weight: 600;
        text-align: left !important;
        z-index: 2000;
    }
    .navigation .level0 > .level-top {
        font-weight: normal;
        padding: 8px 40px 8px 15px;
        /*text-transform: uppercase;*/
        word-wrap: break-word;
    }
    .navigation,
    .nav-sections-item-title.active,
    .nav-sections-item-content,
    .nav-sections .header.links,
    .nav-sections .header.links li > a,
    .nav-sections .header.links li.greet.welcome,
    .navigation .level0 .submenu {
        background: #ffffff;
        border-color: #ffffff;
    }
    .nav-open .nav-sections a,
    .navigation .level0 .submenu a,
    .nav-open .nav-sections .header.links a,
    .nav-open .nav-sections .header.links a:hover {
        color: #111111;
        text-decoration: none;
    }

    .nav-before-open .page-wrapper {
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: left 0.3s;
        height: 100%;
        right: 0;
        /* overflow: hidden; */
        position: relative;
    }
    .nav-open .page-wrapper {
        left: 0;
        /* left: calc(100% - 54px); */
    }
    .nav-open .page-wrapper 
    .nav-sections {
        width: 360px;
        z-index: 10001 !important;
    }
    .nav-open .nav-sections-items:before {
        display: table;
        width: 100%;
        top: 0px;
        left: 0px;
        position: relative;
        float: left;
        z-index: 100002;
        height: 96px;
        background-color: #ffffff;
        background-image: url(../images/hrc_logo.svg);
        background-repeat: no-repeat;
        background-position-x: 20px;
        background-position-y: 20px;
        background-size: 160px;
        border-bottom: 2px solid #ddd;
    }
    .mobile-nav .nav-sections .navigation .parent .level-top:after {
        top: 13px !important;
    }
    .nav-toggle {
        z-index: 10000;
    }
    .checkout-index-index .nav-toggle {
        display: none !important;
    }
    .nav-open .nav-toggle::before {
        content: url(../images/close.svg);
    }
    .nav-open .nav-toggle:after {
        background: rgba(0, 0, 0, 0.5) !important;
    }
    .nav-sections-items {
        position: relative;
        z-index: 1;
        background: url(../images/hrc-logo-full-2020.svg) no-repeat 10px 10px;
    }
    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 25px 0;
    }
    .nav-sections-item-title {
        display: none !important;
    }
    .navigation li.level0 {
        display: block;
        border-top: 1px solid #dddddd !important;
        margin: 0;
    }
    .navigation ul {
        margin: 0;
        padding: 0;
    }
    .navigation li {
        margin: 0;
    }
    .navigation a {
        display: block;
        padding: 10px 0 10px 15px;
    }
    .navigation a,
    .navigation a:hover {
        text-decoration: none;
    }
    .navigation .level0 {
        border-top: 1px solid rgb(100, 100, 100);
        font-size: 18px;
    }
    .navigation .level0 .submenu {
        box-shadow: none !important;
    }
    .navigation .level0 > .level-top,
    .navigation .level0 > .level-top:hover,
    .navigation .level0 > .level-top.ui-state-focus {
        padding: 8px 40px 8px 10px;
        /*text-transform: uppercase;*/
        word-wrap: break-word;
        color: #0045bb !important;
        font-weight: 600;
        line-height: inherit;
        text-align: left !important;
        line-height: 40px;
        text-decoration: none !important;
    }
    .navigation .level0.active > .level-top,
    .navigation .level0.has-active > .level-top {
        color: #fff;
        display: block;
    }
    .navigation .level0.active .all-category .ui-state-focus {
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px;
        display: inline-block;
    }
    .navigation .level0 > .level1 {
        font-weight: 300;
    }
    .navigation .level0.active > a:not(.ui-state-active),
    .navigation .level0.has-active > a:not(.ui-state-active) {
        border-style: solid;
        border-width: 0 0 0 8px;
    }
    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: -8px;
    }
    .navigation .submenu > li {
        word-wrap: break-word;
    }
    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0 0 0 1rem;
        position: relative;
        top: auto !important;
        transition: left 0.3s ease-out;
    }
    .navigation .submenu:not(:first-child) > li > a {
        padding-left: 15px;
    }
    .navigation .submenu:not(:first-child) > li:last-child {
        margin-bottom: 0;
    }
    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px;
    }
    .navigation .submenu:not(:first-child) ul > li {
        margin: 0;
    }
    .navigation .submenu:not(:first-child) ul > li a {
        color: #111111 !important;
        display: block;
        line-height: normal;
        text-transform: none !important;
    }
    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important;
    }
    .navigation .submenu:not(:first-child) .active > a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        padding-left: 7px;
        color: #ffffff;
    }
    .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 7px;
    }
    .nav-sections-item-content > * {
        display: block;
    }
    .nav-sections .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        border-bottom: 1px solid rgb(100, 100, 100);
    }
    .nav-sections .header.links li {
        font-size: 1.6rem;
        margin: 0;
    }
    .nav-sections .header.links li.greet.welcome {
        border-top: 1px solid rgb(100, 100, 100);
        padding: 0.8rem 20px;
    }
    .nav-sections .header.links li > a {
        border-top: 1px solid rgb(100, 100, 100);
    }
    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        padding: 0.8rem 20px;
    }
    .nav-sections .header.links .header.links {
        border: 0;
    }

    .navigation .parent .level-top:after {
        position: absolute;
        right: 10px;
        top: 9px;
        -webkit-font-smoothing: antialiased;
        font-size: 24px;
        line-height: inherit;
        color: inherit;
        content: url(../images/Plus.svg) !important;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .navigation .parent .level-top.ui-state-active:after {
        content: url(../images/Minus.svg) !important;
    }
    .customer-welcome {
        display: none;
    }
    .opc-progress-bar-item {
        width: 49%
    }
    .custom-slide._show {
        z-index: 10000 !important;
    }
}
@media screen and (min-width: 1342px) {
    .page-header .panel.wrapper {}
    .nav-toggle {
        display: none !important;
        background: none !important;
    }
    .navigation, .nav-sections {
        background: none;
    }
    .nav-sections {
        margin-bottom: 0;
    }
    .navigation .level0 {
        margin: 0;
    }
    .navigation .level0 > .level-top {
        font-size: 12px;
        text-transform: uppercase;
        color: #0035bb !important;
        padding: 0px 13px !important;
        height: 87px;
        line-height: 80px;
        display: inline-block;
        letter-spacing: .05em;
        margin-bottom: 5px;
    }
    .navigation .level0 > a:hover span,
    .navigation .level0 > .level-top:hover span {
        color: #0057ed !important;
        border-bottom: 2px solid #0057ed;
    }
    .navigation .level0.active > a:not(.ui-state-active),
    .navigation .level0.active > .level-top,
    .navigation .level0.has-active > .level-top {
        border: none;
    }
    .navigation .level0.submenu {
        background: #fff !important;
        color: #757575;
        border: none;
        box-shadow: 0 2000px 0 2000px rgba(0, 0, 0, 0.5) !important;
        padding: 20px 40px 0 !important;
        margin-left: -53px !important;
    }
    .navigation .level0 .submenu li {
        margin: 0;
        text-align: left;
    }
    .navigation .level0 .submenu a {
        padding: 10px 10px 10px 20px;
        font-size: 16px;
        background: #ffffff;
    }
    /* .navigation .level0 .submenu a:before {
        content: "\25AA";
        display: block;
        float: left;
        padding-right: 10px;
    } */
    .navigation .megamenu .submenu a {
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: 120% !important;
        color: #000;
    }
    .navigation .megamenu .submenu a span {
        border-bottom: none !important;
        font-size: 14px !important;
        line-height: 120% !important;
        padding: 0 !important;
    }
    .navigation .megamenu.level-top-sectioned .sectioned .level1.submenu {
        padding-top: 5px !important;
    }
    .menu-block.right-block.block-container {
        min-width: 255px;
    }
}
.megamenu.level1.parent > a, .megamenu.level1.first > a {
    font-weight: 600 !important;
}
.megamenu.level1.parent > a span::before {
    content: 'Shop All ';
}
@media screen and (min-width: 1503px) {
    .navigation .level0 > .level-top {
        font-size: 14px;
    }
}
@media screen and (max-width: 639px) {
    .navigation ul {
        margin-top: -1px;
    }
    .nav-open .nav-sections-items:before {
        position: fixed;
        float: none;
    }
    .nav-open .top-marketing {
        display: none;
    }
    .nav-open .page-wrapper .nav-sections {
    	width: 100% !important;
    	max-width: 100% !important;
    }
    .nav-open .nav-toggle {
        z-index: 10002;
        border: none !important;
    }
    .nav-open .nav-toggle:before {
        font-size: 29px !important;
        line-height: 45px !important;
    }
    .nav-open .nav-toggle:after {
        display: none;
    }
    .nav-sections-item-content {
    	z-index: 100001 !important;
    }
    .action.primary,
    .action.primary:hover,
    .action.primary:active,
    .action.primary:visited,
    .action.secondary,
    .action.secondary:hover,
    .action.secondary:active,
    .action.secondary:visited,
    .action.secondary.alternate,
    .action.secondary.alternate:hover,
    .action.secondary.alternate:active,
    .action.secondary.alternate:visited {
        padding: 20px 40px !important;
        width: 100% !important;
        margin: 0 auto;
    }
        
    .top-marketing {
        padding: 12px 15%;
        height: 50px;
        line-height: 25px;
    }

    .header.content {
        height: 62px;
    }
    .header.content .authorization-link {
        margin-top: 12px;
    }
    .minicart-wrapper {
        margin: 12px 80px 0 15px;
    }
    .nav-toggle {
        top: 8px;
    }
    .page-header .block-search {
        margin-top: 13px !important;
    }
    .page-header .header.panel {
        padding: 8px 10px !important;
    }
    .catalog-product-view .column.main {
        display: flex !important;
    }
    .featured-collection-homepage {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .featured-collection-homepage-text {
        padding: 3.5%;
        text-align: center;
        display: inline-block;
        width: auto;
    }
    .featured-collection-homepage p {
        display: none;
    }
    .featured-collection-homepage .mobile {
        width: 100%;
    }
    slide-content .action.primary {
        width: calc(100% - 40px) !important;
    }
    .home-categories.row .item {
        margin: 0 !important;
        padding-bottom: 48px;
    }
    .home-categories.row .item img {
        width: 100%;
    }
    .home-categories.row.constrain {
        padding: 0 20px;
    }
    .popular-homepage {
        margin: 0 0 30px 0;
        padding: 20px 15px 0px 30px;
    }
    .popular-homepage h4 {
        font-size: 24px;
    }
    .featured-collection-homepage {
        margin: 0 0 40px 0;
    }
    .featured-collection-homepage h3 {
        font-size: 24px;
        line-height: 60px;
    }
    .candid-wrapper .candid-header h2 {
        font-size: 24px;
    }
    .footer .newsletter button {
        margin: 40px auto;
    }
    .page-footer a {
        color: #0045bb !important;
        font-size: 18px;
    }
    .social-icons {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-bottom: 30px;
    }
    .social-icons a {
        display: table-cell;
        text-align: center;
        height: 70px;
    }
    .social-icons a img {
        width: 70px;
    }
    .slide-content .action.primary {
        width: -webkit-calc(100% - 40px) !important;
        width: calc(100% - 40px) !important;
    }
    .checkout-index-index .header.content {
        height: 63px !important;
    }
}
@media screen and (max-width: 425px) {
    .candid-wrapper .candid-footer .action, .candid-wrapper .candid-footer .action:hover {
        display: block;
        width: 71% !important;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 375px) {
    .candid-wrapper .candid-footer .action, .candid-wrapper .candid-footer .action:hover {
        width: 68% !important;
    }
}
@media screen and (max-width: 320px) {
    .candid-wrapper .candid-footer .action, .candid-wrapper .candid-footer .action:hover {
        width: 62% !important;
    }
}

.popular-homepage .product-items {
    margin-left: -15px !important;
}
.popular-homepage .slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding: 0 20px
}
.popular-homepage .slick-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    line-height: 0;
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    top: 36%;
    width: 25px;
    height: 44px;
    background-color: transparent;
    background-image: url(../images/ArrowRight.svg) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    opacity: 0.5;
}
.popular-homepage .slick-slider .slick-arrow:hover {
    background-image: url(../images/ArrowRight.svg) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}
.popular-homepage .slick-slider .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg) translate(0,50%);
    -moz-transform: rotate(180deg) translate(0,50%);
    -ms-transform: rotate(180deg) translate(0,50%);
    transform: rotate(180deg) translate(0,50%)
}
.popular-homepage .slick-slider .slick-arrow.slick-next {
    right: 0px;
    top: 40%;
}
.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before {
    content: ''
}
.slick-initialized .slick-slide {
    float: none!important;
    display: inline-block!important;
    height: auto;
}
.popular-homepage .product-item-details {
    text-align: center;
    padding-top: 10px;
}
.popular-homepage .amquickview-hover,
.popular-homepage .amquickview-hover a,
.popular-homepage .amquickview-hover a:hover,
.popular-homepage .product-item-actions,
.popular-homepage .slick-dots {
    display: none !important;
}
.popular-homepage .product-item-name > a,
.popular-homepage .product.name a > a,
.popular-homepage .abs-product-link > a:hover,
.popular-homepage .product-item-name > a:hover,
.popular-homepage .product.name a > a:hover {
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.popular-homepage .product-item .price-box .price {
    font-weight: 400;
    font-size: 16px;
}
.popular-homepage .products-grid .product-item {
    vertical-align: top;
    max-width: 80%;
    margin-left: 20px !important;
}
.page-layout-1column .popular-homepage .block.widget .products-grid .product-item {
    width: auto;
}

@media all and (max-width: 590px) {
    .popular-homepage h4 {
        font-size: 1.6em;
        width: 90%;
        margin: 15px auto;
    }
}
@media screen and (max-width: 375px) {
    .homepage-donation.mobile a:after {
        right: 12px !important;
    }
}
@media screen and (max-width: 320px) {
    .top-marketing {
        padding: 12px 5%;
    }
}
#candid-uploadfields p label {
    width: auto !important;
    padding-right: 5px;
}
.column.main .widget.block.block-static-block,
div[data-role="am-banners-lite"],
.product-elections-matter-bundle .block-static-block {
    order: -2;
}
.product-item-info {
    text-align: center;
    font-size: 16px;
    line-height: 160% !important;
}
.product-item .swatch-option {
    float: none;
    display: inline-block;
    margin: 0 4px;
    width: 20px !important;
    height: 20px !important;
    outline: 1px solid #c2c2c2;
}

.opc-payment-additional.discount-code {
    padding: 28px 0 20px 0;
}
.discount-code .payment-option-title.field.choice {
    padding-bottom: 5px;
}
.discount-code .secondary {
    padding: 20px 0px;
}
@media screen and (max-width: 1341px) {
    .opc-wrapper .form-discount {
        max-width: inherit !important;
    }
}
.amshopby-filter-tooltip {
    display: none;
}

/* CLS */
.breadcrumbs {
    height:20px;
}
.yotpoBottomLine {
    height:30px;
}
.product-info-main .product-info-price {
    height: 72px;
}
.swatch-opt {
    height: 174px;
}

/* Modifications from Content > Design:Configuration > HTML head */
.candid-wall-overlay-text div {
    border-color: #d80336 !important;
    background-color: #d80336 !important;
    padding: 13px 30px;
    font-size: 14px;
    line-height: 1.8;
}
.right-block-child {
    padding: 6px !important;
}
.ptown-div {
    background:#F3F7FB;padding:20px;
}
.ptown-div.grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 100px 100px 100px 100px;
    grid-auto-flow: column;
}
@media screen and (min-width: 1341px) {
    .navigation .megamenu a.bold-menu, .navigation .megamenu a:hover {
        color: #111 !important;
        text-shadow: none !important;
        text-decoration: underline !important;
    }
    .navigation .megamenu.level0:hover>a {
        color: #0057ed !important;
        text-shadow: none !important;
        text-decoration: none !important;
    }
}
@media screen and (max-width:1023px) {
    .ptown-div.grid {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .checkout-shipping-method .actions-toolbar>.primary,
    .checkout-payment-method .actions-toolbar .primary {
        float: none !important;
    }
    .checkout-shipping-method .actions-toolbar .action.primary {
        width: 186px !important;
    }
    .after-checkout-buttons {
        position: relative;
        top: -67px;
        font-weight: 600;
    }
}
@media screen and (max-width: 767px) {
    .after-checkout-buttons {
        position: relative;
        top: -40px;
        font-weight: 600;
    }
}
.product-love-is-love-glass-ornament-2019 .product.alert.stock { display:none !important; }

#am-shopby-container,
.block-actions.filter-actions {
    display: none !important;
}
.checkout-cart-index .page-title {
    display: none !important;
}
.checkout-cart-index .page-title-wrapper {
    padding-bottom: 30px;
}
.product-united-against-hate-ornament .product-info-main .product.alert {
    display: none !important;
}
.amstars-rating-container .amstars-stars,
.amstars-rating-container.-small .amstars-stars,
.amreview-submit-form .review-form .review-control-vote label:before,
.amreview-submit-form .review-form .review-control-vote input[type="radio"]:not(:checked) + label:hover:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMyAyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzMgMjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KCS5zdDF7ZmlsbDojRDgwMzM2O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGgzM3YyN0gwVjB6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNCwwbDMuMywxMC4zSDI4bC04LjYsNi40TDIyLjYsMjdMMTQsMjAuNkw1LjMsMjdsMy4zLTEwLjNMMCwxMC4zaDEwLjdMMTQsMHoiLz4KPC9zdmc+Cg==);
}
.homepage-donation.product.desktop .action.primary:hover {
    background: #fff !important;
}
.homepage-donation.mobile a:after {
    right: 20px;
}
@media screen and (max-width: 639px) {
    .footer .newsletter button {
        padding: 24px 40px !important;
    }
    .featured-collection-homepage h3 {
        font-size: 24px;
        line-height: 120%;
    }
}

.amsearch-close {
    background: none !important;
}

.product.info.detailed a,
.product.info.detailed a:link,
.product.info.detailed a:visited {
    color: #0045bb !important;
    border-bottom: 1px solid currentColor;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}
.product.info.detailed a:hover,
.product.info.detailed a:active {
    color: #0058ED !important;
    border-bottom: 1px solid currentColor;
    text-decoration: none !important;
}
.categorypath-clearance .upsell-message-box,
.categorypath-clearance .two-for-fifty-banner {
    display: none !important;
}
.catalog-topnav dl.filter-options {
    grid-template-rows: 30px auto !important;
}
.filter-options .filter-options-content {
    padding: 10px !important;
}

.checkout-header .description {
    background: #0045bb;
    color: #fff;
    padding: 10px;
    font-size: 1.7rem;
    text-align: center;
}

.field[name*="comment"] {
    display: none;
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eee !important;
    color: #363636 !important;
}

.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 0 !important;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-bottom: 10px !important;
}
.amcheckout-step-container .fieldset > .field > .label {
    display: none !important;
}
.checkout-index-index .fieldset > .field,
.checkout-index-index .fieldset > .fields > .field,
.checkout-index-index .fieldset > .field .additional,
.checkout-index-index .fieldset > .fields > .field .additional {
    margin: 0 0 -1px !important;
}
.checkout-index-index .fieldset > .field .additional,
.checkout-index-index .fieldset > .fields > .field .additional {
    margin-top: -1px !important;
}
.checkout-index-index .fieldset.address div[name$=".lastname"] {
    margin: 0 0 10px !important;
}
.checkout-index-index .table-checkout-shipping-method tbody td {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.checkout-index-index .fieldset table > tbody > tr > td,
#checkout-step-shipping_method table > tbody > tr > td {
    padding: 4px !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding: 10px 20px !important;
}

#mageworx-donation-form div.field[name=charity] {
    display: none;
}
#mageworx-donation-container {
    background: #0045bb;
    margin: 10px -10px;
    padding: 20px;
    color: #fff;
    text-align: center;
}
#mageworx-donation-container strong[role="heading"] span {
    text-transform: uppercase;
}
#mageworx-donation-form .swatch-option.text {
    height: 40px;
    margin: 10px 10px 0 0;
    line-height: 40px;
    font-size: 15px;
    color: #0045bb;
}
@media screen and (max-width: 400px) {
    #mageworx-donation-form .swatch-option.text {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        margin: 5px 4px 0 0;
    }
}
.checkout-payment-method .payment-option-title {
    display: none !important;
}
.checkout-payment-method .payment-option-content {
    display: block !important;
    padding: 0 0 22px !important;
}
.form-discount {
    min-height: 40px !important;
}
.form-discount .label {
    display: none;
}
.form-discount input, .form-discount button {
    height: 40px;
}
.form-discount .payment-option-inner {
    float: left;
    width: 60%;
}
.form-discount .actions-toolbar {
    float: right;
    width: 35%;
    margin-left: 10px !important;
}
.form-discount .actions-toolbar button {
    background: #0045bb;
    border: none;
    border-radius: 0;
    color: #ffffff;
}
.form-discount .actions-toolbar button span span {
    display: none !important;
}
.form-discount .actions-toolbar button.action-apply span::before {
    content: 'Apply';
}
.form-discount .actions-toolbar button.action-cancel span::before {
    content: 'Cancel';
}
.payment-method-content .payment-method-content {
    padding: 0 !important;
}

#mageworx-donation-form .swatch-option.text[value="custom_donation"] {
    width: 91% !important;
}
#top-summary {
    position: relative;
    background: #fff;
    z-index: 999999;
    left: 0;
    width: 100%;
    border-bottom: 6px solid #1b4da2;
    top: 8px;
}
#top-summary #mageworx-donation-container {
    display: none;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
    display: block !important;
}