/*
    #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: #fff;
    border-color: #000;
    color: #000;
    border-radius: 20px;
}
.btn--square {
    border-radius: 0 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background: #000;
    border-color: #000;
}

.filter--toggle {
    background: #09f;
    border: 1px solid #09f;
}

.filter--toggle:hover {
    color: #09f;
}

.header--logo span {
    background: #09f;
}

.extend--menu li>a:hover {
    border-bottom: 2px solid #09f;
}

a:hover,
a:focus {
    color: #8a795e;
}

a {
    color: #09f;
}

.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: #ab987a;
}

.merchant--widget--head .merchant--widget--more {
    color: #ab987a;
}

header .ir--menu a:hover {
    border-bottom: 2px solid #ab987a;
}

.explore-more-cta {
    color: #ab987a;
    border: 1px solid #ab987a;
}

.product--type.active {
    border: 2px solid #09f;
    background: #09f;
    color: #fff;
}

.ir--join {
    background: #ab987a;
}

#post_paging li a.active {
    background-color: #ab987a;
    border-color: #ab987a;
}

#post_paging li a {
    color: #ab987a;
    border: 1px solid #ab987a;
}

#post_paging li a:focus,
#post_paging li a:hover {
    color: #8a795e;
}

.merchant--widget--head h3,
.official--store {
    color: #ab987a;
}

.btw--footer {
    background: #8a795e;
}

.totop {
    background: #5f4f34;
}

.btn-black {
    background: #000;
    color: #fff;
    border-color: #000;
}
.btn-black:hover{
    background: #f5f5f5;
    color: #333;
    border-color: #000;
}

.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--social .icon.ti-world {
    background: #2b659b;
}
.footer--social .icon.ti-twitter {
    background: #1d9bf0;
}
.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;
    overflow: auto;
}

.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--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;
}

.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: 48px;
    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;
}

.food--item--content {
    position: relative;
    display: block;
}

/*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,
.food--item.coming__soon .food--item--footer{
    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;
}

.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: '';
    background: url(https://ireward.superghs.com/resource/yqhyatt/page/sold__out2.png);
    position: absolute;
    width: 100px;
    /*z-index: 111111111111;*/
    display: block;
    height: 100px;
    background-size: cover;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    cursor: pointer;

}

.food--item.sold__out .food--item--price,
.food--item.sold__out .food--item--footer {
    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;
    }
}

/* 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;
    }
}

/* 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;
}
.cat__food div:nth-child(1){
    overflow: hidden;
}
.cat__food__single__name{
    min-height: 48px;
}

.product--discount--percent .percent {
    font-size: 16px;
}
.cat--home--single div{
    text-shadow: 3px 3px 0px #080808;
}
.sec--home--image div{
    text-shadow: 2px 2px 0px #080808;
}

/* attribute product details */
.single--attribute {
    position: relative;
}

.single--attribute input {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
}

