.rolexv7 .rolex-layout-v7 .rolex-secondary-cta svg path {
    fill: #000000;
}

.rolexv7 .rolex-layout-v7 .rolex-secondary-cta {
    align-items: normal;
}

.rolexv7 .rolex-layout-v7 .rolex_contact_steps #cancel_appointment .rolex-contact-next-btn {
    display: flex;
}
.rolexv7 .rolex-layout-v7 .rolex_contact_steps_app {
    display: none;
    position: relative;
}

.rolexv7 .rolex-layout-v7 .rolex_contact_steps_app.active {
    display: block;
}


.rolexv7 .rolex-layout-v7 .sm-s-4-e-6 {
    grid-column: 4 / 6 !important;
}

.rolexv7 .rolex-layout-v7 .sm-s-6-e-8 {
    grid-column: 6 / 8 !important;
}

.rolexv7 .rolex-layout-v7 .rolex-global-grid label {
    position: relative;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component [type=radio].date-disable {
    cursor: pointer;
    display: none;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component [type=radio] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .day.unique-holiday [type=radio] {
    cursor: not-allowed;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.rolexv7 .rolex-layout-v7 .input_disable {
    opacity: 50%;
}

.rolexv7 .rolex-layout-v7 .right_sign_icon {
    margin-left: 8px;
    width: 12px;
    height: 12px;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component [type=radio]:checked+p,
.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component [type=radio]:checked+img {
    opacity: 50% !important;
}
.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component [type=radio]:checked {
    cursor: default;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/* .rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #special_rolexstore [type=radio]:checked+h5 {
    cursor: pointer !important;
} */

.rolexv7 .rolex-layout-v7 .border-rd-30 {
    border-radius: 20px;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-time-pt {
    padding-top: 40px;
}

.rolexv7 .rolex-layout-v7 .py-40-px-10 {
    padding: 40px 10%;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-width {
    width: 100% !important;
}

.rolexv7 .rolex-layout-v7 .appointment-icon {
    display: flex;
    justify-content: space-between;
}

.rolexv7 .rolex-layout-v7 .rolex-choose-date-time {
    grid-template-columns: repeat(3, 1fr);
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-pt {
    padding-top: 50px;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-conform-pt-pb {
    padding-bottom: 20px;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-detail {
    padding: 40px 0px;
}

.rolexv7 .rolex-layout-v7 .rolex-pb-50-40 {
    padding-bottom: 40px;
}

.rolexv7 .rolex-layout-v7 .width-100 {
    width: 100%;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-grid {
    display: grid;
    grid-row-gap: 6px;
    grid-column-gap: 6px;
}


/* // for appointment validation..................................... */

.rolexv7 .rolex-layout-v7 .rolex-appointment-pt.error .app-country {
    color: #be0100;
    display: block;
    opacity: 1;
    font: var(--rolex-legend16bold-desktop) !important;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-pt .app-country {
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .app-store {
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .app-store.error {
    color: #be0100;
    display: block;
    opacity: 1;
    font: var(--rolex-legend16bold-desktop) !important;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .rolex_app_date {
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .rolex_app_date.error {
    color: #be0100;
    display: block;
    opacity: 1;
    font: var(--rolex-legend16bold-desktop) !important;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .rolex_time_slot {
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .rolex_time_slot.error {
    color: #be0100;
    display: block;
    opacity: 1;
    font: var(--rolex-legend16bold-desktop) !important;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .special {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .special select {
    border: none;
    min-height: 0%;
    width: fit-content;
    max-width: 100%;
    padding: 0%;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form {
    position: relative;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .custom-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .custom-loader.loader {
    display: grid;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2);
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .custom-loader img {
    margin: auto;
    opacity: 50%;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .day.unique-holiday {
    opacity: 50%;
    position: relative;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .day.for_position {
    position: relative;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .day.active,
.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .day.active p,
.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .day.active [input=radio]{
    cursor: not-allowed !important;
    position: relative;
    opacity: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .day.active [type=radio]:checked{
    cursor: not-allowed !important;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #starting_date {
    font: var(--rolex-fixed16) !important;
    appearance: none;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #ending_date {
    font: var(--rolex-fixed16) !important;
    appearance: none;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #month-picker {
    font: var(--rolex-fixed16) !important;
    appearance: none;
    color: var(--rolex-black);
    cursor: pointer;
    width: fit-content;
    margin-left: 5px;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #hidden-month-picker {
    font: var(--rolex-fixed16) !important;
    appearance: none;
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #year-picker {
    font: var(--rolex-fixed16) !important;
    appearance: none;
    color: var(--rolex-black);
    cursor: pointer;
    margin-left: 5px;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component select:focus-visible {
    outline: none;
    box-shadow: none;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form select {
    background: transparent url('../images/landscape/select-bg.svg') no-repeat 100% 100%;
    height: auto;
    appearance: none;
    padding-bottom: 10px;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .rolex-contact-message-component {
    align-items: end;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #terms_chk[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #terms_chk[type="checkbox"]:checked {
    appearance: auto;
    clip-path: circle(50% at 50% 50%);
    background-color: var(--rolex-only-green);
    background: var(--rolex-only-green);
    accent-color: var(--rolex-only-green);
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .add-to-calendar-icon img {
    height: 25px !important;
    width: 20px !important;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .add-to-calendar {
    display: flex;
    align-items: end;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .prev-off a.hide-prev {
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .next-off a.hide-next {
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .verify-data {
    text-align: center;
    font-size: xx-large;
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .verify-data.show {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: xx-large;
    display: block !important;
    color: #be0100;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .store-available {
    text-align: center;
    font-size: xx-large;
    display: none;
    
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .store-available.show {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: xx-large;
    display: block !important;
    color: #be0100;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .alreadycancelMsg {
    text-align: center;
    font-size: xx-large;
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .alreadycancelMsg.show {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: xx-large;
    display: block !important;
    color: #be0100;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .somethingwentwrong {
    text-align: center;
    font-size: xx-large;
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .somethingwentwrong.show {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: xx-large;
    display: block !important;
    color: #be0100;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .cancelMsg {
    text-align: center;
    font-size: xx-large;
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .cancelMsg.show {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: xx-large;
    display: block !important;
    color: #be0100;
}
.rolexv7 .rolex-layout-v7 .rolex-appointment-form .verify-customer {
    text-align: center;
    font-size: xx-large;
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form .verify-customer.show {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: xx-large;
    display: block !important;
    color: #be0100;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #special_rolexstore .custom-opacity.opacity{
    opacity: 50%!important;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form #rolex_contact_step4 .nowork-verify-data {
    text-align: center;
    font-size: xx-large;
    display: none;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form #rolex_contact_step4 .nowork-verify-data.show {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: xx-large;
    display: block !important;
    color: #be0100;
}

.rolexv7 .rolex-layout-v7 .rolex-appointment-form #rolex_contact_step4 .no-work-hide.hide {
    display: none;
}

.rolexv7 .rolex-layout-v7 .no-work-hide .border-rd-30 {
    border-radius: 20px;
}
body {
    overflow-x: hidden;
}
.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component .rolex-form-checkboxmain {
    text-indent: -35px;
    padding-left: 35px;
}
.rolexv7 .rolex-layout-v7 .rolex-contact-appointment-component #Stores_in_country {
    padding: 0px 0px 10px 0px;
    line-height: 1 !important;
    background-position: right;
}

.rolexv7 .rolex-layout-v7 .button_next {
    cursor: pointer;
}

.rolexv7 .rolex-layout-v7 .rolex-contact-form .input_group input{
    background-color: transparent !important;
}

.rolexv7 .rolex-layout-v7 .rolex-ml-30, .rolexv7 .rolex-layout-v7.rolex-ml-30{
	margin-left: 35px;
}

@media only screen and (min-width: 768px) {
    .rolexv7 .rolex-layout-v7 .rolex-appointment-mr-20 {
        margin-right: 20px;
    }
    .rolexv7 .rolex-layout-v7 .rolex-point-sale {
        grid-template-columns: repeat(3, 1fr);
    }
    .rolexv7 .rolex-layout-v7 .rolex-appointment-pt {
        padding-top: 60px !important;
    }
    .rolexv7 .rolex-layout-v7 .rolex-appointment-conform-pt-pb {
        padding-bottom: 30px;
    }
    .rolexv7 .rolex-layout-v7 .rolex-appointment-detail {
        padding: 70px 0px;
    }
    .rolexv7 .rolex-layout-v7 .rolex-appointment-grid {
        display: grid;
        grid-row-gap: 8px;
        grid-column-gap: 8px;
    }
}

@media only screen and (min-width: 1025px) {
    .rolexv7 .rolex-layout-v7 .s-4-e-8 {
        grid-column: 4 / 8;
    }
    .rolexv7 .rolex-layout-v7 .s-8-e-12 {
        grid-column: 8 / 12;
    }
    .rolexv7 .rolex-layout-v7 .s-5-e-9 {
        grid-column: 5 / 9;
    }
    .rolexv7 .rolex-layout-v7 .rolex-appointment-time-pt {
        padding-top: 40px;
    }
    .rolexv7 .rolex-layout-v7 .rolex-appointment-detail {
        padding: 80px 0px;
    }
    .rolexv7 .rolex-layout-v7 .rolex-pb-50-40 {
        padding-bottom: 50px;
    }
    .rolexv7 .rolex-layout-v7 .rolex-appointment-grid {
        display: grid;
        grid-row-gap: 8px;
        grid-column-gap: 8px;
        width: 90%;
        margin: 0 auto;
    }
    .rolexv7 .rolex-layout-v7.contact-us-page .mapbox-inner-card > .rolex-layout-v7{padding: 40px 15%;}
}

@media only screen and (max-width: 768px) {
    .rolexv7 .rolex-layout-v7 .rolex-appointment-detail {
        margin-left: 10%;
    }
}

.rolexv7 .rolex-layout-v7 .rolex-secondary-cta.margin-remove svg {
    margin-left: 0!important;
}