﻿
/*  -----------------------------------------
    Rolex Menu Start
----------------------------------------------*/
.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 {
/*    max-width: 1600px;*/
/*    padding: 0 8%;*/
    height: 100%;
}



@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: #61BD93;
        transition: color 300ms;
    }

.rolex-rcpo-menu .menu1 a:hover {
    color: #127749;
    transition: color 300ms;
}



.rolex-top-menu .menu1 a.rlx-active {
    color: #61BD93 !important;
}


.rolex-rcpo-menu .menu1 a.rlx-active {
    color: #127749 !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: 40px;
}


    .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-rcpo-menu .menu1 .nav-link {
    transition: all 0s ease 0s;
    padding: 0;
}

.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;
    }

    .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-top-menu .menu1 li:first-child {
        padding-top: 40px;
    }

    .rolex-top-menu .menu1 li:last-child {
        padding-bottom: 40px;
    }

    .rolex-rcpo-menu .menu1 li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ececec;
    }
}

@media (min-width: 1200px) {
    .rolex-rcpo-menu ul li:last-child a {
        color: #127749 !important;
        background-color: #fff;
        padding: 0px 30px !important;
        border-radius: 30px !important;
        border: 1px solid #127749 !important;
    }

        .rolex-rcpo-menu ul li:last-child a.rlx-active:hover {
            background: #fff;
            color: #127749 !important;
        }

        .rolex-rcpo-menu ul li:last-child a:hover, .rolex-rcpo-menu ul li:last-child a.rlx-active {
            background-color: #127749;
            color: #fff !important;
            -moz-transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, fill 0.3s ease 0s;
            -o-transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, fill 0.3s ease 0s;
            -webkit-transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, fill 0.3s ease 0s;
            transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, fill 0.3s ease 0s;
        }
}




.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;
}



@media (max-width: 767px) {
    .RolexHeadline-intro {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .RolexHeadline-intro-pt {
        padding-top: 60px;
    }

    .RolexHeadline-intro-pb {
        padding-bottom: 60px;
    }
}



.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-bottom: 30px;
}
/*--------------------------------------
         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;
    border-radius: 30px;
    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;
    border: 1px solid #127749 !important;
    display: inline-block;
    height: 44px;
    align-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}


@media (max-width: 767px) {
    .rolex-button-green-outline {
        display: block;
        padding: 0px 20px !important;
    }
}



.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;
        border-radius: 0;
        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 {
    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);
}

.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;
            }



    /*            .footer_menu a {
                color: #767676;
                display: block;
                text-decoration: none;
                line-height: 40px;
                font-size: 12px;
            }*/
}

/* -----------------------------------------------
    Rolex Footer End
------------------------------------------------- */


.rolex-Image-active {
    max-width: 100%;
    transition: .5s ease-in-out;
}

.rolex-Image-activeSelected {
    max-width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.rolex-Image-active:hover {
    /*opacity: 0.5;
    filter: alpha(opacity=50);*/ /* For IE8 and earlier */
    /*transition: 1.0s ease-in-out;*/
    transform: scale(1.05);
    transition: all .5s;
}

.rcpo-Image-active {
    max-width: 100%;
    transition: .5s ease-in-out;
}

.rcpo-Image-activeSelected {
    max-width: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.rcpo-Image-active:hover {
    /*opacity: 0.5;
    filter: alpha(opacity=50);*/ /* For IE8 and earlier */
    /*transition: 1.0s ease-in-out;*/
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: all .5s;
}



.rolex-Keep-exploringEndCarousel,
.rolex-Keep-exploringEndCarousel2 {
    text-align: left;
    margin: 0 auto;
}


/*        .rolex-Keep-exploringEnd div {
            text-align: left;
            margin: 0 auto;
            padding: 80px 0px 0px 0px;

        }*/


@media screen and (max-width:767px) {
    .rolex-Keep-exploringEndCarousel,
    .rolex-Keep-exploringEndCarousel2 {
        /*            padding: 10px;*/
        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%;
}

.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%;
    }
}

.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;
}

.tblModelSpec {
    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;
}

.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: 2;
    grid-area: 1 / 1 / 4 / 2;
}

.r_spec2 {
    min-height: 100px;
    grid-area: 4 / 1 / 5 / 2;
}

.r_spec3 {
    align-content: center;
    text-align: center;
    grid-area: 1 / 2 / 5 / 3;
}


.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: 16px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

.rolex-Spec-desc {
    font-size: 14px;
    color: #452C1E;
    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 (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: 100px;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .navBarRCPOLogo {
        width: 100%;
        border-bottom: 1px solid #ececec;
    }
}

.navBarRCPOLogo img {
    width: 160px;
}

.navBarRolexItem {
    display: block;
    /*        align-items: center;*/
}

@media (max-width: 767px) {

    .navBarRolexItem {
        display: flex;
    }

    .navBarRCPOLogo img {
        width: 120px;
    }

    /*        .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: 20px 0px 70px;
    color: #452C1E;
}

.rolex-item-t3 {
    padding: 20px 0px 0px;
    color: #452C1E;
}

.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: 767px) {

    .rolex-item-t1 {
        padding: 0 20px 10px 20px;
    }

    .rolex-item-t2 {
        padding: 10px 0px 30px;
    }

    .rolex-item-t3 {
        padding: 10px 0px 0px;
    }


    .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);
    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);
    }

.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: 2.5rem;
    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: #212121;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    outline: none;
    margin: 0;
    width: 100%;
    padding: 10px 0;
}

.rolex-left-menu-Title {
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}

.rolex-left-menu-Title-filter {
    color: #212121;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .rolex-left-menu-Title-filter {
        padding-bottom: 50px;
    }
}

    .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%;
        border: 1px solid white;
        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-collection-Table-right {
        text-align: left;
    }

    .btn-360-toggle {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 30px;
        z-index: 3;
    }


    @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;
        }
    }

    #rcpoCarousel .carousel-indicators [data-bs-target] {
        background-color: #707070;
    }

    #rcpoCarousel .carousel-indicators .active {
        background-color: #127749;
    }

    #rcpoCarousel .carousel-indicators {
        margin-bottom: -30px;
    }



    .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;
        max-width: 1460px;
        margin: 0 auto;
    }

    .sort-select {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        text-align: right;
        color: #127749;
        display: inline-block;
        border: none;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -moz-padding-start: 0;
        background-repeat: no-repeat;
        background-position: 0;
        outline: none !important;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23127749' d='M8.6 11L7.4 9.7 12 5l4.6 4.7-1.2 1.3L12 7.5 8.6 11zm0 2l-1.2 1.3L12 19l4.6-4.7-1.2-1.3-3.4 3.5L8.6 13z'/%3E%3C/svg%3E");
        padding: 4px 24px 4px 6px;
        margin-bottom: 8px;
        text-align: right;
        background-position: 100%;
    }


    @media screen and (max-width:767px) {
        .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;
        }

        .rolex-Spec-title,
        .rolex-Spec-desc {
            color: white !important;
        }

        .RolexCoverTxt {
            order: 2;
            padding-bottom: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;
        }
        /*    .Relevance__bar {
        justify-content: flex-start;
    }*/
        .sort-select {
            text-align: left;
            background-position: 0;
            padding: 4px 6px 4px 24px;
        }
    }
