:root{
    --primary: #009afe;
    --gray: #f5f5f5;
    --gray2: #ccc;
    --font1x: 13px;
    --font2x: 15px;
    --font3x: 18px;
    --font4x: 20px;
}
/*
    #be2142 strawbr

*/
.merchant--widget--tnc,
.merchant--widget--bookings,
.merchant--widget--socials,
.merchant--widget--rank,
.merchant--widget--award,
.sec--merchant--featured,
.merchant--rank {
    display: none !important;
}
/*custom color*/
.btn-primary {
    background: #636569;
    border-color: #636569;
    color: #fff;
    border-radius: 20px;
        font-weight: 700;
    font-size: 16px;
}
.btn-primary:hover, 
.btn-primary:focus {
    color: #fce200;
    background: #636569;
    border-color: #636569;
}
.filter--toggle {
    background: #333;
    border: 1px solid #333;
}
.filter--toggle:hover {
    color: #333;
}
.header--logo span {    
    background: #333;
}
.extend--menu li>a:hover {
    border-bottom: 2px solid #333;
}
a:hover, a:focus {
    color: #8a795e;
}
a{
    color: #333;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.product--body:hover .product--name, .product--body:focus .product--name {
    color: #8a795e;
}
.shopping-cart .shopping-cart-items .item-price {
    color: #333;
}

.merchant--widget--head .merchant--widget--more {
    color: #ab987a;
}
header .ir--menu a:hover {
    border-bottom: 2px solid #333;
}
.explore-more-cta {
    color: #ab987a;
    border: 1px solid #ab987a;
}
.product--type.active {
    border: 2px solid #333;
    background: #333;
    color: #fff;
}
.ir--join {
    background: #ab987a;
}
#post_paging li a.active {
    background-color: #333;
    border-color: #333;
}
#post_paging li a {
    color: #333;
    border: 1px solid #333;
}
#post_paging li a:focus,
#post_paging li a:hover
 {
    color: #8a795e;
}
.merchant--widget--head h3,
.official--store{
    color: #333;
}
.btw--footer {
    background: #8a795e;
}
.totop {
    background: #5f4f34;
}
.btn-black {
    background: #fce200;
    color: #636569;
    border-color: #fce200;
        font-weight: 700;
    font-size: 16px;
}
.btn-black:hover{
    background: #636569;
    color: #fce200;
    border-color: #636569;
}
.modal--ir--content a:hover, .modal--ir--content a:focus{
    color: #fce200;
}
.btn-white {
    background: #fff;
    color: #000;
}
.btw--footer a:hover{
    color: #ddd;
}
.footer--pp--link:hover{
    color: #ddd;
}
.footer--ex--pow:hover{
    color: #ddd;
}
/* ****************************** */
.header--logo{
    margin: 0px;
}
.header--nav--menu{
    padding: 0px;
}
.header--nav--menu li{
    display: inline-block;
}
header .ir--menu a{
    padding-bottom: 0px !important;
}
.ir--menus{
    margin-bottom: 0px;
}
.header--background{
    height: 80px;
}
.header--bottom>.row{
    height: 80px;
}
/*header .ir--menus a {
    transition: all 0.2s ease;
    padding: .5rem 0 !important;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}*/
.sec--footer{
    padding-top: 40px;
}
.footer--social .icon{
    border:none;
}
.footer--social .icon.ti-facebook{
    background: #37589b;
}
.footer--social .icon.ti-youtube{
    background: #cd241f;
}
.footer--social .icon.ti-instagram{
    background: #7e4d43;
}
.footer--social .icon.ti-linkedin{
    background: #2b659b;
}
.footer--content p{
    margin-bottom: 5px;
}
.footer--content p a{
    color: #000;
}
.footer--title{
    color: #8a795e;
}
.footer--social {
    margin-top: 20px;
}
.footer--ex{
    padding: 20px 0;
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 20px
}
.head--menul--icon{
    cursor: pointer;
}

