.rolex_form #contactFormSubmit {
    background:rgb(18, 120, 74);
    border-radius: 30px;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    padding: 12px 30px;
    height: auto;
    line-height: 1;
}
.rolex_form .cancel_btn {
    margin-right: 30px;
    font-size: 16px;
    cursor: pointer;
}
.rolex_form .cancel_btn:hover  {
    opacity: 0.8;    
}
.rolex_form .contact-us-row {
    justify-content: space-between;
}
.rolex_form .contact-us-row #contactFormSubmit:hover {
    color:rgb(18, 120, 74);
    background: #fff;
}
.rolex-page-section .rolex_row {
    width: 100%;
    display: flex;
}
.rolex-page-section .rolex_row .image_cell,
.rolex-page-section .rolex_row .text_cell {
    width: 50%;
    display: flex;    
}
.rolex_page .contact-btn.svr {
    margin-top: 40px;
}
.rolex_page .contact-btn.svr .button {
    color: #fff;
    border: 1px solid rgb(18, 120, 74);
    background-color: rgb(18, 120, 74);
    border-radius: 30px;
    text-transform: uppercase;
    padding: 12.5px 30px;
    font-size: 14px;
    height: auto;
    line-height: 1;    
}
.rolex_page .contact-btn.svr .button:hover {
    background: #fff;
    color: rgb(18, 120, 74);
}
.rolex-page-section h2 {
    font-family: Helvetica;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 20px;    
}

.rolex_page  .floating .input-inner {
    position: relative;
}

.rolex_page .floating .input-inner label {
    top: 5px;
    left: 1px;
    z-index: 1;
    position: absolute;
    padding: 0px;
    transition: 0.1s;
    pointer-events: none;
    transform-origin: bottom left;
}
.rolex_page .floating input.form-control:focus,
.rolex_page .floating select.form-control:focus,
.rolex_page .floating textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}
.rolex_page .floating input.form-control,
.rolex_page .floating select.form-control {
    border: none !important;
    border-bottom: 1px solid #ced4da!important;
    padding-left: 1px;
    border-radius: 0px;
}
.rolex_page .floating textarea.form-control {
    border-radius: 0px;
}
.rolex_page .floating .input-inner .form-control:focus~label {
    transform: translate(1px, -105%) scale(0.80);
}
.rolex_page .floating .input-inner.filled label, 
.rolex_page .floating .form-control.active~label {
    transform-origin: bottom left;
    transform: translate(1px, -105%) scale(0.80);
}
.rolex_page .contact_title {
    margin:60px auto 40px auto;
    flex-direction:column;
    max-width:650px;
    width:100%;
}
.rolex-page-section .text_cell {    
    justify-content:center;
    align-items:center;    
}
.rolex-page-section.black-bg .text_cell {
    background:#212121;
     color:#fff;
}
.rolex-page-section.black-bg .rolex-family-page-box-content h2 {
    color:#fff;
}
.rolex-page-section .text_cell .rolex-family-page-box-content {
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 15px;
    margin: 0 auto;
}
.rolex-family-page-box-content h2 {
    font-size: 28px;
    line-height: initial;
    font-weight:normal;
    margin-bottom: 15px;
}      
.rolex-family-page-box-content p{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.8; 
}


.rolex_page .offic_rolex {
    font-size:9px;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight:600;
    color: #127749;
}
.rolex_page .icon_span {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    color: rgb(18, 120, 74);
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    border-width: 1px;
    cursor: pointer;
    transition-property: color, border-color, background-color, fill;
    transition-duration: 0.3s;
    padding: 0.75rem;
    text-decoration: none;
    line-height: 1;
    outline: none;
    margin-right:3px;
}
.rolex_page .icon_span svg {
    transition: fill 0.3s ease 0s;
    fill: rgb(18, 120, 74);
    width: 14px;
    height: 14px;
}
.rolex_page .icon_span:hover{
    background-color: rgb(18, 120, 74);
    border-color: rgb(18, 120, 74);
}
.rolex_page .icon_span:hover svg{
    fill: rgb(255, 255, 255);
}

.rolex_page .contact-us-row label.invisible {
    display:none;
}
.rolex_page .c_links:hover {
    color: rgb(18, 120, 74);
}
.rolex_page input[type=text],
.rolex_page input[type=password],
.rolex_page input[type=email],
.rolex_page input[type=url], 
.rolex_page input[type=number],
.rolex_page select,
.rolex_page textarea {
    margin:0 !important;
}

