:root {
  --jumbotron-padding-y: 3rem;
}

.hide {
    display:none !important;
}

.loading-blur {
    filter: blur(0.15rem);
    opacity: .75;
}

/*begin truncate*/

.truncate-overflow, .truncate-overflow-lg {
    width: 100%;
    height: 54px;
    overflow: hidden;
}

    .truncate-overflow p, .truncate-overflow-lg p {
        padding: 0;
    }

.truncate-overflow-lg {
   
    height: 90px;
   
}

.card-heading {
    font-size: 18px;
    font-weight: 600;
}

.card-text {
 
   margin-top:16px;
 
}


/*end truncate*/

/*tag badge*/

.item-tag {
    position: relative;
    left: -15px;
    bottom: -15px;
    background: white;
}
.tile-tag {
    position: absolute;
    left: 9px;
    bottom: 0;
    background: white;
    width: 147px;
}

.list-tag {
    position: absolute;
    left: 0;
    bottom: -3px;
    background: white;
    width: 105px;
}

/*end tag badge*/

#ageWallModal {
    background-color: RGBA(49,51,53,.75) !important;
}
.pac-container {
    z-index: 1051 !important;
}

.badge-outline {
    border: solid 1px #ced4da;
    color: #212529;
    font-weight: 500;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: transparent;
}


    .jumbotron p:last-child {
        margin-bottom: 0;
    }

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .centered-container {
    max-width: 40rem;
    color: white !important;
}

.car {
    height: 1.25rem;
    fill:#fff;
}

.marketplace {
    height: 2.25rem;
    stroke: #fff;
}

.on-demand-pickup {
    top: -10px !important;
}


.carousel-footer {
    color: white;
    font-size: 1.2rem;
    display: flex;
    text-align: left;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 1.5rem;
}

    .carousel-footer span {
        position: relative;
        top: -3px;
        font-size: 16px;
        margin-left: 6px;
    }

.carousel-footer-content {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.carousel-bullet {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 0;
    outline: none;
    padding: 0;
    position: relative;
    top: 6px;
}

.carousel-bullet-container {
    display: flex;
    position: absolute;
    right: 0;
}

.header-content {
    text-align: center;
}

    .header-content .small-logo {
        max-height: 48px;
        margin: 8px 0;
    }

    .header-content .large-logo {
        max-height: 175px
    }

    @media (min-width: 768px) {
        .header-content {
            padding-top: 42px;
        }

            .header-content .small-logo {
                max-height: initial;
                margin: 0;
            }

        .inverted-header .header-content {
            padding-top: 42px;
        }

            .inverted-header .header-content .small-logo {
                max-height: 91px;
                margin: 0;
                position: relative;
                top: -8px;
            }
}

#navAddr {
    max-width: 100%;
}

header .address-text,
header .dropdown-toggle::after {
    color: #fff;
}

header.inverted-header .address-text,
header.inverted-header .dropdown-toggle::after {
    color: #606060;
}

header .navbar-address .dropdown-toggle::after {
    position: relative;
    top: 2px;
}

@media (max-width: 767.999px) {
    header .navbar-address {
        max-width: 37%;
    }

        header .navbar-address .address-text.has-address {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: calc(100% - 1em);
        }

        header .navbar-address .dropdown-toggle::after {
            top: -6px;
        }
}

.banner-blue {
    background-color: #2d87e2;
    color: #fff;
    text-align: center;
}

.banner {
    font-weight: bold;
    margin: 0;
    padding: 7px 5px;
    position: relative;
}

.banner-open {
    top: 120px !important;
}

.banner a {
    color: #fff;
    text-decoration: underline;
}

    .banner a:hover, .banner a:focus, .banner a:visited {
        color: #fff;
    }
 

#pager a:not(:first-child):not(:last-child) {
    margin-left: 4px;
}


.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

.callout-action {
    font-size: 25px;
    height: calc(100% - 22px);
    line-height: 1.25em;
    margin-bottom: 15px;
    margin-top: 16px;
    position: relative;
}

.callout-flex-container{
    height: 100%;
    width: 100%;
}

.callout-cta-1 {
    display: inline-block;
    margin-left: 15px;
    margin-right: 10px;
}

.cta-btn {
    margin-bottom: 15px;
    margin-right: 15px;
}

