﻿
/*  -----------------------------------------
    Rolex Menu Start
----------------------------------------------*/

#PageContent a:focus-visible {
    outline: none !important;
}
    #PageContent a:focus-visible > div {
        outline: 2px solid #127749 !important;
   
    }

.KeepExploringSection .owl-item .item:focus-within {
    outline: 2px solid #127749;
    
}


.rolex-top-menu-div {
    background: linear-gradient(90deg, #0b3e27, #197149);
    min-height: 110px;
    /*    align-content: center;*/
}

.rolex-rcpo-menu-div {
    min-height: 100px;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.rolex-rcpo-menu {
    height: 100%;
    background: #000;
}



@media (min-width: 1200px) {
    .rolex-rcpo-menu {
        padding: 0 8%;
    }

    .rolex-rcpo-menu .menu1 {
        display: flex;
        justify-content: space-between;
/*        border-bottom: 1px solid #ececec;*/
    }
}


.navBarRolexLogo img {
    max-height: 60px;
}

.rolex-top-menu {
    padding: 0 8%;
}

    .rolex-top-menu .menu1 a:hover {
        color: #9BF9CE;
        transition: color 300ms;
    }

.rolex-rcpo-menu .menu1 a:hover {
    color: #9BF9CE;
    transition: color 300ms;
}



.rolex-top-menu .menu1 a.rlx-active {
    color: #9BF9CE !important;
}


.rolex-rcpo-menu .menu1 a.rlx-active {
    color: #9BF9CE !important;
}


.rolex-top-menu .menu1 ul,
.rolex-rcpo-menu .menu1 ul {
    padding: 0;
    margin: auto 0 !important;
}

.rolex-top-menu .menu1 li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
/*    outline: none;*/
    color: #FFF;
    font-weight: 400;
    flex: 1;
    margin-right: 2.5vw;
}


.rolex-rcpo-menu .menu1 li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    outline: none;
    color: #FFF;
    font-weight: 400;
    flex: 1;
    margin-right: 2.5vw;
}


    .rolex-top-menu .menu1 li:last-child,
    .rolex-rcpo-menu .menu1 li:last-child {
        margin-right: 0;
    }




.rolex-top-menu .menu1 a {
    color: #FFF;
    display: block;
    text-decoration: none;
    line-height: 40px;
}

.rolex-rcpo-menu .menu1 a {
    display: block;
    text-decoration: none;
    line-height: 40px;
    color: #212121;
}

.rolex-top-menu .menu1 .nav-link {
    transition: all 0s ease 0s;
    padding: 0 !important;
    color: #FFF;
}

    .rolex-top-menu .menu1 .nav-link:focus-visible {
        outline: 2px solid #9bf9ce;
    }


.rolex-rcpo-menu .menu1 .nav-link {
    transition: all 0s ease 0s;
    padding: 0;
    color: #fff;
}

.rolexCenter img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 1199px) {

    .rolex-top-menu-div, .rolex-rcpo-menu-div {
        min-height: 100px;
    }

    .rolex-top-menu .menu1 ul {
        display: grid;
        gap: 35px;
    }

    .rolex-rcpo-menu .menu1 ul {
        display: grid;
        gap: 35px;
        text-align: center;
        padding: 0 4%;
    }


    .rolex-top-menu .menu1 li, .rolex-rcpo-menu .menu1 li {
        margin-right: 0;
    }

    .rolex-top-menu .menu1 a, .rolex-rcpo-menu .menu1 a {
        line-height: normal;
    }

    .rolex-rcpo-menu .menu1 li:first-child,
    .rolex-top-menu .menu1 li:first-child {
        padding-top: 40px;
    }

    .rolex-rcpo-menu .menu1 li:last-child,
    .rolex-top-menu .menu1 li:last-child {
        padding-bottom: 40px;
    }

    .rolex-rcpo-menu .menu1 li {
/*        padding-top: 20px;
        padding-bottom: 20px;*/
        text-align: left;
    }

    .rolex-rcpo-menu {
        padding: 0 16px;
    }
}





.rolex-headline-h2-thin {
    font-weight: 300;
}
/*  ----------------------------------------------------
    Rolex Menu End
   ----------------------------------------------------*/

.rolex-section-1 {
    width: 65%;
    margin: 0 auto;
}

.rolex-section-S {
    max-width: 50vw;
    margin: 0 auto;
}

.rolex-section-M {
    max-width: 80vw;
    margin: 0 auto;
}

.rolex-watch-grid {
    background-color: #F4EFEA;
}
/*  ----------------------------------------------------
    Rolex Section A
   ----------------------------------------------------*/
.rolex-section-groupA {
    text-align: center;
    margin: 0;
    width: 65%;
    margin: 0 auto;
    /*    padding-bottom: 20px;*/
    padding-top: 40px;
}

    .rolex-section-groupA h2 {
        margin-top: 20px;
        margin-bottom: 0px
    }

    .rolex-section-groupA h1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .rolex-section-groupA hgroup {
        position: relative;
        margin-bottom: 35px;
        flex-direction: column-reverse;
        display: flex;
        box-sizing: inherit;
        padding: 0px 0px 20px 0px;
    }

