:root {
    --orange: #e7b541;
    --red: #6f0000;
    --redDark: #3c0000;
    --grayLight: #f3f3f3;
    --gray: #b5b5b5;
}

.step {
    display: none;
}

.step.is-active {
    display: block;
}

.is-loading {
    position: relative;
}

.app-container {
    min-height: 400px;
}

.text-red {
    color: var(--red);
}

.text-bold {
    font-weight: bold;
}

.is-loading:before,
.category-item:before,
.app-container:before,
.category-item__img {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.is-loading:before {
    content: '';
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 5px solid;
    border-radius: 50%;
    border-top-color: transparent !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    -webkit-animation: isLoading 3s infinite linear;
    animation: isLoading 3s infinite linear;
    will-change: opacity, transform;
}

.is-loading:before {
    opacity: 1;
}

.app-container.is-loading #app {
    opacity: 0;
}

#app {
    opacity: 1;
    -webkit-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;
}

.category-item.is-loading .category-item__img {
    opacity: .25;
}

.category-item,
.order-tab__btn {
    cursor: pointer;
}

.active-product__add.is-submitting {
    background-color: black;
}

.add-status {
    padding: 10px;
}

.add-status.is-success {
    color: #c19635;
    font-weight: bold;
    padding: 0;
}

.add-status.is-error {
    color: #6f0000;
    font-weight: bold;
    padding: 0;
}

@-webkit-keyframes isLoading {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
        transform: translate(-50%, -50%) rotateZ(0);
        border-color: var(--red);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
        border-color: var(--red);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
        transform: translate(-50%, -50%) rotateZ(0);
        border-color: var(--orange);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
        border-color: var(--orange);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
        border-color: var(--red);
    }
}

@keyframes isLoading {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
        transform: translate(-50%, -50%) rotateZ(0);
        border-color: var(--red);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
        border-color: var(--red);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotateZ(720deg);
        transform: translate(-50%, -50%) rotateZ(720deg);
        border-color: var(--orange);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) rotateZ(1080deg);
        transform: translate(-50%, -50%) rotateZ(1080deg);
        border-color: var(--orange);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(1440deg);
        transform: translate(-50%, -50%) rotateZ(1440deg);
        border-color: var(--red);
    }
}

@media(min-width: 768px) and (max-width: 1024px) {

    .product-block-container:nth-of-type(odd),
    .category-block-container:nth-of-type(odd) {
        clear: left;
    }
}

@media(min-width: 1025px) {

    .product-block-container:nth-of-type(3n+4),
    .category-block-container:nth-of-type(3n+4) {
        clear: left;
    }
}

.store-content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.input-choice-value {
    position: relative;
    display: block;
    padding-left: 24px;
}

input[type=radio].input-choice,
input[type=checkbox].input-choice {
    display: none;
}

/* .product__quantity__btn {
    display: none !important;
} */
.input-choice-value:before,
.input-choice-value:after {
    content: '';
    position: absolute;
    display: block;
}

.input-choice-value:before {
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid var(--orange);
}

.input-choice-value--radio:before {
    border-radius: 50%;
}

.input-choice:checked~.input-choice-value--radio:after {
    top: 7px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--orange);
}

.input-choice:checked~.input-choice-value--checkbox:after {
    content: '✓';
    top: -2px;
    left: 3px;
    color: var(--orange);
}

.order-online p,
.order-online ul,
.order-online ol {
    font-size: 15px;
    line-height: 1.4;
}

.order-online .intro-text p,
.order-online .intro-text ul,
.order-online .intro-text ol {
    padding-bottom: 20px;
}

.order-online h2,
.order-online .h2 {
    font-size: 16px;
    float: none;
    padding-right: 0;
}

.order-online h2.small,
.order-online .h2.small {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
}

@media(min-width:1025px) {

    .order-online h2,
    .order-online .h2 {
        font-size: 36px;
    }

    .order-online .start-block__headline.small:after {
        margin-top: 22px;
    }
}

.btn--outline {
    background-color: transparent;
    border: 1px solid;
}

.btn--black {
    background-color: black;
    color: white;
}

.btn--outline--red {
    color: var(--red);
    border-color: var(--red);
}

.btn--outline--red:hover {
    color: #fff;
    background-color: var(--redDark);
}

.btn--outline--orange {
    color: var(--orange);
    border-color: var(--orange);
}

.btn--outline--orange:hover {
    color: #fff;
    background-color: var(--orange);
}

.penn-btn {
    color: #3c84c4;
    border-color: #3c84c4;
}

.penn-btn:hover {
    background-color: #3c84c4;
}

