/**
 * Rolex RCPO header / navigation (black bar).
 * Migrated from rolex.min.css (.rolexrcpo-header*).
 */

.rolex-wrapper.rolexrcpo :focus-visible {
    outline-style: solid;
    outline-width: 2px;
    outline-color: #127749;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header :focus-visible {
    outline-color: #9bf9ce;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-headerWrapper {
    background-color: #000;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header {
        max-width: 100%;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-header.active .rolexrcpo-headerBar .rolexrcpo-menuBtn .icon {
        transform: rotate3d(1, 0, 0, 180deg);
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-header.active .rolexrcpo-navigation {
        transform: none;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-headerBar {
    padding: 20px 0;
    position: relative;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-headerBar {
        width: 100%;
        margin: 0 auto;
        padding: 15px 5%;
        background-color: #000;
        z-index: 4;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-headerBar .rolexrcpo-logo {
    display: block;
    width: 120px;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-headerBar .rolexrcpo-logo img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-headerBar .rolexrcpo-logo {
        width: 100px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-headerBar .rolexrcpo-menuBtn {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-headerBar .rolexrcpo-menuBtn {
        display: block;
        padding-right: 20px;
        position: absolute;
        right: 5%;
        top: 33px;
        color: #fff;
        font-size: 16px;
        line-height: 1.1em;
        text-decoration: none;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-headerBar .rolexrcpo-menuBtn .icon {
        width: 12px;
        height: 100%;
        position: absolute;
        right: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        transition: all 0.2s ease-out;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation {
    margin-top: 0;
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation {
        align-self: center;
        max-width: calc(100% - 140px);
    }
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation {
        width: 100%;
        position: absolute;
        left: 0;
        top: 70px;
        transform: translate3d(0, -80px, 0) translate3d(0, -100%, 0);
        z-index: 3;
        transition: all 0.2s ease-out;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

@media only screen and (min-width: 1024px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul {
        padding-left: 0;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul {
        display: block;
        padding: 24px 0;
        background-color: #000;
    }

    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul li {
        display: block;
        margin: 16px 0;
        padding: 0 5%;
        text-align: left;
        margin-bottom: 0;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul li a {
    display: block;
    margin-left: 30px;
    color: #fff;
    transition: all 0.2s ease-out;
    font-size: 16px;
    line-height: 1.1em;
    text-decoration: none;
}

@media only screen and (max-width: 1023px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul li a {
        margin-left: 0;
        font-size: 22px;
        line-height: 1.6em;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul li a.active,
.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul li a.selected,
.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul li a:hover {
    color: #9bf9ce;
    text-decoration: none;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-header .rolexrcpo-navigation ul li:first-child a {
    margin-left: 0;
}
