.rolex_page .contact-btn {
    margin-top: 30px;
}

.rolex_page .contact-btn .button {
    color: #fff;
    border: 1px solid rgb(18, 120, 74);
    background-color: rgb(18, 120, 74);
    border-radius: 30px;
    text-transform: none;
    padding: 12.5px 30px;
    font-size: 14px;
    height: auto;
    line-height: 1;    
}
.rolex_page .contact-btn .button:hover {
    background: #fff;
    color: rgb(18, 120, 74);
}

.rolex_page .mobile-filters-outer {
    display: none;
}

.rolex_page .filters-container {
    display: flex;
    max-width: 90%;
    margin: 0 auto;
}

.rolex_page .filters-title h2,
.rolex_page .family-links h2 {
    font-family: Helvetica;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.rolex_page .filters-container-outer {
    margin-top: 50px;
}

.rolex_page .filters-outer {
    width: 20%;
}

.rolex_page .watch-display-with-filters {
    width: 80%;
}
.rolex_page .filters-reset-button {
    opacity: 1.0;
    padding: 10px 20px;
    border: 1px solid #ececec;
    background: #ececec;
    border-radius: 25px;
    text-transform: uppercase;
    color: #000;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.rolex_page .filters-reset-button.green_btn {
    color: #fff;
    border: 1px solid rgb(18, 120, 74);
    background-color: rgb(18, 120, 74);    
}
.rolex_page .filters-reset-button.green_btn:hover {
    color: rgb(18, 120, 74);
    background-color: #fff;    
}
.rolex_page .filters-reset-button.green_btn svg {
    fill: #fff;
}
.rolex_page .filters-reset-button.green_btn:hover svg {
    fill: rgb(18, 120, 74); 
}
.rolex_page .filters-reset-button svg {
    height: 14px;
    margin-right: 5px;
}
.rolex_page .filters-reset-button-wrapper {
    margin-bottom: 50px
}
.rolex_page .filter-name-container h2 {
    font-weight: bold;
    font-size: 13px;
    color: #212121;
    margin: 0;
    text-transform: uppercase;
    padding: 0;
}
.rolex_page .filter-options-container .filter-option {    
    margin-top: 15px;
}
.rolex_page .filter-options-container .filter-option-inner {
    display: flex;
    align-items: center;
    font-family: Helvetica;
}
.rolex_page .filter-container {
    margin-bottom: 50px;
}

.rolex_page .filter-option label {
    font-size: 13px;
    padding-left: 10px;
    margin: 0;
    cursor: pointer;
}

.rolex_page .family-link a label {
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 15px;
    display: block;
}

.rolex_page .filter-option input[type="checkbox"]:checked ~ label,
.rolex_page .filter-option label:hover,
.rolex_page .family-link a label:hover {
    color: #A37E2C;
}

.rolex_page .watch-display-container-inner {
    display: flex;
    flex-wrap: wrap;
}
.rolex_page .watch-display-container-inner .item_link {
    width: 33.3%;
    padding-bottom: 10px;
}
.rolex_page .watch-display-container-inner .item_link:hover {
    background-color: #fff;
    display: block;
    position: initial;
    visibility: visible;
    filter: contrast(0.941);
}
.rolex_page .watch-display-container-inner .item_img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.rolex_page .watch-display-title p {
    text-align: center;
    font-family: Helvetica;
    margin-bottom: 0px;
    color: #212121;
}
.rolex_page .watch-display-name {
    font-size: 13px;
    font-weight: 600;
}
.rolex_page .watch-title {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 4px;
    font-weight: bold;
}
.rolex_page .watch-display-subtitle {
    font-size: 12px;
    font-weight: lighter;
    margin-top: 10px;
    text-transform: none;
}
.rolex_page .filters-container-outer hr {
    margin-top: 20px;
    margin-bottom: 10px;
}
.filters-container-outer .pagination-inner li {
    cursor: pointer;
}
.rolex_page .pagination-page {
    font-size: 14px;
}
.rolex_page .pagination-inner {
    display: flex;
    align-items: center;
    padding-left: 0px;
}
.rolex_page .pagination-page.current-page {
    font-weight: bold;
}
.rolex_page .pagination-container-inner .pagination {
    display: flex;
    justify-content: center;
}
.rolex_page .rolex-mobile-menu-arrow {
    color: #127749;
    display: flex;    
    justify-content: right;
    padding: 15px;
    display: none;
}
.rolex_page .rolex-mobile-menu-arrow svg {
    height: 14px;
    margin-left: 8px; 
    margin-right: 10px;
}
.rolex_page .rolex-mobile-menu-arrow svg path {
    fill: #127749;
}
.rolex_page .rolex-mobile-menu-arrow h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}
.rolex_page .mobile-filters-title-container h2 {
    font-size: 14px;    
}
.rolex_page .filter_open_div {
    display: flex;
    text-align: right;
    font-size: 16px;
}
.rolex_page .rolex_close_icon,
.rolex_page .mobile-filter-command-buttons {
    display: none;
}
.rolex_page .mobile-confirm-command-button {
    padding: 9px 25px;
    font-family: Helvetica;
    color: #fff;
    border: 1px solid #127749;
    background: #127749;
    border-radius: 25px;
    margin-left: 25px;
    font-size: 14px;
    text-transform: uppercase;
}
.rolex_page .mobile-reset-command-button {
    padding: 10px;
    border: none;
    background: #d4d4d4;
    border-radius: 25px;
    margin-left: 20px;
    width: 44px;
}
.rolex_page .mobile-reset-command-button svg {
    height: 12px;
}
/*
.rolex_page iframe#rlx-corner {
    margin-top: -500px;
    padding-top: 500px;
    box-sizing: content-box;
}*/
@media (max-width: 1068.9px) {
    .rolex_page .filters-outer {
        transform: translate3d(0,0,0);
        position: fixed;
        max-height: 500px;         
        top: 0;
        left: 0;
        right: 0;        
        z-index: 100000;
        display: none;    
        height: 100vh;
        width: 100%;     
        box-sizing: border-box;        
    }
    .rolex_page .filters-outer-indiv {
        background: #f8f8f8;
        height: 100vh;
        max-height: 420px;
        overflow: scroll;
        padding: 20px;
        box-sizing: border-box;
    }
    .rolex_page .filters-outer.open {
        display: initial;
    }
    .rolex_page .rolex-mobile-menu-arrow {
        display: flex;    
        justify-content: right;
    }
    .rolex_page .filters-reset-button-wrapper {
        display: none;
    }
    .rolex_page .rolex_close_icon {
        display: flex;
        justify-content: right;
        font-size: 20px;
    }
    .rolex_page .filters-title h2 {
        text-align: center;
    }
    .rolex_page .mobile-filter-command-buttons {
        display: flex;
        background: #fff;
        padding: 20px;
        margin-top: -1px;
        border-top: 1px solid #c1c1c1;
    }
    .rolex_page .watch-display-with-filters {
        width: 100%;
    }
}
@media (max-width: 767.9px) {
    .rolex_page .watch-display-container-inner .item_link {
        width: 50%;
    }        
    .rolex_page .watch-display-title p {
        font-size: 11px;
    }
    .family_breadcrumbs .family_hidden {
        display: none;
    }
    .family_breadcrumbs .family_unhidden {
        display: block!important;
    }
}



.rolex_pages .filter-option-inner {
    display: block;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rolex_pages .filter-option-inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1px;
    top: 8px;
    width: 1px;
    overflow-y: hidden;
}

.rolex_pages .filter-option-inner .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0;
}
/*
.rolex_pages .filter-option-inner:hover input ~ .checkmark {
    background-color: rgb(18, 120, 74);
}*/

.rolex_pages .filter-option-inner input:checked ~ .checkmark {
    background-color: rgb(18, 120, 74);
}

.rolex_pages filter-option-inner .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.rolex_pages .filter-option-inner input:checked ~ .checkmark:after {
    display: block;
}