.head--menul--icon div:nth-child(1){
    height: 2px;
    width: 40px;
    background: #000;
}
.head--menul--icon div:nth-child(2){
    height: 2px;
    width: 25px;
    background: #000;
    margin-top: 5px;
    transition: width 0.2s ease; 
}
.head--menul:hover .head--menul--icon div:nth-child(2),
.head--menul:focus .head--menul--icon div:nth-child(2){
    width: 40px;
}

.head--menul--label{
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.head--menul:hover .head--menul--label,
.head--menul:focus .head--menul--label{
    color: #000;
}
.head--menul{
    display: inline-block;
    cursor: pointer;
}
.modal--menu--overlay{
    position: fixed;
    background: rgb(0 0 0 / 39%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}
.modal--menu--content{
    position: fixed;
    z-index: 100;
    background: #fff;
    padding-left: 200px;
    padding-right: 40px;
     left: -100%; 
    transition: left 0.3s ease;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    width: 600px;
}
.modal--menu.active .modal--menu--content{
    visibility: visible;
    opacity: 1;
    left: 0;
}
.modal--menu.active .modal--menu--overlay{
    display: block;
}
.mm--head{
        height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}
.mm--close--icon{
    color: #000;
    font-size: 28px;
}
.mm--close--icon:hover span{
    transition: all 0.3s linear;
    transform: rotate(360deg);
    display: block;
}
.mm--single--head a{
    font-size: 22px;
    color: #979797;
    font-weight: bold;
}
.modal--menu--content a:hover,
.modal--menu--content a:focus{
    color: #be2142;
}
.mm--single--head{
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*cursor: pointer;*/
}
.mm--single--label:hover,
.mm--single--icon:hover,
.mm--single--label:focus,
.mm--single--icon:focus{
    color: #be2142; 
    cursor: pointer;
}
.mm--single--icon{
    font-size: 32px;
}
.mm--single--icon  span:nth-child(2){
    display: none;
}
.mm--single--head.active .mm--single--icon  span:nth-child(1){
    display: none;
}
.mm--single--head.active .mm--single--icon  span:nth-child(2){
    display: block;
}
.mm--single--head.active ~ .mm--ex--list{
    display: block;
}
.mm--ex--list li{
    list-style: none;
    font-size: 18px;
    margin-bottom: 10px;
}
.mm--ex--list a{
    font-size: 18px;
    color: #979797;
}
.mm--ex--list{
    /* display: none; */
    transition: all 0.3s ease;
}
.mm--single.mm--single--mobile{
    height: 64px;
    display: none;
}
@keyframes jumb{
    0%{ transform: translateY(2px);}
    10%{ transform: translateY(4px);}
    20%{ transform: translateY(0px);}
    30%{ transform: translateY(-10px);}
    40%{ transform: translateY(-12px);}
    60%{ transform:  translateY(-6px);}
    70%{ transform: translateY(-2px);}
    80%{ transform: translateY(-4px);}
    80%{ transform: translateY(-1px);}
    100%{ transform:  translateY(0px);}
}
#cart .badge.active {
  animation: jumb 1s;
}
.shopping-cart{
    top: 73px;
}
/*coming soon*/
.food--item.coming__soon .food--item--imagewrap img{
    filter: brightness(85%);
}
.food--item.coming__soon .food--item--imagewrap:after{
    content: '';
    background: url(https://ireward.superghs.com/resource/whyqueue/page/coming_soon_2.png);
    position: absolute;
    width: 50px;
    display: block;
    height: 50px;
    background-size: contain;
    top: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    left: 10px;
}
.food--item.coming__soon .food--item--price{
    display: none !important;
}
.reward_detail.coming__soon .btns__mode:before {
    content: 'Coming Soon';
    width: 300px;
    height: 46px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    padding: 10px;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 18px;
    background: #ccc;
    display: block;
}
.reward_detail.coming__soon .btns__mode .btns--count,
.reward_detail.coming__soon .btns__mode .btn-primary{
    display: none !important;
    visibility: none;
}
/* ******************** */
/* sold out */
.food--item.sold__out .food--item--imagewrap img{
    filter: brightness(50%);
}
.food--item.sold__out .food--item--imagewrap:after{
    content: 'RESTOCKING';
     background: none; 
    position: absolute;
    width: 120px;
    /* z-index: 111111111111; */
    display: block;
    /* height: 100px; */
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -60px;
    cursor: pointer;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 20px;

}
.food--item.sold__out .food--item--price{
    display: none !important;
}
.reward_detail.sold__out .btns__mode:before {
    content: 'Sold Out';
    width: 300px;
    height: 46px;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    padding: 10px;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 18px;
    background: #ccc;
}
.reward_detail.sold__out .btns__mode .btns--count,
.reward_detail.sold__out .btns__mode .btn-primary{
    display: none !important;
    visibility: none;
}
/* ******************** */
@media screen and (max-width: 768px) {
    .mm--single.mm--single--mobile{
        display: block;
    }
    .header--nav--menu .ir--menus{
        position: relative;
        background: initial;
        width: initial;
        padding: initial;
        box-shadow: initial;
        font-size: initial;
    }
    .header--nav--menu{
        display: block;
    }
    .header--nav--menu .ir--menu{
        display: none;
        border: unset;
    } 
    /* Li tam fix reponsive*/
    .section__cat__food{
        padding-left: 60px;
        padding-right: 60px;
    }
    .cat--home--single div{
        font-size: 25px !important;
    }
    .sec--about--video{
        padding: 0 20px !important;
    }
}
/* Li tam fix reponsive menu left*/
@media screen and (max-width: 520px) {
    .modal--menu--content{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section__cat__food{
        padding-left: 20px;
        padding-right: 20px;
    }
    /* Li tam fix responsive */
    .cat--home--single div{
        font-size: 25px !important;
    }
    .submit-frm-redeem{
        width: auto !important;
    }
    .head--menul--label{
        display: none;
    }
    .brand--product div{
        opacity: 1;
        display: block;
        position: relative;
        color: #000;
    }
    .home--banner--single img{
        height: 200px;
        object-fit: cover;
    }
    .btn-update{
        margin-bottom: 20px;
    }
}

/* Ka tam fĩ buble*/
.product--type {
    color: #333;
    margin-right: 3px;
    border-radius: 15px !important;
    border: 1px solid #333;
    padding: 4px 4px !important;
    font-size: 13px;
}

/* Li add ellipsis css */
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
/* Chrome, Safari, Edge, Opera */
input.input__quantity::-webkit-outer-spin-button,
input.input__quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.input__quantity[type=number] {
  -moz-appearance: textfield;
}
.cat__food__content {
    vertical-align: text-bottom;
}
.product--discount--percent .percent{
    font-size: 16px;
}
/*.menuhasluna li:nth-child(1){
    display: none;
}*/
.food--item--name{
    min-height: 48px;
}
.sold__out .food--item--footer{
    display: none !important;
}
.food--item--footer{
    display: flex;
    
}
.food--item--footer button{
    font-size: 14px;
    border-radius: 0;
    flex: 1;
    border: 2px solid #000;
}
@media screen and (max-width: 678px){
    .food--item--footer{
        display: block;

        
    }
    .food--item--footer button {
        /*font-size: 14px;*/
        width: 100%;
        margin-bottom: 5px;
    }
}
.cat__food__single .cat__food>div{
    overflow: hidden;
}
.cat__food__single .name{
    min-height: 48px;
}
.ib--redeem--zone {
    position: relative;
    height: 75px;
    top: -3px;
}
/* demo */
.header--logo{
    position: relative;
    width: 170px;
}
.header--logo span{
    position: absolute;
    bottom: 0;
    right: -10px;
    background: #09f;
    color: #fff;
    display: block;
    border-radius: 20px;
}
@media screen and (max-width: 1100px)
{
    .header--nav--menu .ir--menu {
        display: none;
    }
}
/*
    update CRM
*/

.modal--ir[data-mi="loginiR"]{
    /*display: inline-block;*/
}
.modal--ir.active[data-mi="loginiR"]{
    /*display: block;*/
}

.ir--menus{
    display: flex;
    flex-direction: row;
}
.mm--single__custom li{
        font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem!important;
}

.mm--single__custom li a {
    font-size: 22px;
    color: #979797;
    font-weight: bold;
}
.mi--body .item-price{
    min-width: 100px;
    /* display: block; */
    margin-left: auto;
    text-align: right;
    padding-right: 5px;
}
.mi--body .item-quantity{
    min-width: 80px;
}

/* *_* */

.gift--rule--star {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.gift--rule{
    display: flex;
    margin-bottom: 10px;
    padding: 10px 0px;
    position: relative;

}
.gift--rule:before{
    content: '';
    width: 2px;
    height: calc(100% - 20px );
    background: #ffc107;
    position: absolute;
    top: 40px;
    left: 14px;
}
.gift--rule.done .gift--rule--star{
    filter: grayscale(1);
}
.gift--rule.here .gift--rule--star{
    filter: grayscale(0);
    animation: zoominout 3s;
    animation-iteration-count: infinite;
    width: 50px;
    height: 50px;
    margin-left: -10px;
    margin-right: 5px;
}
.gift--rule.here:before{
    
    height: calc(100% - 36px );
    top: 56px;
}
.gift--rule.notdone .gift--rule--star{
    filter: grayscale(1);
}
.gift--rule.done .gift--rule--star{
    /*filter: grayscale(0.8);*/
}
.gift--rule.notdone:before,
.gift--rule.nextstep:before{
    background: #ccc;
}
.gift--rule.nextstep .gift--rule--star{
    filter: grayscale(1);
    
    width: 50px;
    height: 50px;
    margin-left: -10px;
    margin-right: 5px;
}
.gift--rule.nextstep:before{
    
    height: calc(100% - 36px );
    top: 56px;
}
.gift--rule:last-child:before{
    display: none;
}
.gift--rule--content p{
    margin-bottom: 0px;
}
.gift--rule.done h5,
.gift--rule.nextstep h5,
.gift--rule.notdone h5,
.gift--rule.done .gift--rule--content,
.gift--rule.nextstep .gift--rule--content,
.gift--rule.notdone .gift--rule--content{
    color: #ccc;
}
.gift--rule--content{
    flex: 1;
}
.progess--gitfcart--star{
    width: 35px;
    animation: zoominout 3s;
    animation-iteration-count: infinite;
    filter: drop-shadow(1px 7px 9px #ddd);
}
.progess--gitfcart{
    display: flex;
    align-items: center;
}
.progess--gitfcart .progress-bar{
    background: #ffc107;
}
.progess--gitfcart .progress{
    flex: 1;
}
@keyframes zoominout {
  10%, 90% {
    transform: scale(1.2);
  }
  
  20%, 80% {
    transform: scale(0.8);
  }

  30%, 50%, 70% {
    transform: scale(0.9);
  }

  40%, 60% {
    transform: scale(1);
  }
}
.btn--toggle--gitfbox{
    display: flex;
        background: #ffc107;
    border-color: #ffc107;
    width: 200px;
    justify-content: center;
    align-items: center;
}
.btn--toggle--gitfbox span{
    animation: shake 3s;
    animation-iteration-count: infinite;
    display: block;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* *******************************  */
.product--types{
    display: none;
}
@media screen and  (max-width:  868px){
    .modal--ir--content{
        width: 100%;
        right: 0;
        bottom: -100%;
        top: initial;
        transform: translateY(100%);
        padding: 0 10px;
    }
    .modal--ir.active .modal--ir--content {
        top: 100px; 
        bottom: 0;
        transform: translateY(0);
    }
}

@media screen and  (max-width:  400px){
    .header--logo{
        width: 120px;
    }
    header .ir--menus a{
        margin: 0 7px;
    }
}