.single--attribute label {
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    border-left: none;
    margin-bottom: -1px;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1em;
    cursor: pointer;
    letter-spacing: -0.2px;
    font-size: 13px;
    padding: 2px;
    border-left: none;
    transition: all 0.3s linear;
}
.product--attr.v2 .single--attribute label{
    border: 1px solid #a9a9a9;
}
.single--attribute label span{
    
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.more--attr .single {
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    border-left: none;
    margin-bottom: -1px;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1em;
    cursor: pointer;
    letter-spacing: -0.2px;
    font-size: 13px;
    padding: 2px;
    border-left: none;
    transition: all 0.3s linear;

}

.more--attr .single:nth-child(1) {
    border-left: 1px solid #a9a9a9;
}

.more--attr--mask {
    position: absolute;
    height: 105%;
    width: -webkit-calc(100%);
    width: calc(100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(80%, hsla(0, 0%, 100%, .001)), to(#fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .001) 60%, #f5f5f5);
    z-index: 1;
    cursor: pointer;
}

.more--attr .d-flex {
    position: relative;
        /*flex: 1;
    width: calc(100% - 110px);*/
}
.product--attr.v2 .more--attr .d-flex {
    
        flex: 1;
    width: calc(100% - 110px);
}
.product--attr.v2 .more--attr .single{
    width: calc(100% / 3);
}
.product--attr.v2 .more--attr .more{
    width: 110px;
}

.more--attr {
    display: flex;
}

.more--attr .more {
    border-radius: 0px;
    border: 1px solid #a9a9a9;
    /* border-left: none; */
    margin-bottom: -1px;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1em;
    cursor: pointer;
    letter-spacing: -0.2px;
    font-size: 13px;
    padding: 2px;
    /* border-left: none; */
    transition: all 0.3s linear;
    background: #333;
    color: #fff;
}

.product--attr .single--attribute:nth-child(1) label {
    border-left: 1px solid #a9a9a9;
}

.product--attr .single--attribute input[type="checkbox"]:checked~label {
    background: #333;
    color: #fff;
}

.product--attr .single--attribute input[type="radio"]:checked~label {
    background: #333;
    color: #fff;
}
.product--slide--single{
    position: relative;
}

@media screen and (max-width: 520px) {
    .brand--product div {
        opacity: 1;
        display: block;
        position: relative;
        color: #000;
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.product--attr.shake {
    animation: shake 1s;
    animation-iteration-count: infinite;
}

.product--attr .tip {
    /*color: #828282;*/
    /*font-style: italic;*/
    font-weight: bold;
    /*margin-top: 1em;*/
    margin-bottom: 0;
}

.product--attr .tip span {
    /*font-size: 18px;*/
}

.product--attr.shake .tip span {
    color: red;
    animation: shake 1s;
    animation-iteration-count: infinite;
}

.modal--attribute--content.shake {
    animation: shake 1s;
    animation-iteration-count: infinite;
}

.modal--attribute--content.shake .tip span {
    color: red;
    animation: shake 1s;
    animation-iteration-count: infinite;
}

.modal--attribute--content {
    position: fixed;
    z-index: 100;
    background: #fff;
    left: 50%;
    transition: all 0.3s ease;
    top: -100%;
    visibility: hidden;
    opacity: 0;
    width: 790px;
    margin-left: -395px;
    padding: 20px;
}

.modal--attribute--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--attribute.active .modal--attribute--overlay {
    display: block;
}

.modal--attribute.active .modal--attribute--content {
    top: 50px;
    opacity: 1;
    visibility: visible;
}

.modal--attribute--body {
    display: flex;
    flex-wrap: wrap;
}

.modal--attribute--body .single--attribute label {
    width: 250px;
}

.product--attr--name {
    font-size: 18px;
}

.product--attr--head {
    padding: 5px 0px;
    align-items: center;
    cursor: pointer;
}

/*.product--attr--head:hover .ti-angle-right{
    margin-right: 5px;
}
.product--attr--head:hover {
    background: #fff;
}
.product--attr--head .ti-angle-right{
    font-size: 22px;
    font-weight: 900;
    transition: all 0.3s ease;
}*/
.product--attr--preview {
    padding-left: 10px;
}

.product--attr--preview i::after {
    content: ',';
}
.your--choices i:after {
    content: '+';
}

.product--attr--preview i {
    margin-right: 5px;
}

.product--attr--preview i:last-child::after{
    content: '';
}
.your--choices i:last-child::after {
    content: '';
}
.modal--attribute--head {
    align-items: center;
}

@media screen and (max-width: 800px) {
    .modal--attribute--content {
        width: 96%;
        left: 2%;
        right: 2%;
        margin-left: initial;
    }

    .modal--attribute--body .single--attribute label {
        width: initial;
    }

    .modal--attribute--body .single--attribute {
        width: 33.333%;
    }
}

/* ************ */
/*
    additional note attr
*/
.item--have--note{
    position: relative;
    overflow: hidden;
}
.additional--note--container{
    display: flex;
    position: absolute;
    top: 1px;
    bottom: 1px;
    padding: 10px;
    background: #f5f5f5;
    left: 200px;
    right: 0px;
    box-shadow: -4px 0px 14px 0px #ccc;
    transform: translateX( calc(100% + 20px) );
    transition: all 0.3s ease;
}
.item--have--note.show--note .additional--note--container{
    transform: translateX(0px);
}
.open--note--zone{
    color: #888;
}
.open--note--zone:hover{
    color: #000;
}
.product--note--text{
    color: #888;
    font-style: italic;
}
/* ************  */
/*
    Urgency label
*/
.food--item--label {
    position: absolute;
    top: 5px;
    left: -9px;
    background: red;
    padding-left: 15px;
    padding-right: 5px;
    color: #fff;
    height: 22px;
}
.food--item--label__before{
    position: absolute;
    border-style: solid;
    bottom: 100%;
    left: 0px;
    border-width: 0 0.69em 0.8em 0;
    border-color: transparent red transparent transparent;
    top: 22px;
    filter: brightness(75%);
}
.food--item--label__after{
   position: absolute;
    border-style: solid; 
    border-width: 1.1em 1em 1.1em 3em;
  border-color: red transparent red red;
  border-style: solid;
    border-width: 11px 5px 11px 5px;
    right: -10px;
}
/* ************ */
/* guest party */
.html__item__append {
    display: flex;
    align-items: center;

}

.html__item__append .number {
    width: 45px;
    font-size: 22px;
}

.html__item__append .name {
    flex: 1;
}

.html__item__append .price {
    margin-left: auto;
    width: 140px;
    text-align: left;
    display: flex;
    flex-flow: row-reverse;
    font-weight: 500;
}

.html__item__append a {
    width: 30px;
    font-size: 20px;
    margin-left: 5px;
    flex-flow: row-reverse;
    color: #000;
    cursor: pointer;
}

.group--slide--items {
    margin-bottom: 30px;
}

.slide__item {
    cursor: pointer;
}

/* ********** */
/*
    slide--bar
*/

.slide--bar {
    position: fixed;
    /* top: 50%; */
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 999;
    /*pointer-events: none;*/
    top: 100%;
    /* right: 100px; */
    opacity: 0;
    -webkit-transition: top ease .25s, opacity ease .25s;
    -ms-transition: top ease .25s, opacity ease .25s;
    transition: top ease .25s, opacity ease .25s;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
}

.slide--bar.active {
    opacity: 1;
    top: 0;
}

.sb--header--title h3 {
    font-size: 18px;
    text-align: center;
    padding: 8px 30px;
    margin-bottom: 0px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sb--header--title .close--sb {
    position: absolute;
    top: 9px;
    left: 0px;
    font-size: 18px;
    cursor: pointer;
}

.sb--header--title {
    position: relative;
    min-height: 30px;
}

.slide--bar--header {
    color: #fff;
}

.slide--bar--header.banner--color {
    background: #f15b5d;
}

.slide--bar--header.banner--nocolor {
    color: #000;
}

.sb--main--title {
    margin: 0px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

.sb--main--title .ti-angle-right {
    position: absolute;
    right: 0px;
    font-size: 22px;
    top: 73px;
}

.sb--menu {
    color: #333;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.slide--bar--body.border--top {
    border-top: 10px solid #f5f5f5;
}

.slide--bar--content {
    position: relative;
    height: 100%;
}

.sb--ghs--ver {
    width: 160px;
    margin: 0 auto;
    color: #f15b5d;
    font-weight: 100;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    font-size: 13px;
}

.sb--ghs--ver img {
    width: 100%;
}

.sb--menu .container {
    position: relative;

}

.sb--menu .container:after {
    content: "\e649";
    font-family: 'themify';
    position: absolute;
    right: 15px;
}

.slide--bar--content.slide--fullcolor {
    background: #f15b5d;
}

.slide--img--center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -130px;
}

.slide--buttons--fix {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
}

.slide--button--fix {
    width: 100%;
    text-align: center;
    background: #fff;
    color: #ee5b5d;
}

.slide--bar--body {
    height: calc(100% - 58px);
    overflow: auto;
}

.slide--bar--overlay {
    display: none;
}

.slide--bar.active .slide--bar--overlay {
    display: block;
}

/* delivery__type */
.delivery__type img {
    height: 30px;
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
}

.delivery__type input {
    display: none;
}

.delivery__type label {
    display: flex;
    margin: 0;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    cursor: pointer;
    color: #818181;
}

.delivery__type label:hover {
    color: #000;
}

.delivery__type label:hover img,
.delivery__type input:checked~label img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.delivery__type input:checked~label {
    color: #333;
}

.delivery__type span {
    /*display: block;*/

}

.delivery__type div:nth-child(2) {
    margin-left: auto;
}

/* ************* */
/*****************************************************************************/
.item__single {
    display: flex;
    flex: 1;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.item__single .number {
    width: 45px;
    font-size: 22px;
}

.item__single .name {
    flex: 1;
}

.item__single .price {
    margin-left: auto;
    width: 140px;
    text-align: left;
    display: flex;
    flex-flow: row-reverse;
    font-weight: 500;
}

.inform--food--remove {
    width: 30px;
    font-size: 20px;
    margin-left: 5px;
    flex-flow: row-reverse;
    color: #000;
}

.food--item--price .old {
    display: block;
    text-decoration: line-through;
    color: #929191;
    font-size: 16px;
}
.pd--price--old{
    display: block;
    text-decoration: line-through;
    color: #929191;
    font-size: 14px;
}
.pd--price--percent{
    color: red;
}

.food--item--footer button {
    font-size: 14px;
    border-radius: 0;
    flex: 1;
    border: 2px solid #000;
}

.food--item--footer {
    display: flex;
}

@media screen and (max-width: 678px) {
    .food--item--footer {
        display: block;
    }

    .food--item--footer button {
        /* font-size: 14px; */
        width: 100%;
        margin-bottom: 5px;
    }
}
/*  food item  */
.food--item--content{
    color: #000;
}
.food--item--content img{
    width: 100%;
    align-self: flex-start;
}
.food--item--imagewrap{
    position: relative;
    /* background: #000; */
    overflow: hidden;
    display: flex;
    justify-content: center;  
}
.food--item--view{
    position: absolute;
    color: #fff;
    bottom: -50px;
    
    font-size: 18px;
    font-weight: 600;
    display: block;
    border: 1px solid #fff;
    padding: 6px 20px;
    margin-bottom: -20px;
    transition: all 0.2s linear;
}
.food--item--content:hover .food--item--imagewrap .food--item--view{
    bottom: 50%;
}
.food--item--content .food--item--imagewrap:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 0%);
    transition: all 0.2s linear;
}
.food--item--content:hover .food--item--imagewrap:before{
    background: rgb(0 0 0 / 30%);

}
.food--item--price{
    font-size: 18px;
    font-weight: bold;
}
.food--item--name{
    margin: 0;
}
.allfood--head--name{
    font-size: 18px;
    font-weight: 500;
}
.allfood--head--l div:nth-child(2){
    margin-left: 20px;
    margin-right: 20px;
}
/* *************************  */


/*
    Game gift box
*/

.game--widget{
   background: #fff;
    border-radius: 8px;
    border: 1px solid #ececec;
    padding: 10px;
    box-shadow: 1px 2px 8px 0 #ccc; 
}
.game--widget .content p{
    margin-bottom: 0;
}
.game--widget .content span{
    color: #6b6b6b;
    display: block;
}
/* *************************  */
/* Rewards instant gift alert */

.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: shakeGift 3s;
    animation-iteration-count: infinite;
    display: block;
}
@keyframes shakeGift {
  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);
  }
}
/* *******************************  */
/*
    sku--props
*/
.sku--props{
    /*display: flex;*/
}
.sku--variable{
    border: 1px solid #000;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 5px;
    /*width: 110px;*/
    cursor: pointer;
    position: relative;
        
    width: calc(50% - 10px);
    padding: 10px;
}
.sku--variable .text  {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    display: block;
}
.sku--variable--badge{
    position: absolute;
    right: 5px;
    top: -12px;
    padding: 1px 8px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0px #ccc;
    transition: all 0.3s ease;
    display: none;
    z-index: 1;
}
.sku--variable--badge.show{
    display: block;
}
.sku--var--overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 24px;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    opacity: 0;
    transition: 0.3s linear;
}
.sku--variable:hover .sku--var--overlay{
    opacity: 1;
}
.sku--var--control{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    height: 100%;
}
.sku--var--control:hover{
    background: #222;
}
.sku--var--control:focus{
    background: #333;
}
.sku--variable--badge.bouncein{
    animation-name: bounceIn;
    animation-duration: 450ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}
.sku--variables--zone{
    margin-bottom: 20px;
}
.sku--variables--zone.shake {
    animation: shake 1s;
    animation-iteration-count: infinite;
}
.sku--variables--title span{
    font-size: 18px;
    font-weight: bold;
}
.sku--variables--zone.shake .sku--variables--title span{
    color: red;
}
.sku--overlay--mobile,
.more--attr--mobile.more--attr,
.sku--head--pop--mobile,
.sku--props--footer{
    display: none;
}
.add--product--mobile{
    display: none;
}

@keyframes bounceIn{
  0%{
    opacity: 0;
    transform: scale(0.3) translate3d(0,0,0);
  }
  50%{
    opacity: 0.9;
    transform: scale(1.1);
  }
  80%{
    opacity: 1;
    transform: scale(0.89);
  }
  100%{
    opacity: 1;
    transform: scale(1) translate3d(0,0,0);
  }
}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
@media screen and (max-width: 1024px) {
    .sku--var--overlay{
        position: relative;
        color: #000;
        opacity: 1;
        background: #fff;
    }

    .sku--props{
        position: fixed;
        background: #fff;
        transition: all 0.3s ease;
        bottom: -100%;
    
        left: 20%;
        right: 20%;
        z-index: 101;
        /*padding: 20px 10px;*/
        box-shadow: 0px -3px 6px 0px #eee;
    }
    .sku--props.show{
        bottom: 0;
    }
    .sku--variable{
        width: 100%;
        display: flex;
        border: none;
        border-bottom: 1px solid #f5f5f5;
    }
    .sku--var--overlay{
        margin-left: auto;
    }
    .sku--variable--badge{
        position: relative;
        top: 0px;
        right: 0;
        margin-left: auto;
    }
    .sku--var--control:focus {
        background: #ff;
        color: #000;
        font-weight: bold;
    }
    .sku--var--control:hover {
        background: #fff;
        color: #000;
        font-weight: bold;
    }
    .ti-minus.sku--var--control{
        margin-right: 8px;
    }
    .sku--variables--zone{
        margin-bottom: 0px;
    }
    .sku--overlay--mobile{
        background: rgb(51 51 51 / 51%);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        transition: all 0.3s ease;
    }
    .sku--overlay--mobile.show{
        display: block;
    }
    .sku--head--pop--mobile{
        padding: 10px;
        /* background: #f5f5f5; */
        /* position: relative; */
        border-bottom: solid 10px #f5f5f5;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sku--head--close{
        font-size: 18px;
        font-weight: bold;
    }
    .sku--tip--mobile span{
        font-size: 18px;
        font-weight: bold;
    }
    .sku--variables--zone.shake {
        animation:  none;
        animation-iteration-count: none;
    }
    .sku--variables--zone.shake .sku--variables--title,
    .sku--variables--zone.shake .more--attr--mobile{
        animation: shake 1s;
        animation-iteration-count: infinite;
    }

    .sku--variables--zone.shake .sku--tip--mobile span{
        font-size: 20px;
        color: red;
    }
    .more--attr--mobile.more--attr,
    .sku--head--pop--mobile{
        display: flex;
    }
    
    .sku--props--footer{
        display: block;
    }
    .sku--props--footer{
        padding: 20px 10px;
    }
    .sku--props--footer .btns--count{
        margin: 0 auto;
        margin-bottom: 10px;
        width: 130px;
    }
    .sec--product--detail.use__attr__box .add--product--mobile{
        display: block;
    }
    .sec--product--detail.use__attr__box .btns__mode{
        display: none;
    }
    .product--details{
        width: 100%;
    }
    .more--attr .single .text{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 13px;
        display: block;
    }
    .more--attr .single{
        width: calc(100% / 3);
    }
    .more--attr .d-flex{
        flex: 1;
        width: calc(100% - 150px);
    }
    .more--attr .more{
        width: 150px;
    }
}

@media screen and (max-width: 678px) {
    .sku--props {
        
        left: 0;
        right: 0;
        
    }
    /*.more--attr .single{
        width: 120px;
    }*/
}
@media screen and (max-width: 520px) {
    
    .more--attr .d-flex{
        flex: 1;
        width: calc(100% - 110px);
    }
    .more--attr .more{
        width: 110px;
    }
}
/* end sku */
/* package bundle  */
.package{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.package--single{
    height: 80px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    font-size: 12px;
}
.package--single img{
    height: 100%;
    transition: all 0.3s linear;
}
.package--single .package--single--name{
    position: absolute;
    background: rgb(58 57 57 / 44%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s linear;
    padding: 5px;
    text-align: center;
}
.package--single:hover .package--single--name{
    background: rgb(58 57 57 / 80%);
    
}
.package--single:hover img{
    transform: scale(1.2);
    
}
/*  ***************************  */
/*
    noti alert home page redeem  code percent
*/
.alert--redeem--code{
    position: fixed;
    z-index: 1;
    background: #4caf50c7;
    width: 250px;
    right: 5px;
    padding: 20px;
    top: 85px;
    color: #fff;
    border: 1px solid #4caf50;
}
.alert--redeem--code .ti-close{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 22px;
    color: #000;
    cursor: pointer;
    transition: all 0.3s linear;
}
.alert--redeem--code .ti-close:hover{
    color: #111;
    /*font-size: 23px;*/
}
.rd--results .alert--redeem--code{
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
}
.rd--results .alert--redeem--code  .ti-close{
    display: none;
}
@media screen and (max-width: 678px) {
    .alert--redeem--code{
        position: relative;
        z-index: 1;
        background: #4caf506e;
        right: 0px;
        padding: 20px;
        top: 0px;
        color: #fff;
        border: 1px solid #4caf50;
        width: calc(100% - 10px);
        margin: 10px auto;
        color: #000;
    }
    .mm--head h1{
        font-size: var(--font4x);
        
    }
    .mm--head{
        height: 60px;
    }

}

/**************
/* Mi modal  */
.modal--ir--overlay {
    position: fixed;
    background: rgb(0 0 0 / 39%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    cursor: pointer;
}

.modal--ir--content {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    padding-right: 40px;
    padding-left: 40px;
    right: -100%;
    transition: all 0.3s ease;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    width: 600px;
    overflow: auto;
}

.modal--ir.active>.modal--ir--content {
    visibility: visible;
    opacity: 1;
    right: 0;
}

.modal--ir.active>.modal--ir--overlay {
    display: block;
}


.modal--ir--content a:hover,
.modal--ir--content a:focus {
    color: #be2142;
}

.mm--head>.mi--close--icon{
    font-size: 28px;
}
.mm--head>.mi--close--icon:hover{
    transition: all 0.2s ease;
    transform: rotate(90deg);
}
.mm--head{
    position: sticky;
    top: 0;
    background: #fff;
}

/* ******************  */
/* coupon*/
.coupon {
    display: block;
    margin-bottom: 10px;
}

.coupon>.row {
    padding: 10px 0;
    background: #fbfbfb;
    margin: 5px;
    border-left: 4px solid #bf223d;
}

.coupon--name {
    font-size: 23px;
    font-weight: 600;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.coupon--code {
    margin: 0px;
    color: #bf223d;

}



.coupon--date {
    color: #bfbfbf;
}

.coupon--left {
    border-right: 1px dashed #ccc;
}

.coupon input {
    opacity: 0;
    position: absolute;
    display: none;
}

.coupon input:checked~.row {
    background: #bf223d14;
}

.coupon label {
    color: #bf223d;
    cursor: pointer;
    text-align: center;
}

.coupon--left .fa-info-circle {
    color: #bfbfbf;
    font-size: var(--font3x);
    cursor: pointer;
}

.slide--page[data-spage="coupon1"] .slide--page--header {
    border-color: #fff;
}

.coupon--info--header {
    text-align: center;
    background: #fff;
    padding: 20px 10px;
    margin: 10px;
    margin-top: -90px;
    box-shadow: 2px 4px 14px 0px #ccc;
}

.coupon--info--header .cih--code {
    background: #bf223d;
    color: #fff;
    padding: 5px 10px;
    margin: 0 auto;
    display: inline-block;
    border-radius: 10px;
    font-size: 13px;
}

.slide--page[data-spage="coupon1"] {
    background: #f5f5f5;
}

.coupon--info--live p {
    font-size: 16px;
}

.btn--select--coupon {
    position: fixed;
    bottom: 10px;
    left: 15px;
    right: 15px;
    height: 50px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 17px 2px #e0e0e0;
    width: 100%;
    display: none;
}

.coupon.cantuse .coupon--code{
    color: #75091b;
}

.coupon.cantuse .coupon--name{
    color: var(--gray2);
}

/* ***************************************** */


/* My menu portal showinfo  */
header a.my--menu {
    align-items: center;
    border-bottom: 1px solid var(--gray);
    padding: 15px 0 !important;
}

.my--menu:hover,
.my--menu:focus {
    background: var(--gray);
}

.my--menu--icon span {
    margin-right: 5px;
    font-size: 20px;
}
.my--menu--icon i {
    margin-right: 5px;
    font-size: 20px;
}

.my--menu--icon {
    font-size: var(--font2x);
    color: var(--primary);
    align-items: center;
    display: flex;
}

/*order type name*/
.order--types--name {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    -webkit-scroll-snap-points-x: repeat(300px);
    -ms-scroll-snap-points-x: repeat(300px);
    scroll-snap-points-x: repeat(300px);
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    padding-bottom: 20px;
}

.order--type--name {
    width: 200px;
    flex-shrink: 0;
    height: 40px;
    background: var(--gray);
    margin-right: 10px;
    justify-content: center;
    font-size: var(--font2x);
    display: flex;
    border-radius: 20px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;

}

.order--type--name.active,
.order--type--name:hover,
.order--type--name:focus {
    background: #ccc;
    color: var(--primary);
}

.tab--type {
    display: none;
    transition: all 0.3s ease;
}

.tab--type.active {
    display: block;
}
.my--order--footer{
    padding-bottom: 20px;
}
.my--order--head {
    padding: 10px;
    /*background: #fff;*/
    border-bottom: 1px solid var(--gray);

    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font2x);
}

.my--order--head .stt {
    color: #f36358;
}

.my--order {
    border: 1px solid var(--gray2);
    margin-bottom: 20px;
    border-radius: 20px;
    margin-top: 10px;
}

.my--order--body {
    padding: 10px;
}

.my--order--item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--gray);
    padding: 5px 0;
}

.my--order--iteminfo img {
    width: 70px;
    object-fit: contain;
    margin-right: 10px;
}

.my--order--iteminfo {
    display: flex;
}

.my--order--item__name {
    font-size: var(--font2x);
    margin-bottom: 0px;
}

.my--order--item__cate {
    color: #ccc;
    font-size: 13px;
}

.my--order--itemprice {
    text-align: right;
    width: 100px;
    margin-left: 10px;
}

.my--order--itemprice .old {
    text-decoration: line-through;
    font-size: 13px;
}

.my--order--itemprice .new {
    color: var(--primary);
    font-size: var(--font2x);
}

.my--order-stt {
    font-size: var(--font3x);
    color: #4caf50;
    margin-bottom: 10px;
}

.my--order--total {
    text-align: right;
}

.my--order--total .old {
    text-decoration: line-through;
    color: var(--gray2);
}

.my--order--total .new {
    font-size: var(--font3x);
    color: var(--primary);
}

.table--history--order {
    border-collapse: collapse;
    width: 100%;
    word-break: break-word;
}

.table--history--order tr {
    vertical-align: middle;
}

.table--history--order td {
    padding: 5px;
    vertical-align: middle;
}

.order--types--name{
        flex-direction: column;
    position: sticky;
    top: 90px;
}

.order--type--name{
    margin-bottom: 10px;
}

.my--order--summary__item span{
    font-size: var(--font3x);
    margin-right: 10px;
}

.my--order--summary__price {
    font-size: var(--font3x);
    color: var(--primary);
    margin-left: auto;
}

.orderdetail--box{
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--gray2);
    height: 100%;
    margin-top: 20px;
}
.orderdetail--box h5{
    color: var(--primary);
}
.orderdetail--box p{
    margin-bottom: 0;
}
.text--overflow{
    display: block;
    display: -webkit-box;
    height: 48px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table--detailorder--zone{
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--gray2);
    margin-top: 40px;
}
.my--order--body,
.my--order--detail,
.my--order--footer {
    transition: all 0.3s linear;
}
.my--order.order--collapse .my--order--body,
.my--order.order--collapse .my--order--detail,
.my--order.order--collapse .my--order--footer {
    display: none;
}
.my--order--summary{
    padding-bottom: 10px;
    display: none;
}
.my--order.order--collapse .my--order--summary{
    display: block;
}
.my--order--head:hover,
.my--order--head:focus{
    cursor: pointer;
    background: #f5f5f5;
}
.my--order--head:hover .ti-angle-right,
.my--order--head:focus .ti-angle-right{
    
    transform: translateX(5px);
    display: inline-block;
}
.my--order .my--order--head .ti-angle-right{
    transition: all 0.3s ease;
    transform: rotate(90deg);
}
.my--order.order--collapse .my--order--head .ti-angle-right{
    transform: rotate(0deg);
}
.my--order{
    overflow: hidden;
}
.my--order--head__stt{
    font-size: var(--font2x);
    color: var(--primary);
    margin-right: 10px;
    display: none;
}
.my--order.order--collapse .my--order--head__stt.desktop{
    display: inline-block;
}
.my--order--head__stt.mobile{
    display: none;
}
.my--order .my--order--detail,
.my--order .my--order--collapse,
.my--order.show--detail .my--order--viewdetail{
    display: none;
}
.my--order.show--detail .my--order--detail {
    display: block;
}

.my--order.show--detail .my--order--collapse {
    display: inline-block;
}
.my--order-receivetime{
    text-transform: capitalize;
}
/* ***********  */
/* follow order */


.follow--steps--zone {
    width: 100%;
    
    font-size: var(--font2x);
    /*border: 1px solid #ccc;*/
}

.follow--steps {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

.follow--steps::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #ccc;
}

li.follow--step {
    position: relative;
    counter-increment: list;
    display: block;
}

li.follow--step:not(:last-child) {
    padding-bottom: 20px;
}

li.follow--step::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

li.follow--step::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -35px;
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

li.follow--step.is--done::before {
    border-left: 2px solid #4caf50;
}

li.follow--step.is--done::after {
    content: "";
    font-size: 10px;
    color: #fff;
    text-align: center;
    border: 2px solid #4caf50;
    background-color: #4caf50;
}

li.follow--step.current::before {
    border-left: 2px solid #4caf50;
}

li.follow--step.current::after {
    content: '';
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: #4caf50;
    border: 2px solid #4caf50;
    background-color: white;
}
li.follow--step.current .follow--step--name{
    color: var(--primary);
}
.follow--step--name{
    font-size: var(--font3x);
}
.follow--step--info span{
    display: block;
    color: var(--gray2);
}
/* *********** */

/* my address  */
a.myaddress--single{
    display: flex;
    padding: 10px;
    border: 1px solid var(--primary);
    cursor: pointer;
    margin: 0px !important;
    margin-bottom: 20px !important;
    padding: 0 5px !important;
    font-weight: 0 !important;
    font-size: 14px !important;
}
.myaddress--single img{
        height: 30px;
    margin-right: 10px;
}
.myaddress--body{
    flex: 1;
}
/*  *******  */
/* update CRM  */
.checkbox--animated input[type='checkbox']+label{
    cursor: pointer;
}
.checkbox--animated input[type='checkbox']+label>span {
    
    width: 20px;
    height: 20px;
    
}
.checkbox--animated input[type='checkbox']:checked+label>span {
    border: 10px solid #09f;
    animation: shrink-bounce 200ms cubic-bezier(.4, .0, .23, 1);

}
.checkbox--animated input[type='checkbox']:checked+label>span:before {   
    top: 14px;
    left: 6px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent; 
}
.checkbox--animated input[type='checkbox']:checked+label {
    color: #000;
    
}
.member__icon__mobile{
    display: none;
}
.invite_friends .page_title{
    display: none;
}

@media screen and (max-width:  980px){
    .member__icon__mobile{
        display: inline-block;
    }
    .member__icon__desktop{
        display: none;
    }
}
@media screen and (max-width:  768px){
    .order--types--name {
        flex-direction: row;
        padding: 0px 10px;
        padding-top: 4px;
    }
    .ir--orders--cate{
        width: 100%;
        background: #fff;
        position: sticky;
        top: 80px;
        border-bottom: 1px solid #f5f5f5;
        box-shadow: 1px 3px 2px 0px #f5f5f5;
        z-index: 1;
    }
    .my--order.order--collapse .my--order--head__stt.desktop {
        display: none;
    }
    .my--order--head__stt.desktop{
        display: none;
    }
    /*.my--order--head__stt.mobile{
        display: block;
    }*/
    .my--order.order--collapse .my--order--head__stt.mobile {
        display: block;
    }

}
@media screen and (max-width:  520px){
    .orderdetail--box{
        height: initial;
    }
    .coupon label a{
        margin: 0 !important;
    }
    a#cart{
        margin: 0px;
    }
    #cart .badge{
        padding-right: 0px;
    }
    .sec--home--intro{
        padding-top: 40px;
    }
}