.RolexHeadline1 {
    display: inline-block;
    text-rendering: optimizeLegibility;
    color: #452C1E;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}

.RolexHeadline2 {
    font-size: 20px;
    color: #452C1E;
}

@media (max-width: 991px) {
    .RolexHeadline1 {
        font-size: 30px;
        padding-bottom: 25px;
    }

    .RolexHeadline2 {
        font-size: 18px;
    }
}




.RolexHeadline-intro {
    padding-top: 90px;
    padding-bottom: 90px;
}

.RolexHeadline-intro-pt {
    padding-top: 90px;
}

.RolexHeadline-intro-pb {
    padding-bottom: 90px;
}

.RolexHeadline-intro-pc {
    padding-top: 90px;
    padding-bottom: 90px;
}


@media (max-width: 767px) {
    .RolexHeadline-intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .RolexHeadline-intro-pt {
        padding-top: 60px;
    }

    .RolexHeadline-intro-pb {
        padding-bottom: 60px;
    }

    .RolexHeadline-intro-pc {
        padding-top: 0;
        padding-bottom: 0;
    }
}



.rolex-section-groupA div {
    width: 65%;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
}


.RolexSubHeader {
    line-height: 1.2em !important;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    letter-spacing: .05em;
    color: #767676;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .RolexSubHeader {
        padding: 0px;
        font-size: 14px;
    }
}

.zh .RolexSubHeader {
    text-transform: uppercase;
}

.rolex-section-groupA p {
    top: 20px;
    color: #767676;
    line-height: 24px;
    font-size: 14px;
}


.rolex-section-groupA hr {
    height: 2px;
    background-color: #212121;
    width: 60px;
}




.rolex-section-groupA img {
    max-width: 100%;
}


@media (max-width: 767px) {
    .rolex-section-groupA {
        width: 90%;
    }

    .rolex-section-1 {
        width: 100%;
    }

    .rolex-section-S {
        max-width: 100%;
    }

    .rolex-section-M {
        max-width: 100%;
    }
}


@media (max-width: 767px) {


    .rolex-section-groupA div {
        width: 90%;
    }

    .zh .rolex-section-groupA div {
        width: 90%;
    }
}
/*  ----------------------------------------------------
    Rolex Section A End
   ----------------------------------------------------*/

.FilterCategory {
    padding: 10px 0;
    border-top: 1px solid #d4d4d4;
    color: #452C1E;
}
/*--------------------------------------
         button Start
--------------------------------------*/
.rolex-button-green {
    border: 1px solid #127749 !important;
    display: inline-block;
    line-height: 44px;
    padding: 0px 30px !important;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    background: #127749;
    color: #fff !important;
    border-radius: 30px;
    transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, fill 0.3s ease 0s;
}

    .rolex-button-green:empty {
        display: none;
    }


    .rolex-button-green:hover, .in-bag {
        background-color: white;
        color: #127749 !important;
        background: white !important;
    }



.rolex-button-green-outline {
    text-decoration: none;
    cursor: pointer;
    /*        font-size: 11px;*/
    text-decoration: none;
    color: #127749 !important;
    transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, fill 0.3s ease 0s;
    padding: 0px 30px;
    border-radius: 30px;
    border: 1px solid #127749 !important;
    display: inline-block;
    height: 44px;
    align-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.rcpo-button-light {
    display: flex;
    text-decoration: none;
    cursor: pointer;
    background: #D4D4D44D; /*     8  Hex format*/
    color: #452C1E;
    height: 44px;
    transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, fill 0.3s ease 0s;
    padding: 0px 30px !important;
    border-radius: 30px !important;
    align-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

    .rcpo-button-light:hover {
        background: #D4D4D426; /* 26 ≈ 15% 不透明 */
    }

@media (max-width: 767px) {
    .rolex-button-green-outline {
        display: block;
        padding: 0px 20px;
    }
    .FilterCategory {
        padding: 0;
    }

        .FilterCategory .collapse {
            padding-bottom: 10px;
        }
}



.rolex-button-green-outline:hover {
    /*        font-size: 11px;*/
    color: white !important;
    background-color: #127749 !important;
}


.rolex-button-green-outline .icon_repeat {
    color: #127749 !important;
}

.rolex-button-green-outline:hover .icon_repeat {
    /*        font-size: 11px;*/
    color: white !important;
}


@media (max-width: 767px) {
    .rolex-button-green-outline,
    .rolex-button-green-outline .icon_repeat {
        border: 0;
        background: white !important;
        color: #127749 !important;
    }

        .rolex-button-green-outline:hover,
        .rolex-button-green-outline:hover .icon_repeat {
            color: #127749 !important;
            background-color: white !important;
        }
}



.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}




/*
.ow-btn-submit{border:1px solid #212121;background:#212121;color:#e6e6e6}
.ow-btn-submit:hover{background-color:#fff;color:#212121}
*/
.rolex-btnSendMsg {
    border: 1px solid #127749 !important;
    background: #127749 !important;
    color: #fff !important;
    border-radius: 30px !important;
}

    .rolex-btnSendMsg:hover {
        background-color: #fff !important;
        color: #127749 !important;
    }



.rolex-btnContact {
}


    .rolex-btnContact::after {
        color: red;
    }

/*--------------------------------------
         button End
--------------------------------------*/








/* -----------------------------------------------
    image Categloy
------------------------------------------------- */



.rolex-item {
    /*    border-radius: 2px;*/
    /*    color: #767676;*/

    text-decoration: none !important;
}

    .rolex-item:hover {
        /*        color: #7a6843;*/
        text-decoration: none !important;
    }


.rolex-item-title {
    text-transform: uppercase;
    color: #212121;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .6px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    display: block;
    text-decoration: none !important;
}

    .rolex-item-title:hover {
        color: #7a6843;
        text-decoration: none !important;
    }

.rolex-item-title-nonup {
    color: #212121;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .6px;
    line-height: 17px;
    text-align: center;
    margin: 0px;
    display: block;
    padding-top: 10px;
    text-decoration: none !important;
}

    .rolex-item-title-nonup:hover {
        color: #7a6843;
        text-decoration: none !important;
    }

.rolex-item-subtitle {
    color: #212121;
    font-size: 13px;
    text-align: center;
    text-size-adjust: 100%;
    text-decoration: none;
}

    .rolex-item-subtitle:hover {
        text-decoration: none !important;
    }

@media (max-width: 767px) {
    .rolex-item-subtitle {
        font-size: 10px;
    }
}

.rolex-item-subtitle2 {
    color: #767676;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    text-size-adjust: 100%;
}

    .rolex-item-subtitle2:hover {
        color: #7a6843;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .rolex-item-subtitle2 {
        font-size: 8px;
    }
}


