/* fix button style */

button {
    border: none;
    outline: none;
}

/* overwrite dining detail */

/* common */

body main p {
    font-size: 14px;
}
@media (max-width: 767px) {
    .order-phone-number-label::after, .order-email-label::after{
        content: '';
        margin-right: 6px;
    }
    .order-email-value, .order-phone-number-value{
        max-width: 230px;
        min-width: 130px
    }
}
div.section-title-container {
    font-family: inherit;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
}

div.section-title-container .section-title::before {
    display: none;
}

div.section-title-container .section-title::after {
    display: block;
    position: static;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    /*width: 170px;*/
    /*height: 12px;*/
    width: 119px;
    height: 1px;
    /*background: url("../images/uicon-title-divider.svg") center / 100% no-repeat;*/
    background: #BE6A8B;
    transform: none;
}
@media (min-width: 1024px){
    .dining_shortcut .main-section-wrap{
        width: calc(100% - 38rem);
        margin: auto;
        float: unset;
    }
}
@media (max-width: 1024px) {
    div.section-title-container {
        font-size: 20px;
    }
    div.section-title-container .section-title::after {
        margin-top: 14px;
        width: 84px;
        height: 1px;
        /*background-image: url("../images/uicon-title-divider-m.svg");*/
    }
}

/* end of common */

/* breadcrumb */

.dining-tmpl div.bread-crumb-ctn {
    padding: 0;
    max-width: unset;
    width: calc(100% - 41.6rem);
}

/* end of breadcrumb */

/* brief introduction */

div.intro {
    justify-content: space-between;
    margin-top: 13px;
    padding: 0;
    /*max-width: 1199px;*/
    max-width: unset;
    width: calc(100% - 41.6rem);
}

.intro div.primary-title {
    font-family: inherit;
    font-size: 32px;
    letter-spacing: .46px;
}

.pc-intro div.secondary-title {
    /*2023.2.17 by penghuzhen*/
    margin-top: 14px;
    /*2023.2.17 by penghuzhen end*/
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0;
    color: #CA0050;
}

.pc-intro div.secondary-title::before {
    margin-right: 3px;
    width: 18px;
    height:18px;
    background: url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/trophy.svg") center / 100% no-repeat;
}

.intro div.order-info {
    padding-top:39px ;
    margin-top: 5px;
    border-radius: 0;
    padding-left: 44px;
    padding-right: 41px;
    padding-bottom: 30px;
    letter-spacing: .2px;
}
@media (max-width: 1024px) {
    .intro div.order-info {
        margin-top: 24px;
        border: 1px solid #E6E6E6;
        border-radius: 4px;
        padding: 18px 20px;
        text-align: left;
        text-align-last: left;
        letter-spacing: unset;
    }
}
div.pc-intro .order-btn {
    box-sizing: border-box;
    border-radius: 0;
    padding-top: 13px;
    padding-bottom: 4px;
    padding-bottom: 0;
    min-width: 312px;
    height: 50px;
    font-size: 16px;
    line-height: inherit;
}

div.pc-intro .order-btn::before {
    /* margin-top: 2px;
    margin-right: 3px;
    background-size: 16px; */
}

div.pc-intro .order-phone-number:not(:first-child) {
    margin-top: 18px;
}

div.pc-intro .order-phone-number-label::before {
    position: relative;
    top: 2px;
    left: -1px;
    margin-right:7px ;
    background: url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/tel.svg") no-repeat 0 0/14px 14px;
}

div.pc-intro .order-email-label::before {
    position: relative;
    top: 1px;
    left: -2px;
    margin-right: 7px;
    background: url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/email.svg") no-repeat 0 0/15px 11px;
}

div.pc-intro .desc {
    /*width: 880px;*/
    margin-top: 8px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
}
.pc-ddpc .ddpc-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1024px) {
    div.intro {
        margin-top: 6px;
        padding: 0 18px;
        /*width: calc(100% - 3.6rem);*/
        width: unset;
    }

    .intro div.primary-title {
        font-size: 24px;
        letter-spacing: 0;
    }

    .m-intro div.secondary-title {
        margin-top: 0;
    }

    .m-intro .secondary-title span {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: .38px;
    }

    .m-intro .secondary-title::before {
        display: inline-block;
        margin-top: 6px;
        margin-right: 2px;
        width: 12px;
        height: 14px;
        vertical-align: top;
        background: url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/trophy.svg") center / 100% no-repeat;
        content: "";
    }

    .m-intro div.desc {
        margin-top: 12px;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
    }
}

/* end of brief introduction */
/* carousel */
/*picture carousel start by jay*/
.dining-detail-picture-carousel{
    max-width: unset!important;
    width: 100%;
    margin: 6.8rem 0 0 0!important;
}
.pc-ddpc .ddpc-item{
    width: 560px!important;
    height: 440px!important;
    border-radius: 1px;
    /*overflow: hidden;*/
}
/*picture carousel end by jay*/
div.pc-ddpc .section-title {
    font-size: inherit;
}