@media (min-width:992px) {
    .callout-cta-1 {
        margin-left: 25px;
        margin-right: 15px;
    }

    .cta-btn {
        margin-bottom: 25px;
        margin-right: 25px;
    }
}

@media (min-width:1200px) {
    .callout-cta-1 {
        margin-left: 35px;
        margin-right: 25px;
    }

    .cta-btn {
        margin-bottom: 35px;
        margin-right: 35px;
    }
}

.carousel-footer-content .col-md-6 {
    padding: 0 !important;
 
}

    @media (min-width: 768px) {
        .jumbotron {
            padding-top: calc(var(--jumbotron-padding-y) * 1);
            padding-bottom: calc(var(--jumbotron-padding-y) * 2);
        }
    }

    

    @media only screen and (max-width: 420px) {

        .lead {
            font-size: 1em;
            font-weight: 300;
            line-height: 1.15em;
        }


        .jumbotron-heading {
            font-weight: 400;
        }

        .jumbotron {
            padding-top: 15px;
            padding-bottom: 75px;
        }

            .jumbotron h1 {
                font-size: 28px;
            }


        .carousel-footer-content {
            padding: 0 !important;
        }
        .carousel-footer-content .col-md-6 {
            padding: 0 !important;
            float: right;
            width: auto;
        }

        .carousel-bullet-container {
            position: unset;
        }

        .carousel-footer {
            padding: 0 .75em !important;
        }

            .carousel-footer span {
                font-size: 12px;
            }

        .car {
            height: 1rem;
        }
    }

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.pay-by {
    font-size: 12px
}

    .pay-by input {
        margin-right: 5px;
        position: relative;
        top: 2px;
    }
.scroll-wrapper {
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.menu-item h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.primary-callout {
    cursor: pointer;
    width: 100%;
    height: 400px;
}

.secondary-callout {
    width: 100%;
    height: 100%;
    cursor: pointer
}

@media only screen and (max-width: 420px) {
    .primary-callout, .secondary-callout, .callout-action {
        height: 200px;
    }

    .secondary-callout {
        margin-top: 25px;
    }

    .callout-action {
        width: 100%;
    }
}
.menu-body .content-container, .app-body .content-container {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.menu-item-body {
    background: #fff;
}

.fill-main-height-sm {
    height: calc(100% - 65px);
}

@media (min-width: 768px) {
    .fill-main-height-sm {
        height: calc(100% - 134px);
    }
}

.item-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .item-form .item-back {
        color: #888;
        position: absolute;
        right: 6px;
        top: 2px;
    }

    .item-form .item-image-wrapper {
        background-color: #fff;
        padding: 24px;
    }

    .item-form .item-image {
        display: block;
        margin: auto;
        max-height: 200px;
    }

    .item-form .item-info {
        flex: 1;
        max-height: calc(100% - 308px);
        padding: 10px;
        position: relative;
    }

    .item-form .item-brand-strain {
        font-size: 12px;
        font-weight: 600;
    }

    .item-form .item-description {
        font-size: 11px;
        max-height: calc(100% - 102px);
        overflow-y: auto;
    }

    .item-form .item-units {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 6px;
    }

    .item-form .item-add {
        background-color: #fff;
        padding: 6px;
    }

    .item-form .item-add-btn {
        border-radius: 0;
        display: block;
        position: relative;
    }

    .item-form .item-size {
        position: absolute;
        padding-left: 12px;
        padding-right: 6px;
        font-size: 12px;
        line-height: 44px;
        top: 0;
        left: 0;
    }

    .item-form .item-price {
        font-size: 12px;
        line-height: 2em;
        position: absolute;
        right: 12px;
    }

@media (min-width: 768px) {
    .item-form .item-image {
        max-height: 300px;
    }

    .item-form .item-info {
        max-height: calc(100% - 408px);
    }

    .item-form .item-brand-strain {
        font-size: 14px;
    }

    .item-form .item-description {
        font-size: 12px;
    }

    .item-form .item-add {
        background-color: transparent;
    }
}

/* Menu Filter Styles */
.filters {
    padding-top: 14px;
}

    .filters .subtitle {
        font-size: 13px;
        font-weight: 400;
        margin-top: 6px;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        vertical-align: bottom;
    }

@media (min-width: 768px) {
    .filters {
        border-right: solid 1px #ced4da;
        padding-top: 29px;
    }
}

.filter-menu-item {
    cursor: pointer;
}

    .filter-menu-item.selected {
        border-color: #2d87e2 !important;
        color: #2d87e2 !important;
    }

/* Mobile Filter Styles */
#filter-exit {
    color: #606060;
}

#filter-search .dropdown.category .filter-exit,
#filter-search .dropdown.brand .filter-exit,
#filter-search .dropdown.strain .filter-exit,
#filter-search .dropdown.size .filter-exit {
    display: none;
}

