@charset "UTF-8";

.drinksFooter img {
    width: 100%;
}

body #homeContainer .module a.newbtn {
    height: auto;
    line-height: normal;
}

.hidden {
    display: none !important;
}

.c-cartmodal-subTotal {
    border-bottom: 1px solid #ccc;
}

.c-cart-orderItem__thumbnail {
    display: none;
}

.CartConfirmation.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#MyCartModal.myCart {
    top: 132px;
    box-shadow: 0 2px 5px #888;
}

#MyCartModal.myCart #cart-modal-viewcart a {
    color: #0061af !important;
}

#MyCartModal.myCart #mini-cart-link {
    margin: 10px 15px 10px 10px !important;
}

#MyCartModal.myCart .cartHeader {
    display: none;
}

#MyCartModal.myCart .orderDetailsHeader .h3 {
    font-size: 1.15em;
    font-weight: 600;
}

#MyCartModal.myCart .orderDetailsHeader {
    padding: 10px;
    position: relative;
}

#MyCartModal.myCart .material-icons {
    color: #707070;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

#MyCartModal.myCart div.myOrder {
    margin: 10px 0 !important;
}

#MyCartModal.myCart .myOrderTotal .c-cartmodal-checkout {
    display: flex;
    justify-content: center;
    align-items: center;
}

#MyCartModal.myCart .myOrderTotal .c-cartmodal-checkout>a {
    border: 0;
    border-radius: 8px;
    font-weight: bold;
    padding: 2em;
}

#MyCartModal.myCart .myOrderTotal .c-cartmodal-checkout .lnkViewCart {
    background-color: #0071b9;
    margin: 0 8px 8px 8px;
}

#MyCartModal.myCart .c-cartmodal-subTotal__label {
    font-weight: bold;
}

#MyCartModal.myCart .c-cartmodal-subTotal {
    border-top: 1px solid #ccc;
    color: #d51c22;
}

#MyCartModal.myCart .c-cartmodal-orderDetails>div {
    border-bottom: 1px solid #ccc;
}

#MyCartModal.myCart .c-cartmodal-orderDetails>div:last-of-type {
    border-bottom: 0;
}

#MyCartModal.myCart .c-cartmodal-orderItem__description {
    font-weight: 600;
}

#MyCartModal.myCart .c-cartmodal-orderItem__description .h3 {
    font-size: 1rem;
}

#MyCartModal.myCart .c-cartmodal-orderItem__description .h4 {
    color: #0071b9;
    text-transform: uppercase;
}

@media(min-width:1200px) {
    #MyCartModal.myCart {
        top: 130px;
    }
}

.modal-open {
    overflow: hidden;
}

.modal-open .cart-modal.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.card-modal {
    position: fixed;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    outline: 0;
}

.card-modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%);
}

.card-modal.show .modal-dialog {
    transform: translate(0, 0);
}

.card-modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.card-modal .card-modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    color: rgba(0, 0, 0, .87) !important;
}

.card-modal .card-modal-content a {
    font-size: 100% !important;
}

.card-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.card-modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.card-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
}

.card-modal .modal-body p {
    margin-top: 5px !important;
    color: rgba(0, 0, 0, .87) !important;
}

.card-modal .modal-body a {
    color: #3367d6 !important;
    text-decoration: none !important;
    font-size: 100% !important;
}

.card-modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
}

.card-modal .modal-footer>:not(:first-child) {
    margin-left: .25rem;
}

.card-modal .modal-footer>:not(:last-child) {
    margin-right: .25rem;
}

.modal {
    z-index: 9999;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.card-modal.alt-location-modal .modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-modal.alt-location-modal .card-modal-content {
    border-radius: 0;
    border: solid 1px #ccc;
}

.card-modal.alt-location-modal .modal-body>img {
    margin-bottom: 20px;
}

@media(min-width:992px) {
    .card-modal.alt-location-modal .card-modal-content {
        width: 30%;
    }
}

.c-noscroll-cart {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-myihopngo-order {
    background-color: #f6f6f6;
    padding: 50px 0 30px;
    text-align: center;
}

.myCart__main-cart {
    color: #746561;
    padding: 30px 0 0 0;
}

.myCart__main-cart .orderDetailsHeader {
    display: none;
}

@media(max-width:768px) {
    .myCart__main-cart .myOrder {
        margin-top: 45px;
    }
}

.myCart__main-cart .main-cart_continue-order {
    display: none;
    margin: 25px 0;
    text-decoration: none;
    font-size: 14px;
    color: #0061af;
}

.myCart__main-cart .main-cart_continue-order::before {
    content: '<';
    margin-right: 5px;
}

.myCart__main-cart .main-cart__mobileback {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #0061af;
}

.myCart__main-cart .c-ordermethod__restaurantContainer {
    display: flex;
    padding: 15px;
    align-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.myCart__main-cart .c-ordermethod__restaurantAddress,
.myCart__main-cart .c-ordermethod__restaurantAddress2 {
    display: none;
}

.myCart__main-cart .c-ordermethod-restaurantName {
    color: #0071b9;
    text-transform: uppercase;
    font-size: 1em;
}

.myCart__main-cart .c-cart-orderItem__title {
    color: #0071b9;
    font-size: 1em;
}

.myCart__main-cart .c-ordermethod__heading {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}

.myCart__main-cart .c-cart-orderItem__modList {
    font-size: 1rem;
}

.myCart__main-cart a.lnkItemRemove,
.myCart__main-cart a.lnkItemEdit,
.myCart__main-cart a.lnkPromoRemove {
    font-weight: normal;
    text-transform: capitalize;
}

.myCart__main-cart .c-cart-orderItem__itemAction div {
    margin-right: 20px;
}

.myCart__main-cart .c-cart-orderItem {
    border-bottom: 1px solid #e5e5e5;
}

.myCart__main-cart .c-cart-subTotal__subTotal {
    color: #d51c22;
}

.myCart__main-cart .c-cart-orderItem__itemTotal {
    font-size: 1rem;
}

.myCart__main-cart .lnkPromo {
    font-size: .875rem;
    font-weight: normal;
}

.myCart__main-cart .lnkPromo i {
    display: none;
}

.myCart__main-cart .fldPromo {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.myCart__main-cart .promo__label {
    font-weight: bold;
}

.myCart__main-cart .promoAmount {
    font-weight: bold;
}

.myCart__main-cart .promoAmount span.green {
    color: #746561;
}

.myCart__main-cart .c-ordermethod__restaurantMapAndInfo {
    flex: 1;
}

.myCart__main-cart .c-ordermethod__restaurantChange {
    color: #fff;
    background-color: #0071b9;
    display: block;
    padding: .5em 2em;
    text-transform: initial;
    margin: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 50px;
}

.myCart__main-cart .c-ordermethod__restaurantChange:focus {
    outline: 1px dotted #000;
}

.myCart__main-cart .myOrderTotal--main-cart__wrapper {
    margin: 0 15px;
}

.myCart__main-cart .c-cart-checkout a {
    color: #fff;
    background-color: #0071b9;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    font-weight: bold;
}

.myCart__main-cart .c-cart-checkout a:focus {
    outline: 1px dotted #000;
}

@media(max-width:480px) {
    .myCart__main-cart .c-cart-checkout a {
        padding: 20px 15px;
    }
}

.myCart__main-cart .my-cart__empty {
    font-weight: normal;
    text-transform: initial;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.myCart__main-cart .my-cart__empty p strong {
    color: #ab192d;
}

.myCart__main-cart .my-cart__empty a {
    color: #e5e5e5;
}

.myCart__main-cart .my-cart__empty p {
    color: #000;
}

.myCart__main-cart .my-cart__empty a {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    color: #fff;
    background-color: #0071b9;
    font-weight: bold;
}

.myCart__main-cart .my-cart__return {
    display: none;
    text-align: center;
}

.myCart__main-cart .my-cart__return a {
    color: #fff;
    background-color: #0071b9;
    padding: 2em 0;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    font-weight: bold;
}

.myCart__main-cart.myCart--is-empty .my-cart__return {
    display: block;
}

.myCart__main-cart p.my-cart__empty-header {
    font-family: 'ThirstyScriptMedium', Helvetica, Arial, Sans-Serif;
    color: #a9343a;
    text-transform: initial;
}

.myCart__main-cart .myOrderTotal--main-cart {
    position: relative;
    transition: bottom .5s ease-in-out;
    -webkit-transition: .5s;
}

.myCart__main-cart .myOrderTotal--main-cart.myOrderTotal--main-cart--fixed {
    position: fixed;
    border: 0;
    box-shadow: 0 -2px 5px #888;
    z-index: 1;
    transition: bottom .5s ease-in-out;
    -webkit-transition: .5s;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width:1200px) {
    .myCart__main-cart {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        margin: 2px auto;
        padding: inherit;
        width: 780px;
    }

    .myCart__main-cart .main-cart_continue-order {
        display: block;
    }

    .myCart__main-cart .main-cart__mobileback {
        display: none;
    }

    .myCart__main-cart .c-ordermethod__heading {
        text-transform: initial;
    }

    .myCart__main-cart .c-ordermethod__restaurantAddress,
    .myCart__main-cart .c-ordermethod__restaurantAddress2 {
        display: block;
    }

    .myCart__main-cart .c-cart-orderItem__thumbnail {
        display: block;
        width: 120px;
    }

    .myCart__main-cart .c-cart-orderItem__thumbnail>img {
        width: 105px;
        border: 1px solid #e5e5e5;
        padding: 5px;
    }

    .myCart__main-cart .c-ordermethod__restaurantContainer {
        padding: 0;
        background-color: #f6f6f6;
        border-bottom: 0;
    }

    .myCart__main-cart .c-ordermethod__restaurantChange {
        margin: 20px 15px;
    }

    .myCart__main-cart .myOrder,
    .myCart__main-cart .orderDetailsHeader {
        border: 1px solid #e5e5e5;
    }

    .myCart__main-cart .myOrder {
        padding-right: 4em;
    }

    .myCart__main-cart .c-cart-promoCode {
        margin: 15px;
        border-top: 1px solid #e5e5e5;
        padding: 15px 0;
    }

    .myCart__main-cart .c-cart-orderItem {
        border: 0;
        padding-bottom: 0;
    }

    .myCart__main-cart .c-cart-orderItem:last-child .c-cart-orderItem__description,
    .myCart__main-cart .c-cart-orderItem:last-child .c-cart-orderItem__itemTotal {
        border: 0;
    }

    .myCart__main-cart .c-cart-orderItem__description,
    .myCart__main-cart .c-cart-orderItem__itemTotal {
        border-bottom: 1px solid #e5e5e5;
    }

    .myCart__main-cart .c-cart-orderItem__description {
        padding: 5px 5px 15px;
    }

    .myCart__main-cart .myOrderTotal--main-cart__wrapper {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding-top: 0;
    }
}

@media(min-width:1200px) and (max-width:768px) {
    .myCart__main-cart .myOrderTotal--main-cart__wrapper {
        margin: 0 15px;
    }
}

@media(min-width:1200px) {

    .myCart__main-cart .myOrderTotal--main-cart .c-cart-subTotal__label,
    .myCart__main-cart .myOrderTotal--main-cart .c-cart-subTotal__subTotal {
        line-height: 2em;
    }

    .myCart__main-cart .c-cart-subTotal__subTotal {
        color: #746561;
    }

    .myCart__main-cart .c-cart-subTotal__label {
        padding: 0 2em;
    }

    .myCart__main-cart .my-cart__return {
        display: none;
    }

    .myOrderTotal--main-cart__wrapper {
        width: 780px;
    }
}

.my-cart__empty--alternate {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
    background-color: #f6f6f6;
}

.my-cart__empty--alternate>p {
    font-weight: bold;
    color: #0071b9;
    margin: 0 0 1em 0;
}

.my-cart__empty--alternate strong {
    color: #d30019;
}

.my-cart__empty--alternate>a {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    font-weight: bold;
    color: #f6f6f6;
    background-color: #0061af;
    padding: 1em;
    text-decoration: none;
    display: inline-block;
}

.nutrition-list h2 {
    margin-top: 30px;
}

.nutrition-list .collapse.show {
    display: flex;
}

.nutrition-list .c-table .caption {
    width: 100%;
    text-align: center;
    flex-basis: 100%;
}

.nutrition-list .c-table dd {
    float: right;
    width: 50%;
    text-align: right;
    padding: .5em 0;
    align-self: flex-end;
    margin: 0;
}

.nutrition-list .c-table dt {
    align-self: flex-start;
    width: 50%;
    float: left;
    padding: .5em 0;
    font-weight: 600;
}

.nutrition-list .card-block {
    padding: 0 15px;
}

.nutrition-list .card-block h3 {
    padding: 10px 0;
    clear: both;
}

.nutrition-list .card-block h4 {
    font-weight: normal;
}

.allergen-list h2 {
    margin-bottom: 10px;
}

.allergen-list .card-block {
    width: 100%;
    padding: 0;
}

.allergen-list .c-table {
    border-collapse: collapse;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.allergen-list .c-table dd {
    font-weight: normal;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.allergen-list .c-table dd.alt-row {
    background: #ececec;
}

.allergen-list .c-table dd span {
    padding: 0 1em;
    display: flex;
    justify-content: flex-end;
}

.allergen-list .c-table dt {
    min-height: 40px;
}

.allergen-list .c-table dt.alt-row {
    background: #ececec;
}

.allergen-list .c-table dt span {
    padding: 0 1em;
}

.allergen-list .yes {
    color: #f00;
}

.allergen-list .no {
    color: #008000;
}

.allergen-list .allergen {
    display: flex;
    align-items: center;
}

.allergen-list .allergen::before {
    content: "";
    height: 24px;
    width: 24px;
    margin-right: 10px;
    display: inline-block;
}

.allergen-list .allergen.allergen--dairy::before {
    background-image: url("/images/ihop-allergy-icons/dairy.png");
}

.allergen-list .allergen.allergen--eggs::before {
    background-image: url("/images/ihop-allergy-icons/eggs.png");
}

.allergen-list .allergen.allergen--fish::before {
    background-image: url("/images/ihop-allergy-icons/fish.png");
}

.allergen-list .allergen.allergen--gluten::before {
    background-image: url("/images/ihop-allergy-icons/gluten.png");
}

.allergen-list .allergen.allergen--peanuts::before {
    background-image: url("/images/ihop-allergy-icons/peanuts.png");
}

.allergen-list .allergen.allergen--tree-nuts::before {
    background-image: url("/images/ihop-allergy-icons/tree-nuts.png");
}

.allergen-list .allergen.allergen--shellfish::before {
    background-image: url("/images/ihop-allergy-icons/shellfish.png");
}

.allergen-list .allergen.allergen--wheat::before {
    background-image: url("/images/ihop-allergy-icons/wheat.png");
}

.allergen-list .allergen.allergen--soy::before {
    background-image: url("/images/ihop-allergy-icons/soy.png");
}

.allergen__category-header {
    display: none;
}

.allergen-page {
    padding-left: 0;
    padding-right: 0;
}

.article.image>img {
    width: 100%;
}

@media(max-width:768px) {

    .allergen-list,
    .nutrition-list {
        font-size: 75%;
    }
}

#nutritionPageContainer #nutritionHeroContainer {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: -1px;
    position: relative;
}

#nutritionPageContainer #nutritionHeroContainer #nutritionImgContainer {
    max-height: 350px;
}

@media screen and (max-width:768px) {
    #nutritionPageContainer #nutritionHeroContainer #nutritionImgContainer {
        max-height: 95px;
    }
}

#nutritionPageContainer #nutritionHeroContainer #nutritionImgContainer img {
    width: 100%;
    height: 100%;
    max-height: 420px;
}

#nutritionPageContainer #nutritionHeader {
    position: relative;
}

#nutritionPageContainer #nutritionHeader #nutritionHeaderNavigation {
    position: absolute;
    text-align: center;
    width: 100%;
    top: -26px;
}

#nutritionPageContainer #nutritionHeader .nutrition-header-link {
    padding: 16px 12px;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    margin-right: 32px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0071b9;
    font-size: 18px;
    line-height: 21px;
    font-family: 'CorbenBold', serif;
}

@media screen and (max-width:1416px) {
    #nutritionPageContainer #nutritionHeader .nutrition-header-link {
        display: block;
        margin: 0 auto 8px;
        max-width: 365px;
        font-size: 18px;
        padding: 11px 12px;
        line-height: 19px;
    }
}

@media screen and (max-width:768px) {
    #nutritionPageContainer #nutritionHeader .nutrition-header-link {
        display: block;
        margin: 0 auto 8px;
        max-width: 321px;
        font-size: 16px;
        padding: 11px 12px;
        line-height: 19px;
    }
}

#nutritionPageContainer #nutritionHeader .nutrition-header-link:last-child {
    margin-right: 0;
}

@media screen and (max-width:1416px) {
    #nutritionPageContainer #nutritionHeader .nutrition-header-link:last-child {
        margin-right: auto;
    }
}

@media screen and (max-width:768px) {
    #nutritionPageContainer #nutritionHeader .nutrition-header-link:last-child {
        margin-right: auto;
    }
}

#nutritionPageContainer #nutritionHeader .nutrition-header-link .nutrition-header-link-icon {
    vertical-align: middle;
    background: url(/images/ihop-icons/arrow-ihop.svg) no-repeat scroll center;
    width: 20px;
    height: 20px;
    display: inline-block;
}

#nutritionPageContainer #nutritionHeader .nutrition-header {
    text-align: center;
    background-color: #0071b9;
    padding-top: 54px;
    padding-bottom: 32px;
    color: #fff;
    margin: 0;
    font-size: 58px;
    line-height: 66px;
    text-transform: uppercase;
    font-family: 'CorbenBold', serif;
}

@media screen and (max-width:1416px) {
    #nutritionPageContainer #nutritionHeader .nutrition-header {
        padding-top: 190px;
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 16px;
    }
}

#nutritionPageContainer #nutritionContent {
    padding-top: 60px;
    padding-bottom: 0;
}

@media screen and (max-width:768px) {
    #nutritionPageContainer #nutritionContent {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#nutritionPageContainer #nutritionContent .nutrition-content-container {
    margin-bottom: 56px;
}

#nutritionPageContainer #nutritionContent .nutrition-content-container:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    #nutritionPageContainer #nutritionContent .nutrition-content-container {
        margin-bottom: 32px;
    }

    #nutritionPageContainer #nutritionContent .nutrition-content-container:last-child {
        margin-bottom: 0;
    }
}

#nutritionPageContainer #nutritionContent .nutrition-content-container h2 {
    color: #55565a;
    font-size: 32px;
    line-height: 36px;
    font-family: 'CorbenBold', serif;
}

@media screen and (max-width:768px) {
    #nutritionPageContainer #nutritionContent .nutrition-content-container h2 {
        font-size: 18px;
        line-height: 21px;
    }
}

#nutritionPageContainer #nutritionContent .nutrition-content-container p {
    margin-top: 12px;
    color: #55565a;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .36px;
    line-height: 24px;
}

@media screen and (max-width:768px) {
    #nutritionPageContainer #nutritionContent .nutrition-content-container p {
        margin-top: 12px;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: .25px;
        line-height: 17px;
    }
}

#nutritionPageContainer #nutritionContent .nutrition-readmore {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #0071b9;
    font-size: 20px;
    line-height: 23px;
    font-family: 'CorbenBold', serif;
}

@media screen and (max-width:768px) {
    #nutritionPageContainer #nutritionContent .nutrition-readmore {
        font-size: 14px;
        line-height: 16px;
    }
}

#nutritionPageContainer #nutritionContent .nutrition-readmore .nutrition-header-link-icon {
    vertical-align: middle;
    background: url(/images/ihop-icons/arrow-ihop.svg) no-repeat scroll center;
    width: 20px;
    height: 15px;
    display: inline-block;
}

.nutrition-subpage-container .nutrition-sub-page-heading {
    font-weight: 500;
    text-transform: uppercase;
    color: #55565a;
    font-size: 42px;
    letter-spacing: .75px;
    line-height: 49px;
    margin-bottom: 20px;
    font-family: 'CorbenBold', serif;
}

@media screen and (max-width:768px) {
    .nutrition-subpage-container .nutrition-sub-page-heading {
        font-size: 24px;
        letter-spacing: .43px;
        line-height: 27px;
        margin-bottom: 16px;
        margin-top: 20px;
    }
}

.nutrition-subpage-container .nutrition-sub-page-para {
    color: #55565a;
    font-size: 20px;
    letter-spacing: .36px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .nutrition-subpage-container .nutrition-sub-page-para {
        font-size: 14px;
        letter-spacing: .25px;
        margin-top: 12px;
        line-height: 14px;
    }
}

.nutrition-subpage-container .nutrition-sub-content {
    color: #55565a;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .36px;
    line-height: 24px;
    margin-bottom: 27px;
}

@media screen and (max-width:768px) {
    .nutrition-subpage-container .nutrition-sub-content {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: .21px;
        line-height: 14px;
    }
}

.nutrition-subpage-container .nutrition-sub-content h2 {
    color: #55565a;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: 'CorbenBold', serif;
}

@media screen and (max-width:768px) {
    .nutrition-subpage-container .nutrition-sub-content h2 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px;
    }
}

.nutrition-subpage-container .nutrition-button {
    width: 100%;
    text-align: center;
}

.iframe-container {
    margin-bottom: 75px;
}

#main-contentBreadcrumb .breadcrumb-items-container {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    letter-spacing: .21px;
    line-height: 14px;
    margin-top: 25px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

@media screen and (max-width:768px) {
    #main-contentBreadcrumb .breadcrumb-items-container {
        padding-top: 16px;
        margin-bottom: 12px;
        margin-top: 0;
    }
}

#main-contentBreadcrumb .breadcrumb-item {
    display: inline;
    position: relative;
    padding-left: 3px;
    padding-right: 10px;
    position: relative;
    z-index: 989;
}

#main-contentBreadcrumb .breadcrumb-item a {
    color: #0071b9;
    cursor: default;
}

#main-contentBreadcrumb .breadcrumb-item a.breadcrumb-item-link {
    color: #303030;
    cursor: pointer;
}

#main-contentBreadcrumb .breadcrumb-item a.breadcrumb-item-link:after {
    position: absolute;
    width: 9px;
    vertical-align: middle;
    background: url(/images/applebees-icons/breadcrumb-right-arrow.svg) no-repeat scroll center;
    height: 20px;
    right: 0;
    top: -4px;
    margin-left: 10px;
    content: "";
}

.c-mega-menu-overlay.overlay-menu-open-modifier {
    background: rgba(0, 0, 0, .45);
    z-index: 2;
}

.c-noscroll {
    overflow: hidden scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.order-customization {
    margin: 2em 10px 20px 10px;
}

.order-customization #frmItemCustomization {
    padding-left: 15px;
    padding-right: 15px;
}

.selectedModifier {
    background-color: transparent;
}

.modifier:hover {
    background-color: transparent;
}

.c-customization {
    background-color: #6e6e6e;
}

.c-customization .c-menu-item__health {
    margin-top: 1em;
}

.c-customization .c-menu-item__price {
    text-align: left;
    color: #d51c22;
    font-weight: bold;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #6e6e6e;
}

.cnw-customization {
    padding: 30px 0;
}

@media(max-width:768px) {
    .cnw-customization {
        padding-top: 0;
    }
}

.cnw-customization .hide-for-screen {
    opacity: 0;
    height: 0;
    width: 0;
}

.cnw-customization .submodifier--show>.cnw-customization__modgroup {
    margin-top: 7em;
}

.cnw-customization .submodifier--show>.cnw-customization__modgroup~.cnw-customization__modgroup {
    margin-top: 0;
}

.cnw-customization .cnw-customization__first {
    margin-top: 5em;
}

.cnw-customization .submodifier__checkbox--show {
    top: 5em;
    left: 0;
    position: fixed;
}

.cnw-customization input:focus,
.cnw-customization select:focus,
.cnw-customization a:focus,
.cnw-customization button:focus {
    outline: solid 2px #0096a9;
    outline-offset: 2px;
}

.cnw-customization .c-submodifier__name {
    font-size: small;
    font-weight: bold;
    margin-left: 26px;
    opacity: 0;
}

.cnw-customization .cnw-customization__heading {
    background: #f5f7f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding: 10px 10px 25px;
    justify-content: space-between;
    display: none;
}

.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__details {
    position: relative;
}

.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__details a {
    text-transform: uppercase;
    font-size: large;
    text-decoration: none;
    line-height: 2;
}

.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__details .c-menu-detail__description {
    text-transform: none;
    font-size: smaller;
    font-weight: normal;
    margin-top: 0;
}

.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__details .c-menu-item__info {
    position: absolute;
    bottom: 1em;
    width: 100%;
    display: block;
}

.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__details .c-menu-item__info label {
    padding-left: 0;
    font-size: smaller;
}

.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__details .c-menu-item__info .c-menu-item__price {
    position: absolute;
    right: 2em;
}

.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__actions {
    padding: 0;
}

.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__actions .c-menu-link-cancel,
.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__actions .c-menu-link-order {
    text-align: center;
    width: 50%;
    padding: 1.5em;
}

.cnw-customization .c-menu-itemOverview .c-menu-item__container .c-menu-item__group .c-menu-item__actions .c-menu-link-cancel {
    border-right: solid 1px #e6e9eb;
}

.cnw-customization__modifier-description {
    font-weight: 600;
}

.cnw-customization .c-selectedoptions {
    padding: 20px 0;
    display: none;
}

.cnw-customization .c-selectedoptions .c-selectionoption__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #707070;
}

.cnw-customization .c-selectedoptions .c-selectionoption__item .c-selectionoption__itemname {
    width: 80%;
    font-weight: bold;
    padding-left: 0;
}

.cnw-customization .c-selectedoptions .c-selectionoption__item .c-selectionoption__itemcost {
    font-weight: bold;
}

.cnw-customization .close-icon {
    background: transparent;
    border: none;
    width: 40px;
    height: auto;
    font-size: 260%;
    font-weight: 100;
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}

.cnw-customization .submodgroup {
    background-color: #fff;
    border: solid 1px #000;
    width: 100%;
    left: 0;
    top: 100px;
    position: fixed;
}

.cnw-customization a.close {
    color: #666;
    float: right;
}

.cnw-customization .modalHeader {
    background-color: #fff;
    padding: 10px;
}

.cnw-customization .modifier {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    position: relative;
    border-bottom: dotted 2px rgba(0, 113, 185, .54);
    flex: 1 1 327px;
}

@media(min-width:992px) {
    .cnw-customization .modifier {
        margin: 0 15px;
        min-height: 65px;
        margin: 10px;
        flex: 1 0 327px;
    }
}

@media(min-width:768px) {
    .cnw-customization .modifier {
        max-width: 49%;
    }
}

@media(min-width:768px) {
    .cnw-customization .modifier.modifier_level1 {
        max-width: 47%;
    }
}

.cnw-customization .modifier.modifier_level0 {
    width: 100%;
}

@media(min-width:768px) {
    .cnw-customization .modifier.modifier_level0 {
        max-width: 48%;
    }
}

@media(min-width:1100px) {
    .cnw-customization .modifier.modifier_level0 {
        max-width: 32%;
    }
}

@media(max-width:320px) {
    .cnw-customization .modifier.modifier_level0 {
        flex: 1 0 275px;
    }
}

@media(min-width:992px) {
    .cnw-customization .modifier.modifier_level2 {
        flex: 1 0 352px;
        max-width: none;
    }
}

@media(min-width:768px) {
    .cnw-customization .modifier.modifier_level3 {
        max-width: 228px;
    }
}

.cnw-customization .modifier .c-modifier_calorie {
    display: flex;
    flex: 1 0 25%;
}

.cnw-customization .modifier .c-modifier_calorie .add-span,
.cnw-customization .modifier .c-modifier_calorie .subtract-span {
    padding-right: 5px;
}

.cnw-customization .modifier .c-modifier_calorie abbr {
    padding-left: 5px;
}

.cnw-customization .modifiers {
    padding: 0 10px;
}

@media(min-width:992px) {
    .cnw-customization .modifiers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-basis: calc(23.5% - 1em);
        flex-flow: row wrap;
        margin: 0 20px;
        padding: 0;
        justify-content: center;
    }
}

.cnw-customization .modifiers fieldset {
    padding: 0;
    width: 100%;
}

.cnw-customization .modifiers fieldset .modifiers-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.cnw-customization .c-modifier_calorie {
    display: block;
}

.cnw-customization .c-modifier_calorie abbr[title] {
    text-decoration: none;
}

.cnw-customization .c-modifier_price {
    text-align: right;
}

.cnw-customization span.c-checkbox__display-text>span.c-modifier_calorie {
    padding: 0;
    width: 100%;
    text-transform: capitalize;
    background: transparent;
}

.cnw-customization .c-finish__container {
    display: none;
    opacity: .95;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 8;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .2);
}

.cnw-customization .c-finish__container .c-finish__changes {
    border-radius: 5px;
    margin: 1em;
    font-size: smaller;
    font-weight: 900;
    color: #fff;
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.cnw-customization .c-finish__container .c-finish__changes.disabled {
    background: #636366;
}

.cnw-customization .submodifiers {
    width: 100%;
    visibility: hidden;
    position: fixed;
}

.cnw-customization .submodifiers.submodifier--show {
    position: fixed;
    display: block;
    top: 20%;
    left: 0;
    height: 100%;
    background: #f5f7f8;
    z-index: 10;
    visibility: visible;
}

@media(min-width:1200px) {
    .cnw-customization .submodifiers.submodifier--show {
        max-height: none;
    }
}

.cnw-customization .submodifiers.submodifier--show .submodifiers-wrapper {
    max-width: 820px;
    margin: 0 auto;
    padding: 10px 20px;
    height: 100%;
    max-height: 530px;
}

@media(min-width:1200px) {
    .cnw-customization .submodifiers.submodifier--show .submodifiers-wrapper {
        margin-top: 4em;
    }
}

@media(max-width:320px) {
    .cnw-customization .submodifiers.submodifier--show .submodifiers-wrapper {
        max-height: 490px;
    }
}

.cnw-customization .submodifiers.submodifier--show .submodifiers-wrapper .submodifiers-nav {
    display: flex;
    justify-content: space-between;
}

.cnw-customization .submodifiers.submodifier--show .submodifiers-wrapper .submodifiers-nav .breadcrumbs {
    flex-basis: 90%;
}

.cnw-customization .submodifiers.submodifier--show .submodifiers-wrapper .submodifiers-nav .finish-subModifiers {
    align-self: center;
    padding-left: 1em;
}

.cnw-customization .submodifiers.submodifier--show .submodifiers-wrapper .singleItem h2 {
    padding-top: 0;
}

@media(min-width:1200px) {
    .cnw-customization .submodifiers.submodifier--show .submodifiers-wrapper .singleItem {
        max-height: none;
    }
}

.cnw-customization .submodifiers.submodifier--show .c-finish__container {
    position: fixed;
}

.cnw-customization .submodifiers .breadcrumbs span {
    text-transform: uppercase;
    font-size: .775rem;
}

.cnw-customization .submodifiers .breadcrumbs span a {
    text-decoration: underline;
}

.cnw-customization .submodifiers .c-submodifier__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    padding: 1.5em 1em 1em 1em;
}

@media(max-width:768px) {
    .cnw-customization .submodifiers .c-submodifier__heading {
        width: 100%;
    }
}

.cnw-customization .submodifiers button {
    cursor: pointer;
}

.cnw-customization .submodifiers .c-submodifier__headingText h3 {
    text-transform: uppercase;
    font-size: 1em;
}

.cnw-customization .submodifiers .c-submodifier__headingText span {
    text-transform: uppercase;
    color: #625450;
    font-weight: normal;
}

.cnw-customization .submodifiers .c-modifier--selected .c-radio__fake-box--hide {
    margin-left: -17px;
}

.cnw-customization .submodifier {
    height: 40px;
}

.cnw-customization .submodifier input[type=radio] {
    display: none;
}

.cnw-customization .submodifier label {
    font-weight: 600;
    height: 40px;
    width: 100%;
}

.cnw-customization ul.c-optionmodifier__list,
.cnw-customization ul.c-submodifier__list {
    list-style: none;
    padding: 0;
}

.cnw-customization ul.c-optionmodifier__list li,
.cnw-customization ul.c-submodifier__list li {
    padding: 10px;
    border: solid 1px #707070;
    margin: 5px 0;
}

.cnw-customization .cnw-customization__heading-left h2 {
    font-size: 1.25rem;
}

.cnw-customization .cnw-customization__heading-left .cnw-customization__itemname {
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: normal;
}

.cnw-customization .cnw-customization__panel {
    bottom: 0;
    overflow-y: auto;
}

.cnw-customization .cnw-customization__modgroup h2 {
    font-size: 1.125rem;
}

.cnw-customization .cnw-customization__modgroup h2 .mod-title {
    text-transform: uppercase;
}

.cnw-customization .modalFooter {
    width: 100%;
    left: 0;
    height: 50px;
    bottom: 0;
    position: fixed;
    background: #e5e5e5;
    justify-content: space-between;
    border-color: #000;
    border-width: 0 1px 1px 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.cnw-customization .modFinish a {
    background-color: #d30019;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    border-radius: 5px;
}

.cnw-customization .c-menu-category-card__added {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.cnw-customization .c-menu-category-card__addedContainer {
    display: none;
}

.cnw-customization .c-menu-category-card__thumbnail {
    width: 100px;
    padding: 5px;
}

.cnw-customization .c-menu-category-card__thumbnail img {
    width: 100%;
}

.cnw-customization .c-menu-category-card__description {
    flex-grow: 1;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cnw-customization .c-menu-category-card__itemAction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cnw-customization .c-menu-category-card__itemAction div {
    margin-right: 10px;
}

.cnw-customization a.lnkItemChange,
.cnw-customization a.lnkItemEdit {
    font-size: .875rem;
    text-decoration: none;
    color: #1598d5;
    font-weight: 600;
}

.cnw-customization .c-menu-category-card__itemTotal {
    padding: 5px;
    font-weight: 600;
}

.cnw-customization .cnw-customization__orderTotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    margin-bottom: 2em;
}

.cnw-customization .cnw-customization__orderTotal .total-label {
    width: 75%;
    text-align: right;
}

.cnw-customization .cnw-customization__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 100px;
}

.cnw-customization .cnw-customization__footer.cnw-customization__footer--fixed .cnw-customization__AddOrder {
    position: fixed;
    bottom: 0;
    left: 0;
    transition: ease-in position 2s;
    z-index: 9;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .2);
}

.cnw-customization .cnw-customization__AddOrder {
    width: 100%;
    height: 70px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: ease-in position 2s;
    background-color: rgba(255, 255, 255, .85);
}

@media(min-width:992px) {
    .cnw-customization .cnw-customization__AddOrder {
        height: 100px;
    }
}

.cnw-customization #quantity-selector {
    width: 58px;
    height: 48px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-color: #707070;
    background-image: url("/images/applebees-icons/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 15%;
    margin-right: 20px;
}

.cnw-customization .AddToOrder {
    min-width: 270px;
    height: 48px;
    background-color: #0071b9;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media(max-width:375px) {
    .cnw-customization .AddToOrder {
        width: 210px;
    }
}

@media(min-width:992px) {
    .cnw-customization .AddToOrder {
        padding-top: 2px;
    }
}

.cnw-customization .AddToOrder span {
    color: #fff;
    padding: 0 5px;
    font-weight: bold;
}

.cnw-customization .AddToOrder span.customization-cta-cost {
    padding-right: 10px;
}

.cnw-customization .AddToOrder:focus,
.cnw-customization .AddToOrder:focus-within {
    outline: solid 2px #0096a9;
    outline-offset: 2px;
}

.cnw-customization .AddToOrder a {
    outline: none !important;
}

.cnw-customization .AddToOrder.disabled {
    background: #636366;
}

.cnw-customization .AddToOrder--disabled {
    background-color: rgba(171, 25, 45, .5);
    cursor: default;
    border-radius: 5px;
}

.cnw-customization .TotalAdditionalCost {
    width: 25%;
    padding-left: 12px;
}

.cnw-customization .singleItem .modifier {
    border-radius: 0;
    min-height: 60px;
}

.cnw-customization .singleItem .submodifiers .cnw-customization__modgroup.singleItem h2 {
    text-align: left;
    margin: 10px 0;
}

.cnw-customization .cnw-customization__expanding-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.cnw-customization .cnw-customization__expanding-card-cb-label {
    width: 100%;
}

.cnw-customization .cnw-customization__content .cnw-customization__menu-item {
    display: none;
}