.pc-ddpc div.ddpc-intro {
    left: 28px;
    right: 28px;
    bottom: 24px;
    z-index: 2;
    /* min-height: 44px; */
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    text-shadow: none;
}

.ddpc-item {
    position: relative;
}

/*fix by jay 20221228*/
.ddpc-item::before {
    position: absolute;
    width: 100%;
    height: 91px;
    /* top: 0; */
    left: 0;
    /* right: 0; */
    bottom: 0;
    z-index: 1;
    /* background: url(../images/uicon-image-overlay.png) bottom center / 100% no-repeat; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 15.79%, rgba(0, 0, 0, 0.3) 47.84%, rgba(0, 0, 0, 0.6) 100%);
    content: "";
}

div.pc-ddpc .section-body {
    /*margin-left: -202px;*/
    /*margin-right: -202px;*/
    margin: unset!important;
}

div .pc-ddpc .section-body > .swiper-container {
    margin-left: 202px;
    margin-right: 202px;
}
.dining-detail-picture-carousel.pc-ddpc .section-body > .swiper-container{
    margin-left: 20.8rem!important;
    margin-right: 0!important;
    /*2023.2.16 by penghuzhen*/
    padding-top: 30px;
    /*2023.2.16 by penghuzhen end*/

}

/* 2023.03.20 pengchenglong add style */
@media (min-width: 1024px) and (max-width: 1600px) {
    .dining-detail-picture-carousel.pc-ddpc .section-body > .swiper-container{
        margin-left: 12.8rem!important;
        margin-right: 0!important;
        padding-top: 30px;
    }
}
@media (min-width: 1024px) and (max-width: 1024px) {
    .dining-detail-picture-carousel.pc-ddpc .section-body > .swiper-container{
        margin-left: 3.8rem!important;
        margin-right: 0!important;
        padding-top: 30px;
    }
}
/* 2023.03.20 pengchenglong end */

.dining-detail-picture-carousel.pc-ddpc div.swiper-button-prev,
.dining-detail-picture-carousel.pc-ddpc div.swiper-button-next {
    margin-top: -14px;
    background: url("../png/uicon-arrow-left.png") center / 59px no-repeat;
}
/*add by jay 20221228*/
.dining-detail-picture-carousel.pc-ddpc div.swiper-button-prev{
    width: 2.4rem;
    height: 4.6rem;
    left: 13rem;
    background-size: cover;
}
.dining-detail-picture-carousel .swiper-container-horizontal>.swiper-pagination-progressbar{
    width: calc(100% - 40rem);
    height: 0.1rem;
    left: 20rem;
    top: unset;
    bottom: 3.2rem;
    background: #E9E8E8;
}
.dining-detail-picture-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 0.4rem;
    top: -0.4rem;
    background: #BB1E5C;
}
/*fix by jay 20221228*/
.dining-detail-picture-carousel.pc-ddpc div.swiper-button-next {
    display: none;
    transform: scaleX(-1);
}

@media (max-width: 1024px) {
    div.ddpc {
        margin-top: 21px;
    }

    .ddpc div.section-title {
        font-size: inherit;
    }


    .ddpc div.ddpc-intro {/*fix by jay 20221228*/
        left: 1.4rem;
        right: 1.4rem;
        bottom: 1.1rem;
        z-index: 2;
        font-style: normal;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: 0;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    .ddpc div.section-body {
        /*2023.2.16 by penghuzhen*/
        margin-top: 24px;
        /*2023.2.16 by penghuzhen end*/
    }

    .ddpc-item::before {
        height: 8.8rem;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 15.79%, rgba(0, 0, 0, 0.3) 47.84%, rgba(0, 0, 0, 0.6) 100%);
        /*background-image: url("../images/uicon-image-overlay-m.png");*/
    }
    .dining-detail-picture-carousel .swiper-container-horizontal>.swiper-pagination-progressbar {
        width: calc(100% - 1.9rem);
        height: 0.1rem;
        left: 0;
        top: unset;
        bottom: 2rem;
        background: #E9E8E8;
    }
    .dining-detail-picture-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        height: 0.3rem;
        top: -0.3rem;
        background: #BB1E5C;
    }
    .dining-detail-picture-carousel {
        margin-top: 4.8rem !important;
    }
}

/* end of carousel */

/* chef */

div.pc-cd .section-title {
    font-size: inherit;
}

div.dining-offers .section-body {
    /*2023.2.16 by penghuzhen*/
    /*margin-top: 27px;*/
    margin-top: 30px;
    /*2023.2.16 by penghuzhen end*/
}

.pc-cd div.cd-item-banner {
    border-radius: 0;
}