#filter-search .search-icon {
    background-color: transparent;
    border-right: none;
    color: #606060;
}

#filter-search .search-input {
    border-left: none;
    border-right: none;
    border-radius: .2rem !important;
}

#filter-search .dropdown:not(.show):not(.loading) .search-input {
    border-right: 1px solid #ced4da;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

#filter-search .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

#filter-search .dropdown-toggle::after {
    /* Hide Bootstrap's dropdown arrow. */
    display: none;
}

#filter-search .search-context-control {
    border-left: none;
    cursor: pointer;
}

    #filter-search .search-context-control > .input-group-text {
        background-color: transparent;
        border-left: none;
        border-top-right-radius: .2rem;
        border-bottom-right-radius: .2rem;
        color: #606060;
    }

#filter-search .dropdown .top-level-back,
#filter-search .dropdown .filter-exit {
    display: none;
}

#filter-search .dropdown.show.category .top-level-back,
#filter-search .dropdown.show.brand .top-level-back,
#filter-search .dropdown.show.strain .top-level-back,
#filter-search .dropdown.show.size .top-level-back {
    display: initial;
}

#filter-search .dropdown.show .filter-exit {
    display: initial;
}

#filter-search .dropdown.show.category .filter-exit,
#filter-search .dropdown.show.brand .filter-exit,
#filter-search .dropdown.show.strain .filter-exit,
#filter-search .dropdown.show.size .filter-exit {
    display: none;
}

#filter-search .dropdown.loading .top-level-back,
#filter-search .dropdown.loading .filter-exit,
#filter-search .dropdown .filter-loader {
    display: none !important;
}

#filter-search .dropdown.loading .filter-loader {
    display: block !important;
}

    #filter-search .dropdown.loading .filter-loader > .lds-ring {
        display: block;
        top: 3px;
    }

#filter-search .dropdown .filter-menu-item.badge {
    width: fit-content;
}

#filter-search .dropdown-menu {
    font-size: .875rem;
    padding: 11px 15px 4px 15px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

    #filter-search .dropdown-menu.show {
        position: fixed !important;
        transform: none !important;
        will-change: unset !important;
    }

    #filter-search .dropdown-menu .filter-menu-item {
        color: #212529;
        text-decoration: none;
    }

    #filter-search .dropdown-menu .dropdown-menu-filters {
        border-bottom: solid 1px #ced4da;
        height: calc(100% - 38px);
        overflow-y: auto;
        padding-bottom: 8px;
    }

        #filter-search .dropdown-menu .dropdown-menu-filters .filter-menu-item {
            display: none;
            padding: 4px 0;
            width: 100%;
            font-weight: 400;
        }

            #filter-search .dropdown-menu .dropdown-menu-filters .filter-menu-item.selected:not(.hide) {
                /* Give selected menu filters badge styling */
                border: 1px solid #2d87e2;
                border-radius: 10rem;
                font-weight: 500;
                padding: 3.5px 6px;
                margin: 3px 0;
                line-height: 1;
                text-align: center;
                width: fit-content;
                white-space: nowrap;
            }

#filter-search .dropdown-menu-selected-filters {
    height: 38px;
    padding: 4px 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

#filter-search .dropdown .dropdown-menu-selected-filters > .clear-all-filters {
    display: none;
}

#filter-search .dropdown.multi-filter .dropdown-menu-selected-filters > .clear-all-filters {
    display: inline-block;
}

#filter-search .dropdown.loading .dropdown-menu-selected-filters > .clear-all-filters {
    /* This is a workaround for missing spacing on the clear all filter when it initially appears after a second filter is selected. */
    margin-left: 4px;
}

#filter-search .dropdown > .dropdown-menu-selected-filters {
    line-height: 1;
    padding: 12px 0 6px 0;
}

