﻿@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    src: url('/Content/fonts/Open Sans-Bold/Open Sans-Bold.eot') format('embedded-opentype'), url('/Content/fonts/Open Sans-Bold/Open Sans-Bold.woff2') format('woff2'), url('/Content/fonts/Open Sans-Bold/Open Sans-Bold.woff') format('woff');
    font-style: normal;
    font-stretch: normal
}

.Open Sans-Bold {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: "Open Sans";
    src: url('/Content/fonts/Open Sans-Light/Open Sans-Light.eot') format('embedded-opentype'), url('/Content/fonts/Open Sans-Light/Open Sans-Light.woff2') format('woff2'), url('/Content/fonts/Open Sans-Light/Open Sans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

.Open Sans-Light {
    font-family: "Open Sans";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: "Open Sans";
    src: url("/Content/fonts/Open Sans-Black/Open Sans-Black.eot"); /* IE9 Compat Modes */
    src: url("/Content/fonts/Open Sans-Black/Open Sans-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/Content/fonts/Open Sans-Black/Open Sans-Black.otf") format("opentype"), /* Open Type Font */
    url("/Content/fonts/Open Sans-Black/Open Sans-Black.svg") format("svg"), /* Legacy iOS */
    url("/Content/fonts/Open Sans-Black/Open Sans-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/Content/fonts/Open Sans-Black/Open Sans-Black.woff") format("woff"), /* Modern Browsers */
    url("/Content/fonts/Open Sans-Black/Open Sans-Black.woff2") format("woff2"); /* Modern Browsers */
    font-weight: 900;
    font-style: normal;
}

.Open Sans-Black {
    font-family: "Open Sans";
    font-weight: 900;
}

/*Hupu Bootstrap Overrides*/
.popover-body {
    text-align: center;
}

.hidden {
    display: none;
}

.bg-darkgray {
    background-color: #3b3b3b;
}

.bg-orange {
    background-color: #fd8f36;
    position: relative;
}

.bg-brown {
    background-color: #332024;
}

.btn-outline-brown {
    color: #332024 !important;
    border-color: #332024;
}

    .btn-outline-brown:hover {
        color: #fff !important;
        background-color: #332024;
        border-color: #332024;
    }

.text-orange {
    color: #fd8f36;
}

.text-darkgray {
    color: #3b3b3b;
}

.btn-brown {
    background-color: #332024;
    color: #ffffff !important;
}

    .btn-brown:hover {
        background-color: #48373a;
    }

.btn-orange {
    background-color: #fd8f36;
    color: #ffffff !important;
}

    .btn-orange:hover {
        background-color: #fd9a4a;
    }

    .btn-orange.active {
        color: #332024 !important;
        border-color: #fd8f36 !important;
        background: white !important;
    }

.btn-outline-orange {
    color: #fd8f36 !important;
    border-color: #fd8f36;
}

    .btn-outline-orange:hover {
        color: #fff !important;
        background-color: #fd8f36;
        border-color: #fd8f36;
    }

    .btn-outline-orange[disabled]:hover {
        color: #fd8f36 !important;
        border-color: #fd8f36 !important;
        background: white !important;
        cursor: not-allowed;
    }

    .btn-outline-orange.active {
        background-color: #fd8f36;
        color: #ffffff !important;
    }

        .btn-outline-orange.active[disabled]:hover {
            background-color: #fd8f36 !important;
            color: #ffffff !important;
        }

.loaderIcon.hidden, .hidden {
    display: none;
}

.alert-info {
    color: #331f23;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fd8f36;
}

a:not(.btn) {
    color: #fd8f36;
}

.modal-content {
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
}

.modal-open .modal {
    z-index: 1000000000 !important;
}

.form-control:focus {
    border-color: #fd8f36;
    outline: 0;
    box-shadow: none;
}

.btn:disabled {
    cursor: not-allowed;
}

/*Hupu*/
#Hupu {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', 'Open Sans', sans-serif;
}

/*Hupu Header*/
.hupu-header {
    box-shadow: 0 0 5px #000;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

    .hupu-header .navbar-brand {
        width: 6.25rem;
    }

        .hupu-header .navbar-brand > img {
            width: 100%;
        }

    .hupu-header .nav-social-items {
        margin: 0 -0.5rem;
    }

        .hupu-header .nav-social-items a {
            display: inline-block;
        }

        .hupu-header .nav-social-items img {
            height: 2rem;
            width: auto;
        }

    .hupu-header .dropdown-item.active, .hupu-header .dropdown-item:active {
        background-color: #6b6b6b;
    }

/*Hupu Footer*/
.hupu-footer .hupu-footer-menu a {
    color: inherit;
}

.hupu-footer .hupu-footer-inner {
    margin: 0 -0.5rem;
}

.hupu-footer .hupu-footer-description {
    flex: 0 1 30rem;
}

.hupu-footer .hupu-footer-menus {
    flex: 0 1 20rem;
}

.hupu-footer .hupu-footer-social {
    margin: 0 -0.25rem;
}

    .hupu-footer .hupu-footer-social .hupu-footer-social-icon {
        width: 2rem;
    }

        .hupu-footer .hupu-footer-social .hupu-footer-social-icon > img {
            width: 100%;
        }

/*Hupu Body*/
.hupu-body {
    flex: 1 1 auto;
    position: relative;
}

/*Hupu Store Locator*/
.hupu-locator {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.hupu-locator-nav {
    flex: 0 1 12rem;
}

.hupu-locator path.HoverFillChange {
    cursor: pointer;
}

.hupu-locator-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25rem;
}

.hupu-locator .hupu-locator-search {
    box-shadow: 1px 2px 5px rgba(50, 50, 50, .5);
}

.hupu-locator .hupu-locator-nav-item {
    flex: 1 1 33.33%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: white;
}

.hupu-locator .hupu-locator-body {
    box-shadow: 1px 2px 5px rgba(50, 50, 50, .5);
    background: white;
    display: flex;
}

input#provinces:checked ~ label[for=provinces],
input#areas:checked ~ label[for=areas],
input#stores:checked ~ label[for=stores] {
    background: white;
    box-shadow: inset -2px 0 7px #ccc;
    color: #fd8f36;
}

    input#provinces:checked ~ label[for=provinces] .non-active,
    input#areas:checked ~ label[for=areas] .non-active,
    input#stores:checked ~ label[for=stores] .non-active {
        opacity: 0;
    }

    input#provinces:checked ~ label[for=provinces] .active,
    input#areas:checked ~ label[for=areas] .active,
    input#stores:checked ~ label[for=stores] .active {
        opacity: 1;
    }