.btn--full-width {
    width: 100% !important;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex--no-wrap {
    -webkit-box-flex: nowrap;
    -ms-flex: nowrap;
    flex: nowrap;
    /* default value; class is for override */
}

.start-block--location,
.start-block--order-type,
.start-block--your-order {
    padding-right: 40px;
}

.start-block--location {
    -webkit-box-flex: 40%;
    -ms-flex: 40% 0 1;
    flex: 40% 0 1;
}

.start-block--location,
.start-block--order-type {
    border-right: 1px solid var(--gray);
}

.start-block--order-type,
.start-block--your-info {
    -webkit-box-flex: 30%;
    -ms-flex: 30% 0 1;
    flex: 30% 0 1;
    padding-left: 40px;
}

.active-product__add {
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
    margin-top: 40px;
}

.product__quantity__input-container {
    max-width: 200px;
    /* margin-bottom: 40px; */
}

.product__quantity__input-container .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    /* width: 257px !important; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px !important;
}

.product__quantity__title {
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: none;
}

.product__quantity__input {
    height: 100%;
    text-align: center;
}

.product__quantity__btn[disabled] {
    background-color: gray;
    cursor: not-allowed;
}

@media(min-width:600px) {
    .active-product__add {
        width: auto;
    }

    .product__quantity__input-container {
        max-width: 100%;
    }
}

/*Login Panel Screen 1*/
.order-online .login-panel {
    max-width: 1135px;
    margin: 50px auto 0;
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    padding: 50px;
}

.login-panel__headline+.btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.login-panel__field--password {
    margin-bottom: 20px;
}

@media(min-width:600px) {

    .login-panel__view__submit,
    .login-panel__view__submit+.btn {
        display: block !important;
        width: 100% !important;
        text-align: center;
    }

    .login-panel__view__submit+.btn {
        margin-top: 10px;
    }
}

@media(min-width:768px) {

    .login-panel__view__submit,
    .login-panel__view__submit+.btn {
        display: inline-block !important;
        width: auto !important;
    }

    .login-panel__view__submit+.btn {
        margin-top: 0px;
        margin-left: 20px !important;
    }
}

/*Get Started Panel*/
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.order-online input[type=radio] {
    float: left;
    margin-top: 6px;
    width: 25px;
    line-height: 28px;
}

.get-started__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.link {
    text-decoration: none;
    color: #6f0000;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.link:hover {
    color: #6f0000;
    background-color: #e5d9d9;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* @font-face {
    font-family: "Flaticon2";
    src: url("../fonts/order-online/Flaticon.eot");
    src: url("../fonts/order-online/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/order-online/Flaticon.woff2") format("woff2"),
        url("../fonts/order-online/Flaticon.woff") format("woff"),
        url("../fonts/order-online/Flaticon.ttf") format("truetype"),
        url("../fonts/order-online/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon2";
        src: url("../fonts/order-online/Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-maps-and-flags:before {
    content: "\f100";
}
.flaticon-shopping-bag:before {
    content: "\f101";
}
.flaticon-user:before {
    content: "\f102";
}
.flaticon-spoon-and-fork-crossed:before {
    content: "\f103";
}
.flaticon-bin:before {
    content: "\f104";
}
.flaticon-check:before {
    content: "\f105";
}
.flaticon-pen:before {
    content: "\f106";
}
.flaticon-plus:before {
    content: "\f107";
}
.flaticon-chevron-right:before {
    content: "\f108";
}
.flaticon-chevron-left:before {
    content: "\f109";
}
.flaticon-invisible:before {
    content: "\f10a";
}
.flaticon-visibility:before {
    content: "\f10b";
} */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/order-online/icomoon.eot?n94e9x');
    src: url('../fonts/order-online/icomoon.eot?n94e9x#iefix') format('embedded-opentype'),
        url('../fonts/order-online/icomoon.ttf?n94e9x') format('truetype'),
        url('../fonts/order-online/icomoon.woff?n94e9x') format('woff'),
        url('../fonts/order-online/icomoon.svg?n94e9x#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .icon-plus:before {
    content: "\f107";
} */
.icon-user:before {
    content: "\f102";
}

.icon-shopping-bag:before {
    content: "\f101";
}

.icon-chevron-left:before {
    content: "\f109";
}

.icon-004-spoon-and-fork-crossed:before {
    content: "\f103";
}

.icon-bin:before {
    content: "\f104";
}

.icon-check:before {
    content: "\f105";
}

.icon-chevron-right:before {
    content: "\f108";
}

.icon-pen:before {
    content: "\f106";
}

.icon-maps-and-flags:before {
    content: "\f100";
}

.icon-visibility:before {
    content: "\e9ce";
}

.icon-invisible:before {
    content: "\e9d1";
}

/* .icon-plusold:before {
    content: "\ea0a";
} */
.icon-red {
    color: var(--red);
}

.icon-get-started {
    position: relative;
    top: -3px;
    font-size: 24px;
}

.store-content__top__links--left {
    margin-right: auto;
}

.store-content__top__links--right {
    margin-left: auto;
}

.store-content__top__btn {
    position: relative;
    padding: 0;
    background-color: transparent;
}

.store-content__top__btn .flaticon:before {
    font-size: 12px;
}

.affix-head .page-header {
    z-index: 999;
}

.woocommerce-checkout.processing #place_order {
    color: #6f0000 !important;
    position: relative;
}

.woocommerce-checkout.processing #place_order:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid;
    border-color: white white transparent;
    -webkit-animation: simpleSpin 1s linear infinite;
    animation: simpleSpin 1s linear infinite;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes simpleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
        transform: translate(-50%, -50%) rotateZ(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes simpleSpin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
        transform: translate(-50%, -50%) rotateZ(0);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

.store-content__top__btn:hover {
    color: var(--redDark);
    background-color: transparent;
}

.cart-item {
    margin-top: 24px;
}

.cart-item__edit {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    padding: 12px;
    margin-top: 20px;
}

.cart-item__edit i {
    margin-right: 6px;
    font-size: 14px;
}

.cart-item__edit .flaticon:before {
    margin-right: 6px;
    font-size: 14px;
}

.cart-extras__headline {
    padding: 0 0 5px;
    font-size: 26px;
}

.cart-extras__headline .icon {
    display: inline-block;
    background-color: var(--red);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: white;
}

.cart-extra__img-container {
    max-width: 100%;
}

.cart-extra__img {
    width: 100%;
    height: 160px !important;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-extra {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-extra__add {
    margin: auto;
    margin-top: 10px;
    background-color: white;
    border: 1px solid var(--gray);
    color: black;
    font-weight: bold;
    font-size: 19px;
}

.cart-extra__add:hover {
    background-color: var(--grayLight);
    color: black;
}

@media(min-width:1025px) {
    .cart-extra {
        padding: 0;
        background: transparent;
    }
}

/**
 * Buttons
 */
.order-online .btn {
    width: auto;
    height: auto;
    font-weight: 700;
    font-family: MarkWebW04;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: normal;
    font-size: 14px;
    padding: 14px 30px;
}

.order-online .btn-primary {
    font-size: 16px;
    color: #e7b541;
    padding: 13px 0;
}

.order-online .btn-primary:before {
    content: '<';
    display: inline-block;
    font-size: 20px;
    position: relative;
    left: -8px;
}

.order-online .btn-secondary {
    background-color: #6f0000;
    color: #fff;
    font-size: 15px;
    padding: 13px 33px;
}

.order-online .btn-secondary:hover {
    background-color: #3c0000;
}

.order-online .btn-tertiary {
    background-color: #700000;
    color: #fff;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 12px 33px 16px;
}

.order-online .btn-quaternary {
    background-color: transparent;
    padding: 0;
    color: #e4b340;
    font: bold 16px/1.25em MarkWebW04;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.order-online .btn-quaternary:after {
    font-family: Flaticon;
    font-size: 10px;
    font-weight: 700;
    content: "\f10b";
    vertical-align: middle;
    display: inline-block;
    padding-left: 5px;
    margin-top: -3px;
}

.order-online .btn-quaternary.left-arrow:before {
    font-family: Flaticon;
    font-size: 10px;
    font-weight: 700;
    content: "\f10b";
    vertical-align: middle;
    display: inline-block;
    padding-left: 5px;
    margin-top: -4px;
    left: 8px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.order-online .btn-quaternary.left-arrow:hover {
    color: #c79319;
}

.order-online .btn-quaternary.left-arrow:after {
    display: none;
}

.order-online .btn-border {
    border: 1px solid #6f0000;
    color: #6f0000;
    padding: 13px 33px;
    background-color: #fff;
}

.order-online .btn-border:hover {
    background-color: #f3f3f3;
}

.order-online .btn--orange {
    background-color: #eab64e;
    color: #fff;
    font-size: 15px;
    padding: 12px 33px 16px;
    text-align: center;
    width: 100%;
}

.order-online .btn-block {
    display: block;
    width: 100%;
}

.order-online .btn+.btn {
    margin-left: 24px;
    /* Add margin-left when 2 buttons are next to each other */
}

@media(min-width: 1025px) {
    .order-online .btn {
        font-size: 15px;
    }

    .order-online .btn--orange {
        font-size: 17px;
    }
}

/* temp styling */
.show-password-icon {
    width: 25px;
    height: 25px;
    /* background-color: red; */
}

/* .show-password-icon.icon--eye-crossed {
    background-color: pink;
} */
/*create account*/
.login-panel__input--password {
    width: calc(100% - 50px) !important;
    float: left;
}

.login-panel__field__validation {
    clear: both;
}

.login-panel__field__password-toggle {
    float: right;
    height: 36px;
    width: 36px;
}

.login-panel__view__error {
    color: var(--red);
    font-weight: bold;
}

.show-password-icon {
    opacity: .75;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

.show-password-icon:hover {
    opacity: 1;
}

.login-panel__field__validation li {
    padding: 0px 18px 0px 0px;
    color: #6f0000;
}

.login-panel__field__validation__rule.is-valid {
    color: green
}

.login-panel__field__validation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* .login-panel__field__password-toggle {
    display: none;
} */
.loginbtn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loginbtn-wrapper .btn--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
}

.loginbtn-wrapper .btn--arrow i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 6px;
}

.loginbtn-wrapper .btn--arrow i:before {
    font-size: 12px;
    line-height: 1em;
    position: relative;
    top: 1px;
}

/*checkout*/
.select2-container {
    width: 100% !important;
}

/* #order_review .checkout-review-headline {
    font-family: 'MarkWebW04';
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    color: #353535;
    margin: 18px 0;
    padding: 0;
} */
.checkout-review-pricing {
    float: none;
    width: 100%;
}

.woocommerce-checkout .wc_payment_method .input-radio {
    float: left;
    margin-top: 6px;
    width: 25px;
    line-height: 28px;
}

.woocommerce-checkout .wc_payment_method label {
    float: right;
    width: calc(100% - 25px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wc_payment_method.payment_method_ppec_paypal {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/**
 * Tables
 */
table {
    border-collapse: collapse;
}

/* Responsive Tables */
.order-online .table-wrap-outer {
    position: relative;
}

.order-online .table-wrap-inner {
    overflow: auto;
}

.order-online .js-table-fade {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.order-online .table-wrap-outer:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

@media (min-width: 600px) {
    .order-online .table-wrap-outer:after {
        display: none;
    }

    .order-online .table-wrap-inner {
        overflow: visible !important;
    }
}

/**
 * Forms
 */
/* Removes default webkit form styling */
.order-online input:not([type="radio"]):not([type="checkbox"]),
.order-online button,
.order-online textarea {
    -webkit-appearance: none;
}

/* default text input style */
.order-online [type="text"],
.order-online [type="date"],
.order-online [type="datetime"],
.order-online [type="datetime-local"],
.order-online [type="email"],
.order-online [type="month"],
.order-online [type="number"],
.order-online [type="password"],
.order-online [type="search"],
.order-online [type="tel"],
.order-online [type="url"],
.order-online [type="week"],
.order-online [type="date"] {
    border: 1px solid #C3C3C3;
    background: #fff;
    padding: 14px 12px;
    font-size: 14px;
    display: block;
    width: 100%;
}

.order-online ::-webkit-input-placeholder {
    color: #707070;
}

.order-online ::-moz-placeholder {
    color: #707070;
}

.order-online :-ms-input-placeholder {
    color: #707070;
}

.order-online ::-ms-input-placeholder {
    color: #707070;
}

.order-online ::placeholder {
    color: #707070;
}

/* Styling for password show/hide */
.page-template-page-order-online .js-password-toggle {
    position: absolute;
    right: 26px;
    bottom: 0;
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    cursor: pointer;
}

.page-template-page-order-online .js-password-toggle img {
    position: absolute;
    width: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Default Field Error Style */
.field-error,
.form-error {
    color: #6f0000;
    display: block;
}

.has-error select,
.has-error textarea,
.has-error input,
.has-error .selectric {
    border: 1px solid #6f0000 !important;
}

/* Removes inconsistent padding from Firefox buttons */
.order-online button::-moz-focus-inner,
.order-online [type="reset"]::-moz-focus-inner,
.order-online [type="button"]::-moz-focus-inner,
.order-online [type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/* Default Radio/Checkbox Style (if using CF7) */
.order-online .wpcf7-radio .wpcf7-list-item-label,
.order-online .wpcf7-checkbox .wpcf7-list-item-label {
    display: inline-block;
    margin-left: 5px;
}

/* Selectric */
.order-online .selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.order-online .selectric-responsive {
    width: 100%;
}

.order-online .selectric {
    border: 1px solid #C3C3C3;
    border-radius: 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding-left: 0;
}

.order-online .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 12px;
    font-size: 14px;
    line-height: 46px;
    color: #707070;
    height: 46px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order-online .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    color: #707070;
    text-align: center;
    font: 0/0 a;
    *font: 20px/46px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.order-online .selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.order-online .selectric-focus .selectric {
    border-color: #aaaaaa;
}

.order-online .selectric-hover .selectric {
    border-color: #c4c4c4;
}

.order-online .selectric-hover .selectric .button {
    color: #a2a2a2;
}

.order-online .selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.order-online .selectric-open {
    z-index: 9999;
}

.order-online .selectric-open .selectric {
    border-color: #c4c4c4;
}

.order-online .selectric-open .selectric-items {
    display: block;
}

.order-online .selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order-online .selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.order-online .selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.order-online .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.order-online .selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.order-online .selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.order-online .selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.order-online .selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

.order-online .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.order-online .selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.order-online .selectric-items ul,
.order-online .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.order-online .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.order-online .selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.order-online .selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444;
}

.order-online .selectric-items li:hover {
    background: #D5D5D5;
    color: #444;
}

.order-online .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.order-online .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.order-online .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.order-online .selectric-items .selectric-group li {
    padding-left: 25px;
}

/**
 * Breadcrumbs
 */
.order-online .breadcrumbs {
    display: none;
    list-style: none;
    margin-top: 12px;
}

.order-online .breadcrumbs li {
    display: inline-block;
}

.order-online .breadcrumbs li a:first-child {
    margin-left: 0px;
}

.order-online .breadcrumbs li a {
    font-size: 14px;
    margin-right: 6px;
    margin-left: 6px;
    color: #fff;
    text-decoration: none;
}

.order-online .breadcrumbs li:after {
    content: '|';
    display: inline-block;
}

.order-online .breadcrumb_last {
    color: #fff;
    margin-left: 6px;
    font-size: 14px;
}

.cart-extra__meta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin-top: 10px;
}

.cart-extra__variations {
    margin-top: 16px;
}

.cart-extras__variations__select {
    display: block;
    width: 100%;
    max-width: 200px;
}

@media(min-width: 768px) {
    .order-online .breadcrumbs {
        display: block;
    }

    .cart-extra__img-container {
        max-width: calc(33.33333333% - 30px);
    }

    .cart-extra__meta {
        width: auto;
    }

    .cart-extra__add {
        margin: 0;
        margin-left: auto;
    }
}

/**
 * Sliders/Carousels
 * Slick Slider - http://kenwheeler.github.io/slick/
 */
/* General styling */
.order-online .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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;
}

.order-online .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.order-online .slick-list:focus {
    outline: none;
}

.order-online .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.order-online .slick-slider .slick-track,
.order-online .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.order-online .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.order-online .slick-track:before,
.order-online .slick-track:after {
    display: table;
    content: '';
}

.order-online .slick-track:after {
    clear: both;
}

.order-online .slick-loading .slick-track {
    visibility: hidden;
}

.order-online .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.order-online [dir='rtl'] .slick-slide {
    float: right;
}

.order-online .slick-slide img {
    display: block;
}

.order-online .slick-slide.slick-loading img {
    display: none;
}

.order-online .slick-slide.dragging img {
    pointer-events: none;
}

.order-online .slick-initialized .slick-slide {
    display: block;
}

.order-online .slick-loading .slick-slide {
    visibility: hidden;
}

.order-online .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.order-online .slick-arrow.slick-hidden {
    display: none;
}

.order-online .slick-slide,
.order-online .slick-arrow,
.order-online .slick-dots button,
.order-online .slick-slide:focus * {
    outline: none !important;
}

.order-online .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

/* Preload affect */
.order-online .slick-slider .slide {
    display: none;
}

.order-online .slick-slider .slide:first-child {
    display: block;
}

.order-online .slick-slider.slick-initialized .slide {
    display: block;
}

.order-online .js-slider-has-preloader {
    /* Add this class to your slider */
    min-height: 50px;
    position: relative;
}

.order-online .js-slider-has-preloader:before {
    content: url('../img/loading.gif');
    /* Create and upload a loading gif to your image directory */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    /* Update width based on gif size */
    height: 50px;
    /* Update height based on gif size */
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.order-online .js-slider-has-preloader-init:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/* Slick Dots */
.order-online .slick-dots {
    padding: 0;
    margin: 0;
    margin-top: 24px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-online .slick-dots li {
    display: inline-block;
    cursor: pointer;
    margin: 6px;
}

.order-online .slick-dots li:before {
    display: none;
}

.order-online .slick-dots li:only-child {
    display: none;
}

.order-online .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #707070;
    text-indent: -9999px;
}

.order-online .slick-dots li.slick-active button {
    background-color: #1C4591
}

/* --------------------------------------------------*\
    UI
    UI peices are site specific non generic styles.
    eg: header, footer, sidebar, page specific styles
\* -----------------------------------------------------*/
/**
 * Page Content / Thank You
 */
.order-online .page-content {
    position: relative;
    padding: 81px 0 0;
}

.order-online .page-content .paper-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
}

.order-online .white-bg {
    background-color: #f9f9f9;
    padding: 61px 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(229, 229, 229, 1);
    box-shadow: 0px 0px 14px 0px rgba(229, 229, 229, 1);
}

.order-online .white-bg h2 {
    text-transform: uppercase;
}

.order-online .white-bg p {
    font-size: 15px;
}

.order-online .white-bg strong {
    font-weight: 700;
    font-family: MarkWebW04;
}

.order-online .order {
    border: 1px solid #d7d7d7;
    margin: 30px 10px;
    padding: 25px 0;
}

.order-online .order p {
    margin: 1em 0;
}

.order-online .btn+.btn {
    margin-left: 0;
}

@media(min-width: 768px) {
    .order-online .white-bg {
        padding: 61px 90px;
    }

    .order-online .order {
        margin: 30px 60px;
    }

    /* .order-online .btn+.btn {
        margin-left: 24px;
    } */
}

@media(min-width: 1025px) {
    .order-online .white-bg {
        padding: 61px 155px;
    }
}

/**
 * Page Content / Categories
 */
.order-online .page-content.page-tab {
    padding: 0;
}

.order-online .page-content.page-tab .paper-bg {
    display: none;
}

.order-online .page-content.page-tab .container {
    padding: 0;
}

.order-online .categories-tab {
    position: relative;
}

.order-online .categories-tab.is-sticky {
    position: fixed;
    top: var(--shiftY);
    left: 0;
    width: 100%;
    z-index: 100;
    z-index: 1000;
}

.order-online .order-tabs li,
.order-online .categories-tab li {
    background-color: #dbdbdb;
    border-top: 5px solid #dbdbdb;
    float: left;
    list-style: none;
    margin-right: 0;
    width: 100%;
    -webkit-box-shadow: 1px 0px 25px -13px rgba(229, 229, 229, 1);
    box-shadow: 1px 0px 25px -13px rgba(229, 229, 229, 1);
    text-align: center;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.order-online .order-tabs li:last-child {
    margin-right: 0;
}

.order-online .order-tabs li.active,
.order-online .categories-tab li.is-active {
    background-color: #fff;
    border-top: 5px solid #e7b541;
}

.order-online .order-tabs li.active a,
.order-online .order-tabs li.is-active .order-tab__btn {
    color: #373533;
}

.order-online .order-tabs a,
.order-online .order-tabs .order-tab__btn {
    color: #898887;
    display: block;
    font-size: 14px;
    font-family: 'MarkWebW04';
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 9px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.order-online .order-tabs .order-tab__btn:focus {
    outline: none;
}

.order-tab.is-disabled .order-tab__btn {
    cursor: not-allowed;
}

.order-online .order-tabs a:hover,
.order-online .categories-tab li:hover:not(.is-disabled),
.order-online .categories-tab li.is-active:hover:not(.is-disabled) {
    background-color: #f3f3f3;
}

.order-online .tabcontent,
.order-online .steps {
    background-color: #f9f9f9;
    border-top: 1px solid #cacaca;
    -webkit-box-shadow: 0px 8px 14px 0px rgba(229, 229, 229, 1);
    box-shadow: 0px 8px 14px 0px rgba(229, 229, 229, 1);
    padding: 16px;
    float: left;
    width: 100%;
}

.order-online .cat-tab-content {
    display: none;
    padding: 0 25px;
}

.order-online .cat-tab-content.active {
    display: block;
}

@media(min-width:768px) {

    .order-online .tabcontent,
    .order-online .steps {
        padding: 50px;
    }
}

/* @media( max-width: 1024px ) {
    .order-online .order-tabs li:not(.active ) {
        display: none;
    }
} */
/*tab-content-1*/
.order-online .location-content {
    text-align: left;
    padding-top: 50px;
    position: relative;
    margin-bottom: 60px;
}

.order-online .icon.icon-location {
    content: url(https://sclydeweaver.com/content/themes/sclydeweaver/assets/img/order-online/pin.png);
    padding-right: 5px;
}

.order-online .icon.icon-orderbag {
    content: url(https://sclydeweaver.com/content/themes/sclydeweaver/assets/img/order-online/bag.png);
    padding-right: 5px;
}

.order-online .icon.icon-person {
    content: url(https://sclydeweaver.com/content/themes/sclydeweaver/assets/img/order-online/user.png);
    padding-right: 5px;
}

.order-online i.flaticon-cart-bag {
    content: url(https://sclydeweaver.com/content/themes/sclydeweaver/assets/img/order-online/bag.png);
    padding-right: 5px;
}

.order-online i.icon--edit {
    content: url(https://sclydeweaver.com/content/themes/sclydeweaver/assets/img/order-online/pen.png);
    padding-right: 5px;
}

.order-online .location-content img,
.order-online .order-content img,
.order-online .info-content img {
    margin-right: 10px;
}

.start-block__headline {
    width: 100%;
}

.order-online .location-content h2:after,
.order-online .order-content h2:after,
.order-online .info-content h2:after,
.order-online .start-block__headline:after {
    border-bottom: 1px solid #b5b5b5;
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 10px 0 20px 0;
}

.start-block .btn {
    width: 100%;
}

.order-online .loc-info,
.order-online .order-info,
.order-online .info-user {
    margin-top: 30px
}

.order-online .info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order-online .loc-map {
    margin-right: 15px;
}

.order-online #tab-content-1.cat-tab-content {
    padding: 0 25px;
}

@media (min-width: 768px) {
    .order-online .loc-map {
        margin-right: 20px;
    }
}

@media (min-width: 1025px) {
    .order-online #tab-content-1.cat-tab-content {
        padding: 0;
    }
}

.order-online .loc-info h6,
.order-online .loc-address h6 {
    font-family: 'MarkWebW04';
    font-size: 16px;
    color: #373533;
    margin: 0;
}

.order-online .loc-info p {
    margin: 0;
}

.order-online .loc-info img {
    width: 100%;
}

.order-online .order-content {
    position: relative;
    margin-bottom: 60px;
}

.order-online .order-info input {
    margin-right: 10px;
}

.order-online .order-info label {
    font-size: 16px;
}

/*
.order-online [type="radio"],
.order-online [type="checkbox"] {
    position: absolute;
    left: -9999px;
} */
.order-online [type="radio"]:checked+label,
.order-online [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
}

.order-online [type="radio"]:checked+label:before,
.order-online [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d7d7d7;
    border-radius: 100%;
    background: #fff;
}

.order-online [type="radio"]:checked+label:after,
.order-online [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #e7b541;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.order-online [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.order-online [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.order-online [type="radio"]:hover {
    /* On mouse-over, add a grey background color */
    background-color: #f3f3f3;
}

/* Custom Checkboxes */
.order-online .check-container {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    height: 23px;
    margin-bottom: 18px;
}

.order-online .check-container.disabled {
    color: #999;
}

.order-online .check-container-inline {
    display: inline-block;
    vertical-align: top;
}

.order-online .check-container input {
    /* Hide the browser's default checkbox */
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.order-online .checkmark {
    /* Create a custom checkbox */
    position: absolute;
    top: 6px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 0;
}

.order-online .check-container:hover input~.checkmark {
    /* On mouse-over, add a grey background color */
    background-color: #f3f3f3;
}

.order-online .check-container input:checked~.checkmark {
    /* When the checkbox is checked */
    background-color: transparent;
    color: #000;
}

.order-online .checkmark:after {
    /* Create the checkmark/indicator (hidden when not checked) */
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 7px;
    border: solid #e7b541;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-online .check-container input:checked~.checkmark:after {
    /* Show the checkmark when checked */
    display: block;
}

.order-online .info-user .btn {
    display: block;
    margin-bottom: 14px;
    text-align: center;
}

.order-online .info-user .btn+.btn {
    margin-left: 0;
}

/*tab-content-2*/
.order-online #tab-content-2.cat-tab-content,
.order-online #tab-content-3.cat-tab-content {
    padding: 0;
}

.order-online .tab-options {
    background-color: #dbdbdb;
    height: 46px;
}

.order-online .tab-options a {
    font-family: 'MarkWebW04';
    font-weight: bold;
    float: left;
    text-align: center;
    width: 50%;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.order-online .tab-options a:hover {
    background-color: inherit;
}

.order-online .tab-options a:first-child {
    border-right: 1px solid #cacaca;
    color: #999998;
}

.order-online .tab-options a:first-child i:before {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    top: -2px;
    left: -5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.order-online .tab-options a:last-child {
    color: #373533;
}

.order-online .tab-options a:last-child i {
    font-size: 14px;
    margin-left: 8px;
}

.order-online .tab-options a:last-child i:before {
    font-size: 14px;
}

.order-online .tab-title,
.store-content__top {
    border-bottom: 1px solid #b5b5b5;
    /* margin: 0 25px; */
    padding-bottom: 11px;
    text-align: center;
}

.order-online .tab-title i,
.store-content__top__title i {
    color: #6f0000;
    font-size: 32px;
    margin-right: 15px;
}

.order-online .tab-title img {
    margin-right: 5px;
}

.order-online .tab-title a,
.store-content__top__links button {
    display: none;
}

.order-online .categories-item {
    padding: 22px 25px 0;
}

.order-online .cat-item,
.category-item {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    margin-bottom: 15px;
}

.order-online .cat-item img,
.category-item img {
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 40%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.order-online .overlay,
.category-item__overlay {
    padding-left: 20px;
    width: 60%;
    z-index: 4;
}

.order-online .overlay h5,
.category-item__overlay h5 {
    color: #221f1f;
    font-family: 'MarkWebW04';
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}

@media(min-width:768px) {

    .order-online .overlay h5,
    .category-item__overlay h5 {
        font-size: 16px;
    }
}

.store-content__block--products .category-item__overlay h5 {
    text-transform: initial;
}

.order-online .select-category .overlay h5 {
    font-family: 'MarkWebW04';
    text-transform: capitalize;
}

.order-online .item-select,
.store-content__block--product {
    padding-top: 30px;
}

.order-online .item-select img,
.store-content__block--product img {
    /* object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;'; */
    width: 100%;
    height: 100%;
}

.store-content__block .warning {
    padding-top: 30px;
    display: block;
}

.order-online .item-select .btn-link {
    color: #6f0000;
    font-weight: 700;
    font-family: 'MarkWebW04';
    text-transform: uppercase;
    font-size: 14px;
}

.order-online .item-select .btn-link:hover {
    background-color: inherit;
    color: #3c0000;
}

.order-online .item-select .btn-link span {
    font-size: 10px;
    font-weight: 700;
    margin-left: 5px;
}

.order-online .item-select .btn-link:hover span {
    color: #3c0000;
}

.order-online .item-select .btn-link span:before {
    font-size: 10px;
}

.order-online .item-select h6,
.active-product__attribute__title {
    color: #373533;
    font-family: 'MarkWebW04';
    font-weight: bold;
    font-size: 16px;
    margin: 30px 0 0;
    text-transform: initial;
}

.active-product__attribute {
    padding-left: 0;
}

.active-product__attribute:before {
    content: none;
}

.order-online .item-select p {
    font-size: 16px;
}

.order-online .item-select label {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.order-online .item-select input {
    margin-right: 5px;
}

.order-online .item-select .btn {
    display: block;
    text-align: center;
    margin-top: 35px;
}

.order-online .select-items,
.order-online .select-category {
    display: none;
}

.order-online .select-category.active,
.order-online .select-items.active {
    display: block;
}

/*Tab-content-3*/
.order-online #tab-content-3 .tab-options a {
    color: #999998;
    width: 100%;
}

.order-online .review-cart {
    padding: 22px 25px 0;
}

.order-online .cart-item {
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.order-online .cart-item>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-online .cart-item>.row:first-of-type {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-online .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
}

.order-online .item-wrap img {
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 40%;
    height: 100%;
}

.order-online .ingredients p {
    margin: 1em 0;
}

.order-online .ingre-info {
    padding-left: 18px;
    width: 60%;
}

.order-online .ingre-info h4,
.order-online .cart-item__title {
    font-size: 16px;
    font-weight: 700;
    font-family: MarkWebW04;
    text-transform: initial;
}

.order-online .ingre-info p {
    display: none;
}

.order-online .input-number-group {
    border: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-online .input-number-group input[type=number]::-webkit-inner-spin-button,
.order-online .input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.order-online .input-number-group .input-group-button {
    line-height: calc(80px/2 - 5px);
}

.order-online .input-number-group .input-number {
    width: 100%;
    text-align: center;
    outline: none;
    display: block;
    margin: 0;
}

.order-online .input-number-group .input-number,
.order-online .input-number-group .input-number-decrement,
.order-online .input-number-group .input-number-increment {
    border: 0;
    height: 41px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}

.order-online .input-number-group .input-number-decrement,
.order-online .input-number-group .input-number-increment {
    display: inline-block;
    width: 32px;
    background: #0c0500;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

.order-online .input-number-group .input-number-decrement:hover,
.order-online .input-number-group .input-number-increment:hover {
    background: #373533;
}

.order-online .price,
.cart-item__price {
    border: 1px solid #dcdcdc;
    background-color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.order-online .price p,
.cart-item__price {
    font-weight: 700;
    font-family: MarkWebW04;
    margin: 0;
}

.order-online .btn-edit {
    border: 1px solid #dcdcdc;
    color: #353535;
    display: block;
    margin-top: 20px;
    text-align: center;
    padding: 12px 0;
    width: 100%;
}

.order-online .btn-edit img {
    margin-right: 10px;
}

.order-online .trash,
.cart-item__delete {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #373533;
    width: 25px !important;
    height: 25px;
    text-align: center;
    padding: 0 9px !important;
    text-transform: uppercase;
}

.order-online .trash a:hover,
.cart-item__delete:hover {
    background: inherit;
}

.order-online .trash span {
    display: none;
}

.order-online .trash i,
.cart-item__delete i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-online .trash i:before,
.cart-item__delete i:before {
    font-size: 11px;
}

.order-online .add-status {
    margin-top: 20px;
}

.order-online .cart-item__content {
    margin-top: 24px;
}

.order-online .cart-item .cart-item__content {
    margin-top: 0;
}

.cart-item__content p {
    font-size: 18px;
}

.order-online .store-content--review-cart .btn--orange {
    display: block;
    margin: 30px 0;
}

.order-online .store-content--review-cart .btn--orange:hover {
    background-color: #e4b340;
}

.order-online .extra,
.cart-extras__headline {
    border-bottom: 1px solid #b5b5b5;
    padding: 8px 0 11px;
    margin-bottom: 20px;
}

.order-online .extra h3 {
    text-align: center;
}

.order-online .extra i,
.cart-extras__headline i {
    color: #6f0000;
    font-size: 20px;
    margin-right: 10px;
}

.order-online .extra i:before,
.cart-extras__headline i:before {
    font-size: 20px;
}

.order-online .extra-menu {
    background-color: #fff;
    height: 106px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 10px;
}

.order-online .extra-menu img {
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 40%;
    height: 100%;
}

.order-online .menu-title {
    width: 60%;
    padding-left: 20px;
}

.order-online .menu-title h6 {
    color: #221f1f;
    font-weight: 700;
    font-family: MarkWebW04;
    font-size: 16px;
    margin: 0;
}

.order-online .menu-title span {
    font-family: 'MarkWebW04';
}

.order-online .review .btn-secondary {
    display: block;
    text-align: center;
    margin-top: 40px;
}

/*tab-content-4*/
.order-online #tab-content-4 .tab-title {
    margin: 0;
}

.order-online .billing {
    padding: 22px 0 0;
}

.order-online .billing h6,
.order-online .carts h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: MarkWebW04;
}

.order-online .billing h6,
.order-online .carts h6 {
    margin-bottom: 20px;
}

.order-online .billing .req,
.order-online .credit-card .req {
    color: #690000;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
}

.order-online .billing textarea {
    border: 1px solid #C3C3C3;
    background: #fff;
    padding: 0 12px;
    display: block;
    width: 100%;
    line-height: 31px !important;
}

.order-online .billing textarea,
.order-online .billing input,
.order-online .billing .selectric .label,
.order-online .credit-card input {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
}

.order-online .billing .selectric .button {
    line-height: 36px;
    height: 36px;
}

.order-online .billing [class*="col-"] {
    margin-bottom: 30px;
}

.order-online .billing label {
    display: block;
    margin-bottom: 5px;
}

.order-online .billing strong {
    font-weight: 700;
    font-family: MarkWebW04;
}

.order-online .emailadd p {
    font-size: 12px;
}

.order-online .order-notes {
    border-top: 1px solid #efefef;
    padding-top: 25px;
}

.order-online .carts {
    margin-top: 20px;
}

.order-online .carts .ingre-info img {
    width: auto;
}

.order-online .carts .ingre-info p {
    font-size: 16px;
}

.order-online .carts .ingre-info span {
    color: #6f0000;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: MarkWebW04;
}

.order-online .gift-card {
    background-color: #f1f1f1;
    padding: 19px 20px;
}

.order-online .gift-card p {
    margin: 0;
}

.order-online .total {
    border-bottom: 1px solid #efefef;
    margin-top: 50px;
}

.order-online .total p,
.order-online .grandtotal p {
    margin: 1em;
}

.order-online .total span {
    color: #221f1f;
    font-weight: 700;
    font-family: MarkWebW04;
    float: right;
    position: relative;
    top: -38px;
}

.order-online .grandtotal p {
    font-size: 18px;
}

.order-online .grandtotal span {
    color: #6f0000;
    font-weight: 700;
    font-family: MarkWebW04;
    font-size: 20px;
    float: right;
    position: relative;
    top: -45px;
}

.order-online .creditcard p {
    margin: 0;
}

.order-online .creditcard label,
.order-online .paypal label {
    margin-left: 0 !important;
}

.order-online .creditcard {
    margin-bottom: 30px !important;
}

.order-online .credit-card [class*="col-"] {
    margin-bottom: 20px;
}

.order-online .credit-card label {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 20px;
}

.order-online .credit-card input[type="radio"] {
    margin-right: 10px;
    vertical-align: middle;
}

.order-online .credit-card img {
    vertical-align: middle;
}

.order-online .paypal {
    margin-top: 20px;
}

.order-online .credit-card .btn-secondary {
    display: block;
    text-align: center;
}

.store-content__block {
    /* margin-top: 24px; */
    margin-bottom: 40px;
}

.active-product__content {
    margin-bottom: 24px;
    padding-top: 20px;
}

.active-product__content p {
    font-size: 18px;
}

.product__quantity__btn {
    width: 48px !important;
    height: 48px;
}

.product__quantity__input {
    max-width: 96px;
    height: 48px;
}

.woocommerce-checkout .product-meta__name {
    margin-top: 0;
}

@media(min-width: 768px) {

    .cart-item__img-container,
    .cart-extra__img-container {
        position: relative;
        height: 165px;
    }

    .cart-item__img,
    .cart-extra__img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .order-online .trash,
    .cart-item__delete:not(.hidden-sm-up) {
        width: auto !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: transparent;
        color: #373533;
        padding: 0;
        top: auto;
        right: auto;
        margin-left: auto;
    }

    .order-online .trash i,
    .cart-item__delete i {
        color: #373533;
    }

    .title-delete {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .order-online .cat-item,
    .category-item {
        height: 257px;
        position: relative;
        display: block;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(219, 219, 219, 1);
        box-shadow: 0px 0px 13px 0px rgba(219, 219, 219, 1);
        margin-bottom: 30px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
    }

    .order-online .cat-item img,
    .category-item img {
        width: 100%;
    }

    .order-online .overlay,
    .category-item__overlay {
        background-color: #f9f9f9;
        height: 79px;
        width: 100%;
        padding: 0 30px;
        position: absolute;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .order-online .item-select h6,
    .active-product__attribute__title {
        margin: 0;
        font-size: 18px;
    }

    .order-online .item-select .btn {
        display: inline-block;
    }

    .order-online .item-select label,
    .order-online .item-select p,
    .order-online .item-select .btn-link {
        font-size: 18px;
    }

    .order-online .item-select .btn-link span,
    .order-online .item-select .btn-link span:before {
        font-size: 12px;
    }

    .order-online .item-wrap {
        height: 120px;
    }

    .order-online .btn-edit {
        margin-top: 0;
    }

    .order-online .input-number-group .input-number,
    .order-online .input-number-group .input-number-decrement,
    .order-online .input-number-group .input-number-increment {
        height: 46px;
    }

    .order-online .input-number-group .input-number-decrement,
    .order-online .input-number-group .input-number-increment {
        width: 50px;
    }

    .order-online .price,
    .cart-item__price,
    .cart-item__edit {
        /* height: 48px; */
        margin-top: 0;
    }

    .order-online .extra-menu {
        height: 140px;
    }

    .order-online .extra-menu img {
        width: 30%;
    }

    .order-online .menu-title {
        width: 70%;
    }

    .active-product__content {
        padding-top: 0;
    }
}

.order-online .tab-title a,
.store-content__top__links button {
    color: #373533;
    display: block;
    font-weight: 700;
    font-family: MarkWebW04;
    font-size: 16px;
    /* position: absolute; */
    text-transform: uppercase;
    /* top: 15%; */
    margin-bottom: 6px;
}

#billing_country_field {
    display: none;
}

.active-category-desc {
    margin-top: 24px;
    font-size: 18px;
}

@media(min-width: 1025px) {
    .store-content__top__links {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .store-content__top__title-container {
        -webkit-box-flex: 50%;
        -ms-flex-positive: 50%;
        flex-grow: 50%;
    }

    .store-content__top__links--left {
        text-align: left;
    }

    .store-content__top__links--right {
        text-align: right;
    }

    .order-online .page-content.page-tab {
        padding: 78px 0 21px;
    }

    .order-online .page-content.page-tab .paper-bg {
        display: block;
    }

    .order-online .page-content.page-tab .container {
        padding: 0 24px;
    }

    .order-online .order-tabs li {
        background-color: #dbdbdb;
        border-top: 5px solid #dbdbdb;
        float: left;
        list-style: none;
        margin-right: 2.66%;
        width: 23%;
        -webkit-box-shadow: 1px 0px 25px -13px rgba(229, 229, 229, 1);
        box-shadow: 1px 0px 25px -13px rgba(229, 229, 229, 1);
        text-align: center;
    }

    .order-online .order-tabs li.active,
    .order-online .categories-tab li.is-active {
        background-color: #f9f9f9;
    }

    .order-online .order-tabs a,
    .order-online .order-tabs .order-tab__btn {
        padding: 13px 0 20px;
        font-size: 16px;
    }

    .order-online .tab-options a {
        font-size: 16px;
    }

    .order-online .tabcontent,
    .order-online .steps {
        border-top: 0;
        padding: 90px 88px;
    }

    .order-online .location-content:after,
    .order-online .order-content:after,
    .start-block:after {
        border-right: 1px solid #d7d7d7;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .order-online .location-content:after {
        right: 2%;
    }

    .order-online .order-content:after {
        right: -14%;
    }

    .order-online .location-content {
        padding-top: 0;
        padding-right: 46px;
    }

    .order-online .info-content {
        padding-left: 50px;
    }

    .order-online .location-content,
    .order-online .order-content,
    .order-online .info-content,
    .start-block {
        margin-bottom: 0;
        height: 296px;
    }

    .order-online .tab-title,
    .store-content__top {
        margin: 0;
        position: relative;
        padding: 0 0 11px;
    }

    .order-online .tab-title .delete {
        right: 0;
    }

    .order-online .tab-title .delete:hover,
    .order-online .tab-title .delete:hover i {
        background-color: inherit;
        color: #6c0000;
    }

    .order-online .tab-title .delete i {
        font-size: 17px;
        color: #373533;
        margin-left: 8px;
        margin-right: 0
    }

    .order-online .tab-title .delete i:before {
        font-size: 17px;
    }

    .order-online .tab-title .all-items,
    .order-online .btn--back {
        left: 0;
    }

    .order-online .tab-title .all-items:hover,
    .order-online .btn--back:hover {
        background-color: inherit;
        color: #6c0000;
    }

    .order-online .tab-title .all-items:hover i,
    .order-online .btn--back:hover i {
        color: #6c0000;
    }

    .order-online .tab-title .all-items i,
    .order-online .btn--back i {
        font-size: 11px;
        font-weight: 700;
        color: #373533;
        display: inline-block;
        margin-left: 0;
        margin-right: 8px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .order-online .tab-title .all-items i:before,
    .order-online .btn--back i:before {
        font-size: 11px;
    }

    .order-online .categories-item {
        padding: 0;
    }

    .order-online .cat-item,
    .category-item {
        margin: 30px 0 0;
        overflow: hidden;
    }

    .order-online .cat-item:hover,
    .category-item:hover {
        -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
        box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    }

    .order-online .cat-item:hover img,
    .category-item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .order-online .cat-item:after,
    .category-item:after {
        content: '';
        height: 100%;
        width: 100%;
        display: block;
        background: rgb(231, 181, 65, 0.8);
        position: absolute;
        top: 0;
        opacity: 0;
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s;
    }

    .order-online .cat-item:hover:after,
    .category-item:hover:after {
        opacity: 1;
    }

    .order-online .overlay h5,
    .category-item__overlay h5 {
        font-size: 18px;
    }

    .order-online .cat-item:hover .overlay h5,
    .category-item:hover .category-item__overlay h5 {
        color: #6f0000;
    }

    .order-online .recipe-info {
        padding-left: 35px;
    }

    .order-online .recipe-info p:first-child,
    .active-product__content p:first-child {
        margin-bottom: 1em;
    }

    .order-online .review-cart {
        padding: 30px 0 0;
    }

    .order-online .cart-item {
        border: 1px solid #dcdcdc;
        padding: 30px;
    }

    .order-online .item-wrap {
        height: auto;
        margin-bottom: 30px;
    }

    .order-online .item-wrap img {
        width: 20%;
    }

    .order-online .ingre-info {
        width: 75%;
        padding-left: 30px;
    }

    .order-online .ingre-info a:hover {
        background: inherit;
    }

    .order-online .ingre-info h4,
    .order-online .cart-item__title {
        font-size: 22px;
    }

    .order-online .ingre-info p {
        display: block;
        font-size: 18px;
        font-family: 'MarkWebW04';
        margin: 1em 0;
    }

    .order-online .trash,
    .cart-item__delete {
        background-color: transparent;
        width: auto !important;
        right: 2%;
        top: 17%;
    }

    .order-online .trash a,
    .cart-item__delete {
        color: #373533;
        font-weight: 700;
        font-family: MarkWebW04;
        font-size: 16px;
    }

    .order-online .trash span {
        display: inline-block;
        text-transform: uppercase;
    }

    .order-online .trash a:hover,
    .cart-item__delete:hover {
        background-color: inherit;
        color: #6c0000;
    }

    .order-online .trash i,
    .cart-item__delete i {
        color: #373533;
        font-size: 20px initial;
        margin-left: 10px;
    }

    .order-online .trash a:hover i,
    .cart-item__delete:hover i {
        color: #6c0000;
    }

    .order-online .trash i:before,
    .cart-item__delete i:before {
        font-size: 20px;
    }

    .order-online .input-number-group .input-number {
        font-weight: 700;
        font-family: MarkWebW04;
        width: 120px;
    }

    .order-online .input-number-group .input-number-decrement,
    .order-online .input-number-group .input-number-increment {
        width: 111px;
    }

    .order-online .review {
        padding-top: 60px;
    }

    .order-online .review .col-md-9 {
        padding-right: 150px;
    }

    .order-online .extra {
        padding: 0 0 11px;
    }

    .order-online .extra h3 {
        font-size: 26px;
        text-align: left;
    }

    .order-online .extra i {
        margin-right: 5px;
    }

    .order-online .review .btn-secondary {
        margin-top: 0;
    }

    .order-online .extra-menu {
        background-color: transparent;
        padding: 0;
        height: 91px;
        margin-bottom: 20px;
    }

    .order-online .extra-menu img {
        width: 25%;
    }

    .order-online .menu-title {
        padding-left: 30px;
        width: 68%;
    }

    .order-online .extra-menu .plus {
        border: 1px solid #dcdcdc;
        background-color: #fff;
        height: 46px;
        width: 12%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .order-online .extra-menu .plus span {
        font-size: 20px;
        font-weight: 700;
        display: block;
        margin-top: -8px;
    }
}

/**
 * Page Content / Categories - Popup
 */
/* White Popup */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 50px;
    width: 55%;
    margin: 50px auto;
    color: #000;
}

.white-popup p {
    text-transform: none;
    margin-top: 10px;
}

.white-popup p a {
    font-size: 16px;
}

@media (max-width: 1599px) {
    .white-popup {
        width: 65%;
    }
}

@media (max-width: 1199px) {
    .white-popup {
        width: 85%;
    }
}

@media (max-width: 767px) {
    .white-popup {
        padding: 20px;
        width: 95%;
    }
}

/**
 * Print CSS
 */
@media print {

    /* Reset*/
    .order-online *,
    .order-online *:before,
    .order-online *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none !important;
        text-shadow: none !important;
    }

    .order-online h2,
    .order-online h3 {
        /* Avoid a paragraph being detached from the heading immediately preceding it */
        page-break-after: avoid;
    }

    .order-online figure,
    .order-online table {
        /* Avoid breaking figure or table into 2 pages */
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .order-online p {
        /* Prevent single line at the end of a page and a single line at the top the next page */
        orphans: 2;
        widows: 2;
    }
}

/* Grid Styling */
.order-online .container {
    width: auto;
}

/* Magnific Popup CSS */
.page-template-page-order-online .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0d0500;
    opacity: 0.85;
}

.page-template-page-order-online .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
}

.page-template-page-order-online .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-template-page-order-online .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.page-template-page-order-online .mfp-align-top .mfp-container:before {
    display: none;
}

.page-template-page-order-online .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.page-template-page-order-online .mfp-inline-holder .mfp-content,
.page-template-page-order-online .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.page-template-page-order-online .mfp-ajax-cur {
    cursor: progress;
}

.page-template-page-order-online .mfp-zoom-out-cur,
.page-template-page-order-online .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.page-template-page-order-online .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.page-template-page-order-online .mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.page-template-page-order-online .mfp-close,
.page-template-page-order-online .mfp-arrow,
.page-template-page-order-online .mfp-preloader,
.page-template-page-order-online .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-template-page-order-online .mfp-loading.mfp-figure {
    display: none;
}

.page-template-page-order-online .mfp-hide {
    display: none !important;
}

.page-template-page-order-online .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.page-template-page-order-online .mfp-preloader a {
    color: #CCC;
}

.page-template-page-order-online .mfp-preloader a:hover {
    color: #FFF;
}

.page-template-page-order-online .mfp-s-ready .mfp-preloader {
    display: none;
}

.page-template-page-order-online .mfp-s-error .mfp-content {
    display: none;
}

.page-template-page-order-online button.mfp-close,
.page-template-page-order-online button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: #6f0000;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.page-template-page-order-online button.mfp-close:hover,
.page-template-page-order-online button.mfp-arrow:hover {
    background: #3c0000;
}

.page-template-page-order-online button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.page-template-page-order-online .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.page-template-page-order-online .mfp-close:hover,
.page-template-page-order-online .mfp-close:focus {
    opacity: 1;
}

.page-template-page-order-online .mfp-close:active {
    top: 1px;
}

.page-template-page-order-online .mfp-close-btn-in .mfp-close {
    color: #333;
}

.page-template-page-order-online .mfp-image-holder .mfp-close,
.page-template-page-order-online .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.page-template-page-order-online .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.page-template-page-order-online .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.page-template-page-order-online .mfp-arrow:active {
    margin-top: -54px;
}

.page-template-page-order-online .mfp-arrow:hover,
.page-template-page-order-online .mfp-arrow:focus {
    opacity: 1;
}

.page-template-page-order-online .mfp-arrow:before,
.page-template-page-order-online .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.page-template-page-order-online .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.page-template-page-order-online .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.page-template-page-order-online .mfp-arrow-left {
    left: 0;
}

.page-template-page-order-online .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.page-template-page-order-online .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.page-template-page-order-online .mfp-arrow-right {
    right: 0;
}

.page-template-page-order-online .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.page-template-page-order-online .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.page-template-page-order-online .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-template-page-order-online .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.page-template-page-order-online .mfp-iframe-holder .mfp-close {
    top: -40px;
}

.page-template-page-order-online .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.page-template-page-order-online .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
.page-template-page-order-online img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.page-template-page-order-online .mfp-figure {
    line-height: 0;
}

.page-template-page-order-online .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.page-template-page-order-online .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.page-template-page-order-online .mfp-figure figure {
    margin: 0;
}

.page-template-page-order-online .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.page-template-page-order-online .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.page-template-page-order-online .mfp-image-holder .mfp-content {
    max-width: 100%;
}

.page-template-page-order-online .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .page-template-page-order-online .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .page-template-page-order-online .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .page-template-page-order-online .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .page-template-page-order-online .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .page-template-page-order-online .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-template-page-order-online .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .page-template-page-order-online .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .page-template-page-order-online .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .page-template-page-order-online .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .page-template-page-order-online .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .page-template-page-order-online .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .page-template-page-order-online .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.section-no-masthead {
    padding-top: 50px !important;
}

@media (min-width: 768px) {
    .section-no-masthead {
        padding-top: 225px !important;
    }
}

@media (min-width: 1025px) {
    .section-no-masthead {
        padding-top: 225px !important;
    }
}

.checkout-step+.checkout-step {
    padding-top: 0;
    padding-bottom: 0;
}

.icon-plus {
    position: relative;
}

.icon-plus:before,
.icon-plus:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 10px;
    background-color: white;
}

.icon-plus:before {
    -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotateZ(-90deg);
}

.icon-plus:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.checkout-review-products .variation .woocommerce-Price-amount {
    margin-right: 0;
}

.checkout-step+.woocommerce-message {
    padding: 15px 0px;
}

@media(min-width:768px) {
    .checkout-step+.woocommerce-message {
        padding: 0px 32.5px;
    }
}

@media(min-width:1025px) {
    .checkout-step+.woocommerce-message {
        padding: 0px 80px;
    }
}

.field-has-error .woocommerce-Input,
.login-panel__input--invalid {
    border: 1px solid var(--red) !important;
}

.login-panel__field__error {
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--red);
}

.login-panel__view__submit {
    margin-top: 24px;
}

.review-cart__notice:empty,
.checkout__notice:empty {
    display: none;
}

.review-cart__notice,
.checkout__notice {
    margin-top: 24px;
    margin-bottom: 16px;
    padding: 20px 24px;
    background-color: #002d74;
}

.checkout__notice {
    margin-bottom: 36px;
}

.review-cart__notice p,
.checkout__notice p {
    font-size: 18px;
    color: white;
}

.woocommerce-thank-you-order {
    padding: 24px 36px;
}

.woocommerce-thankyou-order-received {
    position: relative;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
}

.woocommerce-thankyou-order-received:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    width: 150px;
    height: 3px;
    background-color: var(--red);
    transform: translateX(-50%);
}

.woocommerce-order-overview {
    font-size: 18px;
}

.woocommerce-order-overview__list-item {
    margin-bottom: 16px;
}

.woocommerce-thankyou-desc+.soft-top {
    padding-top: 0 !important;
}

.woocommerce-order-details {
    margin-top: 48px;
}

.woocommerce-thankyou-success,
.woocommerce-order-details__title,
.soft-top.soft-bottom.text-left h3 {
    font-size: 24px;
}

@media( max-width: 1024px ) {
    .store-intro__img {
        margin-bottom: 20px;
    }
}

@media( min-width: 1025px ) {
    .store-intro {
        display: flex;
    }

    .store-intro__img {
        min-width: 400px;
        margin-right: 36px;
    }

    .store-intro__text,
    .store-intro__text p {
        font-size: 20px;
    }
}