#filter-search .dropdown.show > .dropdown-menu-selected-filters {
    height: 15px;
    padding: 0;
    visibility: hidden;
}

#filter-search .dropdown > .dropdown-menu-selected-filters > .filter-menu-item {
    vertical-align: middle;
}

#filter-search .dropdown > .dropdown-menu > .dropdown-menu-selected-filters > .filter-menu-item {
    vertical-align: sub;
}

#filter-search .dropdown-menu.category .dropdown-menu-filters .top-level,
#filter-search .dropdown-menu.brand .dropdown-menu-filters .top-level,
#filter-search .dropdown-menu.strain .dropdown-menu-filters .top-level,
#filter-search .dropdown-menu.size .dropdown-menu-filters .top-level {
    display: none;
}

#filter-search .dropdown-menu.category .dropdown-menu-filters .category-filter,
#filter-search .dropdown-menu.brand .dropdown-menu-filters .brand-filter,
#filter-search .dropdown-menu.strain .dropdown-menu-filters .strain-filter,
#filter-search .dropdown-menu.size .dropdown-menu-filters .size-filter {
    display: block;
}

#filter-search .top-level {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: transparent;
}

    #filter-search .top-level .top-level-back {
        font-weight: 400;
        color: #606060;
        padding: 4px 8px;
    }

    #filter-search .top-level .top-level-filter {
        font-weight: 400;
        color: #212529;
        text-decoration: none;
        padding: 4px 0;
        width: 100%;
    }

        #filter-search .top-level .top-level-filter.has-filter {
            color: #2d87e2;
        }

/* Menu skeleton styles begin */
.skeleton {
    position: relative;
    overflow: hidden;
}

    .skeleton::before {
        content: '';
        display: block;
        position: absolute;
        left: -150px;
        top: 0;
        height: 100%;
        width: 150px;
        background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
        animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
    }

@keyframes load {
    from {
        left: -150px;
    }

    to {
        left: 100%;
    }
}

.product-menu .skeleton,
.filter-menu-item.skeleton,
#filter-search .dropdown-menu .dropdown-menu-filters .filter-menu-item .skeleton {
    background: #ced4da !important;
    color: #ced4da !important;
    opacity: .35 !important;
}

#filter-search .dropdown-menu .dropdown-menu-filters .filter-menu-item .skeleton {
    border-radius: 10rem;
}

.filter-menu-item.skeleton {
    border-color: #ced4da !important;
}

.product-menu .category-wrapper.skeleton {
    overflow-x: hidden !important;
    background: transparent !important;
    color: inherit !important;
    opacity: 1 !important;
}

.item-units-scroller.skeleton {
    overflow: hidden !important;
}

.product-menu .category-wrapper.skeleton::before,
.item-units-scroller.skeleton::before {
    content: '';
    display: unset;
    position: unset;
    left: unset;
    top: unset;
    height: unset;
    width: unset;
    background: unset;
    animation: unset;
}

.product-menu .product-img-container.skeleton {
    background: #ced4da !important;
    border-radius: 5px;
    opacity: .35 !important;
}

.product-menu.list-view .product-img-container.skeleton {
    width: 110px;
    margin-right: 15px;
    top: 5px;
}

.product-menu.tiled-view .product-img-container.skeleton {
    width: 150px;
    margin: auto;
}

@media only screen and (max-width: 989px) {
    .product-menu .product-img-container.skeleton {
        background: #ced4da !important;
        border-radius: 5px;
        opacity: .35 !important;
        width: 88px;
        height: 88px;
        margin: 9px 25px 13px 12px;
    }
}

.product-menu .category-heading h1.skeleton {
    width: 33%;
}

.product-menu .category-heading h2.skeleton {
    width: 80%;
}

.product-menu .product-img-container.skeleton img {
    opacity: 0 !important;
}

.product-menu .product-img-container.skeleton .product-sale-overlay,
.product-menu .product-img-container.skeleton .product-new-overlay,
.product-menu .product-sale-overlay.skeleton,
.product-menu .product-new-overlay.skeleton {
    display: none;
}

.product-menu .item-units-scroller.skeleton {
    background: unset !important;
    color: unset !important;
    opacity: unset !important;
}

    .product-menu .item-units-scroller.skeleton a.unit {
        background: #ced4da !important;
        color: #ced4da !important;
        opacity: .35 !important;
    }

    .product-menu .item-units-scroller.skeleton .flyout-toggle {
        display: none;
    }