input#provinces:checked ~ label[for=areas],
input#areas:checked ~ label[for=stores],
input#stores:checked ~ label[for=provinces] {
    background-color: #fd8f36;
}

input#provinces:checked ~ label[for=stores],
input#areas:checked ~ label[for=provinces],
input#stores:checked ~ label[for=areas] {
    background-color: #332024;
}

.hupu-locator .hupu-locator-nav-item h5 {
    margin-top: 0.5rem;
    font-size: 1rem;
}

.hupu-locator .hupu-locator-nav-icon {
    position: relative;
    flex: 0 0 auto;
}

.hupu-locator .hupu-locator-nav-item .non-active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hupu-locator .hupu-locator-nav-item.active .non-active {
    opacity: 0;
}

.hupu-locator .hupu-locator-nav-item:not(.active) .active {
    opacity: 0;
}

.hupu-locator-sections {
    flex: 1 1 auto;
    position: relative;
}

.hupu-locator-section {
    display: flex;
    flex-direction: column;
}

    .hupu-locator-section:not(.hupu-locator-active) {
        opacity: 0;
        visibility: hidden;
        z-index: -1000;
        display: block;
        pointer-events: none;
    }

    .hupu-locator-section:nth-child(n + 2) {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.hupu-locator-title-primary {
    display: inline-block;
    color: #fd8f36;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 0;
}

.hupu-locator-title-secondary {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 300;
}

.hupu-locator-section-title {
    padding: 1rem;
    border-bottom: 1px solid #fd8f36;
}

.hupu-locator-section-body {
    padding: 1rem;
    padding-bottom: 0.5rem;
    flex: 1;
    overflow-y: auto;
}

.hupu-locator-section-footer {
    padding: 1rem;
    border-top: 1px solid #fd8f36;
}

.hupu-locator-areas {
    padding: 0.5rem;
    margin: 0 -1rem;
    margin-top: -0.5rem;
    overflow-y: auto;
}

.hupu-locator-area {
    padding: 0.5rem;
    flex: 1 1 25%;
    text-align: center;
}

.hupu-locator-area, .hupu-locator-area-dummy {
    flex: 1 1 12rem;
}

    .hupu-locator-area > a {
        background: #FDA156;
        display: block;
        position: relative;
        padding: 1.5rem 1rem;
        color: white !important;
        border: 1px solid #FDA156;
        transition: border 300ms ease;
        cursor: pointer;
    }

        .hupu-locator-area > a:hover {
            background: #fd8f36d6;
            display: block;
            position: relative;
            padding: 1.5rem 1rem;
            color: white !important;
            border: 1px solid #332024;
        }

.stores-counter {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    padding-top: 0.1rem;
    background: #332024;
    color: white;
    padding: 0 0.5rem;
    border-radius: 5px;
    font-size: 0.8rem;
    min-height: 1rem;
    min-width: 1rem;
    text-align: center;
    padding-top: 0.1rem;
}

.stores-counter-extra {
    display: none;
}

.hupu-locator-stores {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0.5rem;
    margin: -1rem;
    margin-bottom: 0;
    align-items: flex-start;
    align-content: flex-start;
    /* overflow-y: auto; */
}

.hupu-locator-store {
    padding: 0.5rem;
}

.hupu-locator-store, .hupu-locator-store-dummy {
    flex: 1 1 11rem;
    max-width: 100%;
}

.hupu-locator-store-inner {
    display: block;
    color: inherit !important;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    padding: 0.5rem;
    padding-top: 1.5rem;
    text-decoration: none !important;
    transition: box-shadow 300ms ease;
    position: relative;
}

    .hupu-locator-store-inner:hover {
        box-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
    }

.hupu-locator-store-name {
    position: absolute;
    top: 0;
    left: 0.5rem;
    right: 0.5rem;
}

.hupu-locator-store-image {
    position: relative;
    background-size: cover;
    background-position: bottom center;
    padding-top: 100%;
}

.hupu-locator-store .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    display: block;
}