.pc-cd div.cd-item-body {
    /*margin-left: 54px;*/
    margin-left: 60px;
    padding-top: 7.2%;
    padding-right: 0;
}
.pc-cd .restaurant-detail{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #CA0050;
}
.pc-cd .restaurant-detail:hover{
    text-decoration: none;
}
.restaurant-detail::after{
    width: 30px!important;
    height: 11px!important;
    background-image: url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/cta-arrow.svg")!important;
    background-size: cover!important;
    margin-left: 10px!important;
}
.cd .cd-expand-arrow::after{
    margin: 9px auto 4px!important;
}
.m-cd .cd-expand-arrow{
    font-style: normal;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 14px;
    /* identical to box height, or 96% */
    letter-spacing: 0.35px;
    color: #CA0050!important;
}
.pc-cd div.cd-item-title {
    height: unset!important;
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #1B1834;
    letter-spacing: 0.34px;
}

/* 20230423 pengchenglong add */
.pc-cd div.cd-item-title:lang(zh-tw),
.pc-cd div.cd-item-title:lang(zh-cn),
.pc-cd div.cd-item-title:lang(ko) {
    font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.pc-cd div.cd-item-title:lang(jp){
    font-family:times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
/* 20230423 pengchenglong end */

div.cd-item-sec-title{
    font-family: 'BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"';
}
div.cd-item-sec-title:lang(jp){
    font-family: times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.pc-cd div.cd-item-sec-title {
    margin-top: 12px;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    text-align: justify;
    letter-spacing: 0.35px;
    color: #BB1E5C;
}
/*2023.04.04 by huzhyen*/
.cd .cd-expand-arrow::after{
    position: absolute;
    content: "";
    top: 12.5px;
    left: 48%;
    width: 9px!important;
    height: 9px!important;
    border-top: 1.33px solid #CA0050;
    border-right: 1.33px solid #CA0050;
    transform: rotate(135deg);
    background-image: unset!important;
}
.cd .cd-expand-arrow::before{
    position: absolute;
    content: "";
    left: 48%;
    top: 15px;
    width: 9px!important;
    height: 9px!important;
    border-top: 1.33px solid #CA0050;
    border-right: 1.33px solid #CA0050;
    transform: rotate(135deg);
    background-image: unset!important;
}
/*2023.04.04 by huzhyen end*/
/*.cd-expand-arrow-icon{*/
/*    margin: 10px auto;*/
/*    display: block;*/
/*}*/
.pc-cd div.cd-item-desc {
    font-size: 14px;
    line-height: 1.571428571;
    letter-spacing: 0;
}

.cd-item-desc p {
    margin-bottom: 6px;
}

/*.cd-item-banner::after {*/
/*    display: block;*/
/*    height: 8px;*/
/*    width: 116%;*/
/*    background: url("../images/uicon-image-decoration.png") center / 100% 100% no-repeat;*/
/*    content: "";*/
/*}*/

@media (max-width: 1024px) {
    div.dining-offers .section-body {
        /*2023.2.16 by penghuzhen*/
        /*margin-top: 15px;*/
        margin-top: 2.4rem;
        /*2023.2.16 by penghuzhen end*/
    }

    .m-cd div.section-title {
        font-size: inherit;
    }

    .m-cd .cd-item-banner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cd-item-banner::after {
        height: 7px;
    }

    .m-cd div.cd-item-body {
        /*2023.2.16 by penghuzhen*/
        /*padding-top: 11px;*/
        padding-top: 16px;
        /*2023.2.16 by penghuzhen end*/
    }

    .m-cd div.cd-item-title {
        /*font-family: inherit;*/
        /*font-size: 17px;*/
        /*letter-spacing: 0;*/
        font-family: 'Times New Roman';
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 26px;
        /* identical to box height, or 137% */
        letter-spacing: 0.25px;
        /* PM Navy blue */
        color: #1B1834;
    }

    /* 20230423 pengchenglong add */
    .m-cd div.cd-item-title:lang(zh-tw),
    .m-cd div.cd-item-title:lang(zh-cn),
    .m-cd div.cd-item-title:lang(ko) {
        font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    }
    .m-cd div.cd-item-title:lang(jp){
        font-family:times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    }
    /* 20230423 pengchenglong end */

    .m-cd div.cd-item-sec-title {
        margin-top: 4px;
        /*font-size: 15px;*/
        /*letter-spacing: .38px;*/
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height, or 129% */
        text-align: justify;
        letter-spacing: 0.35px;
        color: #BB1E5C;
    }

    .m-cd div.cd-item-desc {
        margin-top: 14px;
        /*line-height: 1.571428571;*/
        /*text-align: left !important;*/
        /*letter-spacing: 0;*/
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        /* or 157% */
        color: #424B5A;
    }
}

/* end of chef */

/* offers */

div.pc-dpdo {
    margin-top: 68px;
    margin-bottom: 41px;
}

.pc-dpdo div.section-title {
    font-size: inherit;
}

.pc-dpdo div.dpdo-item {
    overflow: visible;
    position: relative;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
    border-radius: 0px 0px 66px 0px;
    background-color: #F7F7F7;
    display: flex;
}

.pc-dpdo div.dpdo-item-body {
    /*padding-top: 41px;*/
    /*padding-bottom: 66px;*/
    /*padding-left: 36px;*/
    /*padding-right: 11%;*/
    /*width: 66.5%;*/
}

.pc-dpdo div.dpdo-item-title {
    height: auto;
    font-family: Times New Roman;
    font-style: normal;
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
    color: #1B1834;
}

.pc-dpdo div.dpdo-item-desc {
    margin-top: 12px;
    margin-bottom: 14px;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}
.pc-dpdo div.dpdo-item-desc:lang(jp) {
    font-family: times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.pc-dpdo div.dpdo-item-time-label,
.pc-dpdo div.dpdo-item-price-label,
.pc-dpdo div.dpdo-item-menu-label,
.pc-dpdo div.dpdo-item-time,
.pc-dpdo div.dpdo-item-price,
.pc-dpdo div.dpdo-item-menu{
    font-size: 14px;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    line-height: 24px;
    letter-spacing: .38px;
    margin-bottom: 4px;
}
.pc-dpdo div.dpdo-item-time-label:lang(jp),
.pc-dpdo div.dpdo-item-price-label:lang(jp),
.pc-dpdo div.dpdo-item-menu-label:lang(jp),
.pc-dpdo div.dpdo-item-time:lang(jp),
.pc-dpdo div.dpdo-item-price:lang(jp),
.pc-dpdo div.dpdo-item-menu:lang(jp){
    font-family: times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.pc-dpdo div.dpdo-item-banner {
    /*width: calc(33.5% - 6px);*/
    width: 37%;
    /*2023.2.18 by penghuzhen*/
    /*height:402px;*/
    /*2023.2.18 by penghuzhen end*/
}
.pc-dpdo a.dpdo-item-btn {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-top: 38px;
    /*right: 39px;*/
    /*bottom: 22px;*/
}
.pc-dpdo a.dpdo-item-btn:lang(jp) {
    font-family: times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}


.pc-dpdo a.dpdo-item-btn::after {
    margin-top: 4px;
    margin-left: 10px;
    width: 30px;
    height: 10px;
    vertical-align: baseline;
    background: url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/cta-arrow.svg") center / 100% no-repeat;
}

.dpdo-item-banner::before {
    position: absolute;
    top: -21px;
    left: -21px;
    width: 76px;
    height: 76px;
    /*background: url("../images/uicon-image-decoration-2.svg") center / 100% no-repeat;*/
    content: "";
}

div.pc-dpdo .section-body {
    /*margin-left: -172px;*/
    /*margin-right: -172px;*/
}

div .pc-dpdo .section-body > .swiper-container {
    /*margin-left: 172px;*/
    /*margin-right: 172px;*/
}

.dining-offers.dpdo.pc-dpdo div.swiper-button-prev,
.dining-offers.dpdo.pc-dpdo div.swiper-button-next {
    width: 24px;
    height: 46px;
    margin-top: -56px;
    background: url("../png/uicon-arrow-left.png") center no-repeat;
    background-size: cover;
}

.dining-offers.dpdo.pc-dpdo div.swiper-button-next {
    transform: scaleX(-1);
}

@media (max-width: 1024px) {
    div.m-dpdo {
        margin-top: 4.8rem;
    }

    .m-dpdo div.section-title {
        font-size: inherit;
    }

    .m-dpdo div.dpdo-item-banner {
        overflow: visible;
        position: relative;
        border-radius: 0;
    }

    .m-dpdo div.dpdo-item-title {
        font-family: inherit;
        font-size: 19px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0;
    }

    .m-dpdo div.dpdo-item-desc {
        padding-top: 14px;
        padding-bottom: 12px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .m-dpdo div.dpdo-item {
        margin: 1px 19px 0;
        /*2023.2.16 by penghuzhen*/
        /*border-radius: 0;*/
        border-radius: 0px 0px 66px 0px;
        /*2023.2.16 by penghuzhen end*/
    }

    .dpdo-item-banner::before {
        background-position: top 8px left 8px;
        background-size: 45px;
    }

    .m-dpdo div.dpdo-item-body {
        padding: 21px 14px 36px;
    }

    .m-dpdo .dpdo-item-time-ctn,
    .m-dpdo .dpdo-item-price-ctn,
    .m-dpdo .dpdo-item-menu-ctn{
        line-height: 18px;
        letter-spacing: 0;
        /*2023.2.16 by penghuzhen*/
        margin-bottom: 0.6rem;
        /*2023.2.16 by penghuzhen end*/
    }

    .m-dpdo .dpdo-item-time-ctn p,
    .m-dpdo .dpdo-item-price-ctn p,
    .m-dpdo .dpdo-item-menu-ctn p{
        margin-bottom: 5px;
    }

    .m-dpdo a.dpdo-item-btn {
        display: block;
        float: none;
        margin-top: 24px;
        font-weight: 600;
        text-align: left;
        color: #CA0050;
    }

    .m-dpdo a.dpdo-item-btn::after {
        margin-left: 9px;
        width: 30px;
        height: 10px;
        background: url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/cta-arrow.svg") center / 100% no-repeat;
    }

    .m-dpdo .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .m-dpdo .swiper-container-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet {
        margin: 0 5px;
    }

    .m-dpdo .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 23px;
    }

    .m-dpdo div.swiper-container,
    .m-dpdo div.swiper-container.no-pagination {
        margin-bottom: 0;
        padding-bottom: 45px;
    }
}

/* end of offers */

/* gallery */
.gallery-Kve {
    margin-top: 68px;
    margin-bottom: 48px;
}
.gallery-Kve div.pc-items {
    margin-top: 28px;
    padding-bottom: 11px;
    max-width: unset;
}
@media (min-width: 1025px) {
    .gallery-Kve div.pc-items {
        /*width: calc(100% - 41.6rem);*/
        max-width: 1199px;
    }
}

.gallery-Kve .pc-items .item div.pic-container {
    border-radius: 0;
}

.gallery-Kve .pc-items .item .pic-container div.mask::after {
    background-image: url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/vid-play.svg");
    background-size: 8rem;
}
.gallery-Kve .image-card-container .image-card .mask::after{
        background: url(https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/vid-play.svg) center/100% no-repeat!important;
}
@media (max-width: 1024px) {
    .gallery-Kve div.mobile-items {
        margin-top: 16px;
    }

    .gallery-Kve {
        margin-bottom: 24px;
        margin-top: 4.8rem;
    }
    .gallery-Kve .pc-items .item .pic-container div.mask::after{
        width: 48px;
        height: 48px;
        background-size: cover;
    }
    .gallery-Kve .mobile-items .item .pic-container .mask::after{
        background: url(https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/vid-play.svg) center/100% no-repeat!important;
    }
    .gallery-Kve .swiper-pagination-bullets .swiper-pagination-bullet-active{
        background: #BE6A8B!important;
    }
}

/* end of gallery */

/* back to home */

.back-to-home {
    margin-left: auto;
    margin-right: auto;
    max-width: 1199px;
}

@media (max-width: 1024px) {
    .back-to-home {
        max-width: calc(100% - 36px);
    }
}

/* same with custom-3.css */

/* should modify both to avoid inconsistency */

.back-to-home {
    padding-bottom: 23px;
    pointer-events: none;
}

.back-to-home hr {
    position: relative;
    margin-top: 31px;
    border: none;
    padding-top: .9259259%;
    margin-bottom: 5px;
    height: 0.5px;
    border-top:1px solid #D6D6D6 !important;
}

.back-to-home hr::after {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*!*background: url("../images/uicon-divider.svg") center / 100% no-repeat;*!*/
    /*content: "";*/
}

.back-to-home hr + div {
    pointer-events: auto;
}

.back-to-home a {
    position: relative;
    left: -6px;
    font-size: 14px;
    line-height: 18px;
    color: #424b5a;
    margin-bottom: 24px;
}

.back-to-home a::before {
    position: absolute;
    top: 0;
    left: -1px;
    width: 17px;
    height: 16px;
    background: #fff;
    content: "";
}

.back-to-home a::after {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 10px;
    height: 9px;
    background: url("../svg/uicon-arrow-left-double.svg") center / 100% no-repeat;
    content: "";
}

@media (max-width: 1024px) {
    .back-to-home {
        padding-bottom: 21px;
    }

    .back-to-home hr {
        margin-bottom: 10px;
        padding-top: 1.769911504%;
    }

    .back-to-home hr::after {
        background-image: url("../svg/uicon-divider-m.svg");
    }

    .back-to-home a {
        left: -3px;
        font-size: 12px;
        letter-spacing: .17px;
    }

    .back-to-home a::after {
        top: 2px;
        left: 3px;
    }
}

/* end of same with custom-3.css */

/* end of back to home */

/* popup */

.dining-detail-modal div.modal-body {
    padding: 31px 41px;
}

.dining-detail-modal .content div.name {
    font-family: inherit;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
}
.dining-detail-modal .content div.subtitle {
    margin-top: 2px;
    margin-left: 16px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .5px;
    color:#BB1E5C;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    line-height: 26px;
}
.dining-detail-modal .content div.subtitle:lang(jp) {
    font-family: times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}


.dining-detail-modal .content div.scroll {
    margin-top: 24px;
}

.dining-detail-modal .content div.location {
    width: 21px;
    background-size: 25px;
    background-image:url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/fnb-location.svg");
    flex-shrink: 1;
}

.dining-detail-modal .content div.block-title {
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
}

.dining-detail-modal .content .section div.text {
    width: calc(100% - 28px);
    line-height: 1.571428571;
}

.dining-detail-modal .content .section div.text.text-v2 {
    font-size: 14px;
    line-height: 1.571428571;
}

[id="diningDetailsModal"] p {
    line-height: 1.571428571;
}

.dining-detail-modal .content div.navigation-container {
    margin-top: 15px;
}

.dining-detail-modal .content .navigation-container div.navigation {
    /*margin-top: -2px;*/
    margin-right: 7px;
    width: 15px;
    height: 22px;
    vertical-align: top;
    background-size: 20px;
    background-image:url(https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/app-map.svg);
}
.dining-detail-modal .dining_email{
    color: #CA0050;
    text-decoration: underline;
}
.dining-detail-modal .content .navigation-container a.navigation-text {
    font-size: 16px;
    font-weight: 500;
    color: #CA0050;
}

.dining-detail-modal .content .navigation-container a.navigation-text::after {
    width: 10px;
    height: 10px;
    margin-left: 11px;
    background: center no-repeat;
    background-image: url(https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/expand-text.svg);
    background-size: auto;
    transform: rotate(-90deg);
    margin-bottom: 1px
    /*display: none;*/
}

.dining-detail-modal .content div.contact {
    width: 21px;
    background-position: bottom left;
    background-size: 20px;
    background-image:url(https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/fnb-contact.svg);
    flex-shrink: 1;
}

.dining-detail-modal .content div.section.padding-left {
    padding-left: 43px;
    display: flex;
}

.dining-detail-modal .content div.section.padding-right {
    padding-right: 43px;
    display: flex;
}

.dining-detail-modal .content div.time {
    width: 21px;
    background-position: bottom 1px left;
    background-size: 22px;
    background-image:url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/fnb-hours.svg");
    flex-shrink: 1;
}

.dining-detail-modal .content div.board {
    width: 21px;
    background-position: bottom 3px left;
    background-size:22px;
    background-image:url(https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/fnb-menu.svg);
    flex-shrink: 1;
}

.dining-detail-modal .content .section .text div.golden {
    margin-bottom: 7px;
    font-weight: 500;
    color:#CA0050;
}

.dining-detail-modal .content .section .text a.menu-link {
    border-color: #CA0050;
    font-weight: normal;
}

.dining-detail-modal button.modal-close {
    top: 26px;
    right: 27px;
    background-size: 16px;
}

.dining-detail-modal .content div.flex {
    display: flex;
    border-radius: 3px;
    padding: 16px 0 14px;
}

.emember {
    padding: 17px 41px 12px;
    width: 50%;
}

.emember:nth-child(2) {
    border-left: 1px dashed #c3a86f;
}

.emember-title {
    margin-top: 1px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.emember-content {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.571428571;
    letter-spacing: .38px;
}

.contact-popup__member__body {
    display: flex;
}

.contact-popup__member__image__container {
    flex-shrink: 0;
    max-width: 41.66666667%;
}

.contact-popup__member__content {
    flex-grow: 1;
    margin-left: 30px;
}

.contact-popup__member__title {
    margin-top: 0;
    margin-bottom: 0;
}

.dining-detail-modal .content .dashed .dashed-content {
    padding-bottom: 14px;
}

@media (max-width: 1023px) {
    .dining-detail-modal div.modal-dialog {
        width: calc(100% - 35px);
    }

    .dining-detail-modal div.modal-content {
        border-radius: 3px;
    }

    .dining-detail-modal div.modal-body {
        padding: 21px 20px 24px;
    }

    .dining-detail-modal button.modal-close {
        top: 19px;
        right: 18px;
        background-size: 14px;
    }

    .dining-detail-modal .content div.name {
        font-size: 20px;
    }

    .dining-detail-modal .content div.subtitle {
        margin-top: 1px;
        margin-left: 0;
        font-size: 15px;
        /*2023.2.16 by penghuzhen*/
        color: #BB1E5C;
        /*2023.2.16 by penghuzhen ned*/
    }

    .dining-detail-modal .content div.scroll {
        margin-top: 12px;
        overflow-x: hidden;
    }

    .dining-detail-modal .content div.scroll-inner {
        margin-top: -11px;
    }

    .dining-detail-modal .content div.block-title {
        font-size: 17px;
        line-height: 20px;
    }

    .dining-detail-modal .content div.section {
        padding-top: 16px;
        padding-bottom: 17px;
    }

    .dining-detail-modal .content div.location {
        /*2023.04.26 by huzhen*/
        width: 10px;
        height: 13px;
        background-size: cover;
        margin-top: 4px;
        /*2023.04.26 by huzhen end*/
    }

    .dining-detail-modal .content div.contact {
        /*2023.04.26 by huzhen*/
        width: 13px;
        height: 13px;
        background-size: cover;
        margin-top: 4px;
        /*2023.04.26 by huzhen end*/
    }

    .dining-detail-modal .location-content {
        margin-top: 6px;
    }

    .dining-detail-modal .location-content p:last-child {
        margin-bottom: 0;
    }

    .dining-detail-modal .content .navigation-container div.navigation {
        margin-right: 2px;
        width: 15px;
        background-size: 13px;
    }

    .dining-detail-modal .content .navigation-container a.navigation-text {
        font-size: 14px;
        letter-spacing: .11px;
    }

    .dining-detail-modal .content div.navigation-container {
        margin-top: 8px;
    }

    .dining-detail-modal .contact-content {
        margin-top: 6px;
    }

    .dining-detail-modal .content div.section.padding-left {
        padding-left: 0;
    }

    .dining-detail-modal .content div.section.padding-right {
        padding-right: 0;
    }

    .dining-detail-modal .content div.time {
        /*2023.04.26 by huzhen*/
        width: 13px;
        height: 13px;
        background-size: cover;
        margin-top: 5px;
        /*2023.04.26 by huzhen end*/
    }

    .dining-detail-modal .content .section .text div.golden {
        margin-top: 12px;
        margin-bottom: 2px;
        font-size: 14px;
    }

    .dining-detail-modal .content .section .text div.golden:nth-child(2) {
        margin-top: 9px;
    }

    .dining-detail-modal .content div.board {
        /*2023.04.26 by huzhen*/
        width: 11px;
        height: 13px;
        background-size: cover;
        margin-top: 5px;
        /*2023.04.26 by huzhen end*/
    }

    .dining-detail-modal .content .section .text a.menu-link {
        margin-bottom: 4px;
        line-height: 24px;
    }

    .dining-detail-modal div.menu-content {
        margin-top: 4px;
    }

    .dining-detail-modal .content div.dashed {
        display: block;
        margin-top: 4px;
        padding: 0 13px 4px;
    }

    .emember {
        padding: 23px 0 20px;
        width: 100%;
        text-align: center;
    }

    .emember:not(:first-child) {
        border-top: 1px dashed #c3a86f;
        border-left: none;
    }

    .emember-image {
        margin: 0 auto;
        max-width: 95px;
    }

    .emember-title {
        margin-top: 11px;
        font-size: 15px;
    }

    .emember-content {
        margin-top: 5px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .contact-popup__member__body__container {
        margin-left: -13px;
        margin-right: -13px;
    }

    .contact-popup__member__body {
        display: block;
    }

    .contact-popup__member__image__container {
        max-width: 100%;
    }

    .contact-popup__member__title {
        margin-top: 22px;
        margin-bottom: 10px;
    }

    .contact-popup__member__content {
        margin-left: 0;
        margin-bottom: 0;
    }
}

/* end of popup */

/* 2020.09 reverse IR-427 and fix mobile */
/* breadcrumb */

.js_sn_links {
    font-size: 0;
}

.js_sn_links > * {
    font-size: 14px;
    letter-spacing: .2px;
    color: #424b5a;
    opacity: .65;
}

.js_sn_links > a {
    position: relative;
    margin-right: 21px;
    text-decoration: none;
}

.js_sn_links > a::after {
    position: absolute;
    /*top: 4px;*/
    top: calc(50% - 4px);
    right: -14px;
    width: 10px;
    height: 10px;
    background: url("https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/bnav-arrow.svg") center / 100% no-repeat;
    background-size: cover;
    content: "";
}

.js_sn_links > span {
    opacity: 1;
}

.navs-shortcut {
    /*margin-top: 24px;*/
    width: 100%;
    margin-top: 31px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 3px;

}
.main-section-wrap{
    padding-top: 17px;
    position: relative;
}
/* 2023.03.20 pengchenglong add annotation */
/*.main-section-wrap:before{*/
/*    content: '';*/
/*    width: calc(100% - 30px);*/
/*    height: 1px;*/
/*    background: #D6D6D6;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 15px;*/
/*}*/
/* 2023.03.20 pengchenglong end */
.tit_content{
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    /* identical to box height, or 133% */
    text-align: center;
    letter-spacing: 0.4px;
    /* PM Navy blue */
    color: #1B1834;
}
@media (max-width: 1024px) {
    .js_sn_links > * {
        font-size: 12px;
    }

    .navs-shortcut {
        margin-top: 16px;
    }

    .js_sn_links > a::after {
        top: 3px;
        /* background-size: 7px; */
        right: -14px;
        width: 7px;
    }

    .js_sn_links > a {
        margin-right: 21px;
    }
}
@media (max-width: 767px) {
    .tit_content{
        font-size: 2.4rem;
        line-height: 3rem;
    }
    div.intro-title{
            margin-top: 32px;
        }
}

/* end of breadcrumb */

/* back to home */
@media (max-width: 1024px) {
    /* breadcrumb */

    div.bread-crumb-ctn.dining-detail-breadcrumb {
        /*display: block;*/
        display: none;
        margin-top: 17px;
        max-width: calc(100% - 35px);
    }

    .dining-detail-breadcrumb .bread-crumb {
        font-size: 12px;
    }

    .dining-detail-breadcrumb .breadcrumb-split {
        margin-left: 1px !important;
        margin-right: 0 !important;
        background-position: bottom 6px center;
    }

    /* bottom breadcrumb */

    div.bread-crumb-ctn.breadcrumb-v2 {
        display: none;
    }

    /* end of bottom breadcrumb */

    /* end of breadcrumb */
}
@media (min-width: 1025px) and (max-width: 1660px){
    div.intro {
        width: calc(100% - 26rem);
    }
    .intro div.order-info {
        padding-top: 28px;
        margin-top: 5px;
        border-radius: 0;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 24px;
        letter-spacing: .2px;
        margin-left: 82px;
    }
    div.pc-intro .order-btn{
        padding: 11px;
    }
    .dining_shortcut .main-section-wrap {
        width: calc(100% - 21.5rem);
    }
}
/* end of 2020.09 reverse IR-427 and fix mobile */

/* 2020.11 fix top nav */

.u-main {
    margin-top: 0 !important;
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
}
.u-main:lang(jp) {
    font-family: times new roman, 'ヒラギノ明朝 ProN W3',HiraMinProN-W3,'Noto Serif SC', '\5b8b\4f53', Simsun, serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
}

/* end of 2020.11 fix top nav */



/* dining-gallery by ki 20221229 begin */
.gallery-Kve .pc-items .item-container {
  padding: 0 10px !important;
}
.gallery-Kve .modal-close{
   background: url(https://assets.sandsresortsmacao.cn/content/parisianmacao/icons/close-w.svg) center/100% no-repeat!important;
}
/* dining-gallery by ki 20221229 end */

/*2023.2.16 by penghuzhen */
.gallery-Kve .pc-items .item-container{
    margin-bottom: 20px !important;
}
/*2023.2.16 by penghuzhen end*/

.m-cd .cd-item-desc {
    letter-spacing: 0 !important;
}

/* 2023.03.20 pengchenglong add breadcrumb style */
.navs-shortcut .main-section-wrap {
    border-top: .5px solid #d6d6d6;
    padding-bottom: 18px;
    padding-top: 16.5px !important;
}
@media (max-width: 767px) {
    .navs-shortcut .main-section-wrap {
        padding-bottom: 12px;
    }
    .cd-expand-arrow{
        height:36px;
    }
}
/* 2023.03.20 pengchenglong end */

/* 20230428 pengchenglong add style IS-468 */
.dining-tmpl .bread-crumb-ctn {
    margin-top: 60px !important;
}
/* 20230428 pengchenglong end */

/* 20230428 pengchenglong add style IS-466 */
@media (min-width: 1024px) {
    .dining-detail-modal .content .location,.time,.board,.contact {
        margin-right: 11px !important;
    }
}
/* 20230428 pengchenglong end */
/* 20230428 pengchenglong add style IS-467 */
@media (max-width: 767px) {
    .dining-detail-modal .content div.location,
    .dining-detail-modal .content div.time,
    .dining-detail-modal .content div.board,
    .dining-detail-modal .content div.contact {
        margin-right: 8px ;
    }

    .dining-detail-modal .content div.location,
    .dining-detail-modal .content div.time,
    .dining-detail-modal .content div.board,
    .dining-detail-modal .content div.contact {
        width: 16px;
        height: 16px;
        margin-top: 2px;
    }
}
.m-intro .order-btn-new::before{
    display: none!important;
}
.order-email-value {
        color: #CA0050;
        text-decoration: underline #CA0050;
}
/* 20230428 pengchenglong end */
@media(max-width: 1024px){
    .m-intro .order-btn-new::before{
        display: none!important;
}
    .order-phone-number, .order-email {
        display: flex;
        /* font-family: 'SF Pro Display'; */
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #424B5A;
        line-height: 20px;
        margin-left: 12px;
}
    .m-intro .order-btn{
        box-sizing: border-box;
        border-radius: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        min-width: auto;
        height: 42px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        display: block;
        text-align: center;
        text-align-last: center;
        white-space: nowrap;
        color: #fff;
        background-color: #CA0050;
        outline: none;
        cursor: pointer;
        /*font-family: 'SF Pro Display';*/
        margin-bottom: 15px;
    }
    .order-btn-new{
        color: #CA0050!important;
        background-color: #fff!important;
    }
    .m-intro .order-btn-new::before{
        display: none!important;
    }
    .m-intro .order-on-btn{
        box-sizing: border-box;
        border-radius: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        min-width: auto;
        height: 42px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        display: block;
        text-align: center;
        text-align-last: center;
        white-space: nowrap;
        color: #CA0050;
        outline: none;
        cursor: pointer;
        /*font-family: 'SF Pro Display';*/
        margin-bottom: 15px;
    }
    .m-intro .order-btn::before{
        margin-right: 10px;
        display: inline-block;
        content: ' ';
        width: 26px;
        height: 26px;
        background: url("https://assets.sandsresortsmacao.cn/content/venetianmacao/icons/dining-booking_w.svg") no-repeat 0 0/26px 26px;
        vertical-align: top;
    }
    .intro div.order-info{
        margin-top: 24px;
        border: 1px solid #E6E6E6;
        border-radius: 4px;
        padding: 18px 20px;
        text-align: left;
        text-align-last: left;
        letter-spacing: unset;
    }
    .ddpc .swiper-container{
        margin-bottom: unset!important;
    }
}
@media (min-width: 1025px) {
    .intro div.order-info {
        min-width: 401px;
    }
}