.product-menu .item-units-scroller .unit-small.skeleton {
    border-radius: 5px;
    width: 36px;
}
/* Menu skeleton styles end */

/* General Menu Styles Begin */
.toggle-view-wrapper {
    position: absolute;
    right: 26px;
    top: 15px;
    padding: 0 6px;
}

    .toggle-view-wrapper + .toggle-view-wrapper {
        right: 0;
        margin-right: 0;
    }

@media (min-width: 768px) {
    .toggle-view-wrapper {
        right: 42px;
    }

        .toggle-view-wrapper + .toggle-view-wrapper {
            right: 4px;
            /* Revert to default bootstrap style */
            margin-right: .75rem;
        }
}

.toggle-font {
    color: #606060 !important;
    cursor: pointer;
}

.toggle-outline {
    border: solid 1px #ced4da;
    border-radius: 5px;
    cursor: pointer;
}

.category-see-all {
    cursor: pointer;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#checkout-bar-loader {
    position: relative;
    top: 4px;
}

    #checkout-bar-loader.lds-ring-primary > div {
        border-color: #fff transparent transparent transparent;
    }


/* Item Quantity Flyout Styles */
.item-quantity-wrapper {
    position: absolute;
    right: 0;
}

.circle-plus-icon {
    font-size: 8px;
    background-color: #efefef;
    border-radius: 50%;
    max-width: 16px;
    max-height: 16px;
}

    .circle-plus-icon:not(:hover) {
        /* This overrides the primary theme color when NOT hovering over the plus icon. */
        color: #606060 !important;
    }

.circle-quantity-icon {
    font-size: 8px;
    border-radius: 50%;
    max-width: 16px;
    max-height: 16px;
    background-color: #efefef;
}

.product-menu .circle-quantity-icon {
    border-color: #2d87e2 !important;
    color: #2d87e2 !important;
}

    .product-menu .circle-quantity-icon:hover {
        background-color: #c2dffc;
    }

.item-quantity-add.negativeInventory {
    color: #d9534f;
}

.fa-item-quantity {
    font-weight: 500;
    font-size: 1.4em;
}

/* LIST VIEW */
.product-menu.list-view h5 {
    font-size: 12px;
}

.product-menu.list-view h4.subtitle {
    font-size: 13px;
}

.product-menu.list-view h4.title {
    font-size: 14px;
}

.product-menu.list-view li {
    background-color: #fff;
    border-bottom: solid 1px #ced4da;
    padding: 12px 0;
}

    .product-menu.list-view li:first-child {
        border-top: solid 1pt #ced4da;
    }

@media (min-width: 768px) {
    .product-menu.list-view li {
        border-width: 1px !important;
        padding: 23px;
    }
}

.product-menu.list-view .menu-item .media-body {
    width: calc(100% - 126px);
}

.product-menu.list-view .product-image {
    width: 110px;
    height: 110px;
    border-radius: 5px;
    cursor: pointer;
}

.product-menu.list-view .product-sale-overlay {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px
}

.product-menu.list-view .product-new-overlay {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
}

.product-menu.list-view .item-units-wrapper {
    width: 100%;
}

.product-menu.list-view .item-units-scroller {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 11px;
}

@media (min-width: 768px) {
    .product-menu.list-view .item-units-scroller {
        white-space: unset;
        overflow-x: visible;
        padding-bottom: 0;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .product-menu.list-view .item-quantity-wrapper {
        top: -24px;
        width: auto;
    }

    .product-menu.list-view .item-units-wrapper {
        width: auto;
    }
}

.product-menu.list-view .unit-large {
    display: none !important;
}

@media (min-width: 992px) {
    .product-menu.list-view .unit-small {
        display: none !important;
    }

    .product-menu.list-view .unit-large {
        display: initial !important;
    }
}

.product-menu.list-view .unit-small.unit {
    color: #212529;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .product-menu.list-view .unit-small .badge {
        font-size: 85%;
    }
}

.product-menu.list-view .unit-large .unit {
    color: #212529;
    height: 60px;
    width: 75px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    border-radius: 5px;
}

    .product-menu.list-view .unit-large .unit:not(:hover) {
        background-color: #efefef;
    }

    .product-menu.list-view .unit-large .unit:hover {
        text-decoration: none;
    }