/* -----------------------------------------------
    End image Categloy
------------------------------------------------- */


/* -----------------------------------------------
    Rolex Footer Start
------------------------------------------------- */

.rlx-site-nav__logo {
    width: auto;
    height: 40px;
}

.rlx-site-nav__logo2 {
    height: 50px;
}

.Rolex_logoSVG {
    display: block;
    height: 160px;
}

.Rolex_BTT {
    height: 80px;
}

@media screen and (max-width:767px) {
    .Rolex_logoSVG {
        height: 120px;
    }

    .rlx-site-nav__logo {
        height: 32px;
    }


    .rlx-site-nav__logo2 {
        height: 40px;
    }

    .Rolex_BTT {
        height: 60px;
    }
}

.footer_menu {
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(90deg, #0b3e27, #197149);
}

.rcpo_footer_menu {
    margin: 0 auto;
    text-align: center;
    background:  #000;
}

.footer_menu2 {
    margin: 0 auto;
    text-align: center;
}

    .footer_menu nav,
    .footer_menu2 nav {
        margin: 20px 0 30px;
        border: solid #e6e6e6;
        border-width: 1px 0
    }

    .footer_menu ul,
    .footer_menu2 ul {
        margin: 0;
        padding: 0
    }

    .footer_menu li,
    .footer_menu2 li {
        list-style: none;
        display: inline-block;
        font-size: 14px;
    }

.footer_menu a {
    display: inline-block;
    color: #767676;
    text-decoration: none;
}

.footer_menu2 a {
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    color: #767676;
    text-decoration: none;
}

    .footer_menu2 a:hover {
        color: #127749;
    }


@media screen and (min-width:641px) {
    .footer_menu a {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

/*
footer a{
    color:#767676;
    text-decoration:none;
}

footer a:hover{
    color:#a37e2c; 
    text-decoration:none;
}
        */

.rolex-Keep-exploringEndCarousel a,
.rolex-Keep-exploringEndCarousel2 a {
    cursor: pointer;
}

    .rolex-Keep-exploringEndCarousel a.rlx-active > div,
    .rolex-Keep-exploringEndCarousel2 a.rlx-active > div {
        color: #127749 !important;
    }
/*footer a.rlx-active:hover{color:#212121 !important}*/


.footer_menu a {
    color: #fff;
    text-decoration: none;
}

.footer_menu2 a.rlx-active {
    color: #127749 !important
}

    .footer_menu2 a.rlx-active:hover {
        color: #127749 !important
    }


@media screen and (max-width:767px) {
    .footer_menu {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        .footer_menu nav {
            border: 0;
        }

        .footer_menu li,
        .footer_menu2 li {
            border-bottom: 1px solid #e6e6e6;
            border-top-width: 0;
            display: list-item;
            line-height: 48px;
            text-align: center;
            /* 2017OctRolex padding-left: 30px;  */
        }

            .footer_menu li:first-child {
                border-top: 1px solid #e6e6e6;
            }

            .footer_menu2 li:last-child {
                border-bottom: 0;
            }


}

/* -----------------------------------------------
    Rolex Footer End
------------------------------------------------- */

    .rcpo-Image-active,
    .rolex-Image-active {
        max-width: 100%;
        transition: .5s ease-in-out;
        aspect-ratio: 3 / 2;
    }



    .rcpo-Image-active:hover,
    .rolex-Image-active:hover {
        transform: scale(1.05);
        transition: all .5s;
    }


.rolex-Keep-exploringEndCarousel,
.rolex-Keep-exploringEndCarousel2 {
    text-align: left;
    margin: 0 auto;
}


@media screen and (max-width:767px) {
    .rolex-Keep-exploringEndCarousel,
    .rolex-Keep-exploringEndCarousel2 {
        width: 100%;
    }
}


.KeepExploringSection :hover {
    text-decoration: none;
}

.KeepExploringSection a {
    text-decoration: none;
}


.KeepExploringSection h2 {
    font-size: 16px;
    color: #212121;
    margin: 0;
    text-decoration: none;
    text-align: left;
    height: 50px;
    font-weight: 600;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .KeepExploringSection h2 {
        font-size: 14px;
    }
}



.rolex-Keep-exploring-Arrows {
    outline-color: rgb(129, 129, 129);
    text-align: center;
    text-decoration: none;
    max-height: 50px;
    max-width: 25px;
    display: inline-block;
    overflow: hidden;
}

.rolex-Keep-exploring-responsive-container {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0px solid black;
}

.rolex-Keep-exploring-img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; /* Align center inline elements */
    font: 0/0 a;
}

    .rolex-Keep-exploring-img-container:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 70%;
    }

    .rolex-Keep-exploring-img-container img {
        /*vertical-align: middle;*/
        /*display: inline-block;
    height:100%;
    */
    }

/*
    -----------------------------------
    End Keep-exploringEnd
    ----------------------------------
*/


.rolex-YouTube-iframeSize {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youTubeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
    -----------------------------------
    Start vip-registration
    ----------------------------------
*/
.vip-registration-margin-top {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .vip-registration-margin-top {
        margin-top: 150px;
    }

/*    .rcpo-watches-info {
        text-align: center;
        width: 100%;
        background: white;
        color: #000;
        padding-top: 30px;
    }*/

    .RolexHeadline-intro-mobile {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .RolexHeadline-intro-mobile-pt {
        padding-top: 60px;
    }

    .RolexHeadline-intro-mobile-pb {
        padding-bottom: 60px;
    }
    
}

@media (max-width: 767px) {
    .vip-registration-margin-top {
        margin-top: 35px;
    }

/*    .rcpo-watches-info {
        padding-bottom: 30px;
    }*/
}

/*
    -----------------------------------
    End vip-registration
    ----------------------------------
*/




/*
    -----------------------------
    Fix Mobile Row
    -----------------------------
*/


.row {
    margin-right: 0px;
    margin-left: 0px;
}

/*
    -----------------------------
    End Fix Mobile Row
    -----------------------------
*/


/*
    -----------------------------
    table feature selection
    -----------------------------
*/


.tblFeatureSelection {
    border-collapse: separate;
    border-spacing: 0px;
    /*        width: 80%;
        max-width: 1140px;*/
    margin-left: auto;
    margin-right: auto;
}


    .tblFeatureSelection td {
        border: 0px solid #f7f7f7;
        padding: 2px;
    }

@media screen and (max-width:767px) {
    .tblFeatureSelection {
        width: 100%;
    }
}

.rolex-watch-grid2 {
    height: 100%;
    background: #000;
}


.tblModelSelection {
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
}

.tblModelCover {
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
    align-items: center;
/*    height: 90vh;*/
}

.tblModelGallery {
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
}

.tblModelGalleryRCPO {
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-gap: 5px;
    grid-auto-flow: dense;
}

.tblModelGalleryRCPO_angle {
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    border: none;
}

.tblModelCard {
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    grid-template: repeat(2, auto) / repeat(2, 50%);
    display: grid;
/*    grid-gap: 0.5rem;*/
    grid-auto-flow: dense;
}

.tblModelCardRCPO {
    max-width:85vw;
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-flow: dense;
}

.rcpo-card-img {
    grid-column: span 6;
}

.rcpo-model-navbar {
    grid-column: span 5;
}

@media (max-width: 991px) {
    .tblModelCardRCPO, .tblModelCard {
        display: flex;
        flex-direction: column-reverse;
    }

    .rolex-card-img{
        padding-top: 40px;
    }

    .rcpo-model-navbar{
        padding-bottom:40px;
    }
}



.rolex-model-navbar .navbar,
.rolex-model-navbar2 .navbar,
.rcpo-model-navbar .navbar{
    display: flex;
    width: 100%;
    color: #452C1E;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-bottom: 0;
}

.rolex-model-navbar .card-row,
.rolex-model-navbar2 .card-row,
.rcpo-model-navbar .card-row {
    border-top: 1px solid #c3c3c3;
}


    .rolex-model-navbar .card-row:last-child,
    .rolex-model-navbar2 .card-row:last-child,
    .rcpo-model-navbar .card-row:last-child {
        border-bottom: 1px solid #c3c3c3;
    }




@media (min-width: 992px) {
    .rolex-model-navbar {
        padding-left: 90px;
    }
}
    


.tblModelSpec {
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    display: grid;
    grid-auto-flow: dense;
}


tblAccessoriesSpec {
    display: flex;
    justify-content: center;
}


.r_acc_spec1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 每行3個 */
    row-gap: 15px;
    column-gap: 30px;
    align-items: start;
}

@media (min-width: 768px) {
    .RolexModelSpec{
        width: 90%;
    }
}
    

    .tbEditorialGrid {
        border-collapse: separate;
        border-spacing: 0px;
        width: 90%;
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

    .RolexCoverTxt {
        color: #452C1E;
    }



    .r_spec1 {
        align-content: center;
        column-gap: 15px;
        column-count: 3;
        grid-area: 1 / 1 / 2 / 4;
    }

    .r_spec2 {
        min-height: 100px;
        grid-area: 2 / 1 / 3 / 4;
    }

    .r_spec3 {
        align-content: center;
        text-align: center;
        grid-area: 1 / 2 / 5 / 3;
    }

    @media screen and (max-width:767px) {
        .r_spec1 {
            column-count: 2;
        }

        .r_acc_spec1 {

            grid-template-columns: repeat(2, 1fr); /* 每行2個 */
   
        }
    }

    .tbEditorialGrid td {
        border: 0px solid #f7f7f7;
        padding: 2px;
    }

    .EditorialTitle {
        font-weight: bold;
        text-align: center;
        line-height: 2;
    }

    .EditorialSubTitle {
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    @media screen and (max-width:480px) {
        .EditorialTitle {
            font-size: 12px;
        }

        .EditorialSubTitle {
            font-size: 12px;
        }
    }


    .divBox {
        background-color: lightgrey;
        width: 100%;
        border: 1px solid green;
        padding: 0px;
        margin: 0px;
    }

    .itemAlignCenter {
        text-align: center;
    }

    .subHeading {
        font-size: 30px;
    }

    .divSpace {
        height: 28px;
        padding: 0px !important;
    }


    .featureIMG {
        transition: 0.5s ease-in-out;
    }

        .featureIMG:hover {
            transform: scale(1.1);
        }




    .devicePadding {
        padding: 0px;
    }

    @media screen and (max-width:767px) {
        .devicePadding {
            padding: 15px;
        }
    }



    /*.panel-body {
    padding: 15px 0px;
}
*/



    .watchs-height {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        position: relative;
        display: inline-block;
    }

        .watchs-height a:hover:after {
            opacity: .03;
            transition: opacity .3s ease-out;
        }

        .watchs-height a:after {
            background-color: #000;
            content: "";
            position: absolute;
            opacity: 0;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            overflow: hidden;
        }

    .RolexLabelCap {
        padding-top: 20px;
        color: #212121;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: .6px;
        line-height: 17px;
        text-align: center;
        margin-bottom: 3px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        display: block;
        text-decoration: none;
    }

        .RolexLabelCap:hover {
            color: #7a6843;
            text-decoration: none;
        }


    .rolex-Spec-title {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #452C1E;
        box-sizing: inherit;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
    }

    .rolex-Spec-desc {
        font-size: 20px;
        color: #452C1E;
        font-weight: 300;
    }


    .rcpo-Spec-title {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #000;
        box-sizing: inherit;
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
    }

    .rcpo-Spec-desc {
        font-size: 20px;
        color: #000;
        font-weight: 300;
    }


    .FeatureTitle {
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 30px;
        color: #452C1E;
    }

    .Rolex_CTA1 {
        font-size: 16px;
        /*    text-transform: capitalize;*/
        font-weight: bold;
        line-height: normal;
        color: #452C1E;
    }

    .Rolex_CTA2 {
        font-size: 14px;
        font-weight: bold;
        color: #127749;
        padding-top: 5px;
    }

        .Rolex_CTA2:hover {
            color: #212121;
        }

    .Rolex_CTA3 {
        font-size: 20px;
        font-weight: bold;
        padding-top: 5px;
    }

    .Rolex_CTA3-thin {
        font-size: 20px;
        padding-top: 5px;
        font-weight: 300;
    }

    .Rolex_CTA4 {
        font-size: 14px;
        font-weight: bold;
    }

    .Rolex_CTA5 {
        font-size: 14px;
        padding-top: 5px;
    }

    .Rolex_CTA5-thin {
        font-size: 14px;
        padding-top: 5px;
        font-weight: 300;
    }

    .Rolex_CTA6 {
        font-size: 50px;
        padding-top: 5px;
    }

    .Rolex_CTA7 {
        font-size: 18px;
        text-transform: capitalize;
        font-weight: bold;
        line-height: normal;
        color: #452C1E;
    }

    .Rolex_CTA8 {
        font-size: 24px;
        font-weight: bold;
    }

    .Rolex_CTA9 {
        font-size: 16px;
        font-weight: bold;
    }

    .Rolex_CTA9-fixed {
        font-size: 16px;
    }

    .Rolex_CTA9-thin {
        font-size: 16px;
        font-weight: 300;
    }

    .Rolex_CTA9-fixed-thin {
        font-size: 16px;
        font-weight: 300;
    }

    .Rolex_CTA10 {
        font-size: 30px;
        font-weight: bold;
    }

    .Rolex_CTA10-thin {
        font-size: 30px;
        font-weight: 300;
    }

        @media screen and (min-width: 768px) and (max-width: 1440px) {
            .Rolex_CTA6 {
                font-size: 36px;
            }
        }

    @media screen and (max-width:767px) {
        .Rolex_CTA1 {
            font-size: 12px;
        }

        .Rolex_CTA3, .Rolex_CTA3-thin {
            font-size: 18px;
        }

        .Rolex_CTA6 {
            font-size: 30px;
        }

        .Rolex_CTA8 {
            font-size: 18px;
            font-weight: bold;
        }

        .Rolex_CTA9 {
            font-size: 12px;
            font-weight: bold;
        }

        .Rolex_CTA9-thin {
            font-size: 12px;
            font-weight: 300;
        }

        .Rolex_CTA10 {
            font-size: 22px;
            font-weight: bold;
        }

        .Rolex_CTA10-thin {
            font-size: 22px;
            font-weight: 300;
        }
    }

    #ow-shops-details .navbar {
        display: flex;
        width: 100%;
        color: #452C1E;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        align-items: center;
        border-top: 1px solid #c3c3c3;
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .custom-navbar-toggler {
        display: flex;
        width: 100%;
        color: #452C1E;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        line-height: 40px;
        align-items: center;
    }

    .FeaturedHeader {
        width: 80%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 30px 0px 20px;
    }

    @media screen and (max-width:767px) {
        .FeaturedHeader {
            width: 100%;
            padding: 20px 0px;
        }

        .FeatureTitle {
            font-size: 24px;
        }
    }

    /*    @media (max-width: 480px) {
        .FeatureTitle {
            width: 80%;
        }
    }

    @media (max-width: 320px) {
        .FeatureTitle {
            width: 100%;
        }
    }*/


    .icon.rounded {
        /*        background-color: #127749;*/
        border-radius: 100% !important;
        color: #fff;
        display: inline-block;
        height: 3em;
        width: 3em;
        line-height: 3em;
        text-align: center;
        text-decoration: none !important;
    }

        .icon.rounded:hover {
            background-color: #fff;
            color: #127749;
            transition: background-color .3s ease-out;
            border: 1px solid #127749 !important;
        }


    .icon.rounded2 {
        background-color: #127749;
        border-radius: 100% !important;
        color: #fff;
        display: inline-block;
        height: 3em;
        width: 3em;
        line-height: 3em;
        text-align: center;
        text-decoration: none !important;
    }

        .icon.rounded2:hover {
            background-color: #fff;
            color: #127749;
            transition: background-color .3s ease-out;
            border: 1px solid #127749 !important;
        }


    .rolex_price_info {
        font-size: 16px;
        padding-left: 5px;
        color: #452C1E;
    }

        .rolex_price_info:link, .rolex_price_info:hover, .rolex_price_info:visited, .rolex_price_info:focus {
            color: #452C1E;
        }

    .rolex_price {
        visibility: hidden;
        color: white;
    }


    .tooltipRolexPrice.tooltip .tooltip-inner {
        background: #FFF;
        color: black;
    }

    .tooltipRolexPrice.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
        display: none;
    }


    .navBarRolexLogo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 110px;
    }

    .navBarRCPOLogo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        min-height: 110px;
        justify-content: space-between;
        padding: 0;
    }

    @media (max-width: 1199px) {
        .navBarRCPOLogo {
            width: 100%;
            min-height: 100px;
            padding: 0 4%;
        }
    }

    .navBarRCPOLogo img {
        width: 120px;
    }

    .navBarRolexItem {
        display: block;
        /*        align-items: center;*/
    }

    @media (max-width: 767px) {

        .navBarRolexItem {
            display: flex;
        }

        .navBarRCPOLogo img {
            width: 100px;
        }

        /*        .rolex-top-menu .menu1 {
            padding-bottom: 10px;
        }*/
    }

    @media (max-width: 1199px) {
        .navBarRolexLogo {
            justify-content: space-between;
            padding: 0px;
            height: 80px;
        }
    }





    /*
    -----------------------------
    watchs-height
    -----------------------------
*/

    .rolex-item-t1 {
        padding: 0 50px 20px 50px;
    }

    .rolex-item-t2 {
        padding: 50px;
        color: #fff;
        background: #000;
    }

.rolex-item-t3 {
    padding: 30px 30px 40px 30px;
    color: #fff;
    background: #000;
}

    .rolex-item-padding-top {
        padding: 10px 5px;
    }

    .rolex-item-padding-bottom {
        padding-bottom: 70px;
    }

    .rolex-title-only {
        /*padding-top:20px;*/
        padding-bottom: 20px;
    }

@media (max-width: 1399px) {
    .rolex-item-t2 {
        padding: 20px 20px 30px 20px;
    }
}



    @media (max-width: 767px) {

        .rolex-item-t1 {
            padding: 0 20px 10px 20px;
        }

        .rolex-item-t3 {
            padding: 20px 20px 30px 20px;
        }


        .rolex-item-padding-bottom {
            padding-bottom: 0px;
        }

        .rolex-title-padding {
            padding-top: 10px;
            padding-bottom: 0px;
        }

        .rolex-title-only {
            /*padding-top:10px;*/
            padding-bottom: 0px;
        }
    }



    .watchs-height-upright {
        height: 440px;
        padding-right: 1px;
        padding-left: 1px;
    }

    .watchs-height-2line {
    }

    .watch2-image {
        height: auto;
        text-align: center;
        padding: 0;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

    /*.watch2-image2 {
    width: 100%;
    padding: 0;
}
*/
    .watchs-image-size {
        width: 100%;
        max-width: 300px;
    }



    @media (max-width: 767px) {
        .watchs-height {
            height: auto;
            padding: 0;
        }
    }

    /*
    -----------------------------
    End watchs-height
    -----------------------------
*/





    /*.navbar-toggler:not(.collapsed) .fa-angle-down {*/
    /*    transform: translateY(-1px) rotate(180deg);*/
    /*transform: scaleY(-1);
}


.fa-angle-down.fa-rotate-180 {
    transform: translateY(-1px) rotate(180deg);
}*/


    #filter_your_search {
        display: block;
    }


    .rolex-badge {
        padding: 10px;
        border-radius: 50%;
        /*        background-color: rgb(212, 212, 212, 0.3);*/
        background-color: #F9F7F4;
        color: #452C1E;
        font-size: 14px;
        height: 35px;
        width: 35px;
        transition: background-color .3s, color .3s, border-color .3s;
    }

        .rolex-badge:hover {
            /*            background-color: rgb(118, 118, 118, 0.3);*/
            color: #127749;
        }

    .rcpo-badge {
        padding: 10px;
        border-radius: 50%;
        background-color: #fff;
        color: #127749;
        font-size: 14px;
        height: 35px;
        width: 35px;
        transition: background-color .3s, color .3s, border-color .3s;
    }


    .rcpo-badge-icon:hover .rcpo-badge {
        background-color: #127749;
        color: #fff;
    }


    .rolex-badge-group,
    .rcpo-badge-group {
        display: grid;
        row-gap: 10px;
    }



    .rolex-badge-icon {
        display: inline-block;
    }

        .rolex-badge-icon a::before {
            margin: 0 1em
        }

        .rolex-badge-icon:hover {
            text-decoration: none;
            color: #127749;
        }

    .model-badge-group {
        padding: 30px 0;
    }


    @media (max-width: 767px) {
        .rolex-badge-group, .rcpo-badge-group {
            display: flex;
            column-gap: 25px;
            justify-content: center;
        }

        .model-badge-group {
            padding: 20px 0;
        }

        .ow-TelText, .ow-locationText {
            display: none;
        }

        #mapContent #btnViewAll {
            font-size: 10px;
            top: 12px;
            padding: 0 0 0 15px
        }

            #mapContent #btnViewAll::before {
                margin-right: 10px
            }
    }




    .rolex-textarea {
        padding: 5%;
        height: 200px;
        width: 100%;
        min-height: 200px;
        max-height: 800px;
        font-size: 16px;
        resize: none;
        border: 0
    }

        .rolex-textarea:focus, .rolex-textarea:focus-visible {
            outline: auto;
            outline-color: #127749 !important;
        }



    .rolex-rounded-checkbox {
        border-color: #127947 !important;
        border-radius: 9999px !important;
        width: 20px;
        height: 20px;
        border-width: 2px;
        margin: 0;
        cursor: pointer;
    }

        .rolex-rounded-checkbox:checked {
            border-color: #127947;
            background-color: #127947;
        }


    .rolex-alert-text {
        color: red;
        padding-bottom: 20px;
    }

        .rolex-alert-text:empty {
            display: none;
        }


    .navBarRolexContent {
        vertical-align: middle;
        display: flex;
        padding: 0 0 0 50px;
    }

    @media (max-width: 1199px) {
        .navBarRolexContent {
            padding: 0;
        }

        .navBarRolexLogo img {
            max-height: 50px;
        }
    }



    .rolexExperienceBanner {
        position: relative;
    }

        .rolexExperienceBanner img {
            display: block;
            max-width: 100%;
        }


    .rolex-section-Experience {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center; /* 根據需要置中內容 */
        width: 100%; /* 根據需要調整寬度 */
        z-index: 2;
    }


    .img_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0.5;
        z-index: 1;
    }



    .RolexTooltip {
        padding: 20px 0 30px;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

        .RolexTooltip .tooltiptext {
            visibility: hidden;
            width: 300px;
            max-width: 80vw;
            background-color: #F4EFEA;
            color: #000;
            text-align: left;
            border-radius: 6px;
            padding: 30px 20px;
            position: absolute;
            z-index: 1;
            top: 80%;
            left: 60%;
            margin-left: -110px;
            opacity: 0;
            transition: opacity 0.3s;
            font-size: 14px;
            line-height: 1;
            /*        box-shadow: 0 3px 12px 0 rgb(0 0 0 / 30%);*/
        }

            .RolexTooltip .tooltiptext span {
                justify-content: space-between;
                display: flex;
            }

                .RolexTooltip .tooltiptext span:not(:last-child) {
                    margin-bottom: 10px;
                }

        .RolexTooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }




    .RCPOTooltip {
        padding: 20px 0 30px;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

        .RCPOTooltip .tooltiptext {
            visibility: hidden;
            width: 300px;
            max-width: 80vw;
            background-color: #fff;
            color: #000;
            text-align: left;
            border-radius: 6px;
            padding: 30px 20px;
            position: absolute;
            z-index: 1;
            top: 80%;
            left: 60%;
            margin-left: -165px;
            opacity: 0;
            transition: opacity 0.3s;
            font-size: 14px;
            line-height: 1;
        }

            .RCPOTooltip .tooltiptext span {
                justify-content: space-between;
                display: flex;
            }

                .RCPOTooltip .tooltiptext span:not(:last-child) {
                    margin-bottom: 10px;
                }

        .RCPOTooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }

    .Relevance__bar,
    .filter__bar {
        /*        color: #127749;*/
        display: inline-block;
        /*        font-size: 14px;*/
    }

    .Relevance__bar {
        justify-content: flex-end;
    }

    .rolex-left-menu {
        color: #452C1E;
        font-size: 14px;
        font-style: normal;
        text-decoration: none;
        outline: none;
        margin: 0;
        width: 100%;
        padding: 10px 0;
    }

    .rolex-left-menu-Title {
        color: #452C1E;
        font-size: 14px;
        margin: 0;
        padding: 0;
        font-weight: bold;
        display: block;
        padding: 10px 0;
    }

    .rolex-left-menu-Title-filter {
        color: #452C1E;
        font-size: 24px;
        margin: 0;
        padding: 0;
        font-weight: bold;
        display: block;
    }



    .chkContainer {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /*    line-height: 2;*/
        */ /*margin-bottom: 5px;*/
    }

    .chkNoPadding {
        padding-left: 0px;
    }

    .LeftMenuPadding {
        padding: 5px 0px;
    }



    /* Hide the browser's default checkbox */
    .chkContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        display: none;
    }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 12px;
        left: 0;
        height: 16px;
        width: 16px;
        border: 1px solid #666;
    }

    /* On mouse-over, add a grey background color */
    .chkContainer:hover input ~ .checkmark {
        /*
  background-color: #eee;
  background-color: #ccc;
  */
    }

    /* When the checkbox is checked, add a blue background */
    .chkContainer input:checked ~ .checkmark {
        background-color: #127749;
        border-color: #127749;
    }



    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .chkContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .chkContainer input:checked ~ .labelStyle {
        color: #127749;
    }


    .rolex_model_button .badge2 {
        font-size: 1.2em;
        border-radius: 50%;
        color: white;
        text-align: center;
        display: inline-block;
        line-height: 40px;
        width: 40px;
        height: 40px;
        text-align: center;
        display: inline-block;
        transition: 0.3s;
        margin: 0 10px;
    }


        .rolex_model_button .badge2:hover {
            color: #127749;
            background: #fff;
        }