@media(max-width: 767.98px) {
    .hupu-locator-nav {
        flex: 0 0 auto;
    }

    .hupu-locator .hupu-locator-nav-item {
        padding-top: 0.5rem;
    }

    .hupu-locator .hupu-locator-nav-item h5 {
        font-size: 2.2vw;
        font-weight: normal;
    }

    .hupu-store-pickup-map {
        margin: 0;
        flex: 1 1 100%;
        margin-top: 1rem;
    }
    
    .hupu-store-pickup-map > .btn {
        width: 100%;
        border-radius: .25rem !important;
    }
}

@media (max-width: 400px) {
    .hupu-locator-store-name {
        position: static;
        flex: 1 1 auto;
        padding: 0.5rem 0;
    }

    a.hupu-locator-store-inner {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .hupu-locator-store-image {
        order: -1;
        width: 5rem;
        padding-top: 0;
        height: 5rem;
        margin-right: 1rem;
        flex: 0 0 5rem;
    }

    .hupu-locator-store .name {
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
        text-align: left;
        padding-right: 1rem;
    }
}

/*Hupu Store*/
.hupu-products {
    padding-top: 1rem;
}

.hupu-store-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.hupu-store-order-summary {
    order: 9999;
}

.hupu-product-collection {
    display: flex;
    flex-direction: column;
}

a.hupu-store-social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
}

.hupu-store-social-link-icon {
    width: 2rem;
    margin-right: 0.5rem;
}

.hupu-store-social-link:not(:last-child) {
    margin-bottom: .5em
}

a.hupu-store-social-link:hover {
    text-decoration: none
}