.product-menu.list-view .unit-large .unit-size {
    font-size: 12px;
}

.product-menu.list-view .unit-large .unit-price {
    font-size: 13px;
    font-weight: 600;
}

.product-menu.list-view .menu-item-heading {
    width: 100%;
}

    .product-menu.list-view .menu-item-heading .title {
        margin-top: 6px;
    }

.product-menu.list-view .strain-badge-xs {
    margin-top: 6px;
}

.product-menu.list-view .strain-badge-md {
    display: none;
}

@media (min-width: 768px) {
    .product-menu.list-view .menu-item-heading {
        width: auto;
    }

        .product-menu.list-view .menu-item-heading .title {
            margin-top: 0;
        }

    .product-menu.list-view .strain-badge-xs {
        display: none;
    }

    .product-menu.list-view .strain-badge-md {
        display: block;
        margin-top: 37px;
    }
}

.product-menu.list-view .menu-item-details {
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media (min-width: 768px) {
    .product-menu.list-view .menu-item-details {
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* TILED VIEW */
.product-menu.tiled-view {
    /* Buffer for checkout bar */
    padding-bottom: 48px;
}

    .product-menu.tiled-view .scroll-wrapper {
        border-bottom: solid 1pt #ced4da;
        display: flex;
        padding-bottom: 1px;
    }

@media (min-width: 768px) {
    .product-menu.tiled-view .scroll-wrapper {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.product-menu.tiled-view .menu-item {
    display: inline-block;
    width: 165px;
    height: 314px;
    background-color: white;
    position: relative;
    vertical-align: top;
    flex-shrink: 0;
    margin-right: 8px;
    padding-top: 8px;
}

    .product-menu.tiled-view .menu-item:last-child {
        margin-right: 0;
    }

.product-menu.tiled-view .item-units-wrapper {
    margin: 12px 9px 58px 9px;
}

.product-menu.tiled-view .item-units-scroller {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .product-menu.tiled-view .item-units-wrapper {
        margin: 0 9px 68px 9px;
    }

    .product-menu.tiled-view .item-units-scroller {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    /* Custom "grab" scrolling on desktop */
    .product-menu.tiled-view .item-units-wrapper {
        display: inline-block;
        width: 147px;
        overflow: hidden;
        white-space: nowrap;
    }

    .product-menu.tiled-view .item-units-scroller.scrollable {
        cursor: grab;
        overflow-x: hidden;
        overflow: hidden;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    }

        .product-menu.tiled-view .item-units-scroller.scrollable .flyout-toggle {
            cursor: grab;
        }
}

.product-menu.tiled-view .unit {
    color: #212529;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* Additional bottom padding to separate scrollbar from units */
    margin: 0 1px 4px 0;
}

.product-menu.tiled-view .details-btn-wrapper {
    padding: 10px;
    width: 100%;
    position: absolute;
    top: 256px;
}

.product-menu.tiled-view .details-btn {
    border-color: #ced4da;
    color: #606060;
    width: 100%;
}

.product-menu.tiled-view .item-quantity-wrapper {
    top: 0;
}

.product-menu.tiled-view .circle-quantity-icon {
    position: absolute;
    right: -9px;
    top: -3px;
}

/* BOTH VIEWS */
.product-menu {
    margin-top: -12px;
}

@media (min-width: 768px) {
    .product-menu {
        margin-top: 0;
    }
}

.product-menu h1 {
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: 12px;
    font-weight: 600;
    color: #606060;
}

.product-menu .subtitle {
    font-size: 13px;
    color: #606060;
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: 400;
}

@media (min-width: 768px) {
    .product-menu .subtitle {
        margin-bottom: 12px;
    }
}

.product-menu .btn-default {
    border-color: #ced4da;
}

.product-menu a[class^="unit-tag"], .album a[class^="unit-tag"] {
    float: left;
    padding-right: 5px;
}

.product-menu .btn-default, .menu-item .btn-outline-secondary {
    display: block;
    margin-top: 50px;
}

.product-menu .category-heading {
    margin: 30px 0;
    position: relative;
}

    .product-menu .category-heading:first-child {
        margin-top: 0;
    }

    .product-menu .category-heading .category-see-all {
        font-size: 13px;
        position: absolute;
        right: 0;
        top: 2px;
    }

@media (min-width: 768px) {
    .product-menu .category-heading:first-child {
        margin-top: 30px;
    }
}

.product-menu .item-quantity-wrapper {
    width: 100%;
}

.product-menu .flyout-toggle {
    width: 100%;
}

.product-menu .unit-size-badge {
    border-color: #2d87e2 !important;
    color: #2d87e2 !important;
    display: none;
    width: 100%;
}

.product-menu .has-cart-quantity:hover .unit-size-badge,
.product-menu .flyout-toggle-active .unit-size-badge {
    background-color: #c2dffc;
    display: inline-block;
}

.product-menu .unit-quantity-badge {
    border-color: #2d87e2 !important;
    color: #2d87e2 !important;
    width: 100%;
}

.product-menu .has-cart-quantity:hover .unit-quantity-badge,
.product-menu .flyout-toggle-active .unit-quantity-badge {
    display: none;
}

.product-menu > .container {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .product-menu > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* -------------------------------- 

Slide In Panel - by CodyHouse.co

-------------------------------- */
.cd-main-content {
    text-align: center;
}

    .cd-main-content h1 {
        font-size: 2rem;
        color: #64788c;
        padding: 4em 0;
    }

.cd-btn {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    background-color: #89ba2c;
    color: #ffffff;
    border-radius: 50em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

    .cd-btn:hover {
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
    }

@media only screen and (min-width: 1170px) {
    .cd-main-content h1 {
        font-size: 3.2rem;
    }
}

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
}

    .cd-panel::after {
        /* overlay layer */
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
    }

    .cd-panel.cd-panel--is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
        z-index:2;
    }

        .cd-panel.cd-panel--is-visible::after {
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: background 0.3s 0s;
            transition: background 0.3s 0s;
        }

.cd-panel__header {
    position: fixed;
    width: 90%;
    height: 50px;
    line-height: 50px;
    /*background: rgba(255, 255, 255, 0.96);*/
    z-index: 2;
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);*/
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

    .cd-panel__header h1 {
        color: #89ba2c;
        padding-left: 5%;
    }

.cd-panel--from-right .cd-panel__header {
    right: 0;
}

.cd-panel--from-left .cd-panel__header {
    left: 0;
}

.cd-panel--is-visible .cd-panel__header {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
    .cd-panel__header {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel__header {
        width: 50%;
    }
}

.cd-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    /* image replacement */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

    .cd-panel__close::before, .cd-panel__close::after {
        /* close icon created in CSS */
        content: '';
        position: absolute;
        top: 22px;
        left: 20px;
        height: 3px;
        width: 20px;
        background-color: #424f5c;
        /* this fixes a bug where pseudo elements are slighty off position */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-panel__close::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-panel__close::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cd-panel__close:hover {
        background-color: #424f5c;
    }

        .cd-panel__close:hover::before, .cd-panel__close:hover::after {
            background-color: #ffffff;
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
        }

        .cd-panel__close:hover::before {
            -webkit-transform: rotate(220deg);
            -ms-transform: rotate(220deg);
            transform: rotate(220deg);
        }

        .cd-panel__close:hover::after {
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
        }

.cd-panel--is-visible .cd-panel__close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cd-panel__container {
    position: fixed;
    width: 70%;
    height: 100%;
    top: 0;
    /*background: #dbe2e9;*/
    background:#fff;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel__container {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel__container {
        width: 50%;
    }
}

.cd-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35px 5%;
    overflow: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}

    .cd-panel__content p {
        font-size: 1.4rem;
        color: #424f5c;
        line-height: 1.4;
        margin: 2em 0;
    }

        .cd-panel__content p:first-of-type {
            margin-top: 0;
        }

@media only screen and (min-width: 768px) {
    .cd-panel__content p {
        font-size: 1.6rem;
        line-height: 1.6;
    }
}


.cd-panel__header, .cd-panel__container {
    max-width: 340px;
    min-width:324px;
}

html, body {
    height:100%;
}

.checkout-review h4 {
    font-size:18px;
    font-weight:500;
    margin-top:8px;
}

.checkout-review h5, .checkout-review h6, .price-quantity {
    font-size: 14px;
    font-weight: 400;
}

.checkout-review-footer {
    border-top: solid 1px #CED4DA;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 4px;
}

.price-quantity {
    line-height:18px;
}

.modal-header {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}


.dialog-heading {
    font-weight: 500;
    border-bottom: 1px solid #e9ecef !important;
    padding-bottom: 15px !important;
}

.error {
    position: relative;
}

.error-message {
    color: red;
    font-weight: 600;
    max-width: 400px;
    margin: 0 auto;
    font-size: 11px;
    position: absolute;
    top:-15px;
}

.doc-upload {
    position: relative;
    top: auto;
}

.error input {
    border: solid 1px red !important;
}

.text, .text:hover {
    color: #fff;
    text-decoration: none;
}

.circle {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    text-align: center;
    padding-top: 8px;
}

@media (max-width: 575px) {
    .article > .album {
        padding-left: 25px;
    }
}

.share-links {
    position: fixed;
    left: 0;
    top: 50%;
    color: white;
    padding: 0;
    list-style-type: none;
}

    .share-links a {
        width: 100%;
        height: 100%;
        color: #fff;
        display: inline-block;
    }

    .share-links .facebook {
        background-color: #3A579A;
    }

    .share-links .twitter {
        background-color: #00ABF0;
    }

    .share-links .google {
        background-color: #DF4A32;
    }

    .share-links .linked-in {
        background-color: #127BB6;
    }

    .share-links .reddit {
        background-color: #FC461E;
    }

    .share-links li {
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
    }

.negativeInventory {
    border: 0;
    position: relative;
    animation-name: shake;
    animation-duration: 5s;
    animation-timing-function: ease-in;
    cursor: pointer;
    text-decoration: none;
}

    .negativeInventory:active {
        color: red;
        pointer-events: painted;
        animation-name: shakeAnim;
    }

    .add-remove-qty:hover {
        text-decoration: none;
    }
@keyframes shakeAnim {
    0% {left: 0; color:red}
    1% {left: -3px; color:red}
    2% {left: 5px; color:red}
    3% {left: -8px; color:red}
    4% {left: 8px; color:red}
    5% {left: -5px; color:red}
    6% {left: 3px; color:red}
    7% {left: 0; color:red}
}

@keyframes shake {
    0% {left: 0}
    1% {left: -3px}
    2% {left: 5px}
    3% {left: -8px}
    4% {left: 8px}
    5% {left: -5px}
    6% {left: 3px}
    7% {left: 0}
}


@media only screen and (min-width: 320px) {
    .zoom-out {
        zoom: .8;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

.max-width-600 {
    max-width: 600px !important;
}

/* Flyout Styles */
.flyout-toggle {
    cursor: pointer;
    display: inline-block;
}

.flyout {
    position: absolute;
    transform-origin: right top;
    top: -24px;
    right: 20px;
    z-index: 6;
    transform: scale(0);
    transition: all 0.1s linear 0s;
    width: 120px;
}

    .flyout.flyout-show {
        transform: scale(1);
    }

    .flyout .flyout-container {
        width: 90%;
        border-radius: 5rem;
        padding: 0.5rem;
        background: white;
        display: flex;
        box-shadow: rgb(0 0 0 / 30%) 0px 0.2rem 3rem;
        margin: 0px auto;
        justify-content: space-between;
    }

    .flyout .flyout-aligner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }


    .flyout .flyout-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1 1 0%;
    }

    .flyout .flyout-button {
        background-color: transparent;
        border: 0px;
        outline: none;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
        opacity: 1;
    }

    .flyout .fa-trash-alt {
        color: #d9534f;
    }

    .flyout .flyout-middle {
        display: flex;
        align-items: center;
        flex-direction: column;
        animation: 0s ease 0s 1 normal none running none;
    }

/* Loading Spinner Styles */
.lds-ring {
    display: none;
    height: 1em;
    position: relative;
    width: 1em;
}

    .lds-ring.active {
        display: inline-block;
    }

    .lds-ring > div {
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border: solid;
        border-color: #fff transparent transparent transparent;
        border-radius: 50%;
        box-sizing: border-box;
        display: block;
        height: inherit;
        position: absolute;
        width: inherit;
    }

        .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;
        }

.lds-ring-sm {
    width: 16px;
    height: 16px;
}

    .lds-ring-sm > div {
        border-width: 2px;
    }

.lds-ring-blue > div {
    border-color: #007bff transparent transparent transparent;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}