.rolex_model_button .badge3 {
    font-size: 12px;
    border-radius: 50%;
    color: white;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    transition: 0.3s;
    margin: 0 10px;
    background: #76767666;
}


    .rolex_model_button .badge3:hover {
        background: #76767633;
    }


    .rolex-collection-Table-right {
        text-align: left;
    }

.btn-360-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 30px;
    z-index: 3;
    background: #76767666;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, fill 0.3s ease 0s;
    padding: 0px 30px;
    border-radius: 30px;
    display: inline-block;
    height: 44px;
    border: none;
}

    .btn-360-toggle:hover {
        background: #76767633;
    }


    @media (min-width: 992px) {
        .rolex-collection-Table-right {
            padding-left: 10%;
        }
    }

    @media (max-width: 991px) {
        .rolex_model_button .badge {
            background-color: white;
            color: #127749;
            border: 1px solid #127749;
        }

        .rolex_model_button .badge2 {
            background-color: white;
            color: #127749;
            border: 1px solid #127749;
            margin: 0;
        }

        .btn-360-toggle {
            margin: 10px;
        }
    }

    #rolexCarousel .carousel-indicators [data-bs-target],
    #rcpoCarousel .carousel-indicators [data-bs-target] {
        background-color: #707070;
    }

    #rolexCarousel .carousel-indicators .active,
    #rcpoCarousel .carousel-indicators .active {
        background-color: #127749;
    }

    #rolexCarousel .carousel-indicators,
    #rcpoCarousel .carousel-indicators {
        margin-bottom: -30px;
    }