.rolex_page input[type=checkbox] {
    width: auto;
    min-width: auto;
}
.rolex_page .required_text {
    color: gray;
}
.rolex_page .rolex_FormWrapper  {
    font-size: 14px;
}
.rolex_FormWrapper {
    width: 100%;
}
.contact-us-row.completion label {
    cursor: pointer;
}
.rolex_page .rolex-store-blocks-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.rolex_page .rolex-store-blocks {
    display: none;
}
.rolex_page .rolex-multistore-stores-inner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}
.rolex_page .rolex-store-block-outer {
    width: 32%;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.rolex_page .rolex-store-block-inner {
    padding: 50px 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
}
.rolex_page .rolex-store-block-inner .store-name,
#map_view .selected-store-details .store-details .store-name {
    font-family: Helvetica;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.rolex_page .rolex-store-address-section span,
#map_view .selected-store-details .store-details .address {
    display: block;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.8;
    color: #000;
}
.rolex_page .rolex-store-block-inner .official-retailer,
#map_view .selected-store-details .store-details .official-retailer {
    font-family: Helvetica;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-bottom: 5px;
    color: #127749;
    padding-bottom: 2px;
}
.rolex_page .button-row.lllk {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
}
.rolex_page .button-row.lllk a div.icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    height: 35px;
    justify-content: center;
    margin-right: 8px;
    vertical-align: middle;
    width: 35px;
}
.rolex_page .button-row.lllk a div.icon svg {
    fill: #127749;
    width: 15px;
    height: 15px;
}
.rolex_page .rolex_map_list_links_sec {
    height: 40px;
    display: inline-flex;
    align-items: center;
}
.rolex_page .heading_content {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.rolex_map_list_links_sec a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    height: 40px;
    line-height: 40px;
    min-width: 80px;
    width: 80px;
    font-size: 14px;
}
.rolex_page .rolex_map_list_links_sec svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
.rolex_page .rolex_map_list_links_sec a.active svg {
    fill: #127749;
}
.rolex_page .rolex_map_list_links_sec a.active {
    color: #127749;
}
.rolex_page #map_view {
    position: relative;
}
.rolex_page .hours-row .open-today {
    font-weight: 600;
}
.rolex_page .hours-row .rolex-header-menu-arrow {
    width: 9px;
    height: 9px;
    border-color: #000;
    margin-bottom: 9px;
}
.rolex_page .hours-row {
    padding: 20px 0;
    position: relative;
    padding-top: 0px;
}
.rolex_page .hours-row .hours_details .in_hours_details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;    
}
.hours-row .hours_details .day,
.hours-row .hours_details .hours_val {
    width: 45%;
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.6;
}
.rolex_page #map_canvas_windowinfo .store_name {
    font-weight: 600;
    padding-bottom: 10px;
}
.rolex_page .hours-row .hours_details {
    display: none;
    padding: 15px;
    width: 100%;
    background: white;
    position: absolute;
    right: auto;
    bottom: auto;
    left: 0px;
    vertical-align: top;
    text-align: center;
    top: 30px;
    z-index: 60;
    box-sizing: border-box;
    transition: all 0.6s;
    min-width: 200px;
}
.rolex_page .hours-row  .hours-header {
    display: flex;
    align-items: center;
}
.rolex_page .hours-row .open_today_val {
    margin-left: 5px;
    margin-right: 5px;
}
#map_view .selected-store-details {
    top: 0;
    background: #f8f8f8;
    border-right: 1px solid #ddd;
    border-top: none;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: left;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.9s, opacity 0.9s linear;
}
#map_view .selected-store-details .close {
    align-items: center;
    background: black;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    opacity: 1.0;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 #fff;
}
#map_view .selected-store-details .close svg {
    fill: #fff;
    width: 17px;
    height: 17px;
}
#map_view .selected-store-details .store-image {
    background: grey;
    height: 220px;
    width: 100%;
    background-size: cover;    
}
#map_view .selected-store-details .store-details {
    line-height: 1.5;
    margin: 30px 20px;
    text-align: center;
}
.nav_acons_r {
    display:flex;
    align-items: center;
}
.rolex_page  .rolex-h2 .rolex-h2-sub {
    font-size: 20px;
}
.terms-conditions .checkbox_container a {
    text-decoration: underline;
    display: inline-block;
}
.terms-conditions .checkbox_container a:hover {
    color: #127749;
}
.rolex_page .required_text {
    color: gray;
}
@media (max-width: 991.9px) {
    .rolex-page-section .text_cell .rolex-family-page-box-content {
        width: 100%;
    }
    .rolex-page-section .rolex_row {
        flex-wrap:wrap;      	
    }
    .rolex_page .rolex-store-block-outer {
        width: 50%;
    }
    .rolex-page-section .rolex_row .image_cell,
    .rolex-page-section .rolex_row .text_cell {
        width: 100%;
    }
    .rolex-page-section .rolex_row>div.order0 {
        order:2;
    }
    .rolex-page-section .rolex_row .image_cell {
        order: 0;
    }
    .rolex_page .offic_rolex {
        display: block;
        text-align: center;
    }
    .rolex-family-page-box-content h2,
    .rolex-family-page-box-content p
    {
        text-align: center;            
    }
    .rolex_page .hours-row .hours-header {
        justify-content: center;
    }
    .rolex_page .nav_acons_r .c_links_text {
        display: none;
    }
    .rolex_page .nav_icons_m {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .contact-us-row.name,
    .contact-us-row.contact-info {
    	display:flex;
        justify-content: space-between;
    }    
    .contact-us-row .contact-us-surname {
    	width: 19%;
    }
    .contact-us-row .first-name {
      	width: 38%;
    }
    .contact-us-row .last-name {
      	width: 38%;
    }    
    .contact-us-row.contact-info .email-inner{
      	width: 34%;
    }
    .contact-us-row.contact-info .and_text {
    	width: 10%;
    }
    .contact-us-row.contact-info .country_code {
    	width: 14%;
    }
    .contact-us-row.contact-info .phone-inner {
    	width: 34%;
    }
    .contact-us-row {
        margin-bottom: 40px;
        align-items: center;
    }   
    .contact-us-row.completion {
        margin-bottom: 10px;
    }    
}  

@media (max-width: 767.9px) {
    .rolex_page .rolex-store-block-outer {
        width: 100%;
    }
    .rolex_page .contact-us-row.name,
    .rolex_page .contact-us-row.contact-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .rolex_page .contact-us-row .first-name,
    .rolex_page .contact-us-row .phone-inner {
      	width: 65%;
    }
    .rolex_page .contact-us-row .contact-us-surname,
    .rolex_page .contact-us-row .country_code  {
      	width: 32%;
    }
    .rolex_page .contact-us-row .last-name, 
    .rolex_page .contact-us-row .email-inner,
    .rolex_page .contact-us-row .and_text {
      	width: 100%;
    }  
    .rolex-family-page-box-content h2 {
        margin-top: 20px;
    } 
    .rolex_page .rolex_FormWrapper input[type=text],
    .rolex_page .rolex_FormWrapper input[type=password],
    .rolex_page .rolex_FormWrapper input[type=email],
    .rolex_page .rolex_FormWrapper input[type=url],
    .rolex_page .rolex_FormWrapper input[type=number],
    .rolex_page .rolex_FormWrapper select,
    .rolex_page .rolex_FormWrapper textarea,
    .rolex_page .rolex_FormWrapper .and_text {
        margin-bottom:30px!important;
    }
    .rolex_page .marketing-information,
    .rolex_page .completion {
        margin-bottom: 20px!important;
    }
    .rolex_page .rolex_page .rolex-store-block-outer {
        width: 100%;
    }
    #map_view .selected-store-details {
        border-right: none;
        border-top: 1px solid #ddd;
        left: 0;
        text-align: center;
        width: 100%;
        height: auto;
        bottom: 0;
        top: unset;
    }
    #map_view .selected-store-details .store-image {
        display: none;
    }
    #map_view .selected-store-details .store-details {
        margin: 40px auto;
        width: 100%;
    }
    #map_view .selected-store-details .close {
        background: #f8f8f8;
        color: #212121;
        margin-top: 10px;
        opacity: 1.0;
    }
    #map_view .selected-store-details .close svg {
        fill: #212121;
    }
    .rolex_page .hours-row {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
    .rolex_form .contact-us-row {
        justify-content: flex-end;
    }
    .rolex_page .contact-us-row .inline-recaptcha {
        width: 100%;
        display: flex;
        justify-content: right;
    }
}


.rolex_pages .checkbox_container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rolex_pages .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1px;
    top: 8px;
    width: 1px;
    overflow-y: hidden;
}

.rolex_pages .checkbox_container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 0;
}
/*
.rolex_pages .checkbox_container:hover input ~ .checkmark {
    background-color: rgb(18, 120, 74);
}
*/
.rolex_pages .checkbox_container input:checked ~ .checkmark {
    background-color: rgb(18, 120, 74);
}

.rolex_pages .checkbox_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.rolex_pages .checkbox_container input:checked ~ .checkmark:after {
    display: block;
}