.rlx-grid-noresults {
  position: relative;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center;
}

.rlx-grid-noresults h1 {
  font-family: "RolexFont", "Helvetica", sans-serif;
  font-weight: 100;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #212121;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
  font-weight: 100;
  letter-spacing: 0.05em;
}

.rlx-grid-noresults p {
  text-rendering: optimizeSpeed;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  line-height: 1.4;
  margin: 4px 0;
  color: #212121;
  font-size: 14px;
}

.body--rolex .products {
  position: relative;
}

.body--rolex .section {
  display: table;
  width: 100%;
}

/* Rolex Contact page. */
.body--rolex .section-four-alt {
  padding-bottom: 56px;
}

.body--rolex .contacts .contact:nth-child(3n+1) {
  padding-left: 22px;
}

.body--rolex .contact {
  padding: 26px 22px;
}

.body--rolex .section-four h3 {
  padding-bottom: 12px;
  margin-bottom: 23px;
  letter-spacing: 0.06em;
}

.body--rolex .contacts {
  padding: 0 20px;
}

.body--rolex .contacts-tab {
  padding: 0 20px;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}

.body--rolex h4.underlined {
  padding-bottom: 18px;
}

.body--rolex .contact address, .body--rolex .contact a {
  color: #848484 !important;
}

.body--rolex h4.underlined:after {
  left: 0px;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  height: 1px;
  width: 28px;
  display: none;
}

.body--rolex .contacts-tab .tab {
  padding: 5px 0px 12px;
  border-bottom: 1px solid #ddd;
}

.body--rolex .contacts-tab .tab li {
  font-size: 17px;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 16px 0 0;
  padding-right: 13px;
  position: relative;
  opacity: 0.6;
}

.body--rolex .contacts-tab .tab li.tab_action-active {
  opacity: 1;
  color: #127749;
}

.body--rolex .contacts-tab .tab li:first-child:after {
  content: "";
  width: 17px;
  height: 2px;
  top: 15px;
  right: -13px;
  position: absolute;
  background: #ddd;
  display: inline-block;
  position: absolute;
}

.ico-map {
  background-image: url(../../../assets/dist/images/world-map.svg);
  width: 53px;
  height: 37px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.body--rolex .contacts-tab .tab li.tab_action-active .ico-map {
  background-image: url(../../../assets/dist/images/world-map-green.svg);
}

.ico-list {
  background: url(../../../assets/dist/images/bullet-list.svg);
  width: 20px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-right: 4px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.body--rolex .contacts-tab .tab li.tab_action-active .ico-list {
  background-image: url(../../../assets/dist/images/bullet-list-green.svg);
}

/* Google Map */
.body--rolex .map-container {
  width: 100%;
  padding: 0 20px;
}

.map {
  position: relative;
  border: 1px solid #ddd;
  border-top: 0px;
  overflow: hidden;
}

.map-content {
  width: 32%;
  background: #f8f8f8;
  position: absolute;
  border-right: 1px solid #ddd;
  left: -32%;
  transition: left 0.5s;
  height: 100%;
  z-index: 12;
}

.map-content.show_detail {
  left: 0px;
}

.store_image {
  width: 100%;
  padding-bottom: 60%;
}

.store_content {
  padding: 48px 19px;
  text-align: center;
}

.store_content > a {
  font-size: 0px;
  display: inline-block !important;
}

.body--rolex .store_content h3 {
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 10px;
  padding-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #127749;
}

.body--rolex .store_content h4 {
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 0px;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 700;
}

.body--rolex .store_content p {
  max-width: none;
  line-height: 1.9;
  color: #848484;
  margin-bottom: 20px;
  font-size: 12px;
}

.body--rolex .map-icons {
  display: block;
  margin-top: 11px;
}

.body--rolex .map-icons:hover {
  color: #127749;
}

.body--rolex .map-icon {
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.body--rolex .map-icon .fa {
  color: #fff;
  position: relative;
  top: 5px;
  font-size: 11px;
}

.body--rolex .map-icon .fa-phone, .body--rolex .map-icon .fa-location-arrow {
  font-size: 16px;
  top: 8px;
}

.store_content > a > span.map-icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #127749;
  transform: translate(-50%, -50%);
}

.google-map {
  width: 100%;
  min-height: 700px;
}

.google-map .zooming_wrapper {
  margin: 20px;
}

.zooming_in, .zooming_out {
  margin-bottom: 10px;
  background: #212121;
  position: relative;
  border-radius: 50%;
  height: 40px !important;
  width: 40px !important;
}

.zooming_in:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 26%;
  top: 37%;
  background: #fff;
}

.zooming_in:after, .zooming_out:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26%;
  height: 1px;
  background: #fff;
  left: 38%;
}