.hupu-product-thumbnails {
    padding: 0.5rem;
    margin: -1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.hupu-product-thumbnail {
    padding: 0.5rem;
    display: flex;
}

.hupu-product-thumbnail, .hupu-product-thumbnail-dummy {
    flex: 1 1 12rem;
}

.hupu-locator-store-dummy, .hupu-product-thumbnail-dummy {
    order: 9999;
}

.hupu-product-thumbnail-inner {
    flex: 1;
    border: 1px solid #ccc;
    position: relative;
}

.hupu-product-thumbnail-image {
    padding-top: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.hupu-product-thumbnail-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

.hupu-product-thumbnail-price {
    position: absolute;
    z-index: 3;
    right: -0.5rem;
    top: -0.5rem;
    border-radius: 5px;
    padding-top: 0.1rem;
}

.hupu-product-quantity {
    display: flex;
}

    .hupu-product-quantity > .btn {
        width: 4rem;
        border-radius: 0;
        background-color: #808080;
        box-shadow: none !important;
    }

.hupu-product-thumbnail-quantity {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-color: transparent;
}

.hupu-hoist {
    position: relative;
    margin-top: -6rem;
}

.logo-block {
    background-color: #ffffff;
    border: 1px solid #FD8F36;
    text-align: center;
}

.signup-block {
    padding: 20px 10px;
    border: 1px solid #332024;
    margin-top: 10px;
}

.card {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    margin-bottom: 0.5rem;
}

.card-header {
    border-radius: 0;
    padding: 0 !important;
}

    .card-header > .btn {
        background: white;
        border-color: #fd8f36;
        color: #332024;
        padding: .75rem 1.25rem !important;
        transition: all 300ms ease;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        display: flex;
        justify-content: space-between;
        text-decoration: none !important;
        align-items: center;
    }

        .card-header > .btn[aria-expanded=true] {
            background: #fd8f36;
            color: white;
        }

    .card-header .glyphicon {
        text-decoration: none !important;
    }

.hupu-store-cta-buttons {
    height: 3rem;
}

.img-vfluid {
    height: 100%;
    width: auto;
}

.m-neg-2 {
    margin: -0.5rem;
}

.card-header [aria-expanded] .glyphicon.glyphicon-chevron-down {
    transition: transform 250ms ease;
}

.card-header [aria-expanded=true] .glyphicon.glyphicon-chevron-down {
    transform: rotate(180deg);
}

#Hupu .swiper-button-next {
    background-image: url(/Content/images/icons/caret-right.svg)
}

#Hupu .swiper-button-prev {
    background-image: url(/Content/images/icons/caret-left.svg)
}

/*Hupu Banner*/
.hupu-banner {
    background-color: #ccc;
    height: 10rem;
    background-size: cover;
    background-position: center;
}

/*Embedded Lists*/
.embeded-list-styling > li > *:not(ol) {
    margin-top: 2em;
    font-size: 1.6em;
}

.embeded-list-styling > li > *:not(ol), .embeded-list-styling > li:before {
    font-size: 1.9em;
}

.embeded-list-styling ol {
    font-size: 1.2em;
}

.embeded-list-styling > li > p {
    margin-top: 0;
    display: block !important;
    font-size: 1.2em;
}

.embeded-list-styling ol {
    display: block !important;
}

    .embeded-list-styling ol li > * {
        font-size: 1em;
    }

    .embeded-list-styling ol li > small {
        font-size: .8em;
    }

.embeded-list-styling {
    margin-top: 2em;
}

    .embeded-list-styling li {
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .embeded-list-styling li > *:not(b) {
            font-weight: normal;
            display: inline;
        }

    .embeded-list-styling, .embeded-list-styling ol {
        counter-reset: item;
        padding-left: 0;
    }

        .embeded-list-styling li {
            display: block;
        }

            .embeded-list-styling li:before {
                content: counters(item, ".") ". ";
                counter-increment: item;
            }

.hupu-social-link-icon {
    width: 2rem;
    margin-right: 0.5rem;
}

.required label:after {
    content: '*';
}

/*Hupu Landing Page*/
.hupu-landing-banner {
    background-image: url(/Content/images/landing/hupu-bg.jpg);
    background-size: 100% auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    height: 52vw;
}

.hupu-landing-banner-content {
    max-width: 60em;
    height: 25vw;
    padding-top: 2em;
    font-size: 1vw;
}

.hupu-landing-logo {
    max-width: 25em;
}

.hupu-landing-caret {
    max-width: 3.25em;
}

.hupu-landing-body-background {
}

.hupu-landing-shift {
    transform: translateY(-4rem);
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.7);
}