@media(min-width:992px) {
    .cnw-customization .cnw-customization__content .cnw-customization__menu-item {
        display: block;
    }
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .modalHeader {
    background: #d3d3d3;
    padding: 1em;
    text-transform: uppercase;
    line-height: 1.5;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .modalHeader .cnw-customization_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 30px;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .modalHeader .cnw-customization_actions .modTotal {
    padding: 0 20px;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .modalHeader .modifierName {
    color: #625450;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .modalFooter {
    border: none;
    padding: 1em;
    height: unset;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .modalFooter .modFinish a {
    border-radius: 3px;
    font-size: smaller;
    padding: 1em;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .modalFooter .modTotal {
    font-weight: 600;
    vertical-align: middle;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .cnw-customization__form {
    margin-top: 100px;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .cnw-customization__form .submodifiers {
    padding-bottom: 2em;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .cnw-customization__form .submodifiers h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .cnw-customization__form .submodifiers .c-submodifier__list li {
    border: solid 1px #e6e9eb;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .cnw-customization__form .submodifiers .c-submodifier__list .mdl-shadow--2dp {
    box-shadow: none;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .cnw-customization__form .submodifiers .c-submodifier__list .cnw-customization__card {
    padding: 0;
    flex-direction: column;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .cnw-customization__form .submodifiers .c-submodifier__list .cnw-customization__card .optionmodgroup {
    display: none;
    width: 100%;
    padding: 16px;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .cnw-customization__form .submodifiers .c-submodifier__list .cnw-customization__card .showSubModifiers {
    padding-right: 1em;
    margin: auto 0;
}

.cnw-customization .cnw-customization__content .cnw-customization__panel .cnw-customization__form .submodifiers .c-submodifier__list .cnw-customization__card .showSubModifiers .o-icon--caret-down {
    background-image: url(/images/icon-caret-down.svg);
    width: 10px;
    height: 6px;
}

.cnw-customization .cnw-customization__content .cnw-customization__option-section {
    width: 100%;
}

.cnw-customization .cnw-customization__content .cnw-customization__option-section .cnw-customization__modgroup .c-modifier-item {
    padding: .5em;
}

.cnw-customization .cnw-customization__content .cnw-customization__option-section .cnw-customization__modgroup .c-modifier-item .c-menu-category-card__description h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.cnw-customization .cnw-customization__expand-icon {
    width: 50px;
    font-size: 170%;
}

.cnw-customization .cnw-customization__card {
    border-radius: 5px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.cnw-customization .cnw-customization__card-row {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.cnw-customization .cnw-customization__card-row .c-options {
    display: none;
}

.cnw-customization .cnw-customization__card-row .c-options--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 1.6em;
    margin-top: .5em;
}

.cnw-customization .cnw-customization__card-row .c-option__change,
.cnw-customization .cnw-customization__card-row .c-option__customize {
    cursor: pointer;
    font-size: small;
    text-transform: uppercase;
    font-weight: bold;
    color: #1598d5;
}

.cnw-customization .cnw-customization__card-row .c-option__change {
    margin-right: 1em;
}

.cnw-customization .cnw-customization__card-row .submodifiers .submodifier {
    font-size: smaller;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.cnw-customization .cnw-customization__card-row .submodifiers>.cnw-customization__modgroup {
    padding: 0;
    margin-bottom: 0;
    border: none;
}

.cnw-customization .cnw-customization__card-row .submodifiers>.cnw-customization__modgroup>h2 {
    display: none;
}

.cnw-customization .cnw-customization__card-row .submodifiers>.cnw-customization__modgroup>.modifiers .modifiers {
    padding: 0;
}

.cnw-customization .cnw-customization__card-row .submodifiers>.cnw-customization__modgroup>.modifiers>.modifier {
    width: 100%;
    border: none;
}

.cnw-customization .modifiergroup--required,
.cnw-customization .modifiergroup--tag {
    text-transform: capitalize;
    font-size: 12px;
}

@media(min-width:992px) {

    .cnw-customization .modifiergroup--required,
    .cnw-customization .modifiergroup--tag {
        font-size: 14px;
    }
}

.cnw-customization .modifiergroup--required {
    color: #a94442;
}

.cnw-customization .cnw-customization__itemHeading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: large;
    margin-bottom: 1em;
    text-align: center;
}

.cnw-customization .cnw-customization__itemHeading h1 {
    font-size: 1.5rem;
}

.cnw-customization .cnw-customization__modgroup.singleItem {
    width: 100%;
    margin: 0;
    padding: 25px 0;
    background: #fff;
}

.cnw-customization .cnw-customization__modgroup.singleItem h2 {
    padding: 0 0 1em;
    text-align: center;
}

@media(min-width:992px) {
    .cnw-customization .cnw-customization__modgroup.singleItem h2 {
        font-size: 24px;
    }
}

.cnw-customization .cnw-customization__modgroup.singleItem .cnw-customization__modgroup {
    border: 0;
}

.cnw-customization .cnw-customization__modgroup.singleItem.tempCustom {
    background: none;
}

.cnw-customization .cnw-customization__modgroup.singleItem.tempCustom h2 {
    padding-bottom: 25px;
}

.cnw-customization .cnw-customization__modgroup.singleItem.tempCustom .modifiers {
    background: #fff;
    margin: 0;
    padding: 20px;
}

@media(max-width:768px) {
    .cnw-customization .cnw-customization__modgroup.singleItem.tempCustom .modifiers {
        padding-bottom: 20px;
    }
}

@media(min-width:992px) {
    .cnw-customization .cnw-customization__modgroup.singleItem.tempCustom .modifiers .modifier {
        flex: 1 0 180px;
        max-width: 210px;
        border-bottom: none;
    }
}

.cnw-customization__orderQuantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: center;
    background: #fff;
    text-align: right;
    display: none;
}

.cnw-customization__orderQuantity span {
    width: 75%;
}

.cnw-customization__orderQuantity .cnw-customization__quantityAction .cnw-customization__Quantity {
    width: 20px;
    display: inline-block;
    text-align: center;
}

.cnw-customization__orderQuantity .cnw-customization__quantityAction .cnw-customization__quantityButton {
    margin: 0 5px;
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.cnw-customization__orderQuantity .cnw-customization__quantityAction .cnw-customization__quantityButton:last-child {
    margin: 0 0 0 5px;
}

.item-customizer {
    visibility: hidden;
    position: fixed;
    background: #ececec;
    z-index: 11;
    width: auto;
    height: 100%;
    left: 0;
    right: 0;
    padding-bottom: 6em;
    top: 1000px;
}

@media(min-width:992px) {
    .item-customizer {
        background: #fff;
    }
}

.item-customizer.item-customizer--show {
    visibility: visible;
}

.item-customizer .item-customizer-wrapper {
    overflow-y: auto;
    max-height: 100%;
    margin-top: 5em;
}

.item-customizer .item-customizer-header {
    background: #fff;
    border-bottom: solid 1px #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    box-shadow: 1px 1px 10px #ccc;
    position: fixed;
    width: 100%;
    z-index: 11;
    color: #746561;
    height: 65px;
    align-items: center;
    padding: 0 15px;
}

@media(min-width:768px) {
    .item-customizer .item-customizer-header {
        box-shadow: none;
        border-bottom: none;
    }
}

.item-customizer .item-customizer-header a,
.item-customizer .item-customizer-header a:hover,
.item-customizer .item-customizer-header a:link {
    color: #746561;
}

.item-customizer .item-customizer-header h2 {
    font-size: 1rem;
    margin-bottom: 0;
}

.item-customizer .item-customizer-header h2 .mod-title {
    text-transform: uppercase;
}

@media(min-width:992px) {
    .item-customizer .item-customizer-header h2 {
        max-width: 742px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
    }
}

.item-customizer .item-customizer-details {
    padding: 30px 30px 0;
}

.item-customizer .item-customizer-row {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    min-height: 75px;
    align-content: flex-start;
}

.item-customizer .item-customizer-row.modifier--hide {
    display: none;
}

@media(min-width:992px) {
    .item-customizer .item-customizer-row {
        max-width: 820px;
        margin: 4em auto;
        padding: 10px 20px;
    }
}

.item-customizer .item-customizer-row .singleItem h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #55565a;
    padding: 0;
}

.item-customizer .item-customizer-title {
    margin-left: 10px;
}

.item-customizer .item-customizer-title p {
    margin-bottom: 5px;
    font-size: 1em;
}

.item-customizer .item-customizer-title ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}

.item-customizer .item-customizer-title ul li {
    list-style: none;
}

.item-customizer .modifier-select-text {
    font-size: 18px;
}

.item-customizer .modifier-select-text span {
    font-size: 14px;
    color: #dc143c;
    margin-left: 6px;
}

.item-customizer .c-finish__container {
    position: fixed;
    display: flex;
    height: 70px;
    z-index: 8;
    width: 100%;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .2);
}

ul.prod-list-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.prod-list-wrapper .prod-item .prod-item-info {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height: 18px;
}

ul.prod-list-wrapper .prod-item .prod-cust-details a,
ul.prod-list-wrapper .prod-item .prod-cust-details a:link,
ul.prod-list-wrapper .prod-item .prod-cust-details a:visited {
    color: #fff;
}

ul.prod-list-wrapper .prod-item .prod-cust-details a.customize-sampler-btn,
ul.prod-list-wrapper .prod-item .prod-cust-details a:link.customize-sampler-btn,
ul.prod-list-wrapper .prod-item .prod-cust-details a:visited.customize-sampler-btn {
    font-size: .775rem;
}

@media(min-width:480px) {

    ul.prod-list-wrapper .prod-item .prod-cust-details a.customize-sampler-btn,
    ul.prod-list-wrapper .prod-item .prod-cust-details a:link.customize-sampler-btn,
    ul.prod-list-wrapper .prod-item .prod-cust-details a:visited.customize-sampler-btn {
        font-size: .9rem;
    }
}

ul.prod-list-wrapper .prod-item .prod-cust-details .customize-sampler {
    visibility: hidden;
}

ul.prod-list-wrapper .prod-item .prod-cust-details .customize-sampler a {
    position: absolute;
    z-index: 10;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border: 2px solid #fff;
    border-radius: 15px;
    left: 15%;
    right: 15%;
    top: 5px;
    text-transform: uppercase;
}

ul.prod-list-wrapper .prod-item .prod-cust-details .customize-sampler.modifierselected a {
    border: solid 2px #0071b9 !important;
    background: #0071b9;
}

ul.prod-list-wrapper .prod-item .prod-cust-details .customize-sampler.modifierselected a:hover,
ul.prod-list-wrapper .prod-item .prod-cust-details .customize-sampler.modifierselected a:visited {
    background: #fff;
    border: solid 2px #fff;
    color: #000 !important;
}

ul.prod-list-wrapper .prod-item .prod-cust-details .customize-sampler.active a {
    visibility: visible;
}

@media(max-width:480px) {
    ul.prod-list-wrapper .prod-item .prod-cust-details .customize-sampler.active a {
        height: 20px;
    }
}

@media(max-width:380px) {
    ul.prod-list-wrapper .prod-item .prod-cust-details .customize-sampler.active a {
        height: 17px;
    }
}

ul.prod-list-wrapper .prod-item.active .prod-cust-details {
    visibility: visible;
}

.close-draw {
    position: relative;
    top: -1px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='30' width='30' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%234a4a4a' stroke='null' id='svg_1' d='m0.531922,5.032866l4.500945,-4.500945l9.001889,9.001889l9.001889,-9.001889l4.500945,4.500945l-9.001889,9.001889l9.001889,9.001889l-4.500945,4.500945l-9.001889,-9.001889l-9.001889,9.001889l-4.500945,-4.500945l9.001889,-9.001889l-9.001889,-9.001889z'/%3E%3C/g%3E%3C/svg%3E");
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
}

.c-ordermethod__itemOverview {
    display: none;
}

.c-ordermethod__itemOverview.c-customization__itemOverview .c-ordermethod__itemOverlay {
    display: none;
}

@media(min-width:1200px) {
    .c-ordermethod__itemOverlay {
        position: absolute;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, .6);
        z-index: 2;
        height: 100%;
        overflow: auto;
    }

    .c-ordermethod__itemOverview {
        width: 430px;
        display: block;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .c-ordermethod__itemOverview .c-menu-item__link {
        width: initial;
    }

    .c-ordermethod__itemOverview .c-menu-link-cancel {
        color: #625450;
        position: absolute;
        margin: 1em;
    }

    .c-ordermethod__itemOverview .c-menu-link-diabled {
        background-color: #625450;
        color: #fff;
        display: block;
        text-align: center;
        width: 100%;
    }

    .c-ordermethod__itemOverview .c-menu-link-order {
        background-color: #0071b9;
        color: #fff;
        display: block;
        text-align: center;
        width: 100%;
    }

    .c-ordermethod__itemOverview .c-menu-item__actions {
        border-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .c-ordermethod__itemOverview .c-menu-item__image-container {
        flex: none;
    }

    .c-ordermethod__itemOverview .c-menu-item__header>label:first-of-type {
        color: #0071b9;
        font-weight: bold;
    }

    .c-ordermethod__itemOverview .c-menu-item__header .c-menu-item__price {
        color: #d51c22;
        font-weight: bold;
        float: right;
    }

    .c-ordermethod__itemOverview .c-menu-item__info {
        border-top: 1px solid #d3d3d3;
        margin-bottom: 0;
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .c-ordermethod__itemOverview .c-menu-item__info>label {
        border-right: 0;
        padding: 0 15px;
        font-size: 1rem;
    }

    .c-ordermethod__itemOverview .c-menu-item__info>label.c-menu-item__price {
        color: #d51c22;
    }

    .c-ordermethod__itemOverview .c-menu-itemOverview {
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 430px;
        position: relative;
        background-color: #fff;
        min-height: 550px;
    }

    .c-ordermethod__itemOverview .c-menu-item__group {
        flex: 1;
        height: 1px;
        background-color: #f6f6f6;
        overflow: hidden;
    }

    .c-ordermethod__itemOverview .c-menu-item__details {
        text-align: left;
        padding: 30px 15px 0;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .c-ordermethod__itemOverview .c-menu-detail__description {
        font-size: 12px;
        margin-top: 1em;
        margin-right: 55px;
        min-height: unset;
    }

    .c-ordermethod__itemOverview .c-menu-item__container {
        position: relative;
        z-index: 1;
    }

    .c-ordermethod__itemOverview.c-ordermethod__itemOverview--docked {
        align-self: flex-end;
    }

    .c-ordermethod__itemOverview .c-menu-itemOverview--fixed {
        position: fixed;
        top: 110px;
    }

    .c-selectedoptions {
        overflow-y: auto;
        margin: 20px 0;
        flex: 1 0;
    }
}

.forgot-password {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
}

.forgot-password .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.forgot-password .form-group {
    margin-bottom: 15px;
}

.forgot-password h1 {
    font-weight: normal;
}

.forgot-password input.form-control {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

.forgot-password .btn-primary {
    background-color: #0069ac;
    font-weight: normal;
    width: 150px;
}

.forgot-password .btn-primary:hover {
    background-color: #0069ac;
    color: #fff;
}

article h1,
article h2,
article h3,
article h4,
article h5 {
    color: #0071b9;
}

article h2,
article h3,
article h4,
article h5 {
    font-weight: normal;
}

article h1 {
    margin: 30px 0;
}

article .o-page-title {
    margin-top: 15px;
}

article a {
    color: #0071b9;
}

article ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

article ul li::before {
    content: "• ";
    color: #d51c22;
}

article li {
    padding-left: 1em;
    text-indent: -.7em;
}

.back-link {
    color: #746561;
    font-weight: bold;
}

.news-list {
    background-color: #f6f6f6;
}

.news-list h1 {
    color: #0071b9;
    margin: 1em 0;
    padding: 0 15px;
}

.news-list .news-nav--mobile {
    padding: 0 15px;
}

.news-list .news-nav>ul {
    display: none;
}

.news-list label {
    font-size: small;
}

.news-list select {
    background-color: transparent;
    width: 100%;
}

.news-list .news-list-container {
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media(max-width:1200px) {
    .news-list .news-list-container {
        display: flex;
        flex-direction: column;
    }

    .news-list .news-list-container .news-list-footer {
        display: none;
    }

    .news-list .news-list-container>section {
        order: -2;
    }

    .news-list .news-list-container>nav {
        order: -1;
    }
}

.news-list .news-list-content {
    padding-left: 15px;
    padding-right: 15px;
}

.news-list .news-list-result {
    background-color: #fff;
}

.news-list .news-list-result>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list .news-list-result>ul li {
    padding: 15px;
    border-top: 3px solid #f6f6f6;
}

.news-list .news-list-result>ul li>a {
    margin: 5px 0;
    display: block;
    color: #0071b9;
    font-weight: bold;
    text-decoration: none;
}

.news-list .news-list-result time {
    font-size: small;
}

.news-list-pagination-wrapper {
    background-color: #f6f6f6;
    padding: 15px;
}

.news-list-pagination {
    background-color: #ececec;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.news-list-pagination>div {
    flex: 1;
    text-align: center;
}

.news-list-pagination .pagination--disabled {
    cursor: default;
}

.news-list-pagination .pagination--disabled .o-icon {
    background-image: url(/images/ihop-icons/select-arrow--grey.svg);
}

.news-list-pagination .o-icon {
    background-image: url(/images/ihop-icons/select-arrow--ocean-blue.svg);
}

@media(min-width:1200px) {
    .news-list {
        background-color: #fff;
    }

    .news-list .back-link {
        display: none;
    }

    .news-list h1 {
        border-bottom: 1px solid #ccc;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
    }

    .news-list h2 {
        color: #0071b9;
    }

    .news-list .news-list-container {
        width: 1140px;
        overflow: auto;
    }

    .news-list .news-list-container>div nav {
        order: 0;
    }

    .news-list .news-nav {
        width: 25%;
        padding: 0 15px;
        float: left;
    }

    .news-list .news-nav>ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .news-list .news-nav a {
        text-decoration: none;
        color: rgba(0, 0, 0, .87);
        font-weight: bold;
    }

    .news-list .news-nav .active a {
        color: #d30019;
    }

    .news-list .news-list-content-wrapper {
        width: 75%;
        float: left;
        padding: 0 15px;
    }

    .news-list .news-list-content {
        padding: 0;
    }

    .news-list .news-nav--mobile {
        display: none;
    }

    .news-list .news-list-result {
        background-color: #fff;
    }

    .news-list .news-list-result>ul li {
        border: 0;
    }

    .news-list .news-list-result>ul li:nth-child(even) {
        background-color: #f6f6f6;
    }

    .news-list-pagination-wrapper {
        margin-top: 5px;
    }

    .news-list-footer {
        display: block;
        clear: both;
    }

    .news-list-footer>img {
        width: 100%;
        height: 100%;
    }
}

.eclub__container {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
    background: #e9f8ff;
    width: 100vw;
    left: 50%;
    right: 50%;
    position: relative;
    padding: 2em 0;
    margin: -2em 0 0 -50vw;
}

.eclub__container h3 {
    color: #0071b9;
    font-size: 28px;
}

.eclub__container .eclub-promos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media(min-width:992px) {
    .eclub__container .eclub-promos {
        flex-direction: row;
    }
}

.eclub__container .eclub-promos .promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
}

@media(min-width:992px) {
    .eclub__container .eclub-promos .promo {
        margin-bottom: 0;
    }
}

.eclub__container .eclub-promos .promo img {
    margin-bottom: 1em;
}

.eclub__container .eclub-promos .promo h4 {
    font-weight: bold;
}

.eclub__container a {
    margin: 1em 0;
    text-decoration: none;
}

.eclub__container .btn {
    background: #0071b9;
    color: #fff;
    padding: 1em;
    margin: .5em 0;
    border-radius: 0;
}

.eclub__container .btn:hover {
    color: #fff;
}

.eclub__container .eclub-disclaimer {
    font-size: 11px;
    padding-top: 3em;
}

.eclub__container .eclub-disclaimer a {
    color: #0061af;
}

.eclub__container .eclub-content {
    margin: 2em 0;
}

.eclub__form {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
}

.eclub__form .page-header h1 {
    font-size: 1.5em;
    font-weight: bold;
}

.eclub__form a {
    color: #1598d5;
}

.eclub__form label.control-label {
    font-weight: normal;
    font-size: 12px;
}

.eclub__form input.single-line {
    border: none;
    border-bottom: solid 1px #707070;
    border-radius: 0;
    box-shadow: none;
}

.eclub__form .btn {
    border: none;
    background: #0061af;
    color: #fff;
}

.eclub__form .btn:hover {
    background: #0061af;
    color: #fff;
}

.eclub__form textarea {
    border-radius: 0;
    border: solid 1px #363636;
}

.eclub__form .field-validation-error.help-block {
    color: #f00 !important;
    font-size: 10px;
}

.eclub__thankyou h1 {
    color: #0071b9;
    padding: 1em 0;
}

.eclub__thankyou iframe {
    margin-top: .5em;
    width: 100%;
}

.eclub__thankyou .eclub-heading {
    font-size: 26px;
    padding-bottom: 8px;
    font-weight: 600;
}

.eclub__thankyou .eclub-thank-you {
    font-size: 22px;
    padding-bottom: 5px;
    color: #000;
}

.eclub__thankyou .curdate {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    color: #000;
}

.eclub__thankyou .eclub-text-first {
    max-width: 700px;
    line-height: 20px;
}

.eclub__thankyou .eclub-text {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
}

.eclub__thankyou .eclub-social-nav {
    list-style: none;
    padding: 0;
}

.eclub__thankyou .eclub-social-nav li {
    display: inline;
}

.eclub__thankyou .eclub-social-nav li a {
    color: #000;
}

.giftcard__container .giftcard-content ul {
    list-style: none;
    padding-left: 0;
}

@media(min-width:992px) {
    .giftcard__container .giftcard-content ul {
        -moz-column-count: 2;
        -moz-column-gap: 1em;
        -webkit-column-count: 2;
        -webkit-column-gap: 1em;
        column-count: 2;
        column-gap: 1em;
        width: 75%;
    }
}

@media(min-width:1200px) {
    .giftcard__container .giftcard-content ul {
        width: 60%;
    }
}

.giftcard__container .giftcard-content ul li:before {
    content: '•';
    color: #ee252b;
    display: inline-block;
    width: 1em;
}

.giftcard__container .giftcard-promos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 1em;
}

@media(min-width:992px) {
    .giftcard__container .giftcard-promos {
        flex-direction: row;
        margin-bottom: 3em;
    }
}

.giftcard__container .giftcard-promos .promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1em;
    border: solid 10px #f6f6f6;
    text-align: center;
    padding: 1em;
}

@media(min-width:992px) {
    .giftcard__container .giftcard-promos .promo {
        margin-bottom: 0;
        width: 330px;
    }
}

.giftcard__container .giftcard-promos .promo p {
    width: 100%;
}

.giftcard__container .giftcard-promos .promo img {
    margin-bottom: 1em;
}

.giftcard__container .btn {
    background: #0071b9;
    color: #fff;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    font-weight: bold;
}

.giftcard__container .balance-button {
    display: flex;
    justify-content: center;
}

.giftcard__container .balance-button .btn {
    width: 300px;
    text-align: center;
}

.c-404 .c-hero__bg-container .c-hero__bg-container-overlay {
    background-color: rgba(0, 97, 175, .65);
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.c-404 .c-hero__bg-container .c-hero__bg-container-overlay a {
    color: #fff;
}

.c-404 .c-hero__bg-container .c-hero__bg-container-overlay a img {
    vertical-align: baseline;
}

.c-nomenuitem .c-hero__bg-container .c-hero__bg-container-overlay {
    background-color: rgba(0, 97, 175, .65);
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.c-nomenuitem .c-hero__bg-container .c-hero__bg-container-overlay a {
    color: #fff;
}

.c-nomenuitem .c-hero__bg-container .c-hero__bg-container-overlay a img {
    vertical-align: baseline;
}

.accordion-nav {
    border: none;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
}

.accordion-nav ul>li:first-child>a {
    border-top: none;
}

.accordion-nav ul a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 5px 0;
    border: none;
}

.accordion-nav ul a>i {
    display: none;
}

.accordion-nav ul a.active {
    color: #d51c22;
}

.accordion-nav ul a.list-group-item.active {
    color: #d51c22 !important;
    background: #fff !important;
    border-color: #ccc !important;
}

.accordion-nav ul ul li>a {
    color: #707070;
    font-size: .875em;
    font-weight: normal;
    margin-left: 15px;
    padding: 0;
    line-height: 2;
}

.site-map li {
    list-style: disc;
}

.site-map .nav {
    flex-direction: column;
}

.site-map .nav-item {
    width: 100%;
    padding-left: 0;
}

.site-map .nav-link {
    text-decoration: none;
    color: #0071b9;
    padding-left: 0;
}

.page-header-container {
    max-width: 1100px;
    margin: 1em auto;
}

@media(max-width:1200px) {
    .page-header-container {
        margin: 1em 15px;
    }
}

.page-header-container h1 {
    font-size: 1.5em;
}

.content__container {
    margin-bottom: 1em;
}

.content__container a {
    text-decoration: none;
    color: #1598d5;
}

.content__container ul {
    margin-bottom: 1em;
}

.content__container li {
    line-height: 1.2;
}

.confirm-restaurant {
    margin-bottom: 130px;
}

.confirm-restaurant .c-ordermethod__nondelivery {
    float: none;
    width: auto;
    margin: 20px;
}

.confirm-restaurant .c-ordermethod__restaurantChange {
    color: #fff;
    background-color: #0071b9;
    display: block;
    padding: .5em 2em;
    border: none;
    cursor: pointer;
    font-weight: bold;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
}

.confirm-restaurant .c-button {
    color: #fff;
}

.homepage-slider {
    color: #746561;
}

.homepage-slider.bg-dark {
    background-color: #0071b9;
    color: #fff;
}

.homepage-slider.bg-dark .card {
    background-color: #fff;
}

.homepage-slider h2 {
    text-transform: uppercase;
    margin: 10px 0;
}

.homepage-slider h3 {
    padding: 15px 0;
}

.homepage-slider .header {
    padding: 2em 0;
}

.homepage-slider .header p {
    font-size: 1em;
    margin: 0;
}

@media(max-width:992px) {
    .homepage-slider .header p {
        margin-bottom: 30px;
    }
}

.homepage-slider .card-slider {
    padding-bottom: 3em;
}

.homepage-slider .c-menu-item__link {
    border-top: 1px solid #d3d3d3;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.homepage-slider .card {
    width: 313px;
    min-height: 372px;
}

.homepage-slider .card .card-title {
    color: #625450;
    text-align: center;
    height: 80px;
    font-size: 1.2rem;
    margin: 0 5px;
}

.homepage-slider .card .card-title span {
    font-size: 1rem;
    font-weight: 500;
    margin: 1em 0;
}

.homepage-slider .card .menu-item__wrapper {
    padding: 1em 0;
}

.homepage-slider .card .menu-item__wrapper .c-menu-item__health {
    padding: .2em 0;
    height: 25px;
}

.homepage-slider .c-hero-promos__button {
    background: #ee333a;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'CorbenBold', serif;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 14px;
    text-decoration: none;
    min-width: 180px;
    line-height: 26px;
    min-height: 50px;
    border-radius: 10px;
    text-align: center;
}

.homepage-slider .c-hero-promos__button:hover {
    background: #0071b9;
}

.homepage-slider .menu-item-detail-bold {
    color: #404142;
}

.manage-user-preference .formSection {
    max-width: 600px;
    background-color: #e4edf7;
    padding: 20px;
    margin: 0 auto;
}

.manage-user-preference .navSectionImg,
.manage-user-preference .navInfoSection {
    max-width: 600px;
    padding: 20px;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.manage-user-preference .navSectionImg img {
    margin: 0 auto !important;
    float: none !important;
}

.manage-user-preference .navSection,
.manage-user-preference .navInfoSection {
    width: auto;
    padding: 20px;
}

.manage-user-preference .labelHide {
    display: none;
}

.manage-user-preference label {
    font-weight: normal;
}

.manage-user-preference h1 {
    color: #0071b9;
}

.manage-user-preference .navInfoPara {
    font-size: 18px;
}

.manage-user-preference .page2 select {
    width: 50%;
}

.manage-user-preference .form-check label {
    padding-left: 10px;
}

.manage-user-preference .form-check {
    padding: 2px 0;
}

@media(max-width:767px) and (orientation:portrait) {
    .manage-user-preference .navSectionImg img {
        margin: 0 auto !important;
        width: auto !important;
        max-width: unset !important;
    }

    .manage-user-preference .navInfoSection p,
    .manage-user-preference .navInfoSection h1 {
        text-align: left;
    }

    .manage-user-preference .formSection {
        width: auto;
        background-color: #e4edf7;
        padding: 20px;
    }

    .manage-user-preference .navSection img {
        width: auto;
    }
}

.manage-user-preference .form-group.container.navSection {
    padding-bottom: 0;
    margin-bottom: 0;
}

.manage-user-preference p.container {
    width: auto;
    padding-left: 0;
}

.manage-user-preference .checkGrp .form-check {
    padding: 2px 20px;
}

.manage-user-preference .addressDropdwn .form-control {
    padding: 6px;
}

.manage-user-preference .sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.manage-user-preference .hide {
    display: none;
}

.manage-user-preference .show {
    display: block;
}

.byod__container button,
.byod__container a,
.byod__container a:link,
.byod__container a:active {
    color: #0071b9;
}

.byod__card {
    color: #0071b9;
}

.byod__message .summary {
    color: #0071b9;
}

.byod__message .byod__body,
.byod__message h1,
.byod__message .byod__footer-message {
    color: #0071b9;
}

.byod__message .byod__body {
    font-weight: bold;
}

.byod__slider .owl-nav button,
.byod__slider .owl-nav .button {
    color: #0071b9;
}

.byod__slider .owl-dots .owl-dot.active {
    background: #f00;
}

.byod .check-out h2 {
    text-transform: uppercase;
}

.byod .check-out .c-ordertips {
    padding-top: .5em;
}

.byod .check-out .c-ordertips .c-tipoptions__item.active {
    background: #746561;
}

.byod table caption {
    text-transform: uppercase;
}

.byod__basket.myCart__main-cart .my-cart__empty--alternate h1 {
    color: #0071b9;
}

.byod a.button {
    background: #0071b9;
    color: #fff;
}

.byod a.button--alt {
    background: #fff;
    color: #0071b9;
}

.byod .order-confirmation__content {
    color: #0071b9;
}

.byod__basket h1 {
    border-bottom: 1px solid #e5e5e5;
}

.byod__basket .myOrder {
    margin-top: 20px !important;
}

.byod-tip-modal .actionmodal__messageContainer .actionmodal__actions a {
    color: #0071b9;
}

.byod-tip-modal .actionmodal__messageContainer .actionmodal__actions a.action--confirm {
    color: #0071b9 !important;
}

.byod-tip-modal .tipAmountWrapper:before {
    background: #0071b9;
    color: #fff;
}

.byod-tip-modal input[type="number"] {
    caret-color: #0071b9;
}

.online-order-survey {
    background-color: #f0f0f0;
    margin-bottom: 1em;
}

.online-order-survey h2 {
    font-weight: bold;
}

.navigation,
.moreLinksmodal {
    display: none;
}

@media(min-width: 280px) and (max-width: 1024px) {
    .navigation {
        z-index: 999;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #dbd9d6;
        -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    }

    .main-navigation {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    ul.mobile-main-nav {
        color: #0071b9;
        font-style: normal;
        font-weight: bold;
        font-size: 9px;
        line-height: 11px;
        padding: 0;
        text-align: center;
        text-transform: capitalize;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    ul.mobile-main-nav li.level0 {
        display: block;
        width: 20%;
        float: left;
        padding: 15px 0;
    }

    ul.mobile-main-nav li.level0 a {
        color: #0071b9;
    }

    ul.mobile-main-nav li.level0 figure {
        margin: 0;
        font-size: 9px;
        font-weight: bold;
    }

    ul.mobile-main-nav li.level0 figure .figure-image {
        height: 45px;
        position: relative;
    }

    ul.mobile-main-nav li.level0 figure .figure-image .navigation-icon {
        margin: 0 auto;
        padding-bottom: 8px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

    ul.mobile-main-nav li.level0 a:hover,
    ul.mobile-main-nav li.level0 a:focus {
        text-decoration: none;
    }

    ul.mobile-main-nav li.active.level0 a {
        color: #f00;
    }

    ul li.active:first-child a .figure-image .navigation-icon {
        content: url(/images/MobileNavBar_Menu_IhopRed.svg);
    }

    ul li.active:nth-child(2) a .figure-image .navigation-icon {
        content: url(/images/MobileNavBar_Rewards_IhopRed.svg);
    }

    ul li.active:nth-child(3) a .figure-image .navigation-icon {
        content: url(/images/MobileNavBar_Dine-InHome_IhopRed.svg);
    }

    ul li.active:nth-child(4) a .figure-image .navigation-icon {
        content: url(/images/MobileNavBar_Locations_IhopRed.svg);
    }

    ul li.active:last-child a .figure-image .navigation-icon {
        content: url(/images/MobileNavBar_More_IhopRed.svg);
    }

    #moreLinksmodal .modal-dialog {
        position: fixed;
        top: auto;
        right: auto;
        left: auto;
        bottom: 10%;
    }

    .modal-backdrop {
        background-color: transparent !important;
    }

    #moreLinksmodal .modal-dialog {
        width: 100%;
        margin: 0;
    }

    #moreLinksmodal .modal-content {
        border: 0;
        border-radius: 0;
        outline: 0;
        background-color: #c3332b;
    }

    #moreLinksmodal .modal-body {
        padding: 0;
    }

    .more-links {
        padding-top: 20px;
    }

    .more-links ul {
        padding: 0;
        margin: 0;
    }

    .more-links ul li {
        padding: 5px 25px;
    }

    .more-links ul li a {
        padding: 0;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .social-sec h4.social-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        color: #fff;
        border-top: .5px solid #fff;
        padding-top: 30px;
    }

    .social-icon-block {
        display: inline-block;
        margin-top: 5px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .social-sec .social-icon-block li {
        display: inline-block;
        margin: 0 9px;
    }

    .social-sec .social-icon-block li:first-child {
        margin-left: 0;
    }

    .social-sec .social-icon-block li a.fa-iHop {
        background-color: #fff;
        color: #c3332b;
        position: relative;
        display: block;
        padding: 4px 7px;
    }

    .social-sec .social-icon-block li a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: block;
    }

    .social-sec .social-icon-block li a i {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

.modal-open .modal {
    background: transparent !important;
}

@media(min-width:576px) {
    #moreLinksmodal .modal-dialog {
        max-width: 100%;
        margin: auto;
    }
}

#moreLinksmodal .social-icon-block,
#moreLinksmodal .social-title {
    padding: 0 10px 0 30px;
}

#moreLinksmodal .social-sec {
    padding: 20px 0 20px 0;
}

.ihop-input,
.form-control {
    border: .5px solid #676767;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #000;
    height: auto;
    -webkit-user-select: text;
}

.ihop-input:focus,
.ihop-input:hover,
.form-control:focus,
.form-control:hover {
    box-shadow: none;
}

.ihop-input:focus,
.form-control:focus {
    border: 2px solid #0071b9;
}

.ihop-input:not(:placeholder-shown),
.form-control:not(:placeholder-shown) {
    border: 2px solid #676767;
}

.ihop-input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: transparent;
    color: fff;
}

.ihop-input:-moz-placeholder,
.form-control:-moz-placeholder {
    color: transparent;
}

.ihop-input::-moz-placeholder,
.form-control::-moz-placeholder {
    color: transparent;
}

.ihop-input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: transparent;
}

.ihop-inputinput::placeholder,
.form-controlinput::placeholder {
    color: transparent;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    position: absolute;
    left: 15px;
    top: 17px;
    color: #3d3d3d;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    margin: 0;
    transition: all .2s;
    cursor: initial;
    padding: 0 3px;
    background-color: #fff;
    pointer-events: none;
}

.form-group .floating-placeholder:focus+label,
.form-group .floating-placeholder.selected+label,
.form-group input:not(:placeholder-shown)~label {
    top: -6px;
    color: #0071b9;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
}

.form-group .floating-placeholder:focus+label span,
.form-group .floating-placeholder.selected+label span,
.form-group input:not(:placeholder-shown)~label span {
    display: none;
}

.form-group.pwd-group {
    margin-bottom: 12px;
}

.form-group .input.error {
    background: #fff url("/images/2/icons/error_icon.png") no-repeat calc(100% - 10px) center;
    border: 2px solid #ee252b;
}

.form-group .input.error~lable {
    color: #ee252b;
}

.form-group .forgot-pwd {
    float: right;
    color: #0071b9;
    text-decoration: underline;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    padding-top: 3px;
}

.form-group .error-msg {
    display: none;
    margin-top: 5px;
    padding-left: 30px;
    background: url("/images/2/icons/x.png") no-repeat 18px center;
    color: #3d3d3d;
    font-size: 10px;
    line-height: 13px;
}

.form-group .password-hint {
    padding: 5px 10px 5px 15px;
    display: none;
}

.form-group .password-hint.active {
    display: block;
}

.form-group .password-hint span {
    color: #3d3d3d;
    font-size: 10px;
    line-height: 16px;
    display: block;
    position: relative;
    padding-left: 16px;
    background: url("/images/2/icons/uncheck_pwd.png") no-repeat left center;
}

.form-group .password-hint span.true {
    background: url("/images/2/icons/Checkmarks.png") no-repeat left center;
}

.form-group .password-hint span.false {
    background: url("/images/2/icons/x.png") no-repeat 2px center;
}

.register-error label {
    color: #f00 !important;
}

.register-error .ihop-input {
    background: #fff url("/images/2/icons/error_icon.png") no-repeat calc(100% - 10px) center;
    border: 2px solid #ee252b;
}

.register-error .pwd-toggle-eye {
    position: absolute;
    top: 11px;
    right: 48px;
    cursor: pointer;
}

.register-error .error-msg {
    display: block;
}

.my-custom-input-label-box input[type="checkbox"] {
    display: none;
}

.my-custom-input-label-box {
    line-height: 2.5;
    margin-bottom: 10px;
}

.my-custom-input-label-box input+label {
    display: inline-block;
    height: 25px;
    max-width: 420px;
    cursor: pointer;
    color: #3d3d3d;
    background-image: url(/images/2/icons/ihop_unchecked.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    line-height: 14px;
}

.my-custom-input-label-box input+label a.terms-link {
    color: #3d3d3d;
    text-decoration: underline;
}

.my-custom-input-label-box input+label a.terms-link:hover {
    color: #3d3d3d;
    text-decoration: underline;
}

.my-custom-input-label-box.register-error input+label {
    background-image: url("/images/2/icons/checkbox_error.png");
    color: #212529 !important;
}

.my-custom-input-label-box input[type="checkbox"]:checked+label {
    background-image: url(/images/2/icons/ihop_checkbox.png);
    background-repeat: no-repeat;
}

@media(max-width:767px) {
    .hide-mob {
        display: none;
    }
}

@media(max-width:576px) {
    .hide-xs {
        display: none;
    }
}

.close {
    opacity: 1;
}

.close:hover,
.close:focus {
    opacity: 1;
}

.modal-backdrop {
    background-color: transparent;
}

.ihop-register .ihop-input,
.ihop-register .form-control {
    border: .5px solid #676767;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    height: auto;
    color: #676767;
    -webkit-user-select: text;
}

.ihop-register .ihop-input:focus,
.ihop-register .ihop-input:hover,
.ihop-register .form-control:focus,
.ihop-register .form-control:hover {
    box-shadow: none;
}

.ihop-register .ihop-input:focus,
.ihop-register .form-control:focus {
    border: 2px solid #0071b9;
}

.ihop-register .ihop-input:not(:placeholder-shown),
.ihop-register .form-control:not(:placeholder-shown) {
    border: .5px solid #676767;
}

.ihop-register .ihop-input::-webkit-input-placeholder,
.ihop-register .form-control::-webkit-input-placeholder {
    color: transparent;
}

.ihop-register .ihop-input:-moz-placeholder,
.ihop-register .form-control:-moz-placeholder {
    color: transparent;
}

.ihop-register .ihop-input::-moz-placeholder,
.ihop-register .form-control::-moz-placeholder {
    color: transparent;
}

.ihop-register .ihop-input:-ms-input-placeholder,
.ihop-register .form-control:-ms-input-placeholder {
    color: transparent;
}

.ihop-register .ihop-inputinput::placeholder,
.ihop-register .form-controlinput::placeholder {
    color: transparent;
}

.ihop-register .form-group {
    margin-bottom: 20px;
    position: relative;
}

.ihop-register .form-group label {
    position: absolute;
    left: 15px;
    top: 17px;
    color: #3d3d3d;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    margin: 0;
    transition: all .2s;
    cursor: initial;
    padding: 0 3px;
    background-color: #fff;
    pointer-events: none;
}

.ihop-register .form-group label[for="billingState"] {
    min-width: 70px;
}

.ihop-register .form-group label .optional-text {
    font-size: 9px;
    text-indent: 4px;
    display: inline-block;
}

.ihop-register .form-group .floating-placeholder:focus+label,
.ihop-register .form-group .floating-placeholder.selected+label,
.ihop-register .form-group input:not(:placeholder-shown)~label {
    top: -6px;
    color: #0071b9;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
}

.ihop-register .form-group .floating-placeholder:focus+label span,
.ihop-register .form-group .floating-placeholder.selected+label span,
.ihop-register .form-group input:not(:placeholder-shown)~label span {
    display: none;
}

.ihop-register .form-group .input.error {
    background: #fff url("../../scss/ihop/..images/error_icon.png") no-repeat calc(100% - 10px) center;
    border: 2px solid #ee252b;
}

.ihop-register .form-group .input.error~lable {
    color: #ee252b;
}

.ihop-register .form-group .error-msg {
    display: none;
    margin-top: 5px;
    padding-left: 30px;
    background: url("/images/2/icons/x.png") no-repeat 18px center;
    color: #3d3d3d;
    font-size: 10px;
    line-height: 13px;
}

.ihop-register .form-group .password-hint {
    padding: 5px 10px 5px 15px;
    display: none;
}

.ihop-register .form-group .password-hint.active {
    display: block;
}

.ihop-register .form-group .password-hint span {
    color: #3d3d3d;
    font-size: 10px;
    line-height: 16px;
    display: block;
    position: relative;
    padding-left: 16px;
    background: url("/images/2/icons/uncheck_pwd.png") no-repeat left center;
}

.ihop-register .form-group .password-hint span.true {
    background: url("/images/2/icons/Checkmarks.png") no-repeat left center;
}

.ihop-register .form-group .password-hint span.false {
    background: url("/images/2/icons/x.png") no-repeat 2px center;
}

.ihop-register .register-error label {
    color: #f00 !important;
}

.ihop-register .register-error .ihop-input {
    background: #fff url("/images/2/icons/error_icon.png") no-repeat calc(100% - 10px) center;
    border: 2px solid #ee252b;
}

.ihop-register .register-error select {
    border: 2px solid #ee252b !important;
}

.ihop-register .register-error .pwd-toggle-eye {
    position: absolute;
    top: 11px;
    right: 48px;
    cursor: pointer;
}

.ihop-register .register-error .error-msg {
    display: block;
}

.ihop-register select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 12px);
}

.ihop-register select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/images/2/icons/Dropdown_Buttons.png");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 20px;
}

.pwd-toggle-eye {
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
}

.g-recaptcha {
    margin-top: 30px;
}

.g-recaptcha iframe {
    transform: scale(.74);
    -webkit-transform: scale(.74);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.wrapper {
    display: block;
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    margin-top: 100px;
}

.wrapper>div.container-fluid>div.d-block {
    margin: 15px 0;
}

.modal {
    z-index: 10002;
}

.modal-backdrop {
    background: rgba(0, 0, 0, .5);
}

@media(max-width:1199px) {
    .createAccount {
        padding-right: 0 !important;
    }
}

.createAccount .modal-dialog {
    margin-top: 10%;
    width: 1065px;
    max-width: 1065px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 #9c9c9c;
    -moz-box-shadow: 0 0 5px 0 #9c9c9c;
    box-shadow: 0 0 5px 0 #9c9c9c;
}

@media(max-width:1199px) {
    .createAccount .modal-dialog {
        width: calc(100vw - 40px);
        max-width: 100vw;
    }
}

@media(max-width:767px) {
    .createAccount .modal-dialog {
        width: 100%;
        margin: 70px 0 0;
    }
}

.createAccount .modal-dialog .modal-content {
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-content {
        border: none;
    }
}

.createAccount .modal-dialog .modal-body {
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body {
        flex-direction: column-reverse;
        overflow: inherit;
    }
}

.createAccount .modal-dialog .modal-body .close-btn {
    width: 32px;
    height: 32px;
    z-index: 99;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body .close-btn {
        top: -16px;
    }
}

.createAccount .modal-dialog .modal-body .close-btn .close {
    margin-top: 0;
}

.createAccount .modal-dialog .modal-body .modal_left {
    width: 45%;
    padding: 90px 80px 20px;
    background: #f9f9f9;
    border-radius: 10px 0 0 10px;
}

@media(max-width:992px) {
    .createAccount .modal-dialog .modal-body .modal_left {
        padding: 20px 20px 20px;
    }
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body .modal_left {
        width: 100%;
    }
}

.createAccount .modal-dialog .modal-body .modal_left .modal_left_inner h2 {
    font-family: 'CorbenBold', serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 25px;
    color: #0071b9;
}

@media(max-width:991px) {
    .createAccount .modal-dialog .modal-body .modal_left .modal_left_inner h2 {
        font-size: 24px;
        line-height: 29px;
    }
}

.createAccount .modal-dialog .modal-body .modal_left .signIn-btn {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    background-color: #e3121a;
    border-radius: 45px;
    padding: 16px 25px;
    margin-top: 51px;
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body .modal_left .signIn-btn {
        margin-top: 20px;
    }
}

.createAccount .modal-dialog .modal-body .modal_left .signIn-btn:hover,
.createAccount .modal-dialog .modal-body .modal_left .signIn-btn:focus {
    color: #e3121a;
    background-color: #fff;
    border-color: #e3121a;
}

.createAccount .modal-dialog .modal-body .modal_right {
    width: 55%;
    background-color: #0071b9;
    color: #fff;
    border-radius: 0 10px 10px 0;
    border: 1px solid #0071b9;
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body .modal_right {
        width: 100%;
        border-radius: 0;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner {
    padding: 90px 30px 0 30px;
    text-align: center;
}

@media(max-width:992px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner {
        padding: 15px 20px 0;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner h2 {
    font-family: 'CorbenBold', serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    margin: 15px 0;
}

@media(max-width:991px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner h2 {
        font-size: 24px;
        line-height: 29px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner p {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    line-height: 19px;
}

@media(min-width:992px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner p {
        padding: 0 20px;
    }
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner p {
        margin: 0 0 10px;
    }
}

@media(max-width:576px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner p {
        font-size: 13px;
        line-height: 17px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec {
    display: flex;
    justify-content: center;
    padding: 50px 0 45px;
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec {
        padding: 0 0 30px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec .icon-sec {
    padding: 0 20px;
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec .icon-sec {
        padding: 0 10px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec .icon-sec .image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    margin-bottom: 10px;
}

@media(max-width:576px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec .icon-sec .image-block {
        height: 45px;
    }
}

@media(max-width:576px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec .icon-sec .image-block img {
        max-height: 42px;
        width: auto;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec .icon-sec span {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    display: block;
    max-width: 110px;
}

@media(max-width:992px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec .icon-sec span {
        font-size: 13px;
        line-height: 16px;
    }
}

@media(max-width:400px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .myhop-icon-sec .icon-sec span {
        font-size: 11px;
        line-height: 14px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .create-btn {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border-radius: 45px;
    border: 1px solid #fff;
    padding: 16px 37px;
    margin-bottom: 35px;
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .create-btn {
        margin-bottom: 20px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .create-btn:hover,
.createAccount .modal-dialog .modal-body .modal_right .modal_right_inner .create-btn:focus {
    color: #0071b9;
    background-color: #fff;
    border-color: #fff;
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_footer {
    position: relative;
    padding: 22px 15px;
    display: flex;
    justify-content: center;
    background: url("/images/2/accounts/footer_bg_circle.png") no-repeat left center;
    background-size: contain;
}

@media(max-width:767px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_footer {
        padding: 12px 15px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 85, 137, .39);
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner {
    display: flex;
    align-items: center;
    z-index: 3;
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-left {
    padding: 0 15px;
    text-align: center;
}

@media(max-width:992px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-left {
        padding: 0 8px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-left span {
    display: block;
    font-size: 7px;
    line-height: 9px;
    font-weight: 100;
    letter-spacing: 2px;
}

@media(max-width:992px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-left img {
        width: 90px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-right {
    padding: 0 15px;
    text-align: left;
}

@media(max-width:992px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-right {
        padding: 0 8px;
    }
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-right p {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
}

.createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-right p span {
    display: block;
    color: #f7b334;
}

@media(max-width:992px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-right p span {
        font-size: 12px;
        line-height: 17px;
    }
}

@media(max-width:400px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-right p span {
        font-size: 10px;
        line-height: 14px;
    }
}

@media(max-width:992px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-right p {
        font-size: 10px;
        line-height: 14px;
    }
}

@media(max-width:400px) {
    .createAccount .modal-dialog .modal-body .modal_right .modal_right_footer .footer_inner .footer-right p {
        font-size: 7px;
        line-height: 10px;
    }
}

@media screen and (max-width:767px) {
    .modal-open .modal.createAccount {
        background: none;
    }
}

.myaccount-content {
    background-image: url(/images/2/accounts/myaccount-bg.png);
    background-image: url(/images/2/accounts/myaccount-bg.png), linear-gradient(#e6e6e6, #b5d8f1);
    padding-bottom: 125px;
    min-height: 100vh;
}

@media(max-width:767px) {
    .myaccount-content {
        padding-bottom: 20px;
    }
}

.card-shadow {
    box-shadow: 1px 1px 3px .5px rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .card-shadow {
        margin-bottom: 20px;
    }
}

.myaccount-card {
    position: relative;
    border-radius: 10px 10px 0 0;
}

.myaccount-card .ihop-register-banner {
    border-radius: 10px 10px 0 0;
    position: relative;
    display: block;
    width: 100%;
    background-image: url("/images/2/accounts/register_bg_circle.png");
    background-color: #0071b9;
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: cover;
}

@media(max-width:767px) {
    .myaccount-card .ihop-register-banner {
        background-size: cover;
        background-position: center -10px;
    }
}

.myaccount-card .ihop-register-banner .register-banner-content {
    display: block;
    margin: 0 auto;
    padding: 15px 15px 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

@media(max-width:767px) {
    .myaccount-card .ihop-register-banner .register-banner-content {
        padding: 15px 0 30px;
    }
}

.myaccount-card .ihop-register-banner .register-banner-content .my-ihoplogo {
    display: block;
    left: 16px;
    position: absolute;
}

.myaccount-card .ihop-register-banner .register-banner-content .pan-txt {
    font-size: 7px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 2.5px;
    display: block;
    margin: 13px 0 5px;
}

@media(max-width:767px) {
    .myaccount-card .ihop-register-banner .register-banner-content .pan-txt {
        font-size: 7px;
        line-height: 12px;
        letter-spacing: 1.8px;
    }
}

.myaccount-card .ihop-register-banner .register-banner-content .pancakes-txt {
    text-align: center;
    margin: auto;
    float: none;
}

@media(max-width:767px) {
    .myaccount-card .ihop-register-banner .register-banner-content .pancakes-txt {
        width: 220px;
    }
}

.myaccount-card .ihop-register-banner .register-banner-content h3 {
    margin: 10px 0 5px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
}

@media(max-width:767px) {
    .myaccount-card .ihop-register-banner .register-banner-content h3 {
        margin: 10px 0 0;
    }
}

.myaccount-card .ihop-register-banner .register-banner-content p {
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
    text-transform: uppercase;
    font-weight: 400;
}

.myaccount-card .ihop-register-banner .register-banner-content .banner-icon-sec {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.myaccount-card .ihop-register-banner .register-banner-content .banner-icon-sec .icon-sec {
    padding: 0 20px;
}

@media(max-width:767px) {
    .myaccount-card .ihop-register-banner .register-banner-content .banner-icon-sec .icon-sec {
        padding: 0 10px;
    }
}

.myaccount-card .ihop-register-banner .register-banner-content .banner-icon-sec .icon-sec .image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 15px;
}

.myaccount-card .ihop-register-banner .register-banner-content .banner-icon-sec .icon-sec span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    display: block;
}

@media(max-width:767px) {
    .myaccount-card .ihop-register-banner .register-banner-content .banner-icon-sec .icon-sec span {
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
    }
}

.myaccount-description {
    background-color: #fff;
    padding: 35px 20px 20px 20px;
    border-radius: 0 0 10px 10px;
}

.ihop-coins img {
    float: left;
}

.ihop-coins P {
    float: right;
    font-size: 10px;
    color: #676767;
    font-weight: 400;
}

.ihop-coins P span {
    font-size: 36px;
    color: #f38b00;
}

@media(max-width:767px) {
    .ihop-coins P span {
        font-size: 24px;
    }
}

.card-right p {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 400;
    margin-bottom: 25px;
}

@media(max-width:767px) {
    .card-right p {
        font-size: 11px;
    }
}

.card-right .btn-lg {
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
    padding: 13px 35px;
}

@media(max-width:767px) {
    .card-right .btn-lg {
        padding: 10px 20px;
    }
}

.myaccount-border {
    border-right: .5px solid #dbd9d6;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 1;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-weight: 700;
    font-size: 10px;
    color: #3d3d3d;
    text-align: center;
    line-height: 1.4;
    width: 77px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#f7aa34 0%, #f7aa34 100%);
    position: absolute;
    top: 23px;
    right: -1px;
    border-radius: 100px 0 0 100px;
    padding: 5px 15px;
    cursor: pointer;
}

.ribbon span::before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    right: 0;
    border: solid 3px transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-bottom-color: #cd8d11;
    border-left-color: #cd8d11;
}

.category-body a {
    width: 100%;
    text-decoration: none;
}

.category-item {
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    margin: 0;
    text-align: center;
    border: .5px solid #dbd9d6;
    border-radius: 10px;
    position: relative;
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 91%;
    overflow: hidden;
}

.category-item h2 {
    font-weight: normal;
    font-size: 9px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #dd5f13;
    text-align: left;
    margin: 0 0 5px;
}

.category-item h3 {
    font-size: 12px;
    color: #3d3d3d;
    font-weight: bold;
    margin-bottom: 3px;
}

.category-item p {
    font-size: 9px;
    color: #3d3d3d;
    font-weight: 400;
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .category-item p {
        margin-bottom: 15px;
    }
}

.category-description {
    padding: 0 15px;
}

.category-img {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.category-body .col-5 {
    display: block;
}

@media(max-width:767px) {
    .category-body .col-5 {
        padding-right: 0;
    }
}

@media(max-width:767px) {
    .circle {
        height: 15px;
        width: 15px;
    }

    .offereing-iHop.col-3 {
        padding-left: 0;
    }

    .category-body {
        margin-bottom: 15px;
    }

    .transaction-box {
        margin-bottom: 40px;
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .myaccount-content .container {
        max-width: 95%;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .card-right .btn-lg {
        padding: 5px 10px;
        font-size: 7px;
    }

    .collect-pan-coin .btn-lg {
        padding: 6px 10px !important;
    }
}

.collect-pan-coin .btn-lg:hover img,
.collect-pan-coin .btn-lg:focus img {
    content: url("/images/2/rewards/hover-barcode.png");
}

.collect-pan-coin {
    text-align: left;
    background: #fff;
    border: .5px solid #dbd9d6;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 0 0 40px;
}

.collect-pan-coin .title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #0071b9;
    margin: 0;
}

.collect-pan-coin .text {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 22px;
    color: #3d3d3d;
}

.collect-pan-coin .barcode-icon {
    float: left;
    width: 20%;
    padding-right: 10px;
}

@media(max-width:767px) {
    .collect-pan-coin .barcode-icon {
        width: 15%;
    }
}

.collect-pan-coin .dropdown {
    position: relative;
    display: inline-block;
    width: 80%;
    margin-bottom: 15px;
}

.collect-pan-coin .btn-outline-secondary {
    width: 100%;
    height: 38px;
    background-color: #0071b9;
    color: #fff;
    border-radius: 0 10px 10px 0;
    z-index: 99 !important;
}

.collect-pan-coin input[type=number] {
    background: #fff;
    border: .5px solid #676767;
    border-radius: 10px;
    height: 38px;
    -moz-appearance: textfield;
}

.collect-pan-coin input[type=number]::-webkit-outer-spin-button,
.collect-pan-coin input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.collect-pan-coin input[type=number]::placeholder {
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.5;
    color: #676767;
}

.collect-pan-coin .button-sec {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
}

.collect-pan-coin .btn-lg {
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
    padding: 13px 35px;
    margin-left: 10px;
}

@media(max-width:767px) {
    .collect-pan-coin .btn-lg {
        padding: 10px 15px;
    }
}

.collect-pan-coin .btn-lg img {
    margin-left: 5px;
}

.section-header {
    padding: 0 0 30px;
}

.section-header h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #0071b9;
    text-align: left;
}

.section-header h1 span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    align-items: center;
    float: right;
    color: #0071b9;
}

.section-header h1 span a {
    color: #0071b9;
}

.section-header h1 span a:hover,
.section-header h1 span a:focus {
    font-weight: bold;
}

.section-header .divider {
    border: .5px solid #0071b9;
}

.dropdown .input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.dropdown .input-group-append {
    margin-left: -6px;
}

.account_activity {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 5px 20px 15px 20px;
    border: .5px solid #dbd9d6;
    border-bottom: 0;
}

.account_activity .activity_item {
    padding: 15px 0;
    border-bottom: .5px solid #dbd9d6;
}

.account_activity .activity_item:last-child {
    border-bottom: 0;
    padding-bottom: 5px;
}

.account_activity .activity_item .transaction {
    position: relative;
}

.account_activity .activity_item .transaction img {
    float: left;
}

@media(max-width:767px) {
    .account_activity .activity_item .transaction img {
        height: 24px;
        width: 20px;
    }
}

.account_activity .activity_item .transaction .details {
    float: left;
    padding-left: 20px;
}

.account_activity .activity_item .transaction .details .description {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #333;
}

@media(max-width:798px) {
    .account_activity .activity_item .transaction .details .description {
        font-size: 13px;
        line-height: 1.5;
    }
}

.account_activity .activity_item .transaction .details .date {
    font-size: 11px;
    line-height: 1.5;
    color: #333;
    text-align: left;
    margin: 0;
}

.account_activity .credit_debit {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    display: inline-block;
    float: right;
}

.account_activity .credit_debit .spnd {
    color: #ee252b;
}

.account_activity .credit_debit .earn {
    color: #b6bd00;
    vertical-align: middle;
}

.account-footer-image {
    width: 100%;
    display: block;
    background-image: url("/images/2/transactions/transactions-bg.png");
    height: 34px;
    border-right: none;
    border-left: none;
    margin-top: -15px;
}

.transaction-box {
    position: relative;
}

.faq {
    text-align: left;
    position: relative;
}

.faq .title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #3d3d3d;
    margin: 0;
}

.faq p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    color: #676767;
}

.faq p a {
    color: #676767;
    text-decoration: underline;
}

.faq .question {
    clear: both;
    float: none;
    display: block;
    position: relative;
}

.faq .question .pancoin {
    float: left;
}

.faq .question p {
    color: #000;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
}

.faq .question p span {
    font-weight: bold;
}

.danger-text {
    color: #ee252b;
}

.danger-text .earn {
    color: #ee252b !important;
}

.reward-history {
    padding-top: 25px;
}

.reward-history h2 {
    color: #3d3d3d;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0 5px;
    line-height: 19px;
}

.norecoreds-rewards {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 55px 20px;
    margin: 45px 20px 150px;
}

@media(max-width:767px) {
    .norecoreds-rewards {
        margin: 45px 0 130px;
    }
}

.norecoreds-rewards h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.norecoreds-rewards .btn-outline-danger {
    padding: 10px 40px;
}

.wallet-footer {
    padding-top: 15px;
}

.wallet-footer h2 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .wallet-footer h2 {
        font-size: 13px;
        max-width: 320px;
        margin: auto;
        margin-bottom: 20px;
    }
}

.cards .empty {
    display: none;
}

.empty-card .card-box-outer {
    display: none;
}

.empty-card .filled {
    display: none;
}

.empty-card .wallet-footer h2 {
    background-color: #fff;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    margin: auto;
    margin-bottom: 50px;
    padding: 70px 70px;
    max-width: 390px;
    border-radius: 10px;
    border: .5px solid #dbd9d6;
    box-sizing: border-box;
}

@media(max-width:400px) {
    .empty-card .wallet-footer h2 {
        padding: 70px 60px;
    }
}

.myaccount-navbar {
    background: #f9f9f9;
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    padding: 25px 0 0;
}

.myaccount-navbar a {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 5px solid transparent;
    display: block;
    padding: 0 15px 6px;
    text-decoration: none;
}

.myaccount-navbar a:hover,
.myaccount-navbar a:active,
.myaccount-navbar a:focus {
    text-decoration: none;
    border-bottom: 5px solid #f7aa34;
}

.myaccount-navbar a img {
    height: 40px;
    width: 40px;
    margin-bottom: 6px;
}

.myaccount-navbar .active {
    border-bottom: 5px solid #f7aa34;
}

.myaccount-navbar .col-auto {
    margin-right: 30px;
}

.myaccount-navbar .col-auto:last-child {
    margin-right: 0;
}

@media(min-width:240px) and (max-width:767.98px) {
    .myaccount-navbar a img {
        height: 25px;
        width: 25px;
    }

    .myaccount-navbar .row {
        display: inline-flex;
    }

    .myaccount-navbar .row {
        display: inline-flex;
    }

    .myaccount-navbar .col-auto {
        margin-right: 0;
        padding: 0;
    }

    .myaccount-navbar {
        padding: 15px 0 0;
    }
}

@media(min-width:340px) and (max-width:767.98px) {
    .myaccount-navbar a {
        font-size: 9px;
        padding: 0 5px 6px;
    }
}

@media(min-width:240px) and (max-width:340px) {
    .myaccount-navbar a {
        font-size: 9px;
        padding: 0 5px 6px;
    }
}

.ihop-rewards-banner {
    position: relative;
    display: block;
    width: 100%;
    background-image: url("/images/2/rewards/register_bg_circle.png");
    background-color: #0071b9;
    background-repeat: no-repeat, no-repeat;
    background-position: center -90px, center -90px;
    background-size: auto, auto;
}

@media(max-width:767px) {
    .ihop-rewards-banner {
        background-size: 143%;
        background-position: center -27px;
    }
}

.ihop-rewards-banner .rewards-banner-inner {
    display: block;
    position: relative;
    width: 100%;
    background-image: url("/images/2/rewards/rewards_banner_coin1.png"), url("/images/2/rewards/rewards_banner_coin2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -100px, right -100px;
    z-index: 3;
}

@media(max-width:1199px) {
    .ihop-rewards-banner .rewards-banner-inner {
        background-position: -50px -100px, calc(100% + 50px) -100px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner {
        background-image: url("/images/2/rewards/rewards_banner_coin1_left_xs.png"), url("/images/2/rewards/rewards_banner_coin1_right_xs.png");
        background-position: 0 1px, calc(100%) -15px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-banner-top {
    display: block;
    margin: 0 auto;
    padding: 50px 0 20px;
    text-align: center;
    color: #fff;
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top {
        padding: 20px 0 10px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-banner-top img {
    display: block;
    margin: 10px auto 0;
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top .ihop-logo {
        width: 65px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-banner-top .pan-txt {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 2.5px;
    display: block;
    margin: 15px 0 10px;
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top .pan-txt {
        font-size: 9px;
        line-height: 12px;
        letter-spacing: 1.8px;
        margin: 10px 0 10px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top .pancakes-txt {
        width: 220px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-banner-top h2 {
    margin: 35px 0 10px;
    text-shadow: 2px 2px 0 #003fb9;
    font-size: 32px;
    font-weight: bold;
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top h2 {
        margin: 18px 0 12px;
    }

    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top h2 span {
        display: block;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-banner-top p {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top p {
        font-size: 14px;
        line-height: 18px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-column {
    padding: 50px 15px 50px;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
}

@media(max-width:991px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column {
        padding: 40px 5px 30px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 255px;
    margin-bottom: 20px;
}

@media(max-width:991px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec {
        min-height: 150px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec {
        min-height: 180px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .price {
    font-size: 70px;
    line-height: 67px;
    font-weight: 700;
    padding-right: 15px;
    margin-bottom: 0;
    display: inline-block;
    margin-top: -20px;
    text-shadow: 2px 2px 0 #003fb9;
}

@media(max-width:991px) and (min-width:768px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .price {
        font-size: 40px;
        line-height: 40px;
        padding-right: 5px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .price {
        padding-right: 5px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .price .spend {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    padding-left: 25px;
    color: #f9f9f9;
}

.ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .price .dolor {
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    vertical-align: top;
    text-shadow: 2px 2px 0 #003fb9;
}

@media(max-width:991px) and (min-width:768px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .down-arrow {
        width: 20px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .down-arrow {
        width: 28px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .coin_1 {
        width: 100px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .coin_1 {
        width: 140px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .coin_2 {
        width: 139px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .coin_2 {
        width: 170px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .coin_3 {
    margin-left: -80px;
}

@media(max-width:991px) and (min-width:768px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .coin_3 {
        width: 109px;
        margin-left: -60px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .coin_3 {
        width: 140px;
    }
}

@media(max-width:991px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .menu_list {
        width: 180px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .img-sec .menu_list {
        width: auto;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-column h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    text-shadow: 2px 2px 0 #003fb9;
    color: #f9f9f9;
}

@media(max-width:1199px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

.ihop-rewards-banner .rewards-banner-inner .rewards-column p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
}

@media(max-width:1199px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-column .rewards-column-box {
        display: flex;
        flex-direction: column-reverse;
    }
}

.create-account {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    background-color: #e3121a;
    border-color: #e3121a;
    padding: 16px 25px;
    width: 282px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}

.create-account:hover,
.create-account:focus {
    color: #e3121a;
    border-color: #e3121a;
    background-color: #fff;
}

@media(max-width:767px) {
    .create-account {
        width: 180px;
    }
}

.ihop-rewards-content {
    padding-top: 60px;
    color: #0071b9;
    text-align: center;
    display: block;
}

@media(max-width:767px) {
    .ihop-rewards-content {
        padding-top: 45px;
    }
}

.ihop-rewards-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

@media(max-width:767px) {
    .ihop-rewards-content h2 {
        font-size: 24px;
        line-height: 31px;
    }
}

.ihop-rewards-content p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

@media(max-width:767px) {
    .ihop-rewards-content p {
        font-size: 14px;
        line-height: 18px;
        max-width: 375px;
        margin: auto;
    }
}

.ihop-rewards-content .icon-sec {
    padding-top: 40px;
    padding-bottom: 50px;
}

@media(max-width:991px) {
    .ihop-rewards-content .icon-sec {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-content .icon-sec {
        padding-top: 0;
        padding-bottom: 15px;
    }
}

@media(max-width:767px) {
    .ihop-rewards-content .icon-sec div[class^="col"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.ihop-rewards-content .icon-sec .img-block {
    margin-bottom: 15px;
    min-height: 85px;
}

@media(max-width:991px) {
    .ihop-rewards-content .icon-sec .img-block {
        min-height: 60px;
    }
}

.ihop-rewards-content .icon-sec .img-block img {
    vertical-align: top;
}

@media(max-width:991px) {
    .ihop-rewards-content .icon-sec .img-block img {
        height: 60px;
        width: auto;
    }
}

.ihop-rewards-content .icon-sec span {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    display: block;
}

@media(max-width:991px) {
    .ihop-rewards-content .icon-sec span {
        font-size: 14px;
        line-height: 17px;
    }
}

.ihop-rewards-content .footer-coins {
    background: url(/images/2/rewards/register-footer-coins.png) no-repeat center -40px;
    height: 200px;
    width: 100%;
    display: block;
}

@media(max-width:767px) {
    .ihop-rewards-content .footer-coins {
        background-position: center -28px;
        background-size: 160%;
        height: 102px;
    }
}

@media(max-width:430px) and (min-width:320px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top p {
        padding: 0 35px;
    }

    .ihop-rewards-banner .rewards-banner-inner .rewards-column p {
        max-width: 300px;
        margin: auto;
    }
}

@media(max-width:500px) and (min-width:431px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top p {
        padding: 0 80px;
    }

    .ihop-rewards-banner .rewards-banner-inner .rewards-column p {
        max-width: 310px;
        margin: auto;
    }
}

@media(max-width:767px) and (min-width:501px) {
    .ihop-rewards-banner .rewards-banner-inner .rewards-banner-top p {
        padding: 0 0;
        max-width: 280px;
        margin: auto auto 30px;
    }

    .ihop-rewards-banner .rewards-banner-inner .rewards-column p {
        max-width: 310px;
        margin: auto;
    }
}

.iHop-stackmarket.myaccount-content {
    background-image: url(/images/2/rewards/stackmarket-bg.png);
    background-image: url(/images/2/accounts/myaccount-bg.png), linear-gradient(#e6e6e6, #b5d8f1);
}

@media screen and (max-width:767px) {
    .iHop-stackmarket.myaccount-content .sub-header p {
        max-width: 185px;
    }
}

.stack-market .card:hover .btn-danger,
.stack-market .card:focus .btn-danger {
    color: #e3121a !important;
    background-color: #fff !important;
    border-color: #e3121a !important;
}

.stack-market .card:hover .btn-danger .circle-image,
.stack-market .card:focus .btn-danger .circle-image {
    content: url("/images/2/rewards/red-circle.png");
}

.card.stackmarket-disabled:hover .btn-danger,
.card.stackmarket-disabled:focus .btn-danger {
    color: #fff !important;
    pointer-events: none;
    background-color: #808080 !important;
    border-color: #808080 !important;
}

.card.stackmarket-disabled:hover .btn-danger .circle-image,
.card.stackmarket-disabled:focus .btn-danger .circle-image {
    content: url("/images/2/rewards/circle.png");
}

.stack-market .card {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.stack-market .card .card-body {
    padding: 10px 20px;
}

.stack-market .card .card-body .stack-thumbnail {
    border: .5px solid #e0e0e0;
    border-radius: 5px;
    width: 100%;
    position: relative;
    height: 85px;
}

.stack-market .card .card-body .title {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
    color: #3d3d3d;
}

.stack-market .card .card-body .description {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #676767;
}

.stack-market .card .card-body .btn-lg {
    padding: 8px 8px;
    width: 80%;
    display: inline-block;
    font-size: 16px;
}

.stack-market .card .card-body .stack-number {
    vertical-align: middle;
    margin-right: 5px;
    font-weight: 700;
}

.stack-market .card .card-body .btn-danger {
    color: #fff;
    background-color: #e3121a;
    border-color: #e3121a;
}

.stack-market .card .card-body .btn-danger img {
    height: 18px;
    border-radius: 0;
    vertical-align: sub;
}

.stackmarket-disabled.card {
    overflow: hidden;
}

.stackmarket-disabled.card .watermark-lock:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/2/rewards/lock.png);
    background-size: cover;
    background-position: 0 -13px;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.stackmarket-disabled.card .btn-danger {
    pointer-events: none;
    background-color: #808080 !important;
    border-color: #808080 !important;
}

.pad-0 {
    padding: 0;
}

.stack-market .col-sm-6:first-child .card {
    background: #eff7fc !important;
}

.stack-market .col-sm-6:nth-of-type(4n) .card {
    background: #eff7fc;
}

.stack-market .col-sm-6:nth-of-type(4n+1) .card {
    background: #eff7fc;
}

.stack-market .col-sm-6:nth-of-type(odd) .card .img-graph {
    content: url("/images/2/rewards/enabled-graph-1.png");
}

.stack-market .col-sm-6:nth-of-type(odd) .card.stackmarket-disabled .img-graph {
    content: url("/images/2/rewards/disabled-graph-1.png");
}

.stack-market .col-sm-6:nth-of-type(even) .card .img-graph {
    content: url("/images/2/rewards/enabled-graph-2.png");
}

.stack-market .col-sm-6:nth-of-type(even) .card.stackmarket-disabled .img-graph {
    content: url("/images/2/rewards/disabled-graph-2.png");
}

.stack-market .col-sm-6:nth-child(4n+3) .card .img-graph {
    content: url("/images/2/rewards/enabled-graph-3.png");
}

.stack-market .col-sm-6:nth-child(4n+3) .card.stackmarket-disabled .img-graph {
    content: url("/images/2/rewards/disabled-graph-3.png");
}

.stack-market .col-sm-6:nth-child(4n) .card .img-graph {
    content: url("/images/2/rewards/enabled-graph-4.png");
}

.stack-market .col-sm-6:nth-child(4n) .card.stackmarket-disabled .img-graph {
    content: url("/images/2/rewards/disabled-graph-4.png");
}

.item-center {
    align-items: center;
}

.overlay {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 11px;
    right: 0;
    height: auto;
    width: 85px;
    background-color: rgba(103, 103, 103, .68);
    opacity: 1;
    border: .5px solid #676767;
    border-radius: 5px;
}

#redeemableModal .fa-times-circle {
    color: #dbd9d6;
    font-size: 33px;
}

@media(min-width:320px) and (max-width:375px) {
    .stack-market .card .card-body .btn-lg {
        padding: 5px 3px;
    }

    .stack-market .card .card-body .btn-danger img {
        height: 14px;
        vertical-align: middle;
    }

    .stack-market .card .card-body .stack-number {
        margin-right: 0;
    }
}

@media(min-width:320px) and (max-width:575px) {
    .stack-market .row .col-sm-6 {
        padding: 0;
    }

    .stack-market .card {
        margin-bottom: 0;
    }

    .stack-market .col-sm-6:nth-of-type(odd) .card {
        background: #eff7fc;
    }

    .stack-market .col-sm-6:nth-of-type(even) .card {
        background: #fff;
    }
}

@media(min-width:320px) and (max-width:767px) {
    .stack-market .card .card-body .btn-lg {
        text-align: center;
        display: block;
        justify-content: center;
        align-content: center;
        width: 100%;
    }

    .stack-market .card .card-body .btn-danger img {
        vertical-align: middle;
    }

    .stack-market .container .row .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .stack-market.card.card-body.row.col-3 {
        padding-right: 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .stack-market .container {
        width: 98% !important;
    }

    .stack-market .card .card-body .btn-lg {
        padding: 8px 5px;
        width: 100%;
    }

    .stack-market-padding {
        padding-right: 0;
    }
}

.close {
    text-shadow: none;
}

.close-btn .close {
    color: #dbd9d6;
}

@media(max-width:768px) {
    .close-btn .close {
        margin-top: 0 !important;
    }
}

.reward-pdp .model-heading {
    font-size: 24px;
    line-height: 1.5;
    text-transform: capitalize;
    display: inline;
    color: #fff;
    font-weight: 700;
}

.reward-pdp .curve-img {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -15px;
}

.reward-pdp .model-sub-heading .left {
    font-style: normal;
    float: left;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
}

.reward-pdp .model-sub-heading .right {
    font-style: italic;
    font-weight: normal;
    color: #dbd9d6;
    font-size: 11px;
    line-height: 1.5;
    float: right;
}

.reward-pdp .food-item .food-img {
    border: .5px solid #e0e0e0;
    border-radius: 10px;
    width: 100%;
}

.reward-pdp .food-item .points {
    position: absolute;
    right: 20px;
    bottom: -20px;
    padding: 8px 21px;
    color: #fff;
    background-color: #e3121a;
    border-color: #e3121a;
    border-radius: 50px;
    z-index: 999;
}

.reward-pdp .food-item .stack-number {
    vertical-align: middle;
    margin-right: 5px;
    font-weight: 700;
}

.reward-pdp .food-details .heading {
    padding-top: 20px;
    font-size: 16px;
    line-height: 19px;
    color: #b6bd00;
    margin: 0;
    font-weight: 700;
}

.reward-pdp .food-details .sub-heading {
    font-size: 22px;
    line-height: 1.5;
    color: #f9f9f9;
    margin: 0;
    font-weight: 700;
}

.reward-pdp .food-details .text {
    font-size: 13px;
    line-height: 17px;
    color: #f9f9f9;
    font-style: normal;
    min-height: 80px;
    padding-right: 20%;
}

.reward-pdp .food-details .steps {
    padding: 10px 15px;
}

.reward-pdp .food-details .steps .step {
    width: 13%;
}

.reward-pdp .food-details .steps .step p {
    font-weight: bold;
    color: #b6bd00;
    margin: 0;
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 8px;
}

.reward-pdp .food-details .steps .step-text {
    width: 87%;
}

.reward-pdp .food-details .steps .step-text p {
    font-weight: normal;
    padding-right: 36%;
    margin: 0;
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 8px;
}

.reward-pdp .add-to-wallet {
    border-radius: 45px;
    margin-top: 10px;
}

.reward-pdp .add-to-wallet .btn-danger {
    width: 100%;
}

.reward-pdp .add-to-wallet .btn-danger:hover img,
.reward-pdp .add-to-wallet .btn-danger:focus img {
    content: url("/images/2/rewards/red-circle.png");
}

.reward-pdp .add-to-wallet .btn-lg {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.reward-pdp .add-to-wallet .stack-number {
    vertical-align: middle;
    margin-right: 5px;
}

.reward-pdp .add-to-wallet .tc a {
    font-style: italic;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    color: #dbd9d6;
}

.reward-pdp .reward-balance {
    background: #666;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.reward-pdp .reward-balance p {
    margin: 0;
    padding: 6px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    mix-blend-mode: normal;
}

.reward-pdp .reward-balance p span {
    float: right;
}

.reward-pdp .reward-balance p .stack-number {
    vertical-align: middle;
    margin-right: 5px;
}

.reward-pdp .reward-balance .balance {
    border-top: .5px dashed #dbd9d6;
    font-size: 16px;
    line-height: 23px;
    mix-blend-mode: normal;
}

.reward-pdp .disabled .curve-img {
    content: url("/images/2/rewards/burgcurvedisabled.png");
}

.reward-pdp .disabled .watermark-lock:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/2/rewards/modal_lock.png);
    background-size: 17%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    z-index: 99;
    background-color: rgba(103, 103, 103, .3);
}

.reward-pdp .disabled .watermark-lock .points {
    background: #808080;
    border-radius: 45px;
    z-index: 9999;
    border: none;
}

.reward-pdp .disabled .food-details .heading {
    color: #676767;
}

.reward-pdp .disabled .steps {
    display: none;
}

.reward-pdp .disabled .reward-balance {
    display: none;
}

.reward-pdp .disabled .add-to-wallet .btn span {
    display: none;
}

.reward-pdp .disabled .add-to-wallet .btn:after {
    content: 'Earn More Pancoins to Unlock';
}

.ihop-wallet.wallet-sec {
    display: block;
    position: relative;
    z-index: 9;
}

.ihop-wallet.wallet-sec .wallet-inner {
    position: relative;
    display: block;
    text-align: center;
}

.ihop-wallet.wallet-sec .wallet-inner .wallet-footer .btn-danger {
    width: 282px;
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer {
    padding-top: 45px;
    padding-bottom: 30px;
}

@media(max-width:767px) {
    .ihop-wallet.wallet-sec .wallet-inner .card-box-outer {
        padding-top: 10px;
        padding-bottom: 15px;
        flex-direction: column-reverse;
    }

    .ihop-wallet.wallet-sec .wallet-inner .card-box-outer>div {
        margin-top: calc(-60% + 68px);
    }

    .ihop-wallet.wallet-sec .wallet-inner .card-box-outer>div:last-child {
        margin-top: 0;
    }
}

@media(max-width:576px) {
    .ihop-wallet.wallet-sec .wallet-inner .card-box-outer>div {
        margin-top: calc(-60% + 65px);
    }

    .ihop-wallet.wallet-sec .wallet-inner .card-box-outer>div:last-child {
        margin-top: 0;
    }
}

@media(max-width:450px) {
    .ihop-wallet.wallet-sec .wallet-inner .card-box-outer>div {
        margin-top: calc(-60% + 62px);
    }

    .ihop-wallet.wallet-sec .wallet-inner .card-box-outer>div:last-child {
        margin-top: 0;
    }
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer .card-box {
    border-radius: 10px;
    position: relative;
    box-shadow: 1px -3px 6px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    cursor: pointer;
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer .card-box.yellow-card {
    background-color: #f7b334;
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer .card-box.blue-card {
    background-color: #0071b9;
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer .card-box.blue-card .card-txt {
    color: #fff;
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer .card-box .card-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 17px 8px 17px 15px;
    color: #3d3d3d;
    text-align: left;
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer .card-box .card-txt .free {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    display: block;
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer .card-box .card-txt h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    margin: 0 0 5px 0;
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer .card-box .card-txt .hint {
    font-size: 11px;
    line-height: 14px;
    display: block;
    font-weight: 400;
}

.ihop-wallet.wallet-sec .wallet-inner .card-box-outer .card-box .card-txt .exp-date {
    font-size: 9px;
    line-height: 12px;
    position: absolute;
    top: 17px;
    right: 8px;
}

.ihop-wallet .card-box-outer>div:nth-child(1) {
    z-index: 99;
}

.ihop-wallet .card-box-outer>div:nth-child(2) {
    z-index: 98;
}

.ihop-wallet .card-box-outer>div:nth-child(3) {
    z-index: 97;
}

.ihop-wallet .card-box-outer>div:nth-child(4) {
    z-index: 96;
}

.ihop-wallet .card-box-outer>div:nth-child(5) {
    z-index: 95;
}

.ihop-wallet .card-box-outer>div:nth-child(6) {
    z-index: 94;
}

.ihop-wallet .card-box-outer>div:nth-child(7) {
    z-index: 93;
}

.ihop-wallet .card-box-outer>div:nth-child(8) {
    z-index: 92;
}

.ihop-wallet .card-box-outer>div:nth-child(9) {
    z-index: 91;
}

.ihop-wallet .card-box-outer>div:nth-child(10) {
    z-index: 90;
}

.ihop-wallet .card-box-outer>div:nth-child(11) {
    z-index: 89;
}

.ihop-wallet .card-box-outer>div:nth-child(12) {
    z-index: 88;
}

.ihop-wallet .card-box-outer>div:nth-child(13) {
    z-index: 87;
}

.ihop-wallet .card-box-outer>div:nth-child(14) {
    z-index: 86;
}

.ihop-wallet .card-box-outer>div:nth-child(15) {
    z-index: 85;
}

.ihop-wallet .card-box-outer>div:nth-child(16) {
    z-index: 84;
}

.ihop-wallet .card-box-outer>div:nth-child(17) {
    z-index: 83;
}

.ihop-wallet .card-box-outer>div:nth-child(18) {
    z-index: 82;
}

.ihop-wallet .card-box-outer>div:nth-child(19) {
    z-index: 81;
}

.ihop-wallet .card-box-outer>div:nth-child(20) {
    z-index: 80;
}

.ihop-wallet .card-box-outer>div:nth-child(21) {
    z-index: 79;
}

.ihop-wallet .card-box-outer>div:nth-child(22) {
    z-index: 78;
}

.ihop-wallet .card-box-outer>div:nth-child(23) {
    z-index: 77;
}

.ihop-wallet .card-box-outer>div:nth-child(24) {
    z-index: 76;
}

.ihop-wallet .card-box-outer>div:nth-child(25) {
    z-index: 75;
}

.ihop-wallet .card-box-outer>div:nth-child(26) {
    z-index: 74;
}

.ihop-wallet .card-box-outer>div:nth-child(27) {
    z-index: 73;
}

.ihop-wallet .card-box-outer>div:nth-child(28) {
    z-index: 72;
}

.ihop-wallet .card-box-outer>div:nth-child(29) {
    z-index: 71;
}

.ihop-wallet .card-box-outer>div:nth-child(30) {
    z-index: 70;
}

.ihop-wallet .card-box-outer>div:nth-child(31) {
    z-index: 69;
}

.ihop-wallet .card-box-outer>div:nth-child(32) {
    z-index: 68;
}

.ihop-wallet .card-box-outer>div:nth-child(33) {
    z-index: 67;
}

.ihop-wallet .card-box-outer>div:nth-child(34) {
    z-index: 66;
}

.ihop-wallet .card-box-outer>div:nth-child(35) {
    z-index: 65;
}

.ihop-wallet .card-box-outer>div:nth-child(36) {
    z-index: 64;
}

.ihop-wallet .card-box-outer>div:nth-child(37) {
    z-index: 63;
}

.ihop-wallet .card-box-outer>div:nth-child(38) {
    z-index: 62;
}

.ihop-wallet .card-box-outer>div:nth-child(39) {
    z-index: 61;
}

.ihop-wallet .card-box-outer>div:nth-child(40) {
    z-index: 60;
}

.ihop-wallet .card-box-outer>div:nth-child(41) {
    z-index: 59;
}

.ihop-wallet .card-box-outer>div:nth-child(42) {
    z-index: 58;
}

.ihop-wallet .card-box-outer>div:nth-child(43) {
    z-index: 57;
}

.ihop-wallet .card-box-outer>div:nth-child(44) {
    z-index: 56;
}

.ihop-wallet .card-box-outer>div:nth-child(45) {
    z-index: 55;
}

.ihop-wallet .card-box-outer>div:nth-child(46) {
    z-index: 54;
}

.ihop-wallet .card-box-outer>div:nth-child(47) {
    z-index: 53;
}

.ihop-wallet .card-box-outer>div:nth-child(48) {
    z-index: 52;
}

.ihop-wallet .card-box-outer>div:nth-child(49) {
    z-index: 51;
}

.ihop-wallet .card-box-outer>div:nth-child(50) {
    z-index: 50;
}

.ihop-wallet .card-box-outer>div:nth-child(51) {
    z-index: 49;
}

.ihop-wallet .card-box-outer>div:nth-child(52) {
    z-index: 48;
}

.ihop-wallet .card-box-outer>div:nth-child(53) {
    z-index: 47;
}

.ihop-wallet .card-box-outer>div:nth-child(54) {
    z-index: 46;
}

.ihop-wallet .card-box-outer>div:nth-child(55) {
    z-index: 45;
}

.ihop-wallet .card-box-outer>div:nth-child(56) {
    z-index: 44;
}

.ihop-wallet .card-box-outer>div:nth-child(57) {
    z-index: 43;
}

.ihop-wallet .card-box-outer>div:nth-child(58) {
    z-index: 42;
}

.ihop-wallet .card-box-outer>div:nth-child(59) {
    z-index: 41;
}

.ihop-wallet .card-box-outer>div:nth-child(60) {
    z-index: 40;
}

.ihop-wallet .card-box-outer>div:nth-child(61) {
    z-index: 39;
}

.ihop-wallet .card-box-outer>div:nth-child(62) {
    z-index: 38;
}

.ihop-wallet .card-box-outer>div:nth-child(63) {
    z-index: 37;
}

.ihop-wallet .card-box-outer>div:nth-child(64) {
    z-index: 36;
}

.ihop-wallet .card-box-outer>div:nth-child(65) {
    z-index: 35;
}

.ihop-wallet .card-box-outer>div:nth-child(66) {
    z-index: 34;
}

.ihop-wallet .card-box-outer>div:nth-child(67) {
    z-index: 33;
}

.ihop-wallet .card-box-outer>div:nth-child(68) {
    z-index: 32;
}

.ihop-wallet .card-box-outer>div:nth-child(69) {
    z-index: 31;
}

.ihop-wallet .card-box-outer>div:nth-child(70) {
    z-index: 30;
}

.ihop-wallet .card-box-outer>div:nth-child(71) {
    z-index: 29;
}

.ihop-wallet .card-box-outer>div:nth-child(72) {
    z-index: 28;
}

.ihop-wallet .card-box-outer>div:nth-child(73) {
    z-index: 27;
}

.ihop-wallet .card-box-outer>div:nth-child(74) {
    z-index: 26;
}

.ihop-wallet .card-box-outer>div:nth-child(75) {
    z-index: 25;
}

.ihop-wallet .card-box-outer>div:nth-child(76) {
    z-index: 24;
}

.ihop-wallet .card-box-outer>div:nth-child(77) {
    z-index: 23;
}

.ihop-wallet .card-box-outer>div:nth-child(78) {
    z-index: 22;
}

.ihop-wallet .card-box-outer>div:nth-child(79) {
    z-index: 21;
}

.ihop-wallet .card-box-outer>div:nth-child(80) {
    z-index: 20;
}

.ihop-wallet .card-box-outer>div:nth-child(81) {
    z-index: 19;
}

.ihop-wallet .card-box-outer>div:nth-child(82) {
    z-index: 18;
}

.ihop-wallet .card-box-outer>div:nth-child(83) {
    z-index: 17;
}

.ihop-wallet .card-box-outer>div:nth-child(84) {
    z-index: 16;
}

.ihop-wallet .card-box-outer>div:nth-child(85) {
    z-index: 15;
}

.ihop-wallet .card-box-outer>div:nth-child(86) {
    z-index: 14;
}

.ihop-wallet .card-box-outer>div:nth-child(87) {
    z-index: 13;
}

.ihop-wallet .card-box-outer>div:nth-child(88) {
    z-index: 12;
}

.ihop-wallet .card-box-outer>div:nth-child(89) {
    z-index: 11;
}

.ihop-wallet .card-box-outer>div:nth-child(90) {
    z-index: 10;
}

.ihop-wallet .card-box-outer>div:nth-child(91) {
    z-index: 9;
}

.ihop-wallet .card-box-outer>div:nth-child(92) {
    z-index: 8;
}

.ihop-wallet .card-box-outer>div:nth-child(93) {
    z-index: 7;
}

.ihop-wallet .card-box-outer>div:nth-child(94) {
    z-index: 6;
}

.ihop-wallet .card-box-outer>div:nth-child(95) {
    z-index: 5;
}

.ihop-wallet .card-box-outer>div:nth-child(96) {
    z-index: 4;
}

.ihop-wallet .card-box-outer>div:nth-child(97) {
    z-index: 3;
}

.ihop-wallet .card-box-outer>div:nth-child(98) {
    z-index: 2;
}

.ihop-wallet .card-box-outer>div:nth-child(99) {
    z-index: 1;
}

.ihop-wallet .card-box-outer>div:nth-child(100) {
    z-index: 0;
}

.redeem-wallet .modelblue {
    background: url(/images/2/rewards/circle-texture.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom 90px right 0;
    border-radius: 10px;
    background-color: #0071b9;
    background-size: 200px;
}

@media(max-width:767px) {
    .redeem-wallet .modelblue {
        background-position: bottom 120px right 0;
    }
}

.redeem-wallet .modelblue .heading {
    padding: 10px 15px;
}

.redeem-wallet .modelblue .heading p {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 12px;
    text-align: right;
    color: #f9f9f9;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
    margin: 0;
}

.redeem-wallet .modelblue .heading p a {
    font-size: 10px;
    line-height: 13px;
    color: #f9f9f9;
    text-decoration: underline;
}

.redeem-wallet .modelblue .heading p a:hover {
    color: #f9f9f9;
}

.redeem-wallet .modelblue .food-item {
    background-color: #fff;
}

.redeem-wallet .modelblue .food-item .stack-number {
    vertical-align: middle;
    margin-right: 5px;
}

.redeem-wallet .modelblue .food-item .btn-danger {
    position: absolute;
    right: 15px;
    bottom: -15px;
    padding: 7px 21px;
}

.redeem-wallet .modelblue .food-item .btn-danger:hover,
.redeem-wallet .modelblue .food-item .btn-danger:focus {
    color: #fff;
    background-color: #e3121a;
    border-color: #e3121a;
}

.redeem-wallet .modelblue .details {
    padding: 10px 22px;
    color: #fff;
    font-style: normal;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25);
    font-style: normal;
}

.redeem-wallet .modelblue .details .free {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding-top: 15px;
}

.redeem-wallet .modelblue .details .sub-heading {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    padding-bottom: 10px;
}

.redeem-wallet .modelblue .details .text {
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
}

.redeem-wallet .modelblue .details .code {
    border: 1px dashed rgba(255, 255, 255, .5);
    color: #f9f9f9;
    font-style: normal;
    padding: 10px;
    margin-bottom: 15px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.redeem-wallet .modelblue .details .code .copy-to-clipboard-img {
    cursor: pointer;
}

.redeem-wallet .modelblue .details .code p {
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
}

.redeem-wallet .modelblue .details .code h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, .3);
    margin: 0;
}

.redeem-wallet .modelblue .details .note {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    color: #f9f9f9;
}

.redeem-wallet .remainder {
    font-size: 11px;
    line-height: 16px;
    font-style: normal;
    margin-top: 25px;
    max-width: 300px;
}

@media(max-width:768px) {
    .redeem-wallet .remainder {
        margin: 25px auto 0 !important;
        text-align: center;
    }
}

.redeem-wallet .remainder span {
    width: 13%;
    font-weight: bold;
    color: #b6bd00;
}

.redeem-wallet .add-to-wallet {
    border-radius: 45px;
    padding-bottom: 30px;
}

.redeem-wallet .add-to-wallet .btn-danger {
    width: 100%;
}

.redeem-wallet .add-to-wallet .btn-danger:hover,
.redeem-wallet .add-to-wallet .btn-danger:focus {
    background-color: #e3121a;
    color: #fff;
    border-color: #e3121a;
}

.redeem-wallet .add-to-wallet .btn-lg {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.yellow-card .redeem-card-image {
    content: url("/images/2/rewards/yellow-card.png");
}

.blue-card .redeem-card-image {
    content: url("/images/2/rewards/blue-card.png");
}

.redeem-wallet .modelblue .details .code h3 {
    display: inline;
}

.copy-to-clipboard-img� {
    cursor: pointer;
}

#model-redeem-wallet .fa-times-circle {
    color: #e4e4e4;
    font-size: 33px;
}

.iHop-moneycard .card-box-outer.left-cards>div {
    margin-top: calc(-60% + 65px);
    position: relative;
    top: 0;
    -webkit-transition: top ease .5s;
    -moz-transition: top ease .5s;
    -o-transition: top ease .5s;
    -ms-transition: top ease .5s;
    transition: top ease .5s;
    cursor: pointer;
}

.iHop-moneycard .card-box-outer.left-cards>div:hover {
    top: -10px;
}

.iHop-moneycard .card-box-outer.left-cards>div:first-child {
    margin-top: 0;
}

@media(max-width:991px) {
    .iHop-moneycard .card-box-outer.left-cards>div {
        margin-top: calc(-60% + 63px);
    }
}

@media(max-width:767px) {
    .iHop-moneycard .card-box-outer.left-cards>div {
        margin-top: calc(-60% + 68px);
    }
}

@media(max-width:576px) {
    .iHop-moneycard .card-box-outer.left-cards>div {
        margin-top: calc(-60% + 65px);
    }
}

@media(max-width:450px) {
    .iHop-moneycard .card-box-outer.left-cards>div {
        margin-top: calc(-60% + 62px);
    }
}

@media(max-width:767px) {
    .iHop-moneycard .card-box-outer.left-cards {
        padding-top: 10px;
        padding-bottom: 15px;
    }
}

.iHop-moneycard .card-box-outer.left-cards .card-box {
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.iHop-moneycard .card-box-outer.left-cards .card-box.yellow-card {
    background-color: #f7b334;
}

.iHop-moneycard .card-box-outer.left-cards .card-box.blue-card {
    background-color: #0071b9;
}

.iHop-moneycard .card-box-outer.left-cards .card-box.blue-card .card-txt {
    color: #fff;
}

.iHop-moneycard .card-box-outer.left-cards .card-box .card-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 17px 8px 17px 15px;
    color: #3d3d3d;
    text-align: left;
}

.iHop-moneycard .card-box-outer.left-cards .card-box .card-txt .free {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    display: block;
}

.iHop-moneycard .card-box-outer.left-cards .card-box .card-txt h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    margin: 0 0 5px 0;
}

.iHop-moneycard .card-box-outer.left-cards .card-box .card-txt .hint {
    font-size: 11px;
    line-height: 20px;
    display: block;
}

.iHop-moneycard .card-box-outer.left-cards .card-box .card-txt .exp-date {
    font-size: 9px;
    line-height: 12px;
    position: absolute;
    top: 17px;
    right: 8px;
}

.account_activity {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 5px 20px 15px 20px;
    border: .5px solid #dbd9d6;
    border-bottom: 0;
}

.account_activity .activity_item {
    padding: 15px 0;
    border-bottom: .5px solid #dbd9d6;
}

.account_activity .activity_item:last-child {
    border-bottom: 0;
    padding-bottom: 5px;
}

.account_activity .activity_item .transaction {
    position: relative;
}

.account_activity .activity_item .transaction img {
    float: left;
}

@media(max-width:767px) {
    .account_activity .activity_item .transaction img {
        height: 24px;
        width: 20px;
    }
}

.account_activity .activity_item .transaction .details {
    float: left;
    padding-left: 20px;
}

@media(max-width:375px) {
    .account_activity .activity_item .transaction .details {
        padding-left: 10px;
    }
}

.account_activity .activity_item .transaction .details .description {
    font-weight: 600;
    font-size: 16px;
    line-height: 20.8px;
    margin: 0;
    color: #333;
}

@media(max-width:798px) {
    .account_activity .activity_item .transaction .details .description {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media(max-width:390px) {
    .account_activity .activity_item .transaction .details .description {
        font-size: 12px;
    }
}

@media(max-width:350px) {
    .account_activity .activity_item .transaction .details .description {
        font-size: 10px;
    }
}

.account_activity .activity_item .transaction .details .date {
    font-size: 11px;
    line-height: 14.3px;
    color: #333;
    text-align: left;
    margin: 0;
}

@media(max-width:375px) {
    .account_activity .activity_item .transaction .details .date {
        font-size: 10px;
    }
}

.account_activity .activity_item .points {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    float: right;
}

@media(max-width:375px) {
    .account_activity .activity_item .points {
        font-size: 13px;
    }
}

@media(max-width:334px) {
    .account_activity .activity_item .points {
        font-size: 11px;
    }
}

.account_activity .activity_item .points .stack-number {
    vertical-align: middle;
}

.account_activity .activity_item.earn_points .wallet_bag_icon {
    content: url("/images/2/transactions/bag.png");
}

.account_activity .activity_item.earn_points .points .arrow_icon {
    content: url("/images/2/transactions/arrow-up.png");
}

.account_activity .activity_item.earn_points .points .stack-number {
    color: #b6bd00;
}

.account_activity .activity_item.earn_points .points .circle_icon {
    content: url("/images/2/transactions/yellow-yellow.png");
}

.account_activity .activity_item.spend_points .wallet_bag_icon {
    content: url("/images/2/transactions/wallet-myaccount.png");
}

.account_activity .activity_item.spend_points .points .arrow_icon {
    content: url("/images/2/transactions/arrow-down.png");
}

.account_activity .activity_item.spend_points .points .stack-number {
    color: #ee252b;
}

.account_activity .activity_item.spend_points .points .circle_icon {
    content: url("/images/2/transactions/red-circle.png");
}

.contact-us__form label.control-label {
    font-size: xx-small !important;
    color: #979797 !important;
    position: relative !important;
    left: 0 !important;
}

@media(min-width:1200px) {
    .c-hero {
        height: 600px !important;
    }
}

.c-hero.no-bottom-margin {
    margin-bottom: 0;
}

.c-hero__bg-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width:565px) {
    #section_main #homeContainer .container {
        padding: 0 !important;
    }
}

.giftcard__container p {
    margin-top: 5em;
}

.giftcard__container .c-careers__card-info-panel {
    text-align: center;
}

@media(min-width:992px) {
    .giftcard__container .c-careers__card-info-panel {
        text-align: left;
    }
}

.giftcard__container .c-button {
    margin: 0;
}

@media(min-width:992px) {
    .giftcard__container .c-button {
        max-width: fit-content;
    }
}

.giftcard__container .c-button:after {
    content: "→";
    margin-left: 1em;
    font-size: 1.2em;
}

@media(max-width:768px) {
    .giftcard__container .c-careers__card {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:768px) {
    .giftcard__container .c-careers__card .c-careers__card-info-panel {
        margin-top: .5em;
    }
}

.giftcard__container .c-careers__card .c-careers__card-text-input-btn {
    margin: 0;
}

.top-hero__giftcard .teaserBody {
    display: flex;
    justify-content: center;
}

.top-hero__giftcard img {
    display: block;
    transform: rotate(-3deg);
    width: auto;
    height: 50%;
    -webkit-box-shadow: -10px 10px 25px -5px rgba(64, 65, 66, .6);
    -moz-box-shadow: -10px 10px 25px -5px rgba(64, 65, 66, .6);
    box-shadow: -10px 10px 25px -5px rgba(64, 65, 66, .6);
    border-radius: 13px;
    position: absolute;
    bottom: -2em;
}

@media(min-width:992px) {
    .top-hero__giftcard img {
        width: auto;
        height: 50%;
        border-radius: 20px;
    }
}

.bottom-hero__giftcard .c-hero__bg-container-overlay {
    width: 100%;
    padding: 1.5em 1em;
}

@media(min-width:992px) {
    .bottom-hero__giftcard .c-hero__bg-container-overlay {
        width: 80%;
    }
}

.bottom-hero__giftcard .teaserBody {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bottom-hero__giftcard img {
    transform: rotate(-3deg);
    width: 40%;
    height: 100%;
}

@media(min-width:768px) {
    .bottom-hero__giftcard img {
        width: 25%;
    }
}

@media(min-width:992px) {
    .bottom-hero__giftcard img {
        margin-left: 0;
    }
}

.bottom-hero__giftcard .giftcard__buttons {
    display: flex;
    flex-direction: column;
    margin-left: 2em;
}

.bottom-hero__giftcard .giftcard__buttons a {
    padding: .75em 1.5em;
    font-size: .75em;
}

@media(min-width:992px) {
    .bottom-hero__giftcard .giftcard__buttons a {
        padding: .75em 2em;
        font-size: 1em;
    }
}

.GiftCard-Banner-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.GiftCard-Banner-container .GiftCard-Banner {
    width: 100%;
}

.franchise__container .form-group label {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    color: #333 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    transition: all .2s;
    cursor: initial;
    padding: 0;
    background-color: #fff;
    pointer-events: inherit !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
}

.franchise__container .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.franchise__container .ihop-input:not(:placeholder-shown),
.franchise__container .form-control:not(:placeholder-shown) {
    border: 1px solid #ccc !important;
}

.franchise__container .has-feedback .form-control {
    padding-right: 0 !important;
}

.franchise__container .checkbox input[type=checkbox],
.franchise__container .checkbox-inline input[type=checkbox],
.franchise__container .radio input[type=radio],
.franchise__container .radio-inline input[type=radio] {
    position: relative !important;
    margin: 0 5px 0 0 !important;
}

article p {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.franchise__container ol li::marker {
    color: inherit;
}

.franchise__container table {
    margin: 1em 0 0 2em;
}

.c-button--colored {
    padding: 10px;
}

.account .card-block,
.account .control-label {
    background-color: #f6f6f6;
}

.account .form-check.acc-checkbox label {
    background-color: transparent;
}

.account input.form-control,
.account select.form-control {
    background-color: #fff;
}

.confirmation__messageContainer {
    width: 58% !important;
    min-height: 150px;
    margin: auto;
}

.CartConfirmation.modal {
    position: absolute !important;
    top: 78% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ihop-register {
    background-color: #f9f9f9;
    padding-top: 40px;
}

@media(max-width:767px) {
    .ihop-register {
        padding-top: 25px;
    }
}

.ihop-register .birthday {
    margin-bottom: 24px;
}

.ihop-register .birthday img {
    margin-right: 10px;
    float: left;
}

@media(max-width:767px) {
    .ihop-register .birthday img {
        height: 55px;
        width: 35px;
    }
}

.ihop-register .birthday h3 {
    font-family: 'CorbenBold', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    color: #0071b9;
    margin: 0 0 5px;
}

@media(max-width:767px) {
    .ihop-register .birthday h3 {
        margin: 0 0 2px;
        padding-top: 10px;
        font-size: 18px;
    }
}

.ihop-register .birthday p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #3d3d3d;
    margin: 0;
}

.ihop-register h1 {
    font-family: 'CorbenBold', serif;
    font-weight: 900;
    font-size: 32px;
    text-transform: capitalize;
    color: #0071b9;
    margin: 0 0 2px;
}

@media(max-width:767px) {
    .ihop-register h1 {
        font-size: 24px;
        line-height: 29px;
    }
}

.ihop-register h2 {
    font-weight: 400;
    font-size: 13px;
    color: #3d3d3d;
    margin: 0 0 15px;
}

.ihop-register h2 a {
    color: #3d3d3d;
    text-decoration: underline;
}

.ihop-register .register-indicator {
    font-weight: 400;
    font-size: 9px;
    color: #676767;
    margin-bottom: 2px;
}

.ihop-register .footer-coins {
    background: url("/images/2/accounts/register-footer-coins.png") no-repeat center -80px;
    height: 200px;
    width: 100%;
    display: block;
}

@media(max-width:767px) {
    .ihop-register .footer-coins {
        background-position: center -28px;
        background-size: 140%;
        height: 102px;
    }
}

.sign-up {
    font-size: 14px;
    font-weight: 700;
    background-color: #e3121a;
    border-color: #e3121a;
    border-radius: 45px;
    padding: 16px 25px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}

.sign-up:hover,
.sign-up:focus {
    color: #e3121a;
    background-color: #fff;
    border-color: #e3121a;
}

@media(min-width:786px) and (max-width:1119.98px) {
    .ihop-register .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40% !important;
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }
}

.ihop-register-banner {
    position: relative;
    display: block;
    width: 100%;
    background-image: url("/images/2/accounts/register_bg_circle.png");
    background-color: #0071b9;
    background-repeat: no-repeat, no-repeat;
    background-position: center -90px, center -90px;
    background-size: auto, auto;
}

@media(max-width:767px) {
    .ihop-register-banner {
        background-size: cover;
        background-position: center -10px;
    }
}

.ihop-register-banner .register-banner-inner {
    display: block;
    position: relative;
    width: 100%;
    background-image: url("/images/2/accounts/register_banner_coin1.png"), url("/images/2/accounts/register_banner_coin2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -100px, right -100px;
    z-index: 3;
}

@media(max-width:1199px) {
    .ihop-register-banner .register-banner-inner {
        background-position: -50px -100px, calc(100% + 50px) -100px;
    }
}

@media(max-width:991px) {
    .ihop-register-banner .register-banner-inner {
        background-image: none;
    }
}

@media(max-width:767px) {
    .ihop-register-banner .register-banner-inner {
        background-image: none;
    }
}

.ihop-register-banner .register-banner-inner .register-banner-content {
    display: block;
    margin: 0 auto;
    padding: 50px 0 70px;
    text-align: center;
    color: #fff;
}

@media(max-width:767px) {
    .ihop-register-banner .register-banner-inner .register-banner-content {
        padding: 15px 0 30px;
    }
}

.ihop-register-banner .register-banner-inner .register-banner-content img {
    display: block;
    margin: 0 auto;
}

.ihop-register-banner .register-banner-inner .register-banner-content .pan-txt {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 2.5px;
    display: block;
    margin: 15px 0 10px;
}

@media(max-width:767px) {
    .ihop-register-banner .register-banner-inner .register-banner-content .pan-txt {
        font-size: 9px;
        line-height: 12px;
        letter-spacing: 1.8px;
    }
}

@media(max-width:767px) {
    .ihop-register-banner .register-banner-inner .register-banner-content .pancakes-txt {
        width: 220px;
    }
}

.ihop-register-banner .register-banner-inner .register-banner-content h3 {
    margin: 40px 0 10px;
    text-shadow: 2px 2px 0 #003fb9;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

@media(max-width:767px) {
    .ihop-register-banner .register-banner-inner .register-banner-content h3 {
        margin: 18px 0 10px;
    }
}

.ihop-register-banner .register-banner-inner .register-banner-content p {
    font-weight: 100;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 27px;
}

@media(max-width:767px) {
    .ihop-register-banner .register-banner-inner .register-banner-content p {
        font-size: 14px;
        line-height: 18px;
    }
}

.ihop-register-banner .register-banner-inner .register-banner-content .banner-icon-sec {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.ihop-register-banner .register-banner-inner .register-banner-content .banner-icon-sec .icon-sec {
    padding: 0 20px;
}

@media(max-width:767px) {
    .ihop-register-banner .register-banner-inner .register-banner-content .banner-icon-sec .icon-sec {
        padding: 0 10px;
    }
}

.ihop-register-banner .register-banner-inner .register-banner-content .banner-icon-sec .icon-sec .image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-bottom: 15px;
}

.ihop-register-banner .register-banner-inner .register-banner-content .banner-icon-sec .icon-sec span {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    display: block;
}

@media(max-width:767px) {
    .ihop-register-banner .register-banner-inner .register-banner-content .banner-icon-sec .icon-sec span {
        font-size: 13px;
        line-height: 16px;
        font-weight: 700;
    }
}

.c-cart-promoCode .c-cart-messages-wrapper {
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    padding: .5em;
    font-size: smaller;
}

.c-checkout__step .c-cart-messages-wrapper {
    background-color: #fefefe;
}

.c-checkout__step .c-cart-codeEntry__label {
    color: #0061af;
    font-weight: 600;
    padding: .5em 0;
}

.c-checkout__step .c-cart-codeEntry__field {
    display: flex;
    flex: 4;
    width: 100%;
}

.c-checkout__step .c-cart-codeEntry__field input {
    width: 70%;
}

.c-checkout__step .c-cart-codeEntry__field .btnPromo {
    flex: 1;
    margin: 0 0 0 5px;
}

.ihop-menu-details-page {
    margin-left: auto;
    max-width: 1200px;
    margin-right: auto;
}

.ihop-menu-details-page .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.ihop-menu-details-page .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.ihop-menu-details-page h1,
.ihop-menu-details-page h2,
.ihop-menu-details-page h3,
.ihop-menu-details-page p,
.ihop-menu-details-page span {
    color: #625450;
}

.ihop-menu-details-page h2,
.ihop-menu-details-page h3 {
    font-weight: 600;
    text-transform: uppercase;
}

.ihop-menu-details-page abbr[title] {
    text-decoration: none;
}

.ihop-menu-details-page .tooltip {
    font-size: smaller;
}

.ihop-menu-details-page .sub {
    padding: 20px;
    background: #fff;
    overflow-y: auto;
    height: 100%;
}

.ihop-menu-details-page .hide {
    visibility: hidden;
}

.prod-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

@media(min-width:1200px) {
    .prod-list-wrapper {
        width: 90%;
    }
}

.product-details .c-menu-detail__cals {
    font-weight: 700;
    display: block;
}

.product-details .c-menu-detail__item-price {
    font-weight: 700;
    display: block;
}

.product-details .o-icon.o-icon--sodium-warning {
    width: 28px;
    height: 31px;
    background: 0;
    border: 0;
    background-repeat: no-repeat;
}

.prod-items-wrapper {
    margin-top: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

@media(min-width:992px) {
    .prod-items-wrapper {
        margin-bottom: 50px;
    }
}

.prod-items-wrapper h2,
.prod-items-wrapper h3 {
    text-transform: uppercase;
    margin: 5px;
    text-align: center;
}

@media(max-width:991px) {

    .prod-items-wrapper h2,
    .prod-items-wrapper h3 {
        font-size: 1.2rem;
    }
}

@media(max-width:500px) {

    .prod-items-wrapper h2,
    .prod-items-wrapper h3 {
        font-size: 1.17rem;
    }
}

.prod-items-wrapper h2 span.modifiergroup--required,
.prod-items-wrapper h3 span.modifiergroup--required {
    text-transform: capitalize;
    color: #ab192d;
    margin-left: 0;
    font-size: .775rem;
}

.prod-item {
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 47px;
    margin: 5px;
    width: calc(100%/3 - 1em);
}

.prod-item:focus,
.prod-item.focus,
.prod-item:focus-within {
    outline: solid 2px #0096a9;
}

.prod-item .prod-item-link:focus,
.prod-item .prod-item-link.focus,
.prod-item .prod-item-link:focus-within {
    outline: none !important;
}

@media(min-width:992px) and (max-width:1200px) {
    .prod-item {
        -webkit-box-flex: 0 0 calc(100%/3 - 1em);
        -moz-box-flex: 0 0 calc(100%/3 - 1em);
        -webkit-flex: 0 0 calc(100%/3 - 1em);
        -ms-flex: 0 0 calc(100%/3 - 1em);
        flex: 0 0 calc(100%/3 - 1em);
    }
}

@media(max-width:768px) {
    .prod-item {
        max-width: calc(100%/2 - 1em);
        width: calc(100%/2 - 1em);
    }
}

@media(max-width:480px) {
    .prod-item {
        -webkit-box-flex: 0 0 195px;
        -moz-box-flex: 0 0 195px;
        -webkit-flex: 0 0 195px;
        -ms-flex: 0 0 195px;
        flex: 0 0 195px;
        max-width: calc(100%/2 - 1em);
    }
}

@media(max-width:376px) {
    .prod-item {
        flex: 0 0 175px;
        max-width: 175px;
    }
}

@media(max-width:360px) {
    .prod-item {
        flex: 0 0 170px;
        max-width: 170px;
    }
}

@media(max-width:320px) {
    .prod-item {
        flex: 0 0 150px;
    }
}

.prod-item p {
    text-transform: uppercase;
    margin: 10px 0;
}

.prod-item.selectedItem,
.prod-item:active {
    outline: 3px solid #1598d3;
}

.prod-item .item-customizer .item-customizer-header+.item-customizer-row {
    padding-top: 90px;
}

.prod-item .item-customizer>.item-customizer-row {
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .prod-item .item-customizer>.item-customizer-row {
        margin: 0 auto 20px;
    }
}

.prod-item .item-customizer .modifiers {
    padding: 0;
    margin: 0 15px;
    flex-basis: 175px;
    justify-content: flex-start;
}

.prod-item .item-customizer h2,
.prod-item .item-customizer h3 {
    text-align: left;
}

@media(min-width:992px) {

    .prod-item .item-customizer h2,
    .prod-item .item-customizer h3 {
        text-align: center;
    }
}

.prod-item .item-customizer .prod-items-wrapper {
    padding: 0;
}

.prod-item .item-customizer .prod-items-wrapper .prod-item {
    margin: 8px;
}

@media(max-width:480px) {
    .prod-item .item-customizer .prod-items-wrapper .prod-item {
        flex: 0 0 155px;
    }
}

.prod-item .modifier-item-name {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.prod-item .c-finish__container .c-button--colored {
    width: 180px;
    text-align: center;
    height: 48px;
    padding-top: 16px;
    font-size: 14px;
}

.prod-item .c-finish__container .c-button--colored.disabled {
    background: #636366;
}

.prod-item-details {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 110px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

@media(min-width:1200px) {
    .prod-item-details {
        min-height: 85px;
    }
}

@media(max-width:480px) {
    .prod-item-details {
        padding: 5px;
    }
}

.prod-item-details p,
.prod-item-details span {
    font-size: 1rem;
    padding: 0;
    height: 40px;
    font-weight: 600;
}

.prod-item-details pspan,
.prod-item-details spanspan {
    padding: 0;
}

@media(max-width:480px) {

    .prod-item-details p,
    .prod-item-details span {
        font-size: .775rem;
    }
}

.prod-item-image {
    max-height: 100%;
    position: relative;
    display: table;
    width: 101%;
}

.prod-item-image img {
    width: 100%;
}

.prod-item-image img:focus {
    outline: none;
}

.overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
}

.prod-cust-details {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: block;
}

.prod-cust-details .prod-cd-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.prod-info-list {
    margin: 10px 0 20px;
    padding: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.prod-info-list li {
    list-style: none;
    margin-left: 10px;
}

.prod-info-list li a {
    border-radius: 30px;
    width: 24px;
    height: 24px;
    display: block;
    border: solid 1px #1074a2;
    color: #1074a2;
}

.prod-detail-desc p {
    line-height: 1.3;
}

.sampler-count {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    list-style: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    max-width: 200px;
    z-index: 9;
    margin-top: 20px;
    width: 100%;
}

@media(min-width:992px) {
    .sampler-count {
        max-width: 100%;
    }
}

.sampler-count .fa {
    font-size: 1.3rem;
}

@media(min-width:480px) {
    .sampler-count .fa {
        font-size: 2.3rem;
    }
}

.sampler-count li p {
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
}

@media(max-width:480px) {
    .sampler-count li p {
        margin: 0;
    }
}

.sampler-count li a {
    padding: 1em;
}

.sampler-count input[type="text"]:disabled {
    color: #333;
    opacity: 1;
}

.sampler-count .prod-qty-value {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.3rem;
    width: 50px;
    height: 38px;
    color: #625450;
}

@media(min-width:992px) {
    .sampler-count .prod-qty-value {
        margin: 5px;
    }
}

@media(max-width:320px) {
    .sampler-count .prod-qty-value {
        font-size: 1.3rem;
        height: auto;
    }
}

.sampler-qty {
    background: #fff;
    text-align: center;
    border: solid 2px #d30019;
    margin-bottom: 0;
    height: 80px;
    width: 80px;
    border-radius: 70px;
}

@media(max-width:768px) {
    .sampler-qty {
        height: 65px;
        width: 65px;
        border-radius: 70px;
    }
}

@media(max-width:480px) {
    .sampler-qty {
        height: 60px;
        width: 60px;
        border-radius: 70px;
        min-height: 0;
    }
}

@media(max-width:320px) {
    .sampler-qty {
        height: 40px;
        width: 40px;
    }
}

.sampler-qty span {
    font-size: .675rem;
    position: relative;
    font-weight: bold;
}

@media(max-width:480px) {
    .sampler-qty span.subtext {
        font-size: .475rem;
    }
}

@media(max-width:320px) {
    .sampler-qty span.subtext {
        display: none;
    }
}

.select-message {
    border: solid 1px #ccc;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    background: #fff;
    display: block;
    margin: 0 15px;
    width: 100%;
    text-align: center;
    padding: 27px 0 24px;
}

.select-message p {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #1a1e2c;
}

.prod-detail-image {
    position: relative;
}

.prod-detail-image .overlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(242, 242, 242, 0) 81%, rgba(0, 0, 0, .6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(242, 242, 242, 0) 81%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(242, 242, 242, 0) 81%, rgba(0, 0, 0, .6) 100%);
    width: 100%;
    height: 100%;
}

.prod-detail-image .scroll-link {
    position: absolute;
    bottom: 10px;
    z-index: 15;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
}

.prod-detail-image .scroll-link a {
    color: #fff;
}

.prod-detail-image .scroll-link a:hover {
    text-decoration: none;
}

@media(max-width:991px) {
    .prod-detail-image .scroll-link a {
        font-size: 14px;
    }
}

.prod-detail-image .scroll-link .fa {
    position: relative;
    left: 5px;
    top: 3px;
}

@media(max-width:991px) {
    .prod-detail-image .scroll-link .fa {
        font-size: 20px;
    }
}

.prod-detail-image img {
    width: 100%;
}

.prod-detail-desc h1 {
    font-weight: normal;
}

.active .prod-item-image {
    background-color: #000;
}

.active .prod-item-image img {
    opacity: .5;
}

.active .prod-item-image .prod-selected-details {
    display: flex;
    position: absolute;
    z-index: 9;
    align-items: flex-end;
}

.prod-selected-details {
    display: none;
    position: absolute;
    width: 100%;
    padding: 0 7px;
    max-height: 25px;
    overflow-y: hidden;
    bottom: 2px;
    height: 100%;
}

@media(min-width:768px) {
    .prod-selected-details {
        max-height: 36px;
    }
}

.prod-selected-details span {
    color: #fff;
    font-size: .675rem;
    display: inline-block;
    position: absolute;
    bottom: 0;
    max-height: 36px;
    overflow-wrap: break-word;
    width: 95%;
}

@media(max-width:768px) {
    .prod-selected-details span {
        font-size: .5rem;
        padding: 0 5px;
        max-height: 25px;
    }
}

@media(max-width:360px) {
    .prod-selected-details span {
        visibility: hidden;
    }
}

.prod-selected-details .fa {
    font-size: 24px;
}

.prod-selected-details ol {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 5px;
}

.prod-selected-details ol li {
    text-align: left;
    font-size: 12px;
    color: #fff;
    list-style: none;
}

.prod-selected-checkmark {
    display: none;
    margin: 0 auto !important;
    height: 65px;
    width: 65px;
    border-radius: 50px;
    background: #fff;
    border: solid 2px #d51c22;
    text-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 1.5rem;
}

@media(max-width:480px) {
    .prod-selected-checkmark {
        height: 47px;
        width: 47px;
    }
}

.prod-selected-checkmark .fa {
    font-size: 2rem;
}

@media(max-width:480px) {
    .prod-selected-checkmark .fa {
        font-size: 1.2rem;
    }
}

@media(max-width:320px) {
    .prod-selected-checkmark {
        height: 35px;
        width: 35px;
    }
}

.single-select>.prod-selected-checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.single-select>.sampler-count {
    visibility: hidden;
    width: 0;
}

@media(min-width:768px) {
    .item-customizer-row .prod-items-wrapper {
        margin-bottom: 200px;
    }
}

@media(min-width:992px) {
    .item-customizer-row .prod-item {
        -webkit-box-flex: 0 0 23.5%;
        -moz-box-flex: 0 0 23.5%;
        -webkit-flex: 0 0 23.5%;
        -ms-flex: 0 0 23.5%;
        flex: 0 0 23.5%;
        min-width: 230px;
    }
}

@media(min-width:768px) {
    .prod-detail-hero-wrapper {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .prod-detail-image {
        -webkit-box-flex: 70.05%;
        -moz-box-flex: 70.05%;
        -webkit-flex: 70.05%;
        -ms-flex: 70.05%;
        flex: 70.05%;
    }

    .prod-items-wrapper {
        padding: 0;
    }

    .select-message {
        margin: 0;
    }
}

@media(min-width:768px) and (max-width:1056px) {
    .prod-item {
        -webkit-box-flex: 0 0 30.94%;
        -moz-box-flex: 0 0 30.94%;
        -webkit-flex: 0 0 30.94%;
        -ms-flex: 0 0 30.94%;
        flex: 0 0 30.94%;
        max-width: 30.94%;
    }
}

@media(min-width:992px) {

    .prod-detail-desc h1,
    .prod-items-wrapper h2 {
        margin: 10px 0 25px;
    }

    .prod-item-details p {
        min-height: 63px;
        padding: 0 15px;
        margin-top: 15px;
        text-transform: uppercase;
    }

    .prod-item-details span {
        padding-bottom: 11px;
    }

    .prod-item-details span.add-span {
        padding-bottom: 0;
    }

    .sampler-count input {
        width: 50px;
    }

    .prod-selected-details p {
        width: 79px;
        height: 79px;
    }

    .cta-fixed {
        height: 100px;
        padding-top: 28px;
    }
}

.apb-menu-details-page {
    letter-spacing: .4px;
}

@media(max-width:767px) {
    .cnw-customization {
        max-width: 540px;
        margin: 0 auto;
    }
}

.cnw-temp-label span {
    display: block;
    margin-top: 5px;
}

.customization-cta-buttontext {
    text-transform: uppercase;
}

.item-customizer-message {
    position: fixed;
    bottom: 70px;
    left: 0;
    text-align: center;
    padding: 1em;
    width: 100%;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.item-customizer-message .alert__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.item-customizer-message button {
    cursor: pointer;
    background: none;
    border: none;
}

.item-customizer-message.alert-danger {
    background-color: #f2dede;
}

.cross-sell.cnw-customization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.cross-sell.cnw-customization .cnw-customization__header {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 30px 10px 0;
    flex-wrap: wrap;
}

.cross-sell.cnw-customization .cnw-customization__header h1 {
    text-transform: uppercase;
    color: #0071b9;
    margin: 0 .5em;
}

@media(max-width:480px) {
    .cross-sell.cnw-customization .cnw-customization__header h1 {
        font-size: 1.2rem;
    }
}

.cross-sell.cnw-customization .cnw-customization__header a {
    margin: 0 .5em;
    color: #d30019;
    font-weight: bold;
}

.cross-sell.cnw-customization .cnw-customization__header a:link,
.cross-sell.cnw-customization .cnw-customization__header a:active,
.cross-sell.cnw-customization .cnw-customization__header a:visited {
    color: #d30019;
}

@media(max-width:768px) {
    .cross-sell.cnw-customization .cnw-customization__header {
        font-size: .8rem;
    }
}

.cross-sell.cnw-customization .item-customizer .add-span {
    display: block;
}

.cross-sell.cnw-customization .item-customizer .subtract-span {
    display: block;
}

.cross-sell.cnw-customization .add-span {
    display: none;
}

.cross-sell.cnw-customization .subtract-span {
    display: none;
}

.cross-sell.cnw-customization .prod-items-wrapper {
    margin: 25px 0;
}

.cross-sell.cnw-customization .prod-list-wrapper {
    margin: 0 15px;
    justify-content: space-between;
}

.cross-sell.cnw-customization .prod-list-wrapper .prod-item {
    flex: 0 0 46.94%;
    max-width: 47.94%;
}

@media(max-width:360px) {
    .cross-sell.cnw-customization .prod-list-wrapper .prod-item {
        flex: 0 0 45.94%;
    }
}

.cross-sell.cnw-customization .prod-list-wrapper .item-customizer-row .prod-list-wrapper {
    justify-content: flex-start;
}

@media(max-width:768px) {
    .cross-sell.cnw-customization .prod-list-wrapper .item-customizer-row .prod-list-wrapper {
        margin: 0;
    }
}

.cross-sell.cnw-customization .prod-list-wrapper .item-customizer-row .prod-item {
    flex: 0 0 31.94%;
}

@media(max-width:768px) {
    .cross-sell.cnw-customization .prod-list-wrapper .item-customizer-row .prod-item {
        flex: 1 0 47.94%;
        max-width: 45.94%;
    }
}

.cross-sell.cnw-customization .cnw-customization__option-section {
    width: 600px;
}

.cross-sell.cnw-customization .c-customization__AddOrder {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #0071b9;
    border-radius: 5px;
    margin: 5px;
    height: 55px;
}

.cross-sell.cnw-customization .c-customization__AddOrder a {
    color: #fff;
    font-weight: 600;
    padding: 0 3px 0 0;
}

.cross-sell.cnw-customization .c-customization__AddOrder a:focus {
    outline: none;
    outline-offset: unset;
}

.cross-sell.cnw-customization .c-customization__AddOrder:focus {
    outline-offset: 2px;
    outline: 2px solid #0096a9;
}

.cross-sell.cnw-customization .c-customization__AddOrder .AddToOrder:focus {
    outline: none;
    outline-offset: unset;
}

.cross-sell.cnw-customization .c-customization__AddOrder.addToOrder--fixed {
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .85);
    height: 70px;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .2);
    transition: bottom .5s ease-in-out;
}

@media(min-width:992px) {
    .cross-sell.cnw-customization .c-customization__AddOrder.addToOrder--fixed {
        height: 100px;
    }
}

.cross-sell.cnw-customization .singleItem {
    max-height: none;
    height: auto;
}

.c-radio {
    width: 100%;
    margin-right: .5em;
    padding: .5em;
    padding: 10px 0 0;
}

.c-radio .c-radio__fake-box {
    border-radius: 5px;
    color: #fff;
    padding: 0;
    vertical-align: middle;
    border: solid 2px #e1e1e1;
    background: none;
    cursor: pointer;
    margin-right: 1em;
    min-height: 16px;
    min-width: 16px;
    width: 16px;
    height: 16px;
}

.c-radio .c-radio__input {
    width: 17px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 1;
    border: 0;
    background: none;
}

.c-radio .c-radio__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.c-radio .c-radio__label i {
    cursor: pointer;
}

.c-radio input[type="radio"]:not(old):checked+span:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0071b9;
    top: 1px;
    margin-left: 2px;
}

.c-radio input[type="radio"]:not(old)+span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #707070;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    left: 1.3em;
}

.c-radio .c-radio__display-text {
    border: none;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.c-radio .c-radio__display-text label,
.c-radio .c-radio__display-text span {
    font-size: .875rem;
}

@media(min-width:768px) {

    .c-radio .c-radio__display-text label,
    .c-radio .c-radio__display-text span {
        font-size: 1rem;
    }
}

.c-radio .c-radio__display-text label.display_subtext,
.c-radio .c-radio__display-text span.display_subtext {
    font-size: .675rem;
}

.c-radio .c-radio__display-text .c-modifier_details {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    text-transform: capitalize;
    font-size: 1rem;
}

.c-checkbox {
    width: 100%;
    padding: 0;
}

.c-checkbox .c-checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    width: 100%;
    align-items: flex-start;
    position: relative;
    padding: 10px 0;
}

.c-checkbox .c-checkbox__label.active span.product-name {
    color: #0071b9;
}

.c-checkbox .c-checkbox__label .c-checkbox__input {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 1;
    border: solid 1px #707070;
    background: none;
    border-radius: 3px;
    background: transparent;
}

.c-checkbox span {
    border: 0;
    padding: 0;
    background: transparent;
}

.c-checkbox .c-checkbox__display-text {
    border: none;
    text-align: left;
    margin-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
}

.c-checkbox .c-checkbox__display-text label,
.c-checkbox .c-checkbox__display-text span {
    font-size: .875rem;
}

@media(min-width:480px) {

    .c-checkbox .c-checkbox__display-text label,
    .c-checkbox .c-checkbox__display-text span {
        font-size: 1rem;
    }
}

.c-checkbox .c-checkbox__display-text .c-modifier_details {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
}

.c-checkbox .c-checkbox__fake-box {
    border-radius: 0;
    color: #d30019;
    padding: 0;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 1em;
    min-height: 16px;
    min-width: 24px;
}

.c-checkbox input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.c-checkbox input[type="checkbox"]:checked+span::before {
    content: url("/images/ihop-icons/done-red.svg");
    position: relative;
    font-size: 0;
    top: -2px;
    left: -2px;
}

.non-trad-carousal .item {
    position: relative;
}

.non-trad-carousal .item img {
    width: 100%;
}

.non-trad-carousal.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.non-trad-carousal .slick-dots li.slick-active button:before,
.non-trad-carousal .slick-dots li button:before {
    opacity: 1;
}

.non-trad-carousal .slick-dots li {
    margin: 0;
}

.non-trad-carousal .slick-dots li button {
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 20px;
}

.non-trad-carousal .slick-dots li button:focus {
    outline: solid 2px #eca715;
}

.non-trad-carousal .slick-dots li.slick-active button {
    background: #da262e;
}

.non-trad-carousal .slick-dots {
    bottom: 15px;
}

.non-trad-carousal .slick-prev {
    left: 0;
}

.non-trad-carousal .slick-next {
    right: 30px;
}

.non-trad-carousal .slick-prev,
.non-trad-carousal .slick-next {
    z-index: 999;
    height: 50px;
    width: 50px;
}

.non-trad-carousal .slick-prev:focus,
.non-trad-carousal .slick-next:focus {
    outline: solid 2px #eca715;
}

.non-trad-carousal .slick-prev:before,
.non-trad-carousal .slick-next:before {
    content: "";
    background: url("/images/ihop-icons/select-arrow--grey.svg");
    background-size: cover;
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 50px;
    width: 50px;
}

.non-trad-carousal .slick-next:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.non-trad-carousal .non-trad-prev,
.non-trad-carousal .non-trad-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: none;
    background: rgba(255, 255, 255, .6);
    z-index: 999;
    height: 50px;
    width: 50px;
}

@media(max-width:767px) {

    .non-trad-carousal .non-trad-prev,
    .non-trad-carousal .non-trad-next {
        display: none !important;
    }
}

.non-trad-carousal .non-trad-prev {
    left: 30px;
}

.non-trad-carousal .non-trad-next {
    right: 30px;
}

.carousal-content {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media(min-width:767px) {
    .carousal-content {
        left: 120px;
    }
}

.hero-carousal-title {
    color: #fff;
    font-family: 'CorbenBold', serif;
    font-size: 46px;
    font-weight: 900;
    letter-spacing: 1.68px;
    line-height: 55px;
    text-transform: uppercase;
    max-width: 724px;
}

@media(min-width:767px) and (max-width:991px) {
    .hero-carousal-title {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 1.4;
    }
}

@media(min-width:992px) {
    .hero-carousal-title {
        margin-bottom: 40px;
    }
}

.hero-carousal-watch-video {
    max-width: 190px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .88px;
    line-height: 29px;
    position: absolute;
    left: 119px;
    top: 250px;
}

.hero-carousal-cta {
    position: absolute;
    right: 341px;
    bottom: 66px;
}

a.non-trad-btn.hero-carousal-cta {
    font-size: 18px;
    line-height: 58px;
    width: 216px;
    border-radius: 4px;
    letter-spacing: .86px;
}

.hero-carousal-watch-video-icon img {
    width: 23px !important;
    height: 17px !important;
}

span.hero-carousal-watch-video-icon {
    position: absolute;
    left: 285px;
    top: 257px;
}

.sub-menu-item-container {
    height: 90px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    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;
    position: relative;
    top: -4px;
}

.sub-menu-cta-container {
    max-width: 25%;
    margin-right: 165px;
    margin-left: 120px;
    display: none;
}

.sub-menu-cta {
    line-height: 48px;
    width: 180px;
    border-radius: 4px;
    background-color: #0071b9;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .67px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.sub-menu-cta:focus {
    outline: solid 2px #ffa500;
}

.sub-menu-items {
    color: #55565a;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .66px;
    line-height: 22px;
}

@media(min-width:768px) and (max-width:991px) {
    .sub-menu-items {
        margin-top: 15px;
    }
}

.sub-menu-item,
.sub-menu-item:visited,
.sub-menu-item:active {
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
    align-self: center;
    color: #55565a;
    white-space: nowrap;
}

.sub-menu-item.active {
    color: #da262e;
    font-weight: 600;
}

.sub-page {
    display: none;
    max-width: 1440px;
    margin: 0 auto;
}

.sub-page.active {
    display: block;
}

.page-heading {
    color: #0071b9;
    font-family: 'CorbenBold', serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1.1px;
    line-height: 36px;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 20px;
}

.page-sub-heading {
    max-width: 1140px;
    color: #55565a;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .66px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 65px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.page-card-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.page-card {
    height: auto;
    max-width: 583px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    margin-right: 37px;
    margin-bottom: 37px;
    padding-bottom: 25px;
    cursor: pointer;
}

.page-card:nth-child(even) {
    margin-right: 0;
}

.page-card-title {
    color: #0071b9;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .58px;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-card-title a {
    color: #0071b9;
}

.page-card-content {
    color: #55565a;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .46px;
    line-height: 17px;
    text-align: center;
}

.page-card-content-container {
    padding: 0 15px;
}

.page-feature-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.page-feature-img {
    height: auto;
    max-width: 578px;
}

.page-feature-img img {
    align-self: center;
}

.page-feature-content {
    max-width: 578px;
    color: #55565a;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .66px;
    line-height: 30px;
    align-self: center;
}

.page-feature-content:first-child {
    padding-right: 38px;
}

.page-feature-content:last-child {
    padding-left: 38px;
}

#pageFaqsContainer {
    max-width: 922px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.page-travel-heading {
    color: #0071b9;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.32px;
    line-height: 43px;
    width: 100%;
    margin-bottom: 40px;
}

.page-faq-main-container {
    width: 100%;
}

.page-faq-container {
    border-bottom: 1px solid #979797;
    position: relative;
    width: 100%;
}

.page-faq-title {
    color: #0071b9;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    cursor: pointer;
    position: relative;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 30px 0;
}

.page-faq-title::after {
    position: absolute;
    content: "";
    top: 0;
    display: block;
    width: 34px;
    height: 34px;
    background: url(/assets/images/ihop-icons/arrow_down.svg) no-repeat;
    right: 0;
    top: 30%;
    background-size: contain;
    transition: all .1s;
    background-position: center;
}

.page-faq-title.active::after {
    top: 30%;
    transform: rotate(180deg);
    transition: all .1s;
    transform-origin: center;
}

.page-faq-container .page-faq-content {
    color: #55565a;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .58px;
    line-height: 30px;
    display: none;
    padding-bottom: 15px;
}

.page-faq-container.active .page-faq-content {
    height: auto;
}

.page-faq-arrow {
    position: absolute;
    right: 0;
    top: 36px;
    cursor: pointer;
}

.page-faq-arrow-icon {
    width: 27px;
    height: 13px;
    transition: transform .2s ease-in;
}

.page-faq-arrow-icon.active {
    transform: rotate(180deg);
}

#pageDownloadContainer {
    max-width: 922px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 43px;
    margin-top: 76px;
}

.page-download-container {
    width: 100%;
}

.page-download-title {
    color: #da262e;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .66px;
    line-height: 22px;
    margin-left: 26px;
}

.page-download-icon {
    height: 60px;
    width: 52px;
}

.page-download {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

#contactUs {
    padding-top: 48px;
    padding-bottom: 30px;
    background-color: #ececec;
}

.contact-us-heading-container {
    text-align: center;
    padding-bottom: 66px;
}

.contact-us-form-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-heading {
    color: #0071b9;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 1.54px;
    line-height: 50px;
    text-transform: uppercase;
}

.contact-us-sub-heading {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .73px;
    line-height: 30px;
    margin-top: 25px;
}

.contact-us-form-1,
.contact-us-form-2,
.contact-us-form-3 {
    display: none;
    left: 2000px;
}

.contact-us-form-1.active,
.contact-us-form-2.active,
.contact-us-form-3.active {
    display: block;
    position: relative;
}

.contact-us-form-1 {
    left: 0;
}

#errorSummary,
#errorSummary2 {
    min-width: 345px;
    margin-left: 0;
    margin-top: 20px;
}

#errorSummary a,
#errorSummary2 a {
    color: #d50000;
    font-size: 12px;
    display: block;
}

.error-summary-heading {
    margin-bottom: 10px;
}

.error-summary-list a {
    padding-bottom: 5px;
}

.contact-us-form-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-form-textarea {
    background-color: #fff;
    min-width: 740px;
    height: 120px;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.17px;
    line-height: 19px;
    padding: 21px 16px;
    margin-top: 46px;
    border: 0;
}

.contact-us-form-heading {
    color: #55565a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .67px;
    line-height: 19px;
}

.contact-us-form-choice-container {
    min-width: 395px;
}

#contactUs input[type="checkbox"] {
    margin: 15px 13px;
    font-size: 14px;
    font-weight: 300;
    width: 16px;
    height: 16px;
    border: 1px solid #979797;
    border-radius: 2px;
    background-color: #fff;
}

.contact-us-form-heading {
    color: #55565a;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .67px;
    line-height: 19px;
    padding-left: 15px;
    padding-bottom: 2px;
}

.contact-us-form-success {
    color: #55565a;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .8px;
    line-height: 25px;
    text-align: center;
}

.contact-us-form-success:focus {
    outline: 1px dashed !important;
}

.contact-us-number {
    font-weight: 600;
}

#heroCarousel .non-trad-btn {
    line-height: 58px;
    width: 216px;
    font-size: 18px;
}

.non-trad-btn {
    line-height: 48px;
    width: 180px;
    border-radius: 4px;
    background-color: #da262e;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: 'CorbenBold', serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .67px;
    cursor: pointer;
    border: 0;
}

#contactUsForm1 .non-trad-btn {
    margin-top: 61px;
}

#contactUsForm2 fieldset {
    margin-top: 24px;
    padding: 0;
}

#contactUs input[type="text"],
#contactUs input[type="tel"] {
    background: no-repeat;
    box-shadow: none;
    min-width: 345px;
    padding-left: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #333;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.17px;
    line-height: 19px;
    margin-right: 25px;
    margin-left: 25px;
    outline: none;
}

error-msg,
.error,
.help-block {
    color: #d50000;
    font-size: 12px;
    margin-left: 25px;
    display: block;
}

label.error,
span.help-block {
    margin-top: 5px;
}

.contact-us-form-container {
    position: relative;
    overflow: hidden;
}

.form-empty-block {
    display: block;
    min-width: 345px;
    margin-right: 25px;
    margin-left: 25px;
}

#contactUsEmail {
    margin-top: 50px;
}

.contact-us-form-container {
    position: relative;
    overflow: hidden;
}

.non-trad-col-md-6 {
    width: 50%;
    float: left;
}

.non-trad-hide-sm {
    display: block !important;
}

.non-trad-hide-md {
    display: none !important;
}

#heroCarousel #owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#heroCarousel .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10px;
}

#heroCarousel .owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}

#heroCarousel .owl-theme .owl-dots .owl-dot.active span,
#heroCarousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #da262e !important;
}

.label-ada-compliance {
    width: 0;
    height: 0;
    display: none;
}

a {
    text-decoration: none;
}

a:hover,
a.active {
    text-decoration: none;
}

#travelCenterContent {
    max-width: 1440px;
    margin: 0 auto;
}

.slick-current.slick-active:focus {
    border: 1px dashed #000;
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
    .page-feature-section {
        justify-content: space-evenly;
    }

    .page-feature-img {
        height: 100%;
    }

    .page-feature-content {
        padding-top: 0;
    }

    .page-feature-content:last-child {
        padding-left: 0;
    }

    .page-feature-content:first-child {
        padding-right: 0;
        order: 2;
    }

    .sub-menu-cta-container {
        max-width: 20%;
        margin-right: 125px;
        margin-left: 30px;
    }

    .sub-menu-items {
        display: flex;
        overflow-x: auto;
    }

    .sub-menu-item-travel {
        min-width: 125px;
    }

    .sub-menu-items::-webkit-scrollbar {
        width: 0;
    }

    .hero-carousal-cta {
        right: 125px;
        bottom: 40px;
    }

    .hero-carousal-watch-video {
        left: 30px;
        top: 160px;
    }

    span.hero-carousal-watch-video-icon {
        position: absolute;
        left: 190px;
        top: 167px;
    }

    .page-card-container {
        justify-content: space-evenly;
    }

    .page-card {
        margin-right: 0;
        flex: 0 0 45%;
    }

    .page-sub-heading {
        padding-left: 15px;
        padding-right: 15px;
    }

    #travelCenterContent {
        padding-left: 15px;
        padding-right: 15px;
    }

    #heroCarousel .owl-theme .owl-nav.disabled+.owl-dots {
        display: none;
    }

    #contactUs {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:767px) {

    .slick-dots,
    .slick-prev,
    .slick-next {
        display: none !important;
    }

    #contactUsSubmitBtn {
        margin-top: 30px !important;
    }

    .non-trad-hide-md {
        display: block !important;
    }

    .non-trad-hide-sm {
        display: none !important;
    }

    .sub-menu-cta-container {
        display: none;
    }

    .non-trad-col-md-6.non-trad-col-xs-12 {
        width: 100%;
    }

    .contact-us-form-heading {
        margin-top: 50px;
        padding-left: 0;
    }

    .contact-us-form-choice-container {
        max-width: 395px;
    }

    .page-card {
        margin-right: 15px !important;
        margin-left: 15px !important;
        margin-bottom: 20px;
    }

    .page-card img {
        width: 100%;
    }

    .page-heading {
        margin-top: 31px;
        font-size: 20px;
        letter-spacing: .73px;
        line-height: 24px;
    }

    .page-sub-heading {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        letter-spacing: .58px;
        line-height: 24px;
    }

    .contact-us-sub-heading {
        max-width: 275px;
        margin: 0 auto;
        margin-top: 12px;
    }

    #contactUs input[type="text"],
    #contactUs input[type="tel"] {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }

    .non-trad-row {
        width: 100%;
    }

    .contact-us-form-content {
        padding: 2px 15px;
    }

    .contact-us-form-textarea {
        width: 100%;
        min-width: 100%;
        margin-top: 0;
    }

    #contactUsEmail,
    #contactUsNameLast {
        margin-top: 40px !important;
    }

    .venue-pages {
        padding: 0 15px;
    }

    .non-trad-col-md-12 {
        text-align: center;
        padding-top: 32px;
        width: 100%;
    }

    .page-feature-img {
        height: 100%;
    }

    .page-feature-content {
        padding-top: 10px;
    }

    .page-feature-content:last-child {
        padding-left: 0;
    }

    .page-feature-content:first-child {
        padding-right: 0;
        order: 2;
    }

    .sub-menu-items {
        max-width: 100%;
        display: flex;
        overflow-x: auto;
        padding: 0 15px;
        font-size: 14px;
        letter-spacing: .51px;
        line-height: 17px;
    }

    #contactUs input[type="checkbox"] {
        margin-left: 0;
    }

    .hero-carousal-title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: .73px;
        margin-bottom: 15px;
    }

    .hero-carousal-cta {
        left: 21px;
        top: 60px;
        right: auto;
        bottom: auto;
    }

    #heroBanner {
        height: 203px;
    }

    .sub-menu-items:nth-child(2) {
        min-width: 105px;
    }

    #heroCarousel .owl-theme .owl-nav.disabled+.owl-dots {
        display: none;
    }

    .sub-menu-item-container {
        height: 64px;
    }

    .page-travel-heading {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: .73px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .page-faq-container .page-faq-title {
        padding-bottom: 0;
        font-size: 18px;
        padding: 15px 35px 15px 0;
    }

    .page-faq-title::after {
        width: 23px;
        height: 23px;
    }

    #pageDownloadContainer {
        margin-top: 55px;
    }

    .page-download-icon {
        width: 36px;
        height: 42px;
    }

    .page-download {
        margin-bottom: 28px;
    }

    #heroCarousel .non-trad-btn {
        line-height: 48px;
        width: 180px;
        font-size: 14px;
    }

    #contactUs .non-trad-btn {
        margin: 0 0 0 15px;
    }

    .error-msg,
    .help-block {
        margin-left: 0;
    }

    .contact-us-heading {
        font-size: 40px;
        font-weight: 300;
    }

    .page-faq-arrow {
        top: 16px;
    }

    .page-feature-content {
        font-size: 16px;
        letter-spacing: .58px;
        line-height: 24px;
    }

    .contact-us-form-success {
        font-size: 18px;
        letter-spacing: .58px;
        line-height: 25px;
    }

    .sub-menu-item {
        margin-right: 50px;
        margin-left: auto;
        white-space: nowrap;
        padding-top: 20px;
    }

    .sub-menu-items::-webkit-scrollbar {
        width: 0;
    }

    #contactUs {
        margin-bottom: 40px;
    }
}

@media(min-width:1200px) {
    .mdl-layout {
        padding-bottom: 320px !important;
    }
}

#contactUsSubmitBtn {
    margin-top: 30px;
}

#accountVerifyForm .vya-page-header {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}

#accountVerifyForm .vya-page-heading {
    color: #0069ac;
    font-size: 16px;
}

#accountVerifyForm .js-vya-button {
    background-color: #0069ac;
    border: none;
    max-width: 340px;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 50px;
    text-align: center;
}

#accountVerifyForm .js-vya-button:focus {
    outline: 1px dashed #000;
}

#accountVerifyForm .vya-page-description {
    font-size: 14px;
    line-height: 18px;
}

#accountVerifyForm .vya-page-description p {
    margin: 0;
    max-width: 325px;
}

#accountVerifyForm #accountVerifyPassword,
#accountVerifyForm #accountVerifyPasswordConfirm,
#accountVerifyForm input {
    border: none;
    border-bottom: 2px #6e6e6e solid;
    display: block;
    font-size: 14px;
    font-family: "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 4px 10px;
    width: 100%;
    background: none;
    text-align: left;
    color: inherit;
    max-width: 340px;
}

#accountVerifyForm .col {
    padding-right: 12px;
    padding-left: 0;
}

#accountVerifyForm select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #746561 50%), linear-gradient(135deg, #746561 50%, transparent 50%), linear-gradient(to top, lightgray, #f6f6f6);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: #808080;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    border-radius: 4px;
    padding-left: 7px;
    background-color: #fff;
    height: 35px;
    color: #746561;
    padding-right: 30px;
    padding-top: 5px;
}

#accountVerifyForm #passwordStrength {
    z-index: 10;
    padding: 4px;
    position: absolute;
    top: 25px;
    font-size: 10px;
    line-height: 12px;
}

#accountVerifyForm input.c-pwd-strength-strong {
    background-image: url("/images/password-bk-strong.png") !important;
    background-position: bottom !important;
    background-repeat: repeat-x !important;
}

#accountVerifyForm input.c-pwd-strength-good {
    background-image: url("/images/password-bk-good.png") !important;
    background-position: bottom !important;
    background-repeat: repeat-x !important;
}

#accountVerifyForm input.c-pwd-strength-weak {
    background-image: url("/images/password-bk-weak.png") !important;
    background-position: bottom !important;
    background-repeat: repeat-x !important;
}

#accountVerifyForm .vya-register-password .vya-passwordValidationIcons {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: -8px;
}

#accountVerifyForm .vya-register-password .vya-passwordValidationIcons:focus,
#accountVerifyForm .vya-register-password .vya-passwordValidationIcons.focus-within {
    border-bottom: 1px solid #0061af;
}

#accountVerifyForm .vya-register-password .vya-passwordValidationIcons button:focus {
    outline: 1px solid #0061af !important;
    border-bottom: 1px solid #0061af;
}

#accountVerifyForm .vya-register-password .vya-passwordValidationIcons button {
    background: none;
    border: 0;
}

#accountVerifyForm .vya-register-password .vya-passwordValidationIcons .material-icons {
    color: #707070;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

#accountVerifyForm .vya-form-field {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    margin: 40px 0 30px;
    display: flex;
    flex-flow: column;
}

#accountVerifyForm .vya-form-field fieldset {
    max-width: 340px;
    padding-left: 0;
    padding-right: 0;
}

#accountVerifyForm .vya-form-label {
    color: #6e6e6e;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 10px;
    transition: all .5s ease-in-out;
}

#accountVerifyForm .vya-form-label.focus {
    top: -15px;
    font-size: 14px;
}

#accountVerifyForm input.error {
    color: rgba(0, 0, 0, .87) !important;
}

#accountVerifyForm .vya-form-field .help-block,
#accountVerifyForm .vya-form-field .error {
    color: #d50000;
    margin-left: 0 !important;
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

#accountVerifyForm #accountVerifyBirthDayLabel {
    color: #6e6e6e;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

#accountVerifyForm #BirthdayYear {
    width: 100px;
}

#accountVerifyForm #serverError {
    margin-left: 0;
    margin-top: 10px;
}

#accountVerifyForm {
    max-width: 340px;
    margin: 0 auto;
}

#section_main .ihop-social-interrupter .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ihop-social-interrupter {
    padding-top: 40px;
    padding-bottom: 30px;
}

@media screen and (min-width:767px) {
    .ihop-social-interrupter {
        text-align: center;
        padding-top: 70px;
        padding-bottom: 173px;
    }
}

.ihop-social-interrupter .btn {
    display: block;
    text-align: center;
    font-size: .875em;
    text-transform: uppercase;
}

.ihop-social-interrupter .btn.btn-primary {
    background: #0071b9;
    color: #fefefe;
    border-radius: 5px;
    font-weight: normal;
    border: 1px solid #0071b9;
}

.ihop-social-interrupter .btn.btn-primary:hover,
.ihop-social-interrupter .btn.btn-primary:focus {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
    text-decoration: underline !important;
}

.ihop-social-interrupter a.skip:hover,
.ihop-social-interrupter a.skip:focus {
    text-decoration: underline !important;
}

@media screen and (min-width:767px) {
    .ihop-social-interrupter .btn {
        display: inline-block;
        padding-left: 7em;
        padding-right: 7em;
    }
}

.ihop-social-interrupter.signin .btn {
    margin: 47px 0 39px 0;
}

@media screen and (min-width:767px) {
    .ihop-social-interrupter.signin .btn {
        margin: 69px 0 39px 0;
    }
}

.ihop-social-interrupter a {
    color: #0061af;
    text-decoration: none;
}

.ihop-social-interrupter a.skip {
    color: #d51c22;
    font-size: .875em;
    margin-bottom: 30px;
}

.ihop-social-interrupter h1 {
    font-size: 1.625em;
    font-weight: 700;
    font-family: 'CorbenBold', serif;
    color: #0071b9;
}

@media screen and (min-width:767px) {
    .ihop-social-interrupter h1 {
        font-size: 1.875em;
    }
}

.ihop-social-interrupter p {
    color: #55565a;
}

@media screen and (min-width:767px) {
    .ihop-social-interrupter p {
        font-size: 1.125em;
    }
}

.ihop-social-interrupter p.disclaimer {
    font-size: .75em;
    line-height: 1.5em;
    color: #333;
}

@media screen and (min-width:767px) {
    .ihop-social-interrupter p.disclaimer {
        width: 59%;
        margin: 0 auto;
        text-align: center;
    }
}

.ihop-social-interrupter.success {
    padding-top: 0;
}

.ihop-social-interrupter.success .hero {
    background: url("/-/media/ihop/initiatives/example/social-interruptor-hero-736.jpg") no-repeat 0 0;
    min-height: 235px;
    line-height: 235px;
    margin-bottom: 36px;
    background-size: cover;
}

@media screen and (min-width:767px) {
    .ihop-social-interrupter.success .hero {
        background: url("/-/media/ihop/initiatives/example/social-interruptor-hero.jpg") no-repeat 0 0;
        min-height: 460px;
        line-height: 460px;
        margin-bottom: 50px;
        background-size: cover;
    }
}

.ihop-social-interrupter.success h1 {
    color: #fff;
    font-size: 1.556em;
    text-align: center;
}

@media screen and (min-width:767px) {
    .ihop-social-interrupter.success h1 {
        font-size: 2.556em;
    }
}

.ihop-social-interrupter.success .btn {
    margin-bottom: 20px;
}

@media screen and (min-width:767px) {
    .ihop-social-interrupter.success .btn {
        display: inline-block;
    }
}

.c-icon-nav {
    background-color: #f9f9f9;
    box-shadow: #000 5px 0 15px -10px;
    z-index: 1;
}

.c-icon-nav .icon-nav-wrapper nav {
    margin: auto;
    max-width: 100%;
}

.c-icon-nav .icon-nav-wrapper nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-icon-nav .icon-nav-wrapper nav ul li {
    float: left;
    padding: 15px 13px 0;
    margin: 0 10px 0 0;
    border-bottom: 5px solid transparent;
}

.c-icon-nav .icon-nav-wrapper nav ul li:hover {
    border-bottom-color: #f7b334;
}

.c-icon-nav .icon-nav-wrapper nav ul li:last-of-type {
    margin-right: 0;
}

.c-icon-nav .icon-nav-wrapper nav ul li a img {
    margin: auto;
    display: block;
    clear: both;
    height: 24px;
}

.c-icon-nav .icon-nav-wrapper nav ul li a span {
    margin: auto;
    display: block;
    clear: both;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 0;
    line-height: 16.9px;
    color: #0071b9;
    font-family: "GothamRounded", "Gotham Rounded", "Gotham Rounded A", "Gotham Rounded B", "HCo Gotham", Helvetica, Arial, sans-serif;
}

.ihop-blue {
    color: #0071b9;
}

.js-location-nav-widget-card.c-navbar-nav__tier-2 {
    display: none;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-lg {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: bold;
}

.btn-lg .fa-spin {
    margin-left: 10px;
    font-size: 18px;
}

.btn-danger {
    color: #fff;
    background-color: #e3121a;
    border-color: #e3121a;
}

.btn-danger:hover,
.btn-danger:focus {
    color: #e3121a;
    background-color: #fff;
    border-color: #e3121a;
}

.btn-outline-danger {
    color: #e3121a;
    background-color: #fff;
    border-color: #e3121a;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #e3121a;
    border-color: #e3121a;
}

.btn-outline-primary {
    color: #0071b9;
    background-color: #fff;
    border-color: #0071b9;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #0071b9;
}

.btn-outline-light {
    color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    color: #0071b9;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #0071b9;
    border-color: #0071b9;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #0071b9;
    background-color: #fff;
    border-color: #0071b9;
}

.btn-light {
    color: #0071b9;
    background-color: #fff;
    border-color: #fff;
}

.btn-light:hover,
.btn-light:focus {
    color: #0071b9;
    background-color: transparent;
    border-color: #0071b9;
}

.btn-disabled {
    pointer-events: none;
    cursor: default;
}

a:hover,
a:focus {
    outline: 0;
}

.height-10 {
    height: 10vh;
}

.height-20 {
    height: 20vh;
}

.height-30 {
    height: 30vh;
}

.height-40 {
    height: 40vh;
}

.height-50 {
    height: 50vh;
}

.height-60 {
    height: 60vh;
}

.height-70 {
    height: 70vh;
}

.height-80 {
    height: 80vh;
}

.height-90 {
    height: 90vh;
}

.height-100 {
    height: 100vh;
}

.height-25 {
    height: 25vh;
}

.height-50 {
    height: 50vh;
}

.height-75 {
    height: 75vh;
}

.checkout-modal.myhop-modal--checkout {
    display: none;
}

.gift-cards {
    margin-bottom: 80px;
}

.ihop-general {
    margin: 25px 0 60px;
}

.ihop-tv {
    margin: 10px 0 30px;
}

.ihop-media-request {
    margin: 0 0 30px;
}

.ihop-legal {
    margin: 10px 0 40px;
}

.events-awards {
    margin: 20px 0 40px;
}

.ihop-mgb40 {
    margin-bottom: 40px;
}

.animationActive {
    animation: bounce 2s 1;
}

@keyframes bounce {
    10% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.cartFillActive .js-cart-prod-count {
    color: #fff;
    font-size: 11px;
    position: absolute;
    font-weight: 400;
    width: 22px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 32%;
}

.ihop2-header-cta-button-container .top-bag {
    position: relative;
}

.ihop2-header-cta-button-container .top-bag a .filled-cart-icon {
    display: none;
}

.ihop-mobile-subheader {
    display: none;
}

.sub-header {
    padding: 40px 0 30px;
}

.sub-header h1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 900;
    color: #0071b9;
    margin-bottom: 5px;
    margin: 0 0 5px;
}

.sub-header p {
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin: 0;
}

.sub-header .sub-back {
    position: absolute;
    top: 18%;
    left: -10%;
}

.sub-header .sub-coins {
    position: absolute;
    top: 18%;
    right: -10%;
}

.sub-header .sub-coins img {
    float: left;
}

.sub-header .number {
    color: #f38b00;
    font-size: 24px;
    line-height: 14px;
    font-family: 'CorbenBold",serif';
    font-weight: 900;
    float: right;
}

.sub-header .txt {
    font-weight: 400;
    color: #676767;
    font-size: 7px;
    line-height: 9px;
    display: block;
    margin-top: 4px;
}

@media(min-width:240px) and (max-width:1380px) {
    .sub-header .sub-coins {
        right: 0;
    }

    .sub-header .sub-back {
        left: 0;
    }
}

@media(min-width:240px) and (max-width:767.98px) {
    .sub-header {
        padding: 25px 0 20px;
    }

    .sub-header h1 {
        font-size: 24px;
        margin: 0;
    }

    .sub-header p {
        font-size: 13px;
        margin: auto;
        line-height: 1.3;
    }

    .ihop-mobile-subheader {
        display: block;
    }

    .sub-header .sub-coins img {
        width: 46%;
    }

    .sub-header .sub-coins {
        top: -10%;
        right: 2%;
    }

    .sub-header .txt {
        margin-top: 0;
    }

    .sub-header .number {
        font-size: 24px;
        margin-left: -8px;
        padding-top: 3px;
    }
}

.loy_nav {
    padding: 10px 30px 10px 17px;
    max-width: 820px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #dbd9d6;
}

.mob_loy_nav .left_content {
    float: left;
}

.mob_loy_nav .right_content {
    float: right;
}

.mob_loy_nav .left_arrow {
    cursor: pointer;
}

.mob_loy_nav .left_img_con,
.mob_loy_nav .ihop_con,
.mob_loy_nav .coin_con,
.mob_loy_nav .right_txt_con {
    display: inline-block;
}

.mob_loy_nav .coin_con,
.mob_loy_nav .right_txt_con {
    vertical-align: middle;
}

.mob_loy_nav .ihop_txt,
.mob_loy_nav .pan_txt,
.mob_loy_nav .coin_txt {
    margin-bottom: 0;
}

.mob_loy_nav .pan_txt {
    font-style: normal;
    font-weight: normal;
    font-size: 7px;
    line-height: 130%;
    color: #676767;
}

.mob_loy_nav .coin_txt {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 20px;
    color: #f38b00;
}

.mob_loy_nav .left_img_con {
    margin-right: 12px;
}

.wrapper {
    display: block;
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    margin-top: 100px;
}

.wrapper>div.container-fluid>div.d-block {
    margin: 15px 0;
}

.modal-open .delivery .container,
.modal-open .delivery .container-fluid {
    -webkit-filter: none;
    filter: none;
}

@media(max-width:1199px) {
    .pancakesModal {
        padding-right: 0 !important;
    }
}

.pancakesModal .modal-dialog {
    width: 1060px;
    max-width: 1060px;
}

@media(max-width:1199px) {
    .pancakesModal .modal-dialog {
        width: calc(100vw - 40px);
        max-width: 100vw;
    }
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog {
        width: 100%;
    }
}

.pancakesModal .modal-dialog .modal-content {
    background: #0071b9 url("/images/2/rewards/slider_bg_circle.png") no-repeat top center;
    min-height: 670px;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer {
    background: url("/images/2/rewards/slider_bg_overlay.png") no-repeat center;
    background-size: cover;
    position: relative;
    padding: 0;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .close-btn {
    width: 32px;
    height: 32px;
    z-index: 99;
    opacity: 1;
    margin: 15px 15px 0 0;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .close-btn .close {
    margin-top: 0;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-top {
    top: 40px;
    position: absolute;
    width: 100%;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-top img {
    display: block;
    margin: 0 auto;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-top .ihop_logo {
    width: 55px;
    transition: ease .5s;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-top .pancakes_txt {
    width: 186px;
    transition: ease .5s;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-top .pan_txt {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2.5px;
    display: block;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-top.active .ihop_logo {
    width: 60px;
}

@media(max-width:400px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-top.active .pancakes_txt {
        width: 270px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-top.active .pan_txt {
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider {
    min-height: 670px;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item {
    text-align: center;
    padding-top: 110px;
    color: #fff;
    min-height: 550px;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item {
        min-height: 620px;
        padding-top: 130px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:first-child {
    padding-top: 140px;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:first-child {
        background: url("/images/2/rewards/pancakes.png") no-repeat bottom center;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content {
        flex-direction: column-reverse;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .coin-tittle {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    margin-bottom: 0;
    font-style: normal;
    color: #f9f9f9;
    text-shadow: 2px 2px 0 #003fb9;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .price {
    font-size: 70px;
    line-height: 67px;
    font-weight: 700;
    padding-right: 15px;
    margin-bottom: 0;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .price .spend {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    font-style: normal;
    font-weight: normal;
    color: #f9f9f9;
    position: relative;
    left: 12px;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .price .dolor {
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    vertical-align: top;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .down-arrow {
    margin: 5px 0 5px;
    position: static;
    width: 30px;
    height: 36px;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-left {
    padding-right: 40px;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-left {
        padding: 15px 0 0;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-left .coin_1 {
    margin-top: 20px;
    display: block;
    z-index: 99;
    position: relative;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-left .coin_1 {
        margin-top: 0;
        width: 164px;
        height: auto;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-left .coin_2 {
    position: relative;
    margin-top: -96px;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-left .coin_2 {
        width: 142px;
        height: auto;
    }
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-left .coin_3 {
        width: 132px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-left .group-img {
    margin-top: 50px;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-left .group-img {
        margin-top: 5px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-right {
    margin-top: -100px;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-right {
        margin-top: 15px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-right p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    padding-top: 10px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

@media screen and (max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-right p {
        padding-top: 0;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-right p.sec-para {
    margin-top: 30px;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item .slider-content .slider-content-right p.sec-para {
        margin-top: 15px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:nth-child(2) .slider-content .slider-content-right {
    margin-top: 0;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:nth-child(3) .slider-content .slider-content-right {
    margin-top: 0;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:nth-child(3) .slider-content .slider-content-right {
        margin-top: 15px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:nth-child(3) .slider-content .slider-content-right .sec-title {
    margin-top: 30px;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:nth-child(3) .slider-content .slider-content-right .sec-title {
        margin-top: 15px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:nth-child(4) .slider-content .slider-content-right {
    margin-top: 0;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:nth-child(4) .slider-content .slider-content-right {
        margin-top: 15px;
    }
}

@media(max-width:992px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .slider-item:nth-child(4) .slider-content .slider-content-left {
        padding-right: 0;
    }
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .carousel-indicators {
        bottom: 5px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #f9f9f9;
    border-radius: 50%;
    margin: 0 5px;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .carousel-indicators li.active {
    background-color: #f7aa34;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .carousel-control-prev {
    width: auto;
    left: 20px;
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .carousel-control-next {
    width: auto;
    right: 30px;
}

@media(max-width:992px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .cake_slider .carousel-control-next {
        right: 20px;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-btn {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    background-color: #e3121a;
    border-radius: 45px;
    padding: 16px 48px;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
    z-index: 9;
}

@media(max-width:767px) {
    .pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-btn {
        margin-top: 20px;
        bottom: 50px;
        padding: 15px 10px;
        width: 80%;
    }
}

.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-btn:hover,
.pancakesModal .modal-dialog .modal-content .cakes_slider_outer .slider-btn:focus {
    color: #e3121a;
    background-color: #fff;
    border-color: #e3121a;
}

@media(max-width:767px) {
    .hide-mob {
        display: none;
    }
}

#pancakesModal .close {
    margin-top: 0;
    float: right;
    font-size: 1.5rem;
}

#pancakesModal .modal-dialog {
    top: 166px;
}

@media(max-width:767px) {
    #pancakesModal .modal-dialog {
        top: -26px;
    }
}

.modal.iHop_right_black-modal {
    position: fixed;
    z-index: 99999;
}

.modal.iHop_right_black-modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 513px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-dialog {
    margin: 1.75rem auto;
}

.modal.iHop_right_black-modal .modal-content {
    height: 100vh !important;
    color: #fff;
    background: #3d3d3d;
}

.modal.iHop_right_black-modal .modal-body {
    padding: 0 30px;
}

.modal.iHop_right_black-modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out;
}

.modal.iHop_right_black-modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0 0 19px rgba(0, 0, 0, .5);
}

.modal-content.iHop_right_black-modal {
    border-radius: 0;
    border: none;
}

.iHop_right_black-modal.modal_outer .modal-body {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

.iHop_right_black-modal .modal-content {
    border: none;
    border-radius: 0;
}

.iHop_right_black-modall .ihop-category {
    width: 100%;
    padding-left: 35px;
}

.close-btn {
    margin-bottom: 25px;
}

.close-btn .close {
    font-size: 40px;
    color: #fff0;
    padding: 0;
    opacity: 1;
    outline: none;
    box-shadow: none;
    float: right;
    margin-top: 40px;
}

.close-btn .close .close:focus,
.close-btn .close .close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    outline: none;
    box-shadow: none;
}

.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-footer {
    border: 0;
    padding: 0;
}

@media(min-width:786px) and (max-width:1024px) {
    .modal.iHop_right_black-modal .modal-dialog {
        width: 60%;
    }
}

@media(min-width:576px) {
    .iHop_right_black-modal .modal-dialog {
        max-width: 100%;
        width: 60%;
    }
}

@media(min-width:280px) and (max-width:767.98px) {
    .modal.iHop_right_black-modal .modal-dialog {
        width: 100%;
        max-width: 513px;
    }

    .modal-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 32px 46px 17px;
        box-shadow: 0 4px 6px #000019;
    }
}

@media(min-device-width:768px) and (max-device-width:1024px) {
    .modal.iHop_right_black-modal .modal-dialog {
        width: 60%;
    }
}

.wallet-modal.modal-body {
    padding: 0 !important;
    background-color: #0071b9;
}

.wallet-modal {
    padding: 0;
    height: 100vh;
}

.wallet-modal .ihop-wallet-content {
    height: 100vh;
    position: relative;
    display: block;
    width: 100%;
    background-image: url("/images/2/rewards/overlay-bg.png");
    background-color: #0071b9;
    background-repeat: no-repeat, no-repeat;
    background-position: center 0, center -90px;
    background-size: 100%;
}

@media(max-width:767px) {
    .wallet-modal .ihop-wallet-content {
        background-size: cover;
        background-position: center -10px;
    }
}

.wallet-modal .ihop-wallet-content .container-fluid {
    padding: 0;
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content {
    display: block;
    margin: 0 auto;
    padding: 30px 0 70px;
    text-align: center;
    color: #fff;
    position: relative;
}

@media(max-width:767px) {
    .wallet-modal .ihop-wallet-content .container-fluid .register-banner-content {
        padding: 15px 0 30px;
    }
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content img {
    display: block;
    margin: 0 auto;
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content .pan-txt {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 2.5px;
    display: block;
    margin: 10px 0;
}

@media(max-width:767px) {
    .wallet-modal .ihop-wallet-content .container-fluid .register-banner-content .pan-txt {
        font-size: 9px;
        line-height: 12px;
        letter-spacing: 1.8px;
    }
}

@media(max-width:767px) {
    .wallet-modal .ihop-wallet-content .container-fluid .register-banner-content .pancakes-txt {
        width: 220px;
    }
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content h3 {
    margin: 30px 0 10px;
    text-shadow: 2px 2px 0 #003fb9;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

@media(max-width:767px) {
    .wallet-modal .ihop-wallet-content .container-fluid .register-banner-content h3 {
        margin: 18px 0 10px;
    }
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content .close {
    font-size: 40px;
    opacity: 1;
    color: #fff;
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content p {
    font-size: 14px;
    margin: 0;
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content .wallet-modal-close {
    position: absolute;
    right: 15px;
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content .wt-logo {
    padding-top: 15px;
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content .wallet-overlay-padding {
    padding: 0 15px;
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content .wallet-overlay-descritption h3 {
    margin: 0 0 80px;
    text-shadow: 2px 2px 0 #003fb9;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #f9f9f9;
}

.wallet-modal .ihop-wallet-content .container-fluid .register-banner-content .btn-lg {
    width: 80%;
}

.iHop-moneyCard {
    display: block;
    position: relative;
}

.iHop-moneyCard .wallet-inner {
    position: relative;
    display: block;
    text-align: center;
}

.iHop-moneyCard .wallet-inner .card-box-outer {
    padding-top: 90px;
    padding-bottom: 20px;
}

.iHop-moneyCard .wallet-inner .card-box-outer .card-box {
    border-radius: 10px;
    position: relative;
    box-shadow: 1px -3px 6px 0 rgba(0, 0, 0, .19);
    margin: 0;
}

.iHop-moneyCard .wallet-inner .card-box-outer .card-box.yellow-card {
    background-color: #f7b334;
}

.iHop-moneyCard .wallet-inner .card-box-outer .card-box.blue-card {
    background-color: #0071b9;
}

.iHop-moneyCard .wallet-inner .card-box-outer .card-box.blue-card .card-txt {
    color: #fff;
}

.iHop-moneyCard .wallet-inner .card-box-outer .card-box .card-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 17px 8px 17px 15px;
    color: #3d3d3d;
    text-align: left;
}

.iHop-moneyCard .wallet-inner .card-box-outer .card-box .card-txt .free {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    display: block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
}

.iHop-moneyCard .wallet-inner .card-box-outer .card-box .card-txt h3 {
    font-size: 24px;
    line-height: 24px;
    font-family: "CorbenBold", serif;
    font-weight: 900;
    margin: 0 0 5px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
    line-height: 1.4;
}

.iHop-moneyCard .wallet-inner .card-box-outer .card-box .card-txt .hint {
    font-size: 11px;
    line-height: 14px;
    display: block;
    height: 1.4;
}

.iHop-moneyCard .wallet-inner .card-box-outer .card-box .card-txt .exp-date {
    font-size: 9px;
    line-height: 12px;
    position: absolute;
    top: 17px;
    right: 8px;
}

@media(min-width:280px) and (max-width:374px) {
    .card-img {
        height: 200px;
    }
}

.sub-category {
    margin-bottom: 20px;
}

.ihop-subcategory-card {
    position: relative;
    border: .5px solid #dbd9d6;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ihop-subcategory-card a {
    display: block;
}

.ihop-subcategory-card a .subcategory-box .subcategory-description {
    padding: 15px 15px 0;
}

@media(max-width:767px) {
    .ihop-subcategory-card a .subcategory-box .subcategory-description {
        padding: 7px 7px 0;
    }
}

.ihop-subcategory-card a .subcategory-box .subcategory-description h2 {
    font-weight: 400;
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width:767px) {
    .ihop-subcategory-card a .subcategory-box .subcategory-description h2 {
        font-size: 11px;
        height: 25px;
    }
}

.ihop-subcategory-card a .subcategory-box .subcategory-description h3 {
    font-size: 13px;
    font-weight: 400;
    color: #676767;
}

.ihop-subcategory-card a .subcategory-box .subcategory-description h3 span {
    color: #dd5f13;
}

@media(max-width:767px) {
    .ihop-subcategory-card a .subcategory-box .subcategory-description h3 {
        font-size: 9px;
    }
}

.ihop-subcategory-card a .subcategory-box img {
    width: 100%;
}

.ihop-subcategory-card a:hover,
.ihop-subcategory-card a:focus {
    text-decoration: none;
}

.ihop-subcategory-card .quick-add {
    padding: 10px;
    border-top: .5px solid #dbd9d6;
}

.ihop-subcategory-card .quick-add a {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #0071b9;
}

@media(max-width:767px) {
    .ihop-subcategory-card .quick-add a {
        font-size: 10px;
    }
}

.ihop-subcategory-card .disabled-quickadd {
    visibility: hidden;
}

.subcategory-mgpd {
    margin-bottom: 25px;
}

@media(max-width:767px) {
    .subcategory-mgpd {
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    .subcategory-mgpd:nth-child(odd) {
        padding-right: 7.5px;
    }

    .subcategory-mgpd:nth-child(even) {
        padding-left: 7.5px;
    }
}

* {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-sizing: border-box;
}

::marker {
    color: #fff;
}

.hero-menu-header {
    display: none !important;
}

.ihop2-menu-categories-page ._activeLink {
    font-weight: bold !important;
    opacity: 1 !important;
    color: #fff !important;
    text-decoration: underline !important;
}

@media(min-width:1024px) {
    .ihop2-menu-categories-page {
        margin-top: 0 !important;
    }
}

.ihop2-menu-categories-page>div {
    padding-left: 0;
}

.ihop2-menu-categories-page header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ihop2-menu-categories-page header,
.ihop2-menu-categories-page .ihop2-subnav-primary-container {
    background: #0071b9;
    color: #fff;
    text-align: center;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    .ihop2-menu-categories-page header,
    .ihop2-menu-categories-page .ihop2-subnav-primary-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(min-width:1024px) {

    .ihop2-menu-categories-page header,
    .ihop2-menu-categories-page .ihop2-subnav-primary-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(min-width:1440px) {

    .ihop2-menu-categories-page header,
    .ihop2-menu-categories-page .ihop2-subnav-primary-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.ihop2-menu-categories-page header .ihop2-menu-directional-arrows,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .ihop2-menu-directional-arrows {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.ihop2-menu-categories-page header .col-9.adjustment,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .col-9.adjustment {
    max-width: 59% !important;
}

.ihop2-menu-categories-page header .col-2.static-menu-item,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .col-2.static-menu-item {
    display: flex;
    justify-content: flex-end;
}

.ihop2-menu-categories-page header .left-arrow,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .left-arrow {
    background-image: url("/images/2/icons/menu-nav-header-left-arrow.svg");
}

@media(max-width:425px) {

    .ihop2-menu-categories-page header .left-arrow,
    .ihop2-menu-categories-page .ihop2-subnav-primary-container .left-arrow {
        margin-left: 14px;
    }
}

.ihop2-menu-categories-page header .right-arrow,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .right-arrow {
    background-image: url("/images/2/icons/menu-nav-header-right-arrow.svg");
}

.ihop2-menu-categories-page header .ihop2-nav-secondary-container,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .ihop2-nav-secondary-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.ihop2-menu-categories-page header .scrolltab,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .scrolltab {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.ihop2-menu-categories-page header .scrolltab a,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .scrolltab a {
    color: #fff;
    text-decoration: none;
    opacity: .8;
    font-weight: 300;
    text-underline-position: under;
}

.ihop2-menu-categories-page header .scrolltab a:hover,
.ihop2-menu-categories-page header .scrolltab a:hover,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .scrolltab a:hover,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .scrolltab a:hover {
    font-weight: 900;
    color: #fff;
    opacity: 1;
}

.ihop2-menu-categories-page header .scrolltab::-webkit-scrollbar,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .scrolltab::-webkit-scrollbar {
    display: none;
}

.ihop2-menu-categories-page header .scrolling-menu-item-list,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .scrolling-menu-item-list {
    padding: 12px 16px 13px;
    font-size: 16px;
}

@media(max-width:765px) {

    .ihop2-menu-categories-page header .scrolling-menu-item-list,
    .ihop2-menu-categories-page .ihop2-subnav-primary-container .scrolling-menu-item-list {
        font-size: 14px;
    }
}

.ihop2-menu-categories-page header .scrolling-menu-item-list,
.ihop2-menu-categories-page header .center,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .scrolling-menu-item-list,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .center {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
}

.ihop2-menu-categories-page header .static-menu-item a,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .static-menu-item a {
    color: #fff;
    text-decoration: none !important;
    opacity: .8;
    font-weight: lighter;
    text-underline-position: under;
}

.ihop2-menu-categories-page header .static-menu-item a:hover,
.ihop2-menu-categories-page .ihop2-subnav-primary-container .static-menu-item a:hover {
    font-weight: bold;
    color: #fff;
    opacity: 1;
}

.ihop2-menu-categories-page .menu-item-card-container {
    padding-top: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    border: 1px solid #dbd9d6;
    border-radius: 10px;
    text-align: center;
}

.ihop2-menu-categories-page .menu-item-card-container .menu-item-title {
    font-size: 16px !important;
    padding-left: 23px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    line-height: 21px;
}

.ihop2-menu-categories-page .menu-item-card-container span:nth-child(2) {
    font-size: 13px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ihop2-menu-categories-page .menu-item-card-container span:nth-child(2) .menu-item-price {
    color: #dd5f13;
}

.ihop2-menu-categories-page .menu-item-card-container div:nth-child(3) {
    height: 180px;
}

.ihop2-menu-categories-page .menu-item-card-container div:nth-child(3) img {
    width: 100%;
    height: 100%;
}

.ihop2-menu-categories-page .menu-item-card-container div:last-child {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #0071b9;
    font-weight: bold;
    border-top: 1px solid #dbd9d6;
    width: 100%;
}

.ihop2-menu-categories-page .menu-item-card-container div:last-child span a {
    color: #0071b9;
}

.ihop2-menu-categories-page .menu-item-card-container p {
    margin-bottom: 18px;
}

.ihop2-menu-categories-page .col-xl-7>div {
    height: 100%;
}

.ihop2-menu-categories-page .ihop2-Nofavorite-menu-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    height: 200px;
    border-radius: 10px;
}

.ihop2-menu-categories-page .ihop2-Nofavorite-menu-card-container span:first-child {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 28.2px;
    padding-bottom: 5px;
}

.ihop2-menu-categories-page .ihop2-Nofavorite-menu-card-container span:nth-child(2) {
    font-size: 11px;
    margin-bottom: 16px;
}

.ihop2-menu-categories-page .ihop2-Nofavorite-menu-card-container span:last-child button {
    color: #e3121a;
    background-color: #fff;
    border: 1px solid #ee252b;
    border-radius: 35px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    padding: 15px 35px;
}

.ihop2-menu-categories-page .ihop2-favourite-order-container {
    width: 335px;
}

@media(max-width:767px) {
    .ihop2-menu-categories-page .ihop2-favourite-order-container {
        width: 225px;
    }
}

.ihop2-menu-categories-page .ihop2-favourite-order-title-container>div>div p {
    color: #0071b9;
    margin-bottom: 5px !important;
}

.ihop2-menu-categories-page .ihop2-favourite-order-title-container>div>div:nth-child(2) {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    border-bottom: .5px solid #0071b9;
}

@media(max-width:991px) {
    .ihop2-menu-categories-page .ihop2-favourite-order-title-container>div>div:last-child {
        padding-right: 0;
    }
}

.ihop2-menu-categories-page .ihop2-menu-list-title-container {
    color: #0071b9;
    border-bottom: .5px solid #0071b9;
    padding-left: 0;
    width: 100%;
    padding-top: 25px;
    margin-left: 20px;
    margin-top: 33px;
    padding-bottom: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
}

.ihop2-menu-categories-page .ihop2-menu-list-title-container h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0071b9;
}

.ihop2-menu-categories-page .ihop2-menu-container {
    margin: 0 auto;
    position: relative;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-favorite-order-scrollable-container {
    display: flex;
    flex-direction: row;
    flex-basis: 98%;
    flex-wrap: nowrap;
    align-items: center;
    height: 87%;
    padding-right: 50px;
}

@media(max-width:375px) {
    .ihop2-menu-categories-page .ihop2-menu-container .ihop2-favorite-order-scrollable-container {
        width: 120%;
    }
}

@media(max-width:320px) {
    .ihop2-menu-categories-page .ihop2-menu-container .ihop2-favorite-order-scrollable-container {
        width: 141%;
    }
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-favorite-order-scrollable-container::-webkit-scrollbar {
    display: none;
}

.ihop2-menu-categories-page .ihop2-menu-container .scroll-arrow-container {
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
    right: 0;
}

.ihop2-menu-categories-page .ihop2-menu-container .scroll-arrow {
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("/images/2/icons/limited-offer-scrolling-arrow.svg");
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-favourite-order-sub-container {
    width: 90%;
    margin: 0 auto;
}

.ihop2-menu-categories-page .ihop2-menu-container .adjustment {
    padding-left: 29px;
}

.ihop2-menu-categories-page .ihop2-menu-container .menu-list-card-container {
    margin-top: 20px;
    border: 1px solid #dbd9d6;
    border-radius: 10px;
    width: 101%;
    height: 130px;
}

.ihop2-menu-categories-page .ihop2-menu-container .menu-list-card-container .full-menu-list-title {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: left;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
    color: #0071b9;
}

.ihop2-menu-categories-page .ihop2-menu-container .menu-list-card-container .width-adjust {
    max-width: 20px !important;
    padding-left: 20px !important;
}

.ihop2-menu-categories-page .ihop2-menu-container .menu-list-card-container .col-6.gutter-free {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.ihop2-menu-categories-page .ihop2-menu-container .menu-list-card-container .ihop2-menu-list-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: 100% 100%;
}

.ihop2-menu-categories-page .ihop2-menu-container .menu-list-card-container>div:last-child {
    height: 100%;
}

.ihop2-menu-categories-page .ihop2-menu-container .menu-list-card-container>div:last-child>div {
    height: 100%;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container {
    border-radius: 10px !important;
    width: 100% !important;
    height: 200px !important;
    border: .5px solid #dbd9d6;
    border-radius: 10px;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container .card .row,
.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container .card .col-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container li:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-transform: capitalize;
    color: #3d3d3d;
    padding: 15px 15px 10px;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container li:last-child {
    font-size: 11px;
    line-height: 14.3px;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container .list-group-item {
    border: 0 !important;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container .list-group-item.padding-top-adjustment {
    padding-top: 9px;
    padding-bottom: 0;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container .list-group-item .row .col:nth-of-type(1n+5) {
    display: none;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container .list-group-item .row .col {
    display: contents;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container .ihop2-fav-order-img-1 {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: .5px solid #dbd9d6;
    margin-right: 5px;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container ul li:first-child,
.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container ul li:nth-child(3) {
    padding: 15px 15px 20px;
    border-radius: 10px;
}

.ihop2-menu-categories-page .ihop2-menu-container .card.ihop2-favorite-menu-card-sub-container ul li:nth-child(3) {
    background: transparent;
    font-size: 11px;
    color: #676767;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-fav-menu-heart-logo {
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 2;
    margin-left: 386px;
    margin-top: -186px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../../scss/icons/ihop2-fav-order-heart-logo.svg");
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container {
    min-width: auto;
    height: 200px;
    border: 2px solid #f7b334;
    border-radius: 10px;
    margin-top: 0;
    overflow: hidden;
}

@media only screen and (max-width:991px) {
    .ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container {
        width: 100%;
        border: 14px solid #f7b334;
        border-radius: 0 !important;
        background-color: #f7b334;
    }
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .col-6.align-title {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    padding-left: 30px !important;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .col-6.align-title .ihop2-limited-time-menu-title {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .col-6.align-title .ihop2-limited-time-menu-title span:first-child {
    text-transform: uppercase;
    color: #f7b334;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    white-space: nowrap;
    padding-bottom: 5px;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .col-6.align-title .ihop2-limited-time-menu-title span:last-child {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
    color: #0071b9;
    font-family: 'CorbenBold';
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .col-6.gutter-free {
    padding-right: 15px !important;
    padding-left: 0 !important;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .col-6.gutter-free .col.ihop2-limited-time-menu-image-container {
    padding: 0 !important;
    height: 100%;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .col-6.gutter-free .col.ihop2-limited-time-menu-image-container>div {
    height: 100%;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .col-6.gutter-free .col.ihop2-limited-time-menu-image-container .ihop2-limited-time-menu-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .col-6.gutter-free .ihop2-limited-time-menu-title {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .ihop2-limited-time-menu-fire-logo {
    width: 17px;
    height: 30px;
    margin-left: 144px;
    margin-top: -173px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../../scss/icons/ihop2-limited-time-hot-logo.svg");
}

@media(max-width:992px) {
    .ihop2-menu-categories-page .ihop2-menu-container .ihop2-limited-time-menu-card-container .ihop2-limited-time-menu-fire-logo {
        margin-left: 104%;
    }
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-reorder-button-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-reorder-button-container .ihop2-reorder-button {
    width: 195px;
    height: 34px;
    background-color: #e3121a;
    border-color: #f00;
    border-radius: 45px;
    font-size: 14px;
    color: #fff;
}

@media(max-width:767px) {
    .ihop2-menu-categories-page .ihop2-menu-container .ihop2-reorder-button-container .ihop2-reorder-button {
        width: 64%;
    }
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-reorder-button-container button {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-reorder-button-container button:hover {
    background-color: #fff;
    color: #e3121a;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-reorder-button-container button:disabled,
.ihop2-menu-categories-page .ihop2-menu-container .ihop2-reorder-button-container button [disabled] {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor: default;
}

.ihop2-menu-categories-page .ihop2-menu-container .ihop2-reorder-button-container button:disabled:hover,
.ihop2-menu-categories-page .ihop2-menu-container .ihop2-reorder-button-container button [disabled]:hover {
    background-color: #e3121a !important;
    color: #fff !important;
}

.ihop2-menu-categories-page .mt-4.col-lg-3 {
    padding-left: 0 !important;
}

.menu-details-terms {
    padding: 30px 0;
    margin: auto;
    text-align: center;
}

@media(max-width:768px) {
    .menu-details-terms {
        margin-left: 0;
        text-align: left;
    }
}

.menu-details-terms a {
    text-decoration: none;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    text-decoration-line: underline;
    color: #676767;
}

.menu-details-terms a:hover {
    color: #676767;
}

.ihop2-limited-time-menu-card-container .row {
    height: 100%;
}

.favourite-des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
    max-height: 32px;
}

#fav-item-scroll-control {
    position: relative;
    width: 100%;
    height: 231px;
    overflow-x: hidden;
    margin: auto;
}

.limited-slider-section {
    position: relative;
}

.lto {
    margin-top: 45px;
}

.lto-signedin {
    margin-top: 94px;
}

@media(max-width:768px) {
    .limited-slider-section {
        border-bottom: none;
    }

    .lto {
        margin-top: 25px;
        padding: 0 !important;
    }

    .lto-signedin {
        margin-top: 15px;
        padding: 0 !important;
    }
}

.left-arrow-container.scroll-arrow-container {
    position: absolute !important;
    top: 45% !important;
    transform: translate(-50%, -50%);
    left: 2% !important;
    width: 2%;
}

.left-arrow-container .scroll-arrow {
    width: 10px !important;
    height: 20px !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    transform: rotate(180deg);
}

.limited-slider-section .col-sm-8 {
    overflow: hidden;
}

.fav-box {
    position: relative;
    overflow: hidden;
    padding: 0 25px;
}

.ihop2-favourite-order-container .row .col {
    padding-right: 0 !important;
}

.action-btns {
    padding-top: 20px;
}

.action-btns .back-link i {
    color: #107abd;
    font-size: 32px;
}

.action-btns .ihop-favourite i {
    color: #107abd;
    font-size: 32px;
}

.action-btns .marked-favourite i {
    color: #ee252b;
}

.combo-default .container-fluid {
    background: #fff !important;
}

.combo-default .modal.iHop_right_modal {
    position: fixed;
    z-index: 99999;
}

.combo-default .modal.iHop_right_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 30%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.combo-default .modal-dialog {
    margin: 1.75rem auto;
}

.combo-default svg {
    cursor: pointer;
}

.combo-default .combo-checkbox {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #dbd9d6;
    cursor: pointer;
}

.combo-default input[type=checkbox]:checked {
    background-color: #f38b00;
    border: none;
}

.combo-default input[type=checkbox]:checked::after {
    color: #fff;
    content: '✓';
    font-size: 21px;
    background: transparent;
    position: absolute;
    left: 8px;
}

.combo-default .modal.iHop_right_modal .modal-body {
    padding: 15px;
}

.combo-default .modal-backdrop {
    display: none;
}

.combo-default .modal.iHop_right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity .3s linear, right .3s ease-out;
    -moz-transition: opacity .3s linear, right .3s ease-out;
    -o-transition: opacity .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out;
}

.combo-default .modal.iHop_right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0 0 19px rgba(0, 0, 0, .5);
}

.combo-default .modal-content.iHop_right_modal {
    border-radius: 0;
    border: none;
}

.combo-default .modal-open .container-fluid,
.combo-default .modal-open .container {
    -webkit-filter: blur(5px) grayscale(50%);
}

.combo-default .iHop_right_modal.modal_outer .modal-body {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}

.combo-default .iHop_right_modal .modal-content {
    border: none;
    border-radius: 0;
}

.combo-default .iHop_right_modal .ihop-category {
    width: 100%;
    padding-left: 35px;
}

@media screen and (max-width:767px) {
    .combo-default .iHop_right_modal .ihop-category {
        padding-left: 0;
    }
}

.combo-default .close-btn {
    margin-bottom: 25px;
}

.combo-default .close-btn .close {
    padding: 0;
    opacity: 1;
    outline: none;
    box-shadow: none;
    float: right;
}

.combo-default .close-btn .close .close:focus,
.combo-default .close-btn .close .close:hover {
    color: transparent;
    text-decoration: none;
    opacity: 1;
    outline: none;
    box-shadow: none;
}

.combo-default .modal-footer {
    border: 0;
    padding: 0 30px;
}

@media(min-width:786px) and (max-width:1024px) {
    .combo-default .modal.iHop_right_modal .modal-dialog {
        width: 60%;
    }
}

@media(min-width:576px) {
    .combo-default .iHop_right_modal .modal-dialog {
        max-width: 100%;
        width: 60%;
    }
}

@media(min-width:280px) and (max-width:767.98px) {
    .combo-default .modal.iHop_right_modal .modal-dialog {
        width: 100%;
    }

    .combo-default .close-btn .close {
        float: left;
    }

    .combo-default .modal-footer {
        position: static;
        width: 100%;
        padding: 32px 46px 17px;
        box-shadow: none;
    }
}

@media(min-device-width:768px) and (max-device-width:1024px) {
    .combo-default .modal.iHop_right_modal .modal-dialog {
        width: 60%;
    }
}

.combo-default .back-link:before {
    content: '';
}

.combo-default .combo-body {
    padding: 0 40px 0 50px;
}

.combo-default .combo-body .combo-title {
    font-family: 'CorbenBold', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    color: #0071b9;
    margin: 20px 0 10px;
}

.combo-default .combo-body .combo-price {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #dd5f13;
}

.combo-default .combo-body .combo-price span {
    color: #676767;
}

.combo-default .combo-body .combo-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #050505;
    margin: 0 0 44px;
}

.combo-default .combo-message {
    background: #61b4e4;
    border-radius: 0 0 10px 10px;
    padding: 8px 30px;
}

.combo-default .combo-message p {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    color: #3d3d3d;
}

@media(min-width:280px) and (max-width:767.99px) {
    .combo-default .combo-default {
        overflow: hidden;
    }

    .combo-default .xs-nogutters {
        padding: 0;
    }

    .combo-default .action-btns {
        padding: 15px 15px 0;
    }

    .combo-default .combo-body {
        padding: 0;
        text-align: center;
    }

    .combo-default .combo-body .combo-title {
        padding: 0 25px;
        font-size: 24px;
    }

    .combo-default .combo-body .combo-price {
        padding: 0 25px;
        font-size: 13px;
    }

    .combo-default .combo-body .combo-description {
        padding: 0 25px;
        font-size: 13px;
        margin: 0 0 20px;
    }

    .combo-default .combo-message p {
        font-size: 10px;
    }
}

.combo-default .category-body a .category-description h2,
.combo-default .category-body a:hover .category-description h2,
.combo-default .category-body a:focus .category-description h2 {
    color: #3d3d3d;
    text-decoration: none;
}

.combo-default .category-body a .category-description h3,
.combo-default .category-body a:hover .category-description h3,
.combo-default .category-body a:focus .category-description h3 {
    color: #676767;
    text-decoration: none;
}

.combo-default .ihop-category .category-header .category-title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    color: #0071b9;
    padding-bottom: 8px;
    border-bottom: 1px solid #0071b9;
    margin: 0 0 4px;
}

.combo-default .ihop-category .category-header .category-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #3d3d3d;
}

.combo-default .ihop-category .combo-required-text,
.combo-default .ihop-category .default-required {
    font-size: 13px;
    font-weight: 500;
    color: #808080;
    font-style: italic;
    text-transform: lowercase;
    line-height: 16.9px;
}

.combo-default .ihop-category .category-body {
    padding-right: 15px;
}

.combo-default .ihop-category .category-body .category-item {
    margin: 15px 0 0 0;
    text-align: center;
    border: .5px solid #dbd9d6;
    border-radius: 10px;
    position: relative;
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 91%;
    overflow: hidden;
}

.combo-default .ihop-category .category-body .category-item h2 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.combo-default .ihop-category .category-body .category-item h3 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: #676767;
}

.combo-default .badge {
    position: absolute;
    right: -8px;
    top: -2px;
}

.combo-default .category-img {
    width: 100%;
    overflow: hidden;
}

.combo-default .category-description {
    padding: 0 5px;
}

.combo-default .mg-70 {
    margin-top: 70px;
}

.combo-default .pad-righ-0 {
    padding-right: 0;
}

.combo-default .category-body a {
    width: 100%;
    text-decoration: none;
}

.combo-default .category-required {
    color: #ee252b;
}

.combo-default .grab-extras {
    background-color: #f7b334;
    width: 78%;
    margin-bottom: 20px;
}

.combo-default .grab-extras .ihop-category {
    width: 100%;
    padding: 30px 15px 35px;
}

.combo-default .grab-extras .ihop-category .category-title {
    color: #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}

.combo-default .grab-extras .ihop-category .category-item {
    background: #fff;
}

.combo-default .grab-extras .ihop-category .someextra-price {
    color: #dd5f13;
}

@media(min-width:280px) and (max-width:767.98px) {
    .combo-default .ihop-category.mg-70 {
        margin-top: 35px;
    }

    .combo-default .ihop-category {
        width: 100%;
        padding: 0 15px;
    }

    .combo-default .grab-extras {
        background-color: #f7b334;
        width: 100%;
    }

    .combo-default .xs-pad-0 {
        padding: 0;
        overflow: hidden;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .combo-default .ihop-category {
        width: 100%;
    }

    .combo-default .grab-extras {
        width: 100%;
    }
}

.combo-default .iHop-width {
    width: 78%;
}

.combo-default .iHop-navtabs {
    margin: 30px 0 30px;
}

.combo-default .iHop-navtabs .nav-tabs .nav-item.show .nav-link,
.combo-default .iHop-navtabs .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f6f5f2;
    border-color: #f6f5f2 #f6f5f2;
    border-bottom: 1px solid #dbd9d6;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #3d3d3d;
    border-radius: 10px 10px 0 0;
}

.combo-default .iHop-navtabs .nav-tabs .nav-item {
    width: 50%;
}

.combo-default .iHop-navtabs .nav-tabs {
    border-bottom: 0;
    text-align: center;
}

.combo-default .iHop-navtabs .nav-tabs .nav-link:focus,
.combo-default .iHop-navtabs .nav-tabs .nav-link:hover {
    border: none;
    border: 1px solid transparent;
}

.combo-default .iHop-navtabs .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #3d3d3d;
}

.combo-default .iHop-navtabs .tab-content {
    padding: 30px 30px 25px;
    background-color: #f6f5f2;
    border-radius: 0 0 10px 10px;
}

.combo-default .iHop-navtabs .ihop-tabcontent ul {
    padding: 0;
    margin: 0;
}

.combo-default .iHop-navtabs .ihop-tabcontent li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #3d3d3d;
    position: relative;
    overflow: auto;
}

.combo-default .iHop-navtabs .ihop-tabcontent li img {
    margin-right: 5px;
    float: left;
}

.combo-default .iHop-navtabs .ihop-tabcontent li:last-child {
    margin-bottom: 0;
}

.combo-default .iHop-navtabs .ihop-tabcontent .ihop-tabmessage {
    margin-top: 20px;
    border-top: 1px solid #dbd9d6;
    padding-top: 20px;
}

.combo-default .iHop-navtabs .ihop-tabcontent .ihop-tabmessage p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #323232;
    margin: 0;
}

@media(min-width:280px) and (max-width:767.98px) {
    .combo-default .iHop-navtabs {
        padding: 0 15px;
    }

    .combo-default .iHop-width {
        width: 100%;
    }

    .combo-default .iHop-navtabs .tab-content {
        padding: 30px 15px 25px;
    }

    .combo-default chooseCategory .cart-items .food-img {
        width: 80px;
        height: 80px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .combo-default .iHop-width {
        width: 100%;
    }
}

.combo-default .cart-items {
    padding: 20px 0 0;
    position: relative;
}

.combo-default .cart-items .gutter-padding {
    padding: 0;
}

.combo-default .cart-items .food-img {
    background: #f6f5f2;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    border: .5px solid #dbd9d6;
    float: left;
}

.combo-default .cart-items .details .item-name,
.combo-default .cart-items .details .toppings-title {
    font-weight: 900;
    font-size: 13px;
    line-height: 130%;
    color: #000;
    margin: 0;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.combo-default .cart-items .details .item-cal {
    font-size: 9px;
    line-height: 130%;
    color: #676767;
    margin: 5px 0;
    font-weight: 400;
}

.combo-default .cart-items .details .item-description {
    font-size: 11px;
    line-height: 130%;
    color: #676767;
    align-self: stretch;
    flex-grow: 0;
    margin: 5px 0;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.combo-default .cart-items .details .addcombo-price {
    color: #dd5f13;
}

.combo-default .cart-items .details .item-remove {
    margin: 0;
}

.combo-default .cart-items .details .item-remove .btn {
    border: 1px solid #676767;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1;
    padding: 2px 5px;
}

.combo-default .cart-items .details .item-remove span {
    font-weight: 500;
    font-size: 11px;
    line-height: 130%;
    color: #676767;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 1px;
}

.combo-default .cart-items .item-price {
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    text-align: right;
}

.combo-default .remove-item {
    font-style: italic;
    font-weight: 500;
    font-size: 11px;
    line-height: 130%;
    color: #676767;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.combo-default .remove-item:hover,
.combo-default .remove-item:focus {
    background: transparent;
    border: none;
    color: #676767;
    outline: 0;
    box-shadow: none;
}

.combo-default .remove-item .fa-times-circle {
    font-size: 15px;
    margin-right: 5px;
    font-weight: 300;
}

.combo-default .remove-item .fa-times-circle:before {
    font-size: 20px;
}

.combo-default .btn-rewards {
    padding: 10px 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #0071b9;
    border: 1px solid #0071b9;
    border-radius: 45px;
    background-color: #fff;
    box-shadow: none;
}

.combo-default .btn-rewards:focus,
.combo-default .btn-rewards:hover {
    color: #fff;
    border: 1px solid #0071b9;
    background-color: #0071b9;
    text-decoration: none;
    box-shadow: none;
}

.combo-default .pad-right-0 {
    padding: 0;
}

@media(min-width:280px) and (max-width:767.98px) {
    .combo-default .btn-rewards {
        padding: 8px;
    }

    .combo-default .cart-items .food-img {
        width: 45px;
        height: 45px;
    }
}

.comboSpinner .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}

.comboSpinner .spinner .path {
    stroke: #93bfec;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.pdp-footer-button {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 20px 40px;
}

@media(max-width:768px) {
    .pdp-footer-button {
        padding: 20px 15px;
    }
}

@media(min-width:992px) {
    .pdp-footer-button#pdp-footer-button {
        width: auto;
        left: 25%;
    }
}

.pdp-footer-button .handle-counter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    margin: 0 20px;
    background: #fff;
    border: 1px solid #0071b9;
    box-sizing: border-box;
    float: right;
    border-radius: 45px;
}

@media(max-width:767px) {
    .pdp-footer-button .handle-counter {
        float: left;
        margin: 0 0;
    }
}

.pdp-footer-button .handle-counter .counter-minus,
.pdp-footer-button .handle-counter .counter-plus,
.pdp-footer-button .handle-counter input {
    float: right;
    text-align: center;
    color: #0071b9;
    padding: 0;
    background: none;
}

.pdp-footer-button .handle-counter input {
    width: 40px;
    border: none;
    padding-top: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}

.pdp-footer-button .add-to-bag-button .btn-lg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14.5px 25px !important;
    border-radius: 45px;
    background-color: #dc3545;
    color: #fff;
    min-width: 210px;
}

.pdp-footer-button .add-to-bag-button .btn-lg span {
    font-weight: normal;
    font-size: 14px !important;
    padding-right: 5px;
    display: inline-block;
    color: #fff;
}

.pdp-footer-button .add-to-bag-button .btn-lg .text {
    font-weight: 600;
    padding-left: 5px;
}

@media(max-width:860px) {
    .pdp-footer-button .add-to-bag-button .btn-lg {
        font-size: 14px;
        padding: 15px 15px;
        float: right;
    }
}

@media(max-width:767px) {
    .pdp-footer-button .add-to-bag-button .btn-lg {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
    }
}

@media(max-width:370px) {
    .pdp-footer-button .add-to-bag-button .btn-lg {
        font-size: 10px;
        padding: 15px 15px;
    }
}

@media(min-width:641px) and (max-width:992px) {
    div#pdp-footer-button {
        left: 0 !important;
        background: transparent;
    }

    div#pdp-footer-button .handle-counter {
        padding: 5px 9px;
    }

    div#pdp-footer-button .add-to-bag-button .btn-lg {
        font-size: 13px;
        padding: 10px 15px !important;
        min-width: 190px;
    }

    .section-center div#pdp-footer-button {
        left: 6% !important;
    }

    .section-center div#pdp-footer-button .container .row {
        justify-content: center;
    }
}

@media(min-width:768px) and (max-width:860px) {
    div#pdp-footer-button .container .col-md-8.col-sm-12.col-xs-5 {
        max-width: 50%;
    }

    div#pdp-footer-button .container .col-md-8.col-sm-12.col-xs-5 .row {
        width: 72%;
        margin: 0 auto;
    }

    .section-center div#pdp-footer-button .container .col-md-8.col-sm-12.col-xs-5 {
        max-width: 100%;
    }

    .section-center div#pdp-footer-button .container .col-md-8.col-sm-12.col-xs-5 .row {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:860px) {
    .pdp-footer-button .add-to-bag-button .btn-lg {
        font-size: 12px;
        padding: 10px 0 !important;
        min-width: 175px;
    }

    .section-center div#pdp-footer-button {
        padding: 20px 5px;
    }
}

@media(min-width:1024px) and (max-width:1280px) {
    .pdp-footer-button#pdp-footer-button {
        left: 18% !important;
    }

    .section-center .pdp-footer-button#pdp-footer-button {
        left: 22% !important;
    }
}

@media(min-width:992px) {
    .pdp-footer-button#pdp-footer-button {
        background: transparent;
    }

    .section-center .pdp-footer-button#pdp-footer-button {
        width: 50%;
        left: 20%;
        position: relative;
    }
}

@media(max-width:768px) {
    #pdp-footer-button-div .pdp-footer-button {
        padding: 20px;
    }

    #pdp-footer-button-div.fixedposition .pdp-footer-button {
        padding: 20px 22px;
    }

    .pdp-footer-button .add-to-bag-button .btn-lg:hover,
    .pdp-footer-button .add-to-bag-button .btn-lg:focus {
        background: #dc3545;
    }
}

.displaynone {
    display: none;
}

button:disabled {
    cursor: not-allowed;
}

.combo-body img {
    width: 100%;
}

.pdp-footer-button .container .row .col-md-5 {
    padding: 0;
}

#pdp-footer-button-div.fixedposition {
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 99;
    left: 0;
}

#pdp-footer-button-div .pdp-footer-button .row .row .col-md-4,
#pdp-footer-button-div .pdp-footer-button .row .row .col-md-8 {
    padding: 0;
}

#pdp-footer-button-div #pdp-footer-button .container,
#pdp-footer-button-div #pdp-footer-button .container .row .col-md-8 {
    padding: 0;
}

@media(min-width:992px) {
    #pdp-footer-button-div.section-center {
        padding-left: 20%;
        margin-top: 15px;
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width:680px) {
    #pdp-footer-button-div.fixedposition {
        width: 100%;
    }

    .ihop-menu-details-page .row .col-md-12 {
        margin-top: 15px;
    }
}

@media(min-width:681px) {
    .ihop-menu-details-page .row .col-md-12 {
        padding-left: 0;
    }
}

@media(max-width:767px) {
    #pdp-footer-button-div #pdp-footer-button {
        left: 0;
        padding: 20px 15px;
    }

    #pdp-footer-button-div #pdp-footer-button>.container .row {
        margin: 0;
    }

    #pdp-footer-button-div #pdp-footer-button>.container .row .col-4,
    #pdp-footer-button-div #pdp-footer-button>.container .row .col-8 {
        padding: 0 15px;
    }
}

.pdp-footer-button .add-to-bag-button .btn-danger:disabled {
    background-color: #808080;
    border-color: #808080;
}

.myaccount-content .faq .title {
    font-weight: 700;
}

.myaccount-content .faq .question p span {
    color: #3d3d3d;
}

.remove-right-pad {
    padding: 0 0 0 15px;
}

.remove-left-pad {
    padding-left: 0;
}

i.fas.fa-check-circle.selected-combo {
    position: absolute;
    right: 10px;
    top: -8px;
    font-size: 20px;
    color: #f38b00;
    background: #fff;
    border-radius: 50%;
    padding: 0;
}

[data-toggle="collapse"] .fa:before {
    content: "";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "";
}

.ihop-accordion {
    display: none;
}

.ihop-accordion .card {
    border: none;
    border-radius: 0;
}

.ihop-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.ihop-fa {
    position: absolute;
    right: 18px;
    top: -6vh;
    pointer-events: none;
    color: #0071b9;
    font-size: 14px;
}

.ihop-accordion .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 0 25px;
}

.btn-unselected {
    border: 1px solid #676767;
    background-color: #fff;
    color: #676767;
    padding: 10px 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    border-radius: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-unselected:hover,
.btn-unselectedfocus {
    border: 1px solid #676767;
    background-color: #fff;
    color: #676767;
    box-shadow: none;
}

.btn-selected {
    border: 1px solid #0071b9;
    background-color: #0071b9;
    color: #fff;
    padding: 10px 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    border-radius: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-selected:hover,
.btn-selectedfocus {
    border: 1px solid #0071b9;
    background-color: #0071b9;
    color: #fff;
    box-shadow: none;
}

#accordion .cart-items {
    padding: 20px 0 25px;
    position: relative;
}

.select-unselected-state ul {
    padding: 0;
    margin: 0;
}

.select-unselected-state ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
    width: auto;
}

.select-unselected-state ul li:last-child {
    margin-right: 0;
}

.save-btn {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 16px 35px;
    background: #e3121a;
    border: 1px solid #e3121a;
    border-radius: 45px;
    color: #fff;
}

.save-btn .save-btn:hover,
.save-btn .save-btn:focus {
    color: #e3121a;
    border: 1px solid #e3121a;
    background: none;
}

.mg-top-6 {
    margin-top: 60px;
}

.iHop_right_modal .ihop-category .category-body {
    padding-right: 0;
}

@media(max-width:370px) {
    .select-unselected-state ul li {
        margin-right: 0;
    }

    .select-unselected-state ul li .btn-unselected,
    .select-unselected-state ul li .btn-selected {
        padding: 10px;
    }
}

@media(min-width:280px) and (max-width:767.98px) {
    .iHop_right_modal .ihop-category {
        width: 100%;
        padding: 0;
    }

    .ihop-category .category-body {
        padding-right: 0;
    }

    .iHop_right_modal .cart-items .pad-right-0 {
        padding: 15px;
    }

    .iHop_right_modal .ihop-category .category-body {
        padding-right: 0;
    }

    .iHop_right_modal .cart-items .food-img {
        width: 80px;
        height: 80px;
    }

    .select-unselected-state ul li {
        margin-right: 5px;
        width: auto;
    }

    .modal-footer .mg-top-6 {
        margin-top: 0;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 21.5px;
}

.iHop-switch label {
    margin-bottom: 0 !important;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: .5px solid #676767;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 1.75px;
    background-color: #c4c4c4;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #0071b9;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(41px);
    -ms-transform: translateX(41px);
    transform: translateX(41px);
    content: url("../../scss/image/tick.png");
    line-height: 0;
}

.on {
    display: none;
}

.on {
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-30%, -26%);
    transform: translate(-30%, -26%);
    top: 25%;
    left: 25%;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    text-transform: capitalize;
}

.off {
    color: #676767;
    position: absolute;
    -webkit-transform: translate(-30%, -26%);
    transform: translate(-30%, -26%);
    top: 25%;
    left: 25%;
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    text-transform: capitalize;
}

.on {
    top: 8px;
}

.off {
    left: auto;
    right: -5px;
    top: 8px;
}

input:checked+.slider .on {
    display: block;
}

input:checked+.slider .off {
    display: none;
}

.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

.toppings-radiobox {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    width: 32px;
    height: 32px;
}

.toppings-radiobox input[type="radio"] {
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    position: absolute;
    cursor: pointer;
    border-color: #dbd9d6 !important;
    z-index: 99;
}

.toppings-radiobox input[type="radio"]:checked {
    opacity: 0;
}

.toppings-radiobox .radio-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background: #fff;
    border: 1px solid #dbd9d6;
    border-radius: 50%;
}

.toppings-radiobox .radio-check:focus-visible {
    border: 1px solid #dbd9d6;
}

input:checked~.radio-check {
    background-color: #f38b00;
    border: none;
}

.check-tick {
    color: #fff;
    position: absolute;
    left: 8px;
    top: 5.5px;
    opacity: 0;
}

input:checked~.radio-check>.check-tick {
    opacity: 1;
}

.item-fig {
    width: 80px;
    height: 80px;
    border: .5px solid #dbd9d6;
    border-radius: 10px;
}

.switch-text {
    color: #f9f9f9;
}

.h-container {
    border-bottom: 1px solid #0071b9;
}

.main-h2 {
    font-style: normal;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 24px;
}

.pad-top-20 {
    padding-top: 20px;
}

.main-h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0;
}

.main {
    width: 100%;
}

.main .ihop-register {
    background-color: transparent;
    padding-top: 0;
}

.row-padding {
    padding-top: 20px;
}

.item-image,
.item-description,
.item-price-details {
    display: inline-block;
    vertical-align: top;
}

.small-padding {
    padding-top: 1.5px;
}

.ihop-register .register-error .ihop-input {
    background: #fff url("/images/2/icons/error_icon.png") no-repeat calc(100% - 10px) center;
}

.ihop-register .form-group .error-msg {
    background: url("/images/2/icons/x.png") no-repeat 18px center;
}

.message-container {
    padding-top: 30px;
    background-color: #fff;
}

.message-container .my-custom-input-label-box input+label {
    background-image: url("/images/2/icons/ihop_unchecked.png");
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    font-style: normal;
    color: #0071b9;
    max-width: 740px;
    letter-spacing: .5px;
}

.message-container .my-custom-input-label-box input[type="checkbox"]:checked+label {
    background-image: url("/images/2/icons/ihop_checkbox.png");
}

.message-container .my-custom-input-label-box.register-error input+label {
    background-image: url("/images/2/icons/checkbox_error.png");
}

.message-container .my-custom-input-label-box {
    line-height: 17px;
}

.message-container .mobile-number {
    margin-left: 32px;
}

.message-container .mobile-number .ihop-input {
    max-width: 350px;
}

.message-container.ihop-register .register-error .ihop-input {
    background: #fff url("/images/2/icons/error_icon.png") no-repeat calc(100% - 10px) center;
}

.message-container.ihop-register .form-group .error-msg {
    background: url("/images/2/icons/x.png") no-repeat 18px center;
}

.main-header {
    padding-top: 47px;
}

.blue-font {
    color: #0071b9;
}

.black-font {
    color: #3d3d3d;
}

.pal-border {
    border: 1px solid #dbd9d6;
}

.selected-color {
    opacity: .2;
}

.palete-container {
    padding-top: 16px;
}

.container-circle {
    max-width: 800px;
}

.container-circle .row-circle {
    display: inline-block;
    margin-right: 13px;
    padding-top: 20px;
    line-height: 1;
}

.container-circle .col-circle {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.container-circle .col-circle .qmark {
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    left: 20px;
    top: 26px;
    font-size: 13px;
    line-height: 12px;
}

.container-circle .color-name {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    color: #3d3d3d;
    padding-top: 10px;
}

.form-container {
    padding-top: 20px;
}

.back-button,
.close-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none;
}

.back-button:focus,
.close-button:focus {
    outline: none;
}

.ihop-register.input-sec {
    padding-top: 25px;
}

.contat-info {
    padding-top: 44px;
}

.form-sec {
    padding-top: 40px;
}

.para {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    padding-top: 0;
    margin-bottom: 0;
}

.footer-container {
    padding-top: 40px;
    padding-bottom: 67px;
}

.mobile-icons {
    display: none;
}

.bold-para {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    color: #3d3d3d;
}

.calc-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
    color: #676767;
}

.pickup-details {
    padding-top: 20px;
}

.pickup-address address {
    padding-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #676767;
    margin-bottom: 0;
}

.pickup-address address .link-tel {
    color: #676767;
    text-decoration: underline;
}

.pickup-address address .link-tel:hover {
    color: #676767;
}

.pickup-time {
    padding-top: 22px;
}

.time-container {
    display: flex;
    align-items: center;
}

.clock-img {
    margin-right: 14px;
}

.time-stamp-text {
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    font-weight: bold;
    color: #3d3d3d;
    margin-bottom: 0;
}

.time-stamp-text.today-time {
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: bold;
    display: none;
    color: #3d3d3d;
}

.est-text {
    font-size: 11px;
    line-height: 14px;
    font-style: normal;
    font-weight: normal;
    color: #676767;
    margin-bottom: 0;
    padding-top: 2.5px;
}

.item-name,
.item-price {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    color: #3d3d3d;
}

.item-desc {
    padding-top: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
    color: #676767;
}

.item-image {
    margin-right: 16px;
}

.curside-pickup-header {
    padding-top: 15px;
}

.my-bag-header {
    padding-top: 50px;
}

.gratuity-header-starts {
    padding-top: 50px;
}

.gratuity-section {
    padding-top: 20px;
}

.gratuity-section .nav .nav-link {
    border: 1px solid #9e9c9c;
    padding: 7.5px 32px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 45px;
    margin-right: 20px;
    color: #9e9c9c;
}

.gratuity-section .nav .nav-link:link {
    color: #9e9c9c;
}

.gratuity-section .nav .nav-link:visited {
    color: #9e9c9c;
}

.gratuity-section .nav .nav-link:hover {
    background-color: #fff;
    color: #0071b9;
    border: 1px solid #0071b9;
}

.gratuity-section .nav .nav-link:hover .bullet-lg,
.gratuity-section .nav .nav-link:hover .bullet-sm.js-tipamount {
    color: #0071b9;
}

.gratuity-section .nav .nav-link:active {
    color: #9e9c9c;
}

.gratuity-section .nav .nav-link.bullet-other {
    display: table;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.gratuity-section .nav .nav-link.active {
    background-color: #0071b9;
    color: #fff;
    border: 1px solid #0071b9;
}

.gratuity-section .nav .nav-link.active:hover {
    background-color: #fff;
    color: #0071b9;
    border: 1px solid #0071b9;
}

.gratuity-section .nav .nav-link:last-child {
    margin-right: 0;
}

.gratuity-section .nav .bullet-lg,
.gratuity-section .nav .bullet-sm {
    display: block;
}

.gratuity-section .nav .bullet-lg {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.2px;
}

.gratuity-section .nav .bullet-sm {
    font-style: normal;
    font-weight: 400;
    display: table-row;
    vertical-align: middle;
    font-size: 10px;
    line-height: 16px;
}

.total-header {
    padding-top: 50px;
}

.total-container .table-parent {
    padding: 23px 15px 0 16px;
    border-top: .5px solid #dbd9d6;
    border-left: .5px solid #dbd9d6;
    border-right: .5px solid #dbd9d6;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, .25);
    -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, .25);
    -ms-box-shadow: 3px 3px 6px rgba(0, 0, 0, .25);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .25);
    position: relative;
}

.total-container .table.price-data {
    margin-bottom: 0;
}

.total-container .table.price-data td {
    border-top: 0;
    border-bottom: .5px solid #dbd9d6;
    color: #3d3d3d;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    padding: 8px 0 6px 0;
    position: relative;
}

.total-container .table.price-data td .taxes-icon,
.total-container .table.price-data td .sale-tax {
    font-size: 14px;
    color: #3d3d3d;
    box-sizing: border-box;
    margin-left: 5px;
}

.total-container .table.price-data .taxes-icon:hover+.tooltip-container {
    display: block;
}

.total-container .table.price-data .tooltip-container {
    text-align: center;
    display: none;
    border-radius: 5px;
    background-color: #fff;
    color: #3d3d3d;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    border: 1px solid #dbd9d6;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 6px rgba(0, 0, 0, .16), 0 0 6px rgba(0, 0, 0, .23);
    -o-box-shadow: 0 6px rgba(0, 0, 0, .16), 0 0 6px rgba(0, 0, 0, .23);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    width: 200px;
    top: -37px;
    left: 46px;
}

.total-container .table.price-data .sales-container {
    display: none;
    border-radius: 5px;
    background-color: #fff;
    color: #3d3d3d;
    width: 200px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    border: 1px solid #dbd9d6;
    top: -35px;
    left: 78px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
}

.total-container .table.price-data .tooltip-h3 {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 0;
}

.total-container .table.price-data .tip-heading,
.total-container .table.price-data .tip-amount {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #676767;
}

.total-container .table.price-data .tip-heading {
    margin-right: 0;
}

.total-container .table.price-data .food-name:first-child td {
    padding-top: 0;
}

.total-container .table.price-data .food-name.default-blue td {
    color: #0071b9;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
}

.total-container .table.price-data .food-name:last-child td {
    padding-top: 20px;
    padding-bottom: 35px;
}

.total-container .table .food-total td {
    border-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
}

.total-container .desktop-img {
    background-image: url("/images/2/icons/bill_desktop.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: bottom right;
    width: 100%;
    position: absolute;
    height: 17px;
    left: 2px;
    bottom: -15px;
}

.applied-container {
    padding-top: 20px;
}

.applied-container+.accordion-parent {
    padding-top: 21.5px;
}

.applied-txt {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
    color: #3d3d3d;
}

.remove-icon,
.remove-para {
    display: inline-block;
    vertical-align: middle;
}

.remove-icon {
    padding-top: 0;
    line-height: 1;
    vertical-align: text-bottom;
    margin-right: 4px;
}

.remove-icon img {
    cursor: pointer;
}

.remove-icon .fa-times-circle {
    color: #676767;
}

.remove-txt {
    font-style: italic;
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    color: #676767;
    margin: 0;
    padding-top: 0;
}

.payment-header {
    padding-top: 20px;
}

.payment-header.new-padding {
    padding-top: 60px;
}

.accordion-parent {
    padding-top: 20px;
}

.pay-accordion-marbot {
    margin-bottom: 20px;
}

.pay-accordion {
    background-color: #fff;
    padding: 0 24px 19px 16px;
    border-radius: 10px;
    border: 1px solid #dbd9d6;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 13px;
    line-height: 17px;
    font-style: normal;
    font-weight: normal;
    color: #3d3d3d;
}

.pay-accordion:focus {
    outline: none;
}

.pay-accordion.pay-open {
    background-color: #f9f9f9;
}

.pay-accordion .ihop-register.js-carpaymentform {
    padding-top: 0;
}

.add-code-form {
    padding-top: 19px;
    display: none;
    cursor: default;
}

.submit-btncontainer .btn-lg {
    line-height: 1;
}

.submit-btncontainer.col-8 {
    padding-left: 0;
}

.pay-accordion .down-arrow {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 15px;
    height: 8px;
    background-image: url("/images/2/icons/down_arrow_blue.png");
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.pay-accordion .down-arrow.down-arr-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}

.billing-details {
    margin-bottom: 20px;
}

.card-details {
    margin-top: 40px;
    margin-bottom: 17px;
}

.save-card-txt {
    font-size: 13px;
    line-height: 17px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}

.save-card-lvl2 {
    margin-right: 19px;
}

.save-card-lvl2,
.switch-con {
    display: inline-block;
    vertical-align: middle;
}

.align-txt {
    text-align: right;
}

.save-card-sec {
    margin-top: 20px;
    margin-bottom: 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 35px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #e5e5e5;
}

input:checked+.slider {
    background-color: #0071b9;
}

input:checked+.slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    -moz-transform: translateX(28px);
    transform: translateX(28px);
    background-color: #fff;
}

.slider.round {
    border-radius: 34px;
    border: .5px solid #9e9c9c;
}

.slider.round:before {
    border-radius: 50%;
}

.slider.tick-img:before {
    background-image: url("/images/2/icons/switch_tick.png");
    background-repeat: no-repeat;
    background-position: center;
    transition: none;
}

.card-discliamer {
    padding: 35px 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.card-discliamer.accordion-open {
    padding: 48px 15px 47px;
}

.card-text {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    color: #676767;
}

.more-para {
    font-style: normal;
    font-weight: normal;
    color: #3d3d3d;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
}

.acc-dis-text {
    background-color: #f9f9f9;
    padding: 19px 23px 0 18px;
    box-sizing: border-box;
    overflow: hidden;
}

.more-accordion {
    padding: 27px 14px 34px 18px;
    border: 0;
    outline: none;
    background-color: #f9f9f9;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19.2px;
    color: #0071b9;
}

.more-accordion:focus {
    outline: none;
}

.more-accordion.grey-closed {
    padding: 27px 14px 30px 18px;
}

.grey-arrow {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 15px;
    height: 8px;
    background-image: url("/images/2/icons/down_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
    display: inline-block;
}

.grey-arrow.more-arr-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}

.pl-order {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
}

.divider {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    padding: 0 5px;
}

.order-price {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
}

.checkout-footer {
    padding: 60px 0 90px;
}

.checkout-footer .btn-danger {
    min-width: 282px;
}

.coupon-input-container .coupon-input {
    padding: 17px 16px 16px 28px;
    border-radius: 10px;
    border: .5px solid #676767;
    background-image: url("/images/2/icons/dollar_icon.png");
    background-repeat: no-repeat;
    background-position: 16px 19px;
    max-width: 164px;
    min-height: 50px;
    margin-right: 12px;
    font-size: 13px;
    line-height: 17px;
    font-style: normal;
    font-weight: 500;
    box-sizing: border-box;
}

.coupon-input-container .coupon-input:focus {
    outline: none;
    border-color: inherit;
}

.coupon-input-container .form-group {
    margin-bottom: 0;
}

.coupon-container {
    padding-top: 21px;
    display: none;
}

.coupon-input-container,
.submit-btn-container {
    display: inline-block;
    vertical-align: top;
}

.submit-btn-container #btnOtherTip.disabled {
    opacity: 1;
    background-color: #e3121a;
    border-color: #e3121a;
}

.submit-btn-container #btnOtherTip.disabled:focus,
.submit-btn-container #btnOtherTip.disabled:hover {
    color: #fff;
}

.subtotal-text {
    font-size: 11px;
    line-height: 14px;
    font-style: normal;
    font-weight: normal;
    color: #3d3d3d;
    padding-top: 12px;
    margin-bottom: 0;
}

.total-header.coupon-code-desktop {
    padding-top: 45px;
}

.accordion-container {
    display: none;
}

.add-code-submain {
    padding-top: 0;
}

.add-code-submain .form-group {
    margin-bottom: 0;
}

.btn-text {
    display: block;
    padding: 19px 0 0 0;
    cursor: pointer;
}

.other-txt {
    display: table-cell;
    vertical-align: middle;
}

.modal-backdrop {
    background-color: #000;
}

.checkout-other-modal {
    padding-right: 0 !important;
}

.checkout-other-modal .modal-header {
    border-bottom: 0;
    padding: 5px 15px 0;
}

.checkout-other-modal .modal-header .close:focus {
    outline: none;
}

.checkout-other-modal .modal-body {
    padding: 0 15px 25px;
    position: relative;
}

.checkout-other-modal .modal-heading {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    font-style: normal;
    color: #3d3d3d;
}

.checkout-other-modal .tip-container {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.checkout-other-modal .custom-amount {
    border: none;
    border-bottom: 2px dashed #3d3d3d;
    border-radius: 0;
    text-align: center;
}

.checkout-other-modal .tip-txt {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    font-style: normal;
    color: #676767;
}

.checkout-other-modal .modal-footer {
    justify-content: center;
    border-top: 0;
    flex-flow: column;
}

.animate-bottom {
    position: relative;
    animation: animatebottom .4s;
}

@keyframes animatebottom {
    from {
        bottom: -500px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.custom-form {
    display: none;
}

.card-button-container {
    padding: 40px 0 20px;
}

.credit-card-img,
.credit-card-txt {
    display: inline-block;
    vertical-align: middle;
}

.credit-card-img {
    margin-right: 15px;
}

.credit-card-img.visa-without-tick {
    margin-right: 14px;
}

.card-name {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    margin-bottom: 0;
    padding-top: 8px;
}

.card-num {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
    color: #676767;
    padding-top: 5px;
}

.edit-card {
    font-size: 11px;
    line-height: 12px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
    color: #0071b9;
    padding-top: 5px;
}

.card-amount {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    margin-bottom: 0;
    padding-top: 8px;
}

.credit-card-row {
    padding-top: 19.5px;
    padding-bottom: 23px;
}

.american-express {
    padding-top: 23px;
    padding-bottom: 10px;
}

.edit-card-row {
    padding-top: 27.5px;
    padding-bottom: 16px;
}

.edit-card-img,
.edit-card-txt {
    display: inline-block;
    vertical-align: middle;
}

.edit-card-img {
    margin-right: 14px;
}

.second-gift-card {
    padding-top: 23px;
}

.gift-card-row {
    padding-top: 19.5px;
    padding-bottom: 13px;
}

.giftcard-code {
    padding-top: 16px;
    display: none;
}

.add-card-btn {
    padding: 20px 15px 0;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.giftcard-code .form-group {
    margin-bottom: 0;
}

.giftcard-code .form-group .error-msg {
    background: url("/images/2/icons/x.png") no-repeat 18px center;
}

.giftcard-code .register-error .ihop-input {
    background: #fff url("/images/2/icons/error_icon.png") no-repeat calc(100% - 10px) center;
    border: 2px solid #ee252b;
}

.giftcard-code .register-error .ihop-input:focus {
    border: 2px solid #ee252b;
}

@media screen and (max-width:767px) {
    .giftcard-code .ihop-input:focus {
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {
    .my-bag-container .item-description {
        max-width: 155px;
    }

    .main-h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .main-h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .footer-container {
        padding-top: 19px;
        padding-bottom: 32px;
    }

    .mobile-icons {
        display: block;
        padding-top: 20px;
    }

    .mobile-icons .left_arrow {
        float: left;
    }

    .mobile-icons .close_btn {
        float: right;
    }

    .mobile-icons .prev_btn,
    .mobile-icons .closebtn {
        cursor: pointer;
    }

    .container-circle {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: auto;
    }

    .container-circle .row-circle {
        margin-right: 7px;
        max-width: 300px;
    }

    .form-sec {
        padding-top: 25px;
    }

    .para {
        padding-top: 8px;
    }

    .main-header {
        padding-top: 17px;
    }

    .palete-container {
        padding-top: 27px;
    }

    .form-container {
        padding-top: 30px;
    }

    .contat-info {
        padding-top: 18px;
    }

    .curside-pickup-header {
        padding-top: 27.5px;
    }

    .pickup-details {
        padding-top: 21px;
    }

    .my-bag-header {
        padding-top: 51.5px;
    }

    .gratuity-header-starts {
        padding-top: 49px;
    }

    .gratuity-section .nav .nav-link {
        padding: 7.5px 24.5px;
        margin-right: 12px;
    }

    .gratuity-section .nav .nav-link.bullet-other {
        padding: 8.5px 17.5px;
    }

    .total-header {
        padding-top: 45px;
    }

    .total-container .table-parent {
        padding: 23px 16px 0 16px;
    }

    .total-container .table.price-data .food-name:last-child td {
        padding-bottom: 31px;
    }

    .total-container .desktop-img {
        background-repeat: repeat-x;
        background-size: auto;
        background-position: center;
        left: 0;
        bottom: -12px;
    }

    .accordion-parent {
        padding-top: 20px;
    }

    .card-discliamer {
        padding: 35px 45px 35px 46px;
    }

    .card-discliamer.accordion-open {
        padding: 35px 45px 35px 46px;
    }

    .acc-dis-text {
        padding: 19px 0 0 0;
    }

    .grey-section {
        background-color: #f9f9f9;
    }

    .grey-arrow {
        right: 10px;
    }

    .grey-arrow.more-arr-rotate {
        top: 24px;
    }

    .more-accordion {
        padding: 20px 0 27px 0;
    }

    .more-accordion.grey-closed {
        padding: 20px 0 20px 0;
    }

    .checkout-footer {
        padding: 16px 0 33px;
    }

    .add-code-form .col-4 {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
        max-width: 48%;
    }

    .add-code-form .col-8 {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -o-flex: 1;
        flex: 1;
        max-width: 48%;
    }

    .payment-header.new-padding {
        padding-top: 45px;
    }

    .applied-container+.accordion-parent {
        padding-top: 23.5px;
    }

    .card-button-container {
        padding: 40px 0 20px;
    }

    .american-express {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .edit-card-row {
        padding-bottom: 25px;
    }

    .mobile-padding {
        padding-top: 20px;
    }

    .add-card-btn {
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 0 20px;
        text-align: center;
    }

    .giftcard-code {
        padding-top: 13px;
    }

    .pay-accordion {
        padding: 0 16px 19px 16px;
    }

    .align-txt {
        text-align: center;
    }
}

@media screen and (max-width:330px) {
    .coupon-input-container .coupon-input {
        margin-right: 0;
    }
}

@media screen and (max-width:360px) {
    .total-container .desktop-img {
        bottom: -7px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .total-container .desktop-img {
        background-size: 100% auto;
    }
}

@media screen and (min-width:991px) and (max-width:1199px) {
    .total-container .desktop-img {
        left: 1px;
    }
}

@media screen and (max-width:410px) {
    .exp-sec {
        margin-right: 5px;
    }
}

@media screen and (max-width:385px) {
    .gratuity-section .nav .nav-link {
        margin-right: 5px;
        padding: 7.5px 19.5px;
    }
}

@media screen and (max-width:380px) {
    .my-bag-container .item-description {
        max-width: 120px;
    }

    .item-image {
        margin-right: 5px;
    }

    .gratuity-section .nav .nav-link {
        margin-right: 5px;
        padding: 7.5px 16.5px;
    }

    .gratuity-section .nav .nav-link.bullet-other {
        padding: 7.5px 16.5px;
    }
}

@media screen and (max-width:350px) {
    .my-bag-container .item-description {
        max-width: 115px;
    }
}

@media screen and (max-width:335px) {
    .gratuity-section .nav .nav-link {
        margin-right: 1px;
    }
}

@media screen and (max-width:350px) {
    .add-code-form .ihop-register .ihop-input {
        padding: 15px 5px;
    }

    .add-code-form .ihop-register .form-group label {
        left: 5px;
    }

    .total-container .table.price-data .tooltip-container,
    .total-container .table.price-data .sales-container {
        width: 150px;
    }

    .total-container .table.price-data .tip-heading,
    .total-container .table.price-data .tip-amount {
        width: 47%;
    }
}

.my-bag-container .row.row-padding:first-child {
    padding-top: 5px;
}

.checked-items {
    display: none;
    position: absolute;
    top: -10px;
    right: -6px;
}

.checked-items .fa-check-circle {
    font-size: 18px;
    color: #f38b00;
    background-color: #fff;
    border-radius: 50%;
}

.checked-items:hover,
.checked-items:focus {
    text-decoration: none;
}

.js-couponremove .fa-times-circle {
    color: #676767;
    font-size: 14px;
}

.c-giftcard__verifiedcard {
    margin-bottom: 23px !important;
}

.checkout-tick {
    margin-top: 30px;
}

.credit-card-info-div3 {
    position: relative;
}

.credit-card-info-div3 .payment-field {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    box-sizing: border-box !important;
}

.cvc-sec .ccv-info-div3 iframe input {
    box-sizing: border-box !important;
}

.credit-card-info-div3 iframe input {
    box-sizing: border-box !important;
}

.cvc-sec .ccv-info-div3 iframe .payment-field {
    box-sizing: border-box !important;
}

.credit-card-info-div3 iframe .payment-field {
    box-sizing: border-box !important;
}

.ihop-vehicle {
    padding-top: 25px;
}

.coupon-remove {
    display: inline-block;
    vertical-align: middle;
}

.silverware-extra {
    padding-top: 50px;
}

.sliverware-section .silver-container .silver-content-parent,
.sliverware-section .silver-container .my-custom-input-label-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.sliverware-section .silver-container .silver-content-parent .sms-disclaimer,
.sliverware-section .silver-container .my-custom-input-label-box .sms-disclaimer {
    font-size: 0;
    height: 35px;
    margin-top: 10px;
}

.sliverware-section .silver-container .tooltip-container {
    text-align: center;
    display: none;
    border-radius: 5px;
    background-color: #fff;
    color: #3d3d3d;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    border: 1px solid #dbd9d6;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 6px rgba(0, 0, 0, .16), 0 0 6px rgba(0, 0, 0, .23);
    -o-box-shadow: 0 6px rgba(0, 0, 0, .16), 0 0 6px rgba(0, 0, 0, .23);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    box-shadow: 0 0 5px rgba(0, 0, 0, .16), 0 0 5px rgba(0, 0, 0, .23);
    width: 300px;
    font-size: 12px;
    top: -110px;
    left: 200px;
}

@media screen and (max-width:767px) {
    .sliverware-section .silver-container .tooltip-container {
        width: 200px;
        font-size: 11px;
        top: -120px;
    }
}

@media screen and (max-width:430px) {
    .sliverware-section .silver-container .tooltip-container {
        top: -120px;
        left: 150px;
    }
}

@media screen and (max-width:375px) {
    .sliverware-section .silver-container .tooltip-container {
        top: -170px;
        width: 150px;
    }
}

.sliverware-section .silver-para {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    padding-top: 10px;
    margin-bottom: 0;
    display: inline-block;
}

.sliverware-section .silver-desc {
    padding-top: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
    color: #676767;
}

.sliverware-section .silverware-icon {
    font-size: 14px;
    color: #3d3d3d;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width:330px) {
    .sliverware-section .silverware-icon {
        margin-left: 4px;
        margin-right: 4px;
    }
}

.sliverware-section .silverware-icon:hover+.tooltip-container {
    display: block;
}

.sliverware-section .message-container {
    padding-top: 0;
}

.clear-float::after {
    display: table;
    content: '';
    clear: both;
}

.total-container.track-order {
    padding: 17px 0 0;
}

.total-container.track-order .table-parent {
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.total-container.track-order tr.item_name.food-name.default_blue.iHop-Gotham td {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
    color: #0071b9;
}

.total-container.track-order .table.price-data tr.item_total td {
    border-bottom: 0;
    color: #3d3d3d;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
}

.total-container .h_container {
    margin: 0 16px;
}

.thank-sec .mobile-icons {
    display: none;
}

@media(max-width:768px) {
    .thank-sec .mobile-icons {
        display: block;
    }
}

.thank-sec .close-btn {
    float: right;
}

.thank-sec .main-header {
    margin: 0 auto;
    padding: 30px 0 50px;
    color: #0071b9;
}

@media screen and (max-width:767px) {
    .thank-sec .main-header {
        padding: 30px 0 15px;
    }
}

.thank-sec .main-header .heading-content {
    float: left;
}

.thank-sec .main-header .car-icon {
    float: right;
}

@media screen and (max-width:767px) {
    .thank-sec .main-header .car-icon {
        margin-top: 10px;
    }

    .thank-sec .main-header .car-icon .curbside-car {
        max-width: 110px;
    }
}

.thank-sec .main-header .heading-main-text {
    font-size: 36px;
    margin: 10px 0 0;
    font-family: "CorbenBold", serif;
}

@media(max-width:768px) {
    .thank-sec .main-header .heading-main-text {
        font-size: 24px;
    }
}

.thank-sec .main-header .heading-subtext {
    margin: 0 auto !important;
    color: #756c6c;
    margin-bottom: 0;
    font-size: 13px;
}

@media(max-width:400px) {
    .thank-sec .main-header .heading-subtext {
        font-size: 12px;
    }
}

@media(max-width:340px) {
    .thank-sec .main-header .heading-subtext {
        max-width: 150px;
    }
}

.thank-sec .main-header .mobile-icons {
    padding-top: 0;
}

.thank-sec .delivery-sec {
    position: relative;
    margin: 0 auto;
    color: #0071b9;
}

.thank-sec .delivery-sec .col-md-12 {
    padding: 0;
}

.thank-sec .delivery-sec .sub-header {
    padding: 0;
}

.thank-sec .delivery-sec .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
    border-bottom: 1px solid #0071b9;
}

@media(max-width:768px) {
    .thank-sec .delivery-sec .title {
        font-size: 16px;
    }
}

.thank-sec .delivery-sec .restaurent-container {
    font-style: normal;
    font-weight: normal;
    flex-grow: 0;
}

.thank-sec .delivery-sec .restaurent-container .name {
    font-size: 13px;
    line-height: 17px;
    margin: 0 0;
    padding-bottom: 10px;
    color: #000;
    font-weight: bold !important;
    padding-top: 20px;
}

.thank-sec .delivery-sec .restaurent-container .contact-number {
    font-size: 13px;
    line-height: 20px;
    color: #676767;
    margin: 0 !important;
}

.thank-sec .delivery-sec .restaurent-container .contact-number a {
    color: #676767;
    text-decoration: underline;
}

.thank-sec .delivery-sec .restaurent-container .address {
    font-size: 13px;
    line-height: 20px;
    color: #676767;
    margin: 0 !important;
}

.thank-sec .delivery-sec .restaurent-container .estimated-time {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    text-align: right;
    color: #676767;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 20px 0 0 !important;
}

.thank-sec .delivery-sec .time-stamp-container {
    padding-top: 20px;
}

.thank-sec .delivery-sec .time-stamp-container .clock-img,
.thank-sec .delivery-sec .time-stamp-container .time-text {
    display: inline-block;
}

.thank-sec .delivery-sec .time-stamp-container .clock-img {
    margin-right: 12px;
}

.thank-sec .delivery-sec .time-stamp-container .time-stamp-text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    color: #3d3d3d;
    margin: 0;
}

.thank-sec .rating-container {
    margin: 0 auto;
    padding: 25px 0 60px;
}

.thank-sec .rating-container .col-md-5 {
    padding-right: 0;
}

.thank-sec .rating-container .combined-button .fav-btn {
    margin-right: 10px;
    color: #e3121a;
    background-color: #fff;
}

@media(max-width:401px) {
    .thank-sec .rating-container .combined-button .fav-btn {
        margin-right: 0;
    }
}

.thank-sec .rating-container .combined-button .btn-lg {
    padding: 16px 20px;
}

@media(max-width:401px) {
    .thank-sec .rating-container .combined-button .btn-lg {
        padding: 16px 24px;
        font-size: 12px;
    }
}

@media(max-width:370px) {
    .thank-sec .rating-container .combined-button .btn-lg {
        padding: 16px 20px;
    }
}

.thank-sec .rating-container .combined-button .fav-order-parent {
    max-width: 200px;
    margin-top: 15px;
    display: none;
}

@media screen and (max-width:401px) {
    .thank-sec .rating-container .combined-button .fav-order-parent {
        max-width: 175px;
    }
}

.thank-sec .rating-container .combined-button .fav-order-parent .favord-name {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #3d3d3d;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    position: static;
}

.thank-sec .rating-container .combined-button .fav-order-parent .fav-order-input {
    border: 1px solid #9e9c9c;
    padding: 16px 24px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 14px;
    font-style: normal;
    font-weight: 500;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}

.thank-sec .rating-container .combined-button .fav-order-parent .fav-order-input:focus {
    border: 1px solid #676767;
    outline: none;
}

@media screen and (max-width:401px) {
    .thank-sec .rating-container .combined-button .fav-order-parent .fav-order-input {
        padding: 16px 10px;
    }
}

.thank-sec .rating-container .combined-button .fav-order-parent .save-btn {
    width: 85%;
    margin-top: 15px;
}

.thank-sec .rating-container .rate-headline {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
    color: #3d3d3d;
    text-align: center;
    white-space: nowrap;
}

@media(max-width:767.9px) {
    .thank-sec .rating-container .rate-headline {
        padding-top: 15px;
    }
}

@media screen and (min-width:768px) {
    .thank-sec .rating-container .rate-headline {
        position: relative;
        top: -4px;
    }
}

.thank-sec .forgot-to-add {
    padding: 20px 0;
}

.thank-sec .forgot-to-add .headline {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.thank-sec .forgot-to-add .btn-lg {
    margin: 0 10px;
}

.thank-sec .blue-footer {
    background-color: #0071b9;
    max-width: 680px;
    margin: 0 auto;
    padding: 23px 33px;
}

.thank-sec .blue-footer .content-container .coin-img,
.thank-sec .blue-footer .content-container .right-content {
    display: inline-block;
    vertical-align: middle;
}

.thank-sec .blue-footer .content-container p {
    color: #fff;
    margin: 0;
}

.thank-sec .blue-footer .coin-img {
    margin-right: 17px;
}

.thank-sec .blue-footer .pan-bold-txt {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
}

.thank-sec .blue-footer .pan-normal-txt {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16.9px;
}

.confirmModal .modal-footer {
    border: none;
    justify-content: flex-start;
}

.confirmModal .modal-dialog {
    margin-top: 10%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 #9c9c9c;
    -moz-box-shadow: 0 0 5px 0 #9c9c9c;
    box-shadow: 0 0 5px 0 #9c9c9c;
}

.confirmModal .modal-body {
    padding: 30px 10px;
}

.confirmModal .modal-title {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #3d3d3d;
}

.confirmModal .modal-header {
    border-bottom: 1px solid #dbd9d6;
}

.confirmModal .btn-lg {
    padding: 12px 35px;
}

.confirmModal .btn-lg:first-child {
    margin-right: 15px;
}

.online-order-survey2 {
    background-color: #fff !important;
    position: relative;
    text-align: center;
}

.online-order-survey2 h3 {
    font-weight: bold;
    line-height: 1.3em;
    width: 100%;
}

.online-order-survey2 .online-order-survey-stars2 {
    margin: 10px 0 10px 0;
    color: #dbd9d6;
}

.online-order-survey2 .online-order-survey-stars2 .selected {
    color: #f7b334;
}

.online-order-survey2 .online-order-survey-stars2 i.star2.selected:focus {
    color: #f7b334 !important;
    outline: none !important;
    border: none !important;
}

.online-order-survey2 i.star2 {
    padding: 0;
    cursor: pointer;
    font-size: 2em;
}

.online-order-survey2 i.star2.fa-star-o {
    font-weight: 100;
}

.online-order-survey2 i.star2:hover {
    color: #f7b334;
}

.online-order-survey2 .disabled-star {
    pointer-events: none;
}

.modal--show {
    opacity: 1;
    top: 50%;
    visibility: visible;
}

.modal--show.actionmodal {
    top: 0;
}

.modal--show.actionmodal .overlay {
    left: 0;
}

.modal--show.actionmodal .actionmodal__messageContainer {
    max-width: 500px;
    margin: 10% auto 0;
    background-color: #fff;
    border-radius: 8px;
}

.modal--show.actionmodal .actionmodal__messageContainer .actionmodal__actions {
    padding: 25px 10px;
}

.modal--show.actionmodal .actionmodal__messageContainer .c-button--colored {
    background: none;
}

.modal--show.modal {
    display: block;
}

.confirmModal .modal-title {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #3d3d3d;
    padding: 15px;
    border-bottom: 1px solid #dbd9d6;
}

.restaurant-container {
    padding: 25px 16px 0;
}

.restaurant-container .restaurant-list {
    display: flex;
    padding: 20px 0;
}

.restaurant-container .restaurant-content h4 {
    font-size: 13px;
    line-height: 17px;
    color: #3d3d3d;
    font-weight: 700;
}

.restaurant-container .restaurant-content address {
    color: #676767;
    font-size: 13px;
    line-height: 17px;
}

.restaurant-container .restaurant-content address a {
    color: #676767;
    text-decoration: underline;
}

.restaurant-container .restaurant-list .info-right {
    margin-left: auto;
}

.restaurant-container .restaurant-list .info-right .distance {
    font-size: 11px;
    line-height: 14px;
    margin-top: 2px;
    margin-bottom: 20px;
    margin-right: 0;
}

body {
    margin: 0;
    padding: 0;
}

.clear_float::after {
    display: table;
    content: '';
    clear: both;
}

.blue_font {
    color: #0071b9;
}

.black_font {
    color: #3d3d3d;
}

.input_container {
    padding-top: 20px;
}

.input_container:first-child {
    padding-top: 0;
}

.h_container {
    border-bottom: 1px solid #0071b9;
}

.thank_main_h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.thank_h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    color: #0071b9;
}

.main_h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
}

.light_grey {
    background-color: #f9f9f9;
}

.blue_bg {
    background-color: #0071b9;
}

.marbot10 {
    margin-bottom: 10px;
}

.pal_border {
    border: 1px solid #dbd9d6;
}

.thank_main_h1 {
    font-family: "CorbenBold";
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.main {
    width: 100%;
}

.mobile_icons {
    display: none;
}

.main {
    width: 100%;
}

.sub_main_one {
    max-width: 680px;
    margin: 0 auto;
    padding: 62px 16px 60px;
}

.sub_main_one .heading_con {
    float: left;
}

.sub_main_one .car_icon {
    float: right;
}

.sub_main_one .thank_you_subtext {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    color: #3d3d3d;
    margin-bottom: 0;
}

.curb_sec {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 16px 0;
}

.para_container {
    padding-top: 20px;
    box-sizing: border-box;
}

.para_container .h_left {
    float: left;
}

.para_container .t_right {
    float: right;
}

.para_container .small_t {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.4;
    color: #676767;
}

.time_stamp_container {
    padding-top: 20px;
}

.time_stamp_container .clock_img,
.time_stamp_container .time_text {
    display: inline-block;
}

.time_stamp_container .clock_img {
    margin-right: 12px;
}

.time_stamp_container .time_stamp_text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    color: #3d3d3d;
    margin: 0;
}

.para_curbside {
    padding-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    color: #676767;
    margin: 0;
}

.mobile_icons {
    display: none;
}

.rate_container {
    max-width: 680px;
    margin: 0 auto;
    padding: 25px 16px 60px;
}

.rate_container .combined_button_container .trans_btn,
.rate_container .combined_button_container .solid_btn {
    display: inline-block;
}

.rate_container .combined_button_container .trans_btn {
    margin-right: 20px;
}

.btn_trans {
    padding: 15px 22.5px 16px;
    box-sizing: border-box;
    max-width: 178px;
    border-radius: 45px;
    border: 1px solid #e3121a;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #ee252b;
    background-color: transparent;
}

.btn_trans:focus {
    outline: none;
}

.btn_solid {
    padding: 15px 35px 16px;
    box-sizing: border-box;
    max-width: 154px;
    border-radius: 45px;
    border: 1px solid #e3121a;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    background-color: #e3121a;
}

.btn_solid:focus {
    outline: none;
}

.rate_headline {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    color: #3d3d3d;
    text-align: center;
}

.nav_container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
}

.nav_container ul,
.nav_container li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.nav_container .close_icon_container {
    padding: 20px 16px 0;
}

.nav_container .close_icon_container img {
    cursor: pointer;
    max-width: 32px;
}

.sub_nav_container {
    padding: 23px 0 0;
}

.sub_nav_container a.order_status {
    padding: 0 0 26px;
}

.sub_nav_container ul li::before {
    content: '';
    color: initial;
}

.sub_nav_container .order_list_item {
    display: inline-block;
    width: 150px;
    line-height: 13px;
    margin-right: 8px;
}

.sub_nav_container .order_list_item:last-child {
    margin-right: 0;
}

.sub_nav_container .order_list_item.o_enabled {
    background-image: url("/images/2/thankyou/gold_bar.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 150px auto;
}

.sub_nav_container .order_list_item.o_disabled {
    background-image: url("/images/2/thankyou/gold_bar_inactive.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 150px auto;
}

.sub_nav_container .order_list_item a {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
}

.sub_nav_container .order_list_item a.txt_disabled {
    opacity: .2;
}

.sub_nav_container .order_list_item a:hover {
    color: #fff;
    text-decoration: none;
}

.sub_nav_container .order_list_item a:link {
    color: #fff;
    text-decoration: none;
}

.sub_nav_container .order_list_item a:visited {
    color: #fff;
    text-decoration: none;
}

.sub_nav_container .order_list_item a:active {
    color: #fff;
    text-decoration: none;
}

.order_container,
.bar_container {
    display: none;
}

.mobile_order_list {
    display: none;
}

.next_row {
    padding: 20px 0;
}

.next_row .media_con {
    padding: 28px 0 0;
    height: 289px;
    box-sizing: border-box;
}

.next_row .map {
    height: 289px;
    width: 100%;
}

.next_row .text_container {
    color: #fff;
}

.next_row .rest_add_container {
    max-width: 289px;
    margin-left: auto;
    margin-right: auto;
}

.next_row .pick_para {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.next_row .pick_para_con {
    padding: 60px 0 0;
}

.next_row .pickup_time {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
}

.next_row .rest_info_con {
    padding: 20px 0 0;
}

.next_row .rest_info {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 1px;
}

.next_row .rest_loc {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 9px;
}

.next_row .rest_add {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
}

.order_main {
    max-width: 680px;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
}

.order_details {
    max-width: 680px;
    margin: 0 auto;
    padding: 17px 0 18px;
    border-bottom: .5px solid #dbd9d6;
    cursor: pointer;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

.down_arr {
    position: absolute;
    right: -31px;
    top: 1px;
    width: 21px;
    height: 20px;
    background-image: url("/images/2/thankyou/order_down.png");
    background-repeat: no-repeat;
    background-position: center calc(100% + 0);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.down_arr.down_rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.order_details_txt {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    color: #3d3d3d;
    display: inline-block;
    position: relative;
    margin: 0;
}

.my_bag_con {
    max-width: 680px;
    margin: 0 auto;
    padding: 20px 16px 0;
}

.my_bag_v1 {
    padding-top: 20px;
}

.my_bag_v1:first-child {
    padding-top: 0;
}

.my_bag_v1 .cake_img_con,
.my_bag_v1 .cake_txt_con {
    display: inline-block;
    vertical-align: top;
}

.my_bag_v1 .cake_img_con {
    margin-right: 16px;
}

.my_bag_v1 .para_bold {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    color: #3d3d3d;
}

.my_bag_v1 .para_small {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.4;
    color: #676767;
}

.my_bag_v1 .my_bag_v2 {
    float: left;
}

.my_bag_v1 .my_bag_right {
    float: right;
}

.my_bag_v1 .my_bag_right .cake_price {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    color: #3d3d3d;
}

.total_container {
    max-width: 681px;
    margin: 0 auto;
    padding: 24px 16px 0;
}

.total_container .table_con {
    position: relative;
    padding: 20px 0 41px;
    box-sizing: border-box;
}

.total_container .table_con .bill_image {
    max-width: 100%;
}

.total_container .price_data {
    border-collapse: collapse;
    width: 100%;
}

.total_container .price_data th,
.total_container .price_data td {
    text-align: left;
    padding: 8px 0 6px 0;
}

.total_container .price_data tr.item_name td {
    width: 90%;
    border-bottom: .5px solid #dbd9d6;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 1.4;
    color: #3d3d3d;
}

.total_container .price_data tr.default_blue td {
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.4;
    color: #0071b9;
}

.total_container .price_data .item_price td {
    text-align: right;
    color: #3d3d3d;
}

.total_container .price_data .item_total td {
    padding-top: 20px;
    color: #3d3d3d;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
}

.total-container tr.default_blue td {
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.4;
    color: #0071b9;
}

.total-container .item_price td {
    text-align: right;
    color: #3d3d3d;
}

.total-container .item_total td {
    padding-top: 20px;
    color: #3d3d3d;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
}

.grey_container {
    max-width: 680px;
    margin: 0 auto;
    padding: 15px 0 20px;
}

.th_footer_red_btn {
    background-color: #e3121a;
    padding: 15px 35px 16px;
    max-width: 189px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    border-radius: 45px;
    border: none;
}

.th_footer_red_btn:focus {
    outline: none;
}

.blue_footer {
    max-width: 680px;
    margin: 0 auto;
    padding: 23px 33px;
}

.blue_footer .content_container .coin_img,
.blue_footer .content_container .right_content {
    display: inline-block;
    vertical-align: middle;
}

.blue_footer .content_container p {
    color: #fff;
    margin: 0;
}

.blue_footer .coin_img {
    margin-right: 17px;
}

.blue_footer .pan_bold_txt {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
}

.blue_footer .pan_normal_txt {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16.9px;
}

.fav_container {
    max-width: 515px;
    margin: 0 auto;
}

.first_row {
    padding: 30px 33px 38px 37px;
}

.head_con {
    float: left;
}

.close_con {
    float: right;
}

.close_con img {
    cursor: pointer;
}

.fav_headline {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
    color: #0071b9;
}

.tab_container {
    max-width: 310px;
    margin: 0 auto;
}

.tab_container .nav-pills .fav_pill {
    background-color: #0071b9;
    color: #fff;
    padding: 16px 0 17px;
    box-sizing: border-box;
    line-height: 1.5;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #0071b9;
    line-height: 1;
}

.tab_container .nav-pills .recent_pill {
    color: #9e9c9c;
    padding: 16px 0 17px;
    box-sizing: border-box;
    line-height: 1.5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border: 1px solid #9e9c9c;
    line-height: 1;
}

@media screen and (max-width:767px) {
    .mobile_icons {
        display: block;
        padding-bottom: 18px;
    }

    .mobile_icons .close_btn {
        float: right;
    }

    .mobile_icons .closebtn {
        cursor: pointer;
    }

    .sub_main_one {
        padding: 62px 16px 0;
    }

    .thank_main_h1 {
        font-size: 24px;
    }

    .thank_main_h2 {
        font-size: 16px;
        margin-bottom: 9px;
    }

    .curb_sec {
        padding: 27px 16px 0;
    }

    .btn_footer {
        padding-top: 16px;
        padding-bottom: 33px;
    }

    .my_bag_v1 .cake_img_con,
    .my_bag_v1 .cake_txt_con {
        max-width: 165px;
    }

    .desktop_tabs {
        display: none;
    }

    .mobile_order_list {
        display: block;
    }

    .mobile_order_list .mobile_list_item {
        padding-bottom: 8px;
        display: none;
    }

    .mobile_order_list .mobile_list_item a {
        color: #fff;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.4;
        display: inline-block;
    }

    .mobile_order_list .mobile_list_item a:hover {
        color: #fff;
        text-decoration: none;
    }

    .mobile_order_list .mobile_list_item a:link {
        color: #fff;
        text-decoration: none;
    }

    .mobile_order_list .mobile_list_item a:visited {
        color: #fff;
        text-decoration: none;
    }

    .mobile_order_list .mobile_list_item a:active {
        color: #fff;
        text-decoration: none;
    }

    .mobile_order_list .mobile_list_item.mobile_active {
        display: block;
    }

    .bar_container {
        display: block;
    }

    .gold_bar {
        border-radius: 10px;
        height: 5px;
        width: 79px;
        margin: 0 4px;
        display: inline-block;
        background-color: #fff;
        opacity: .2;
        cursor: pointer;
    }

    .gold_bar.g_active {
        background-color: #f7b334;
        opacity: 1;
    }

    .next_row {
        padding: 43px 0 0;
    }

    .next_row .media_con {
        padding: 22px 0 0;
        height: auto;
        text-align: center;
    }

    .next_row .rest_add_container {
        padding: 0 0 58px;
    }

    .next_row .pick_para_con {
        padding: 42px 0 0;
    }

    .rate_container {
        padding: 10px 16px 28px;
        text-align: center;
    }

    .rate_container .combined_button_container .trans_btn {
        margin-right: 11px;
    }

    .rate_container .mobile_pad_top {
        margin-top: 34px;
    }

    .grey_container {
        padding: 15px 16px 20px;
    }

    .grey_container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .blue_footer {
        padding: 24px 33px 22px;
    }

    .sub_main_one {
        padding: 20px 16px 0;
    }

    .mobile_icons {
        display: block;
        padding-bottom: 18px;
    }

    .mobile_icons .close_btn {
        float: right;
    }

    .mobile_icons .closebtn {
        cursor: pointer;
    }

    .para {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:395px) {
    .gold_bar {
        width: 64px;
        margin: 0 2px;
    }
}

@media screen and (max-width:380px) {

    .my_bag_v1 .cake_img_con,
    .my_bag_v1 .cake_txt_con {
        max-width: 110px;
    }
}

@media screen and (max-width:360px) {
    .rate_container .combined_button_container .trans_btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:335px) {
    .sub_main_one .thank_you_subtext {
        max-width: 120px;
    }

    .blue_footer {
        padding: 24px 16px 22px;
    }
}

.trackorder-modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.trackorder-modal .modal-dialog {
    max-width: 680px;
    width: 100%;
}

@media screen and (max-width:767px) {
    .trackorder-modal .modal-dialog {
        margin: 0 auto;
    }
}

.trackorder-modal .modal-body {
    padding: 0;
}

.trackorder-modal .track-order-map {
    max-width: 100%;
    height: 100%;
}

.trackorder-modal .driver-phone {
    color: #fff;
    text-decoration: underline;
}

.trackorder-modal .default_blue td,
.trackorder-modal .item_total td {
    font-weight: 700 !important;
}

.cancled-content {
    display: none;
}

.order-cancled .sub_nav_container {
    opacity: .2;
    pointer-events: none;
}

.order-cancled .sub_nav_container .o_enabled {
    background-image: url(../../scss/images/gold_bar_inactive.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 150 px auto;
}

.order-cancled .sub_nav_container .order_status {
    opacity: .2;
}

.order-cancled .track-order {
    display: none;
}

@media screen and (min-width:768px) {
    .order-cancled .track-order {
        padding: 0 17px;
    }
}

.order-cancled .cancled-content {
    display: block;
    padding: 20px 0;
}

.order-cancled .cancled-content .text_container {
    padding: 30px 0;
    color: #fff;
}

.order-cancled .cancled-content .text-center {
    text-align: center !important;
}

.order-cancled .cancled-content .pick_para {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4 px;
}

.order-cancled .cancled-content .rest_add_container {
    max-width: 289 px;
    margin-left: auto;
    margin-right: auto;
}

.js-ordermethod-sec .back-btn {
    display: block;
}

@media(max-width:768px) {
    .js-ordermethod-sec .clsose {
        display: none;
    }

    .js-ordermethod-sec .back-btn {
        display: block;
    }

    .js-ordermethod-sec .fa-chevron-circle-left {
        color: #0071b9;
        font-size: 33px;
        margin-top: 9px;
    }
}

body.remove-greybg .modal-backdrop {
    background-color: transparent;
}

.fav-heading {
    margin-bottom: 0;
    font-style: normal;
    color: #0071b9;
    font-family: "CorbenBold", serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 900;
}

.tab_container {
    margin: 0 auto;
    padding: 16px 0 0;
}

.tab_container .fav-menu {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-style: normal;
}

.tab_container .fav-menu .fav_pill {
    background-color: transparent;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab_container .fav-menu .recent_pill {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.tab_container .fav-menu .nav-link {
    line-height: 1;
    width: 150px;
    border: 1px solid #9e9c9c;
    color: #9e9c9c;
    padding: 16px 0 17px;
    box-sizing: border-box;
}

.tab_container .fav-menu .nav-link.active {
    background-color: #0071b9;
    color: #fff;
    border: 1px solid #0071b9;
}

.no-meals .modal-padding {
    padding: 0 20px 0 20px;
}

.no-fav-container {
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
}

.no-fav-container .no-fav-content-container {
    padding: 46px 0 45px;
}

.no-fav-container .no-fav-content-container .no-fav-para {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    font-style: normal;
    color: #3d3d3d;
    margin: 0;
    padding: 7px 0 14px;
}

.fav-h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    font-style: normal;
    color: #3d3d3d;
    margin-bottom: 0;
}

.start-fav-btn {
    padding: 15px 35px;
    max-width: 195px;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #ee252b;
    text-align: center;
    border-radius: 45px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    color: #ee252b;
    display: inline-block;
}

.start-fav-btn:link,
.start-fav-btn:visited,
.start-fav-btn:hover,
.start-fav-btn:active {
    color: #ee252b;
}

.start-fav-btn:hover {
    text-decoration: none;
}

.fav-meal-container {
    border-radius: 10px;
    border: 1px solid #dbd9d6;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 15px 23px 32px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.fav-meal-container .pre-content {
    padding-top: 24px;
    box-sizing: border-box;
}

.fixed-martop {
    margin-top: 50px;
}

.custom-martop {
    margin-top: calc(100px - 50px);
}

.pre-text {
    font-size: 11px;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    color: #676767 !important;
    margin-bottom: 0;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-list-pre {
    padding: 0;
    margin-bottom: 8px;
    list-style: none;
}

.img-list-pre .img-list-item-pre {
    display: inline-block;
    margin-right: 8px;
}

.img-list-pre .img-list-item-pre:last-child {
    margin-right: 0;
}

.closed-acc {
    position: relative;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #0071b9;
    margin-bottom: 0;
    display: inline-block;
    padding: 17px 0 19px;
}

.closed-acc:link,
.closed-acc:visited,
.closed-acc:hover,
.closed-acc:active {
    color: #0071b9;
}

.closed-acc:hover {
    text-decoration: none;
}

.closed-acc.acc-open {
    padding: 14px 0 15px;
}

.closed-acc .down-arrow {
    background-image: url("/images/2/icons/down_arrow_blue.png");
    background-repeat: no-repeat;
    background-size: 10px auto;
    display: inline-block;
    width: 21px;
    height: 20px;
    background-position: center;
    position: absolute;
    top: 16px;
    right: -22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

.closed-acc .down-arrow.down-rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -ms-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    background-position: center calc(100% - 1px);
    top: 19px;
}

.fav-meal-container .order-btn {
    display: block;
    background-color: #e3121a;
    padding: 7px 32px;
    width: 195px;
    border-radius: 45px;
    outline: none;
    border: none;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -19px;
}

.fav-meal-container .order-btn span.order-txt {
    float: none;
    color: #fff;
    font-size: 16px;
    line-height: 19.2px;
    font-style: normal;
    font-weight: 700;
}

.fav-meal-container .order-btn:link,
.fav-meal-container .order-btn:visited,
.fav-meal-container .order-btn:hover,
.fav-meal-container .order-btn:active {
    color: #fff;
}

.fav-meal-container .order-btn:hover {
    text-decoration: none;
}

.order-amt {
    display: inline-block;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400;
    font-style: normal;
}

.order-txt {
    display: inline-block;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 700;
    font-style: normal;
}

.margin-bot20 {
    margin-bottom: 20px;
}

.item-image,
.item-description {
    display: inline-block;
    vertical-align: top;
}

.item-headline {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 5px;
    color: #000 !important;
}

@media screen and (max-width:767px) {
    .item-headline {
        max-width: 200px;
    }
}

@media screen and (max-width:350px) {
    .item-headline {
        max-width: 150px;
    }
}

.item-info {
    font-size: 9px;
    line-height: 12px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 5px;
    color: #676767 !important;
}

.item-details {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    color: #676767 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width:767px) {
    .item-details {
        max-width: 225px;
    }
}

@media screen and (max-width:400px) {
    .item-details {
        max-width: 150px;
    }
}

.mar-right15 {
    margin-right: 15px;
}

.mar-top25 {
    margin-top: 25px;
}

.hide-sec {
    display: none;
}

.hide-link {
    display: none;
}

.close-txt .down-arrow {
    right: 28px;
}

.total-container {
    padding: 17px 0 32px;
}

.total-container .table-con {
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.total-container .price-data {
    border-collapse: collapse;
    width: 100%;
}

.total-container .price-data th,
.total-container .price-data td {
    text-align: left;
    padding: 8px 0 8px 0;
}

.total-container .price-data tr.item-name td {
    width: 90%;
    border-bottom: .5px solid #dbd9d6;
    font-size: 11px;
    line-height: 14px;
    color: #3d3d3d;
    font-style: normal;
    font-weight: normal;
}

.total-container .price-data .item-total td {
    border-bottom: none;
    padding-top: 20px;
    font-size: 13px;
    line-height: 14px;
    color: #3d3d3d;
    font-style: normal;
    font-weight: bold;
}

.order-number {
    font-size: 14px;
    line-height: 18px;
    color: #3d3d3d !important;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 45px;
}

.order-pick-details,
.order-address {
    font-size: 13px;
    line-height: 1.4;
    color: #676767 !important;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
}

.order-pick-details {
    padding-top: 15px;
}

.order-address {
    padding-top: 25px;
}

.order-fav-txt {
    padding-top: 35px;
    font-size: 14px;
    line-height: 1.4;
    color: #3d3d3d;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
}

.order-name-txt {
    padding-top: 20px;
    font-size: 13px;
    line-height: 1.4;
    color: #3d3d3d;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
}

.rec-ord-con .search-sec {
    padding: 12px 0 26px;
}

.savered-btn {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    background-color: #e3121a;
    border-radius: 45px;
    padding: 16px 35px;
}

.savered-btn:link,
.savered-btn:visited,
.savered-btn:hover,
.savered-btn:active {
    color: #fff;
}

.savered-btn:hover {
    text-decoration: none;
}

.margin-bot13 {
    margin-bottom: 13px;
}

.rel-pos {
    position: relative;
}

.save-sec-closebtn {
    border: 0;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 6px;
    right: 2px;
}

.save-sec-closebtn:focus {
    outline: none;
}

.heart-image-con {
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.fav-martop {
    margin-top: 62px;
}

.mobile-martop20 {
    margin-top: 20px;
}

.mobile-button {
    display: none;
}

.desktop-button {
    display: inline-block;
}

.mobile-button,
.desktop-button,
.heart-button {
    background-color: transparent;
    outline: none;
    border: 0;
    position: absolute;
    top: -15px;
    right: -16px;
    width: auto;
}

.mobile-button:focus,
.desktop-button:focus,
.heart-button:focus {
    outline: none;
}

.modal.favrecord {
    z-index: 9999;
}

.modal.mobile-save-container {
    z-index: 99998;
}

.modal.mobile-save-container .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.modal.mobile-save-container .modal-content {
    border: 0;
    border-radius: 0;
}

.modal.mobile-save-container .modal-content .modal-body {
    padding: 0;
}

.modal.mobile-save-container .mobile-modal-content {
    padding: 25px 0 28px;
    box-sizing: border-box;
}

.modal.mobile-save-container .mobile-modal-content {
    position: relative;
}

.modal-backdrop.mobile-save-backdrop {
    z-index: 99990;
    pointer-events: none;
}

@media screen and (max-width:767px) {
    .hide-mobile {
        display: none;
    }

    .no-fav-container {
        width: 100%;
    }

    .no-fav-container .no-fav-content-container {
        padding: 40px 0 45px;
    }

    .no-meals .modal-padding {
        padding: 0;
    }

    .mobile-button,
    .heart-button {
        right: -9px;
    }

    .total-container {
        padding: 17px 15px 9px;
    }

    .desktop-button {
        display: none;
    }

    .mobile-button {
        display: inline-block;
    }
}

@media screen and (max-width:350px) {
    .tab_container .fav-menu .fav_pill {
        width: 130px;
    }

    .tab_container .fav-menu .recent_pill {
        width: 130px;
    }
}

.modal.iHop_right_modal .close-btn .close {
    margin-top: 0 !important;
    font-family: inherit;
}

.exp-container .exp-row {
    margin-top: 25px;
}

.item-description {
    white-space: normal !important;
}

@media(min-width:768px) {
    .item-description {
        max-width: 175px;
    }
}

@media(max-width:767px) {
    .item-description {
        max-width: 100%;
    }
}

.img-list-pre .img-list-item-pre .img-fluid {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    border: .5px solid #dbd9d6;
}

.exp-container .exp-row .img-fluid {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    border: .5px solid #dbd9d6;
}

#recordnone .modal-dialog {
    cursor: default;
}

@media screen and (max-width:374px) {

    .fav-ord-con,
    .rec-ord-con {
        padding: 0 15px;
    }
}

.pre-wrapper ul li:nth-of-type(1n+5) {
    display: none;
}