.close-map {
  position: absolute;
  right: 6px;
  top: 31%;
  width: 18px;
  height: 18px;
}

.close-map:after, .close-map:before {
  content: "";
  position: absolute;
  width: 80%;
  left: 12%;
  height: 2px;
  background: #848484;
  top: 13px;
  transform: rotate(45deg);
}

.close-map:before {
  transform: rotate(-45deg);
}

.gm-style-mtc {
  display: none !important;
}

.body--rolex .inner_small {
  width: 100%;
  max-width: 670px;
  margin: auto;
}

.body--rolex .inner_small .form .gform_wrapper ul.gform_fields {
  width: 100%;
}

.body--rolex .inner_small .form .gform_wrapper ul.gform_fields:first-child {
  padding-right: 0;
}

.body--rolex .animation .ginput_container {
  position: relative;
}

.body--rolex .animation .gform_wrapper .validation_message {
  position: absolute;
  display: block;
  padding-right: 0 !important;
  padding-top: 5px;
  line-height: 1;
}

.body--rolex .animation .gform_wrapper .ginput_container_select + .validation_message {
  padding-top: 10px;
}

.body--rolex .animation .gform_wrapper .custom_checkbox .validation_message {
  bottom: -21px;
}

.body--rolex .animation .gfield > label {
  position: absolute;
  display: block !important;
  pointer-events: none;
  transform-origin: 0 0;
  transform: scale(1) translateY(4%);
  transition: transform 0.2s linear;
  font-weight: 300;
  margin-top: 0px !important;
}

.body--rolex .animation .gform_wrapper div.validation_error {
  display: none !important;
}

.body--rolex .animation .select label, .body--rolex .animation .custom_checkbox .gfield_label, .body--rolex .animation .custom_textarea .gfield_label {
  display: none !important;
}

.body--rolex .animation .gfield > label.animate-label {
  transform: scale(0.8) translateY(-100%);
  transition: transform 0.2s linear;
}

@media (max-width: 767px) {
  .body--rolex .animation .gfield > label.animate-label {
    transform: scale(0.8) translateY(-60%);
    transition: transform 0.2s linear;
  }
}
.body--rolex .form.animation .select .jstyling-select-s, .body--rolex .form.animation .gform_wrapper.gform_validation_error .top_label select {
  font-weight: 300;
  color: #212121;
}

.body--rolex .form.animation .select .jstyling-select-s:after {
  content: "";
  background: url(../../../assets/dist/images/square_arrow.svg) no-repeat;
  background-position: center center;
  width: 20px;
  height: 10px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 7px;
}

@media (max-width: 767px) {
  .rlx-grid-noresults {
    position: relative;
    top: 0;
    left: 0%;
    transform: translateX(0%);
    margin: 50px 0px;
  }
}
.body--rolex .sidebar + .content .product {
  margin-bottom: 15px;
}

.gform_wrapper .pt-toggle.gfield > label {
  position: relative;
  clear: none;
  display: inline-block !important;
  transform: scale(1) translateY(0%);
  top: -8px;
  margin-right: 10px;
}

.gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox] {
  margin-left: -9999px;
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .pt-toggle .ginput_container_checkbox {
  display: inline-block;
}

.gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox] + label {
  background-color: #ddd;
  border-radius: 60px;
  cursor: pointer;
  display: block;
  padding: 4px !important;
  outline: none;
  position: relative;
  transition: background 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 48px;
  font-size: 0px;
  height: 23px !important;
}

.gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox] + label::before, .gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
}

.gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox] + label::before {
  background-color: #ddd;
  border-radius: 60px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background 0.4s;
}

.gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox] + label::after {
  background-color: #fff;
  border-radius: 60px;
  content: "";
  color: #fff;
  line-height: 24px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  width: 21px;
  text-align: center;
  transition: margin 0.4s, background 0.4s;
}

.gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox]:checked + label {
  background-color: #5cb85c;
}

.gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox]:checked + label::before {
  background-color: #5cb85c;
}

.gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox]:checked + label::after {
  background-color: #fff;
  color: #5cb85c;
  margin-left: 22px;
}

.body--rolex .form .gform_wrapper ul.gform_fields .gfield_checkbox label a {
  text-decoration: underline;
  color: #000;
}

@media (max-width: 767px) {
  .body--rolex .sidebar + .content .product {
    margin-bottom: 37px;
  }
  .body--rolex .contact {
    padding: 21px 13px;
  }
  .body--rolex .form.animation .select .jstyling-select-s:after {
    top: 11px;
  }
  .body--rolex .animation .gfield > label {
    font-size: 16px;
    transform: scale(1) translateY(25%);
  }
  .gform_wrapper .pt-toggle .gfield_checkbox input[type=checkbox] + label {
    width: 54px;
  }
  .close-map {
    background: transparent;
  }
  .close-map:after, .close-map:before {
    background: #212121;
  }
  .body--rolex .section-four-alt {
    padding-bottom: 34px;
  }
  .body--rolex .form.animation .gform_wrapper ul.gform_fields li.field_description_below {
    margin-bottom: 30px !important;
  }
  .body--rolex .form.animation .select .jstyling-select-s {
    height: 2em;
  }
  .body--rolex .form.animation .gform_wrapper ul.gform_fields li.field_description_below:nth-child(1) {
    width: 28% !important;
  }
  .body--rolex .form.animation .gform_wrapper ul.gform_fields li.field_description_below:nth-child(2) {
    width: 70% !important;
    float: right;
  }
  .body--rolex .form.animation .gform_wrapper .gform_footer .gform_button {
    float: none;
    margin: 0px;
    font-size: 14px;
  }
  .body--rolex .contacts-tab .tab {
    display: table;
    width: 100%;
    padding: 5px 0px 4px;
  }
  .body--rolex .contacts-tab .tab li {
    padding-right: 16px;
    margin: 0 20px 0 0;
    text-align: left;
    font-size: 14px;
  }
  .google-map .zooming_wrapper {
    display: none;
  }
  .body--rolex .contacts-tab .tab li:first-child:after {
    height: 1px;
    top: 12px;
  }
  .close-map {
    right: 7px;
    top: 7px;
  }
  .store_content {
    text-align: center;
    padding: 45px 26px;
  }
  .body--rolex .store_content h4 {
    font-size: 14px;
  }
  .body--rolex .store_content p {
    font-size: 11px;
    line-height: 1.5;
  }
  .google-map {
    min-height: 473px;
  }
  .map-content {
    width: 100%;
    left: 0;
    height: 50%;
    bottom: -50%;
    transition: bottom 0.5s;
  }
  .map-content.show_detail {
    bottom: 0px;
  }
  .store_image {
    display: none;
  }
  .body--rolex .store_content p br:first-child {
    display: none;
  }
  .body--rolex h4.underlined:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .body--rolex .map-icons {
    font-size: 0px;
    display: inline-block;
    margin-top: 0px;
  }
  .body--rolex .map-icon .fa {
    font-size: 16px;
    top: 8px;
  }
  .body--rolex .inner_small .shell {
    padding: 0px;
  }
  /*
  .body--rolex .intro:not(.intro--large){
  	padding-bottom: 66.31%;
  }
  */
}
@media (max-width: 641px) {
  .body--rolex .form.animation .gform_wrapper .gform_footer .gform_button {
    line-height: 1.6;
  }
}
.body--rolex .header {
  padding-left: 0;
  padding-right: 0;
}

.body--rolex .header .shell {
  max-width: none !important;
  padding-left: 8vw;
  padding-right: 8vw;
}

@media (min-width: 1776px) {
  .body--rolex .rolex-nav:not(.footer-alt__nav) {
    right: 8vw;
  }
}
@media (max-width: 1775px) {
  .body--rolex .rolex-nav:not(.footer-alt__nav) {
    right: 3vw;
  }
}
@media (max-width: 767px) {
  .body--rolex .rolex-nav ul {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .body--rolex .header .shell {
    max-width: none !important;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}