.container-inner {
    padding: 0 6rem;
}

.pt-6 {
    padding-top: 4rem
}

.hupu-landing-angle-content {
    max-width: 35rem;
    position: relative;
    padding-bottom: 5rem;
    transform: translateY(-2rem);
}

.btn-contrast-light {
    background: white;
    color: black;
    line-height: 1;
}

    .btn-contrast-light > div:nth-child(1) {
        font-size: 1.9em;
    }

    .btn-contrast-light > div:nth-child(2) {
        font-size: 0.9em;
    }

.hupu-landing-best > div:nth-child(1) {
    font-size: 1.25em;
}

.hupu-landing-best > div:nth-child(2) {
    font-size: 1.7em;
}

.hupu-landing-best {
    line-height: 1;
    font-weight: bold;
    padding: 0.25rem 0;
    padding-top: 0.5rem;
}

.hupu-landing-angle-content-inner {
    position: relative;
    z-index: 2;
    padding-left: 6rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hupu-landing-angle {
    padding-bottom: 8rem;
    background-image: url(/Content/images/landing/bg-group.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

    .hupu-landing-angle:after {
        content: '';
        position: absolute;
        bottom: 5.5rem;
        height: 1rem;
        background: white;
        left: -2rem;
        right: -2rem;
        transform: rotate(-6.3deg);
    }


.hupu-landing-angle-content-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5rem;
    overflow: hidden;
}

    .hupu-landing-angle-content-decoration:after {
        content: '';
        position: absolute;
        top: -2rem;
        left: -2em;
        right: 0;
        bottom: 2.5rem;
        background: #fd8f36;
        transform: rotate(-5deg);
    }

.hupu-landing .container {
    padding: 0;
}

/*.hupu-landing-body-background:before {
    content: '';
    position: fixed;
    top: 50vw;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/Content/images/landing/bg-wood.jpg);
    background-size: 75%;
}*/

.hupu-landing-products-title {
    font-size: 2rem;
    line-height: 1;
    position: relative;
}

.hupu-welcome p {
    font-size: 1.5rem;
}

.hupu-wood-bg {
    background-image: url(/Content/images/landing/bg-wood.jpg);
}

.hupu-landing-step2 .graphic-visual img {
    max-height: 25rem;
}

.hupu-landing-step3 .step-copy img.card-list {
    max-width: 18rem;
}

@media(max-width: 991px) {
    .hupu-welcome .graphic-visual > div {
        margin: auto;
    }

    .hupu-welcome .graphic-visual img {
        max-height: 25rem;
    }

    .hupu-landing-step2 .graphic-visual > div {
        margin: auto;
    }
}

.hupu-lines-bg {
    position: relative;
}

    .hupu-lines-bg:before {
        content: '';
        position: absolute;
        top: -4rem;
        right: 1rem;
        bottom: 0;
        left: 1rem;
        background-image: url(/Content/images/landing/bg-dotted-line.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
    }

.hupu-landing-wrap {
    flex: 1 1 28rem;
    position: relative;
}

.hupu-landing-product {
    flex: 1 1 13rem;
    padding: 0.5rem;
}

.hupu-landing-product-inner {
    background: white;
    height: 100%;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.5);
    line-height: 1;
}

.hupu-landing-product-image {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hupu-landing-product-title {
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
}

.hupu-landing-product-description {
    padding: 0 1rem;
}

.hupu-landing-better {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 2rem;
}

.hupu-landing-products {
    margin-bottom: 7rem;
}

.hupu-landing-better-items > .d-flex {
    flex: 1 1 auto;
}

.hupu-landing-better-item {
    flex: 1 1 15rem;
    padding-top: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hupu-landing-better-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    transition: all 400ms ease;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

    .hupu-landing-better-item-inner:hover {
        opacity: 1;
    }

.hupu-landing-footer {
    position: relative;
}

.hupu-landing-footer-item-inner {
    height: 100%;
    line-height: 1;
}

    .hupu-landing-footer-item-inner .img-fluid {
        width: 1rem;
        margin-right: 0.5rem;
    }

    .hupu-landing-footer-item-inner > div {
        display: flex;
        align-items: center;
    }

@media (max-width: 767px) {
    .hupu-landing-angle-content-inner {
        padding: 2rem
    }

    .container-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .hupu-landing-better-item {
        padding-top: 100%;
    }
}

@media (max-width: 767px) {
    .hupu-landing-wrap {
        flex-wrap: wrap;
    }

    .hupu-landing-shift {
        transform: translateY(-1rem);
    }

    .hupu-landing-angle-content {
        transform: translate(0);
    }
}

@media (max-width: 576px) {
    .hupu-landing-angle-content {
        max-width: 100%;
    }

    .btn-contrast-light, .hupu-landing-best {
        font-size: 3vw;
    }

    .container-inner {
        padding-top: 1rem;
        padding-bottom: 1rem !important;
    }

    .hupu-landing-angle-content-inner {
        padding-top: 1rem;
    }

    .hupu-landing-findout {
        font-size: 2vw;
    }

    .hupu-landing-products-title > div {
        display: inline;
    }

    .hupu-landing-angle {
        padding-bottom: 4rem;
    }

    .hupu-landing-products {
        margin-bottom: 2rem;
    }

    .hupu-landing-better {
        margin-bottom: 0;
    }

        .hupu-landing-better > div {
            display: inline;
        }
}

/*Hupu Toggle Animation*/
.hupu-toggle:disabled {
    opacity: 0.9;
    cursor: not-allowed;
}

.hupu-toggle-svg {
    height: 1em;
    min-height: 1em;
    width: 1em;
    min-width: 1em;
    margin-right: .25em
}

.hupu-toggle-circle {
    transition: .3s;
    stroke: #fff;
    stroke-width: 3
}

.hupu-toggle-tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    transition: stroke-dashoffset .3s ease-out;
    stroke: #fff;
    stroke-width: 3
}

.hupu-toggle.active .hupu-toggle-circle {
    stroke: #fd8f36
}

.hupu-toggle.active .hupu-toggle-tick {
    stroke-dashoffset: 0;
    stroke: #332024
}

button.hupu-toggle > * {
    pointer-events: none;
    z-index: -1;
}

button.hupu-toggle > span {
    pointer-events: none;
    z-index: 1;
}

/*Hupu Checkout*/
.hupu-checkout-block {
    padding: 1rem;
    border: 1px solid;
}

/*Hupu App Modal*/
#hupu-app-modal .modal-dialog {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
}

#hupu-app-modal .modal-content {
    color: #332024;
    border: 3px solid #fd8f36;
    border-radius: 0;
    background-color: #fff;
    text-transform: uppercase;
}

/*Hupu Button Row*/
.hupu-button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0.25rem;
    margin: -0.5rem;
}

    .hupu-button-row > .btn {
        margin: 0.25rem;
    }

@media (max-width: 350px) {
    .hupu-button-row {
        flex-direction: column;
        align-items: stretch;
    }
}

/*Loader Animation*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #fd8f36;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fd8f36 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card > .glyphicon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

.hupu-product-category-selected {
    white-space: nowrap;
}

.hupu-order-number {
    font-size: 4rem;
}

/*Social auth styling*/

.social-btn-contianer {
    display: flex;
    align-items: center;
    justify-content: center;
}


.g-btn {
    background-color: #fff;
    color: #757575;
    font-family: Roboto,arial,sans-serif;
    letter-spacing: .25px;
    font-size: 13px;
    -webkit-box-shadow 0 2px 4px 0px rgba(0,0,0,.25):;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}

    .g-btn svg {
        margin-right: 18px;
    }


.fb-btn {
    background-color: #4267b2 !important;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: .25px;
    color: white;
    font-size: 13px;
    -webkit-box-shadow 0 2px 4px 0px rgba(0,0,0,.25):;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}

    .fb-btn img {
        margin-right: 18px;
    }

.hupu-product-category-close {
    order: 99999;
}