.RCPO-model-content {
    max-width: 85vw;
    margin: 0 auto;
}


.tbl_rcpoModelSpec {
    border-collapse: separate;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    /*    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);*/
    display: grid;
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
}

    .rcpo_spec1 {
        align-content: center;
        column-gap: 15px;
        column-count: 2;
        padding: 0 10%;
        text-align: left;
        /*    grid-area: 1 / 1 / 4 / 2;*/
    }

    .sortDiv {
        justify-content: flex-end;
        margin: 0 auto;
        line-height: 44px;
        padding-bottom: 20px;
    }

    .sort-select {
        font-size: 24px;
        font-weight: bold;
        text-align: right;
        color: #452C1E;
        display: inline-block;
        border: none;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none !important;
        padding-right: 30px;
        cursor: pointer;
    }

        .sort-select option {
            font-size: 16px;
        }

    .select-wrapper {
        position: relative;
        display: inline-block;
    }

        .select-wrapper .icon {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            color: #452C1E;
            cursor: pointer;
            pointer-events: none; /* 防止圖標攔截點擊事件 */
        }

    @media screen and (max-width:767px) {

        .RCPO-model-content {
            max-width: 100%;
        }

        .rcpo_spec1 {
            column-count: 1;
            padding: 0 5%;
            /*        grid-area: 2 / 1 / 3 / 2;*/
        }

        .tbEditorialGrid {
            width: 100%;
        }

        .tblModelSelection {
            grid-template-columns: repeat(2, 1fr);
        }

        .tblModelCover {
            grid-template-columns: repeat(1, 1fr);
        }

        .tblModelSpec {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
        }

        .tbl_rcpoModelSpec {
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            background: #212121;
        }

        .rcpo-Spec-title,
        .rcpo-Spec-desc {
            font-size: 18px;
            color: #452C1E;
        }

        .RolexCoverTxt {
            order: 2;
            padding-bottom: 40px;
            padding-top: 40px;
        }



        .r_spec1 {
            grid-area: 2 / 1 / 3 / 2;
        }

        .r_spec2 {
            grid-area: 3 / 1 / 4 / 2;
        }

        .r_spec3 {
            grid-area: 1 / 1 / 2 / 2;
        }
        /*        .rolex-Spec-title {
            display: inline-block;
        }*/
        .sortDiv {
            justify-content: space-between;
            padding-bottom: 10px;
        }
        /*    .Relevance__bar {
        justify-content: flex-start;
    }*/
        .sort-select {
            text-align: right;
            font-size: 18px;
            background-position: 0;
        }
    }


.tblAppointmentSelection {
    grid-template-columns: repeat(2,1fr);
    display: grid;
    grid-gap: 1rem;
    grid-auto-flow: dense;
}

.r-appointment-btn-grid,
.r-appointment-shop-grid {
    display: grid;
    grid-gap: 1rem;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(25%, max-content)); /* tbc */
    justify-content: center;
}


@media screen and (max-width: 767px) {
    .r-appointment-shop-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .r-appointment-btn-grid {
        grid-template-columns: repeat(1,1fr);
        place-self: center;
        width: 70%;
    }
}

.r-appointment-shop-info {
    display: inline-block;
    padding: 40px 10px;
    vertical-align: top;
    position: relative;
    background-color: #fff;
    text-align: center;
    color: #452C1E;
    cursor: pointer;
}

.r-appointment-confirm-info {
    display: inline-block;
    padding: 40px;
    vertical-align: top;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #452C1E;
    width: 100%;
    max-width: 500px;
}

#appointment-step-form {
    overflow-x: hidden;
}

/*************************************************test step form*/

#sub-step-form {
    background: #f9f7f3;
    text-align: center;
    padding:0;
}

#timeslot-step-form,
#contact-step-form {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
}

.sub-step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sub-step-header2 {
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

    .sub-step-header button {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

.sub-step-title {
    font-size: 18px;
    font-weight: bold;
}

.sub-step-dates {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 1rem;
}

.date-item {
    padding: 10px;
    text-align: center;
    border: 2px solid transparent;
    background: white;
    cursor:pointer;
}

    .date-item.disabled {
        color: #ccc;
    }

    .date-item.selected {
        border-color: #127749;
        color: #127749;
        font-weight: bold;

    }

.day-num {
    font-size: 16px;
    font-weight: bold;
}

.day-text {
    font-size: 16px;
}

.sub-step-times {
    justify-content: space-around;
    margin-bottom: 40px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 1rem;
}

.time-item {
    padding: 10px 20px;
    border-radius: 30px;
    background: white;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

    .time-item.selected {
        border-color: #127749;
        color: #127749;
        font-weight: bold;
    }

    .time-item.disabled {
        background: #e0e0e0; 
        color: #999;
        cursor: not-allowed; 
        font-weight: normal;
        opacity: 0.7;
    }

/*    .time-item:hover {
        background: #000;
        color: #fff;
    }*/

/*************************************************test step form*/



.landing-banner_content-left {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 0;
    text-align: left;
    align-items: center;
    width: 100%;
    display: flex;
    color: #fff;
    z-index: 3;
}

.landing-banner_content-right {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 0;
    text-align: left;
    align-items: center;
    width: 100%;
    display: flex;
    color: #fff;
    z-index: 1;
}

.landing-banner_content-inner-left {
    padding-left: 20%;
    max-width: 52%;
    margin: auto 0;
}

.landing-banner_content-inner-right {
    padding-right: 20%;
    max-width: 50%;
    margin: auto 0;
}

.landing-banner_header-black {
    color: #212121;
}

.landing-banner_header-white {
    color: #fff;
}
