@custom-media --mq-mobile-small (max-width: 374px); /* iPhone 5, SE */ @custom-media --mq-mobile-medium (min-width: 375px) and (max-width: 413px); /* iPhone 6, 6s, 6, 8, X */ @custom-media --mq-mobile-large (min-width: 415px) and (max-width: 599px); /* iPhone 7 Plus, 8 Plus, XS Max */ @custom-media --mq-vsmall (max-width: 480px); @custom-media --breakpoint-tablet (min-width: 481px) and (max-width: 768px); @custom-media --mq-x-small (max-width: 480px); @custom-media --mq-small (max-width: 768px); @custom-media --mq-small-medium (max-width: 1024px); @custom-media --mq-medium (min-width: 768px) and (max-width: 1024px); @custom-media --mq-medium-sup (min-width: 768px); @custom-media --mq-large screen and (min-width: 1024px); @custom-media --mq-small-height (max-height: 750px); @custom-media --h-breakpoint-header-collapsed (max-width: 1024px) and (min-width: 769px) and (max-height: 600px); @custom-media --mq-Xlarge screen and (min-width: 1480px); @custom-media --mq-landscape screen and (orientation: landscape); @custom-media --mq-portrait screen and (orientation: portrait); :root {
  --color-green: #127749;
  --color-black: #212121;
  --color-white: #ffffff;
  --color-gold: #a37e2c;
  --color-grey: #f8f8f8;
  --color-dark-grey: #d4d4d4;

  --weight-light: 200;
  --weight-regular: 400;
  --weight-bold: 700;
} /*MIXINS*/ .rlxr-text-margin-top-small {
  margin-top: 50px !important;
} @media (--mq-small-medium) { .rlxr-text-margin-top-small {
    margin-top: 40px !important
}
  } @media (--mq-small) { .rlxr-text-margin-top-small {
    margin-top: 40px !important
}
  } @media (--mq-vsmall) { .rlxr-text-margin-top-small {
    margin-top: 40px !important
}
  } .rlxr-text-margin-top-medium {
  margin-top: 100px !important;
} @media (--mq-small-medium) { .rlxr-text-margin-top-medium {
    margin-top: 80px !important
}
  } @media (--mq-small) { .rlxr-text-margin-top-medium {
    margin-top: 80px !important
}
  } @media (--mq-vsmall) { .rlxr-text-margin-top-medium {
    margin-top: 60px !important
}
  } .rlxr-text-margin-top-large {
  margin-top: 150px !important;
} @media (--mq-small-medium) { .rlxr-text-margin-top-large {
    margin-top: 120px !important
}
  } @media (--mq-small) { .rlxr-text-margin-top-large {
    margin-top: 120px !important
}
  } @media (--mq-vsmall) { .rlxr-text-margin-top-large {
    margin-top: 80px !important
}
  } :focus {
  outline: none;
} html.focus a:focus,
html.focus button:focus {
  outline: 2px solid #127749;
  outline: 2px solid var(--color-green);
  outline-offset: 3px;
} a:hover,
a:active,
button:hover {
  outline: none;
} b {
  font-weight: bold;
  color: inherit;
} .rlxr-no-quickfilters {
  padding: 40px 0;
} .rlxr-quickfilters {
  position: relative;
  z-index: 0;
  padding: 52px 0 84px;
  margin: 0 0 10px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
} .rlxr-quickfilters::-webkit-scrollbar {
  	width: 0 !important;
  } .rlxr-quickfilters-wrapper {
    display: inline-block;
  } .rlxr-quickfilters-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  } .rlxr-quickfilters-arrows {
  	visibility: hidden;
  	margin: 0;
  	padding: 72px 0 0;
  	list-style: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  } /*	flex-direction: column;*/ .rlxr-quickfilters-arrows-item {
		position: relative;
		width: 50px;
		height: 50px;
		-webkit-transition: -webkit-transform .4s ease-out;
		transition: -webkit-transform .4s ease-out;
		transition: transform .4s ease-out;
		transition: transform .4s ease-out, -webkit-transform .4s ease-out;
	} .rlxr-quickfilters-arrows-item span {
			display: block;
			width: 100%;
			height: 100%;
		} .rlxr-quickfilters-arrows-item span button {
				font-size: 0;
				display: block;
				width: 100%;
				height: 50px;
				background: rgba(255,255,255,1);
				overflow: hidden;
				border-radius: 35px;
				cursor: pointer;
				border: 0;
			} .rlxr-quickfilters-arrows-item span button svg {
					-webkit-transform-origin: 50% 50%;
					        transform-origin: 50% 50%;
				} [dir="ltr"] .rlxr-quickfilters-arrows-item__left {
				-webkit-transform: translate(40%,0);
				        transform: translate(40%,0);
			} [dir="rtl"] .rlxr-quickfilters-arrows-item__left {
				-webkit-transform: translate(-40%,0);
				        transform: translate(-40%,0);
			} [dir="ltr"] .rlxr-quickfilters-arrows-item__left button svg {
						-webkit-transform: rotate(0deg);
						        transform: rotate(0deg);
					} [dir="rtl"] .rlxr-quickfilters-arrows-item__left button svg {
						-webkit-transform: rotate(180deg);
						        transform: rotate(180deg);
					} [dir="ltr"] .rlxr-quickfilters-arrows-item__right {
				-webkit-transform: translate(-40%,0);
				        transform: translate(-40%,0);
			} [dir="rtl"] .rlxr-quickfilters-arrows-item__right {
				-webkit-transform: translate(40%,0);
				        transform: translate(40%,0);
			} [dir="ltr"] .rlxr-quickfilters-arrows-item__right button svg {
						-webkit-transform: rotate(180deg);
						        transform: rotate(180deg);
					} [dir="rtl"] .rlxr-quickfilters-arrows-item__right button svg {
						-webkit-transform: rotate(0deg);
						        transform: rotate(0deg);
					} .rlxr-quickfilters-arrows--left,
    .rlxr-quickfilters-arrows--middle,
    .rlxr-quickfilters-arrows--right {
    	visibility: visible;
    } [dir="ltr"] .rlxr-quickfilters-arrows--left .rlxr-quickfilters-arrows-item__left {
				-webkit-transform: translate(-100%,0);
				        transform: translate(-100%,0);
			} [dir="rtl"] .rlxr-quickfilters-arrows--left .rlxr-quickfilters-arrows-item__right {
				-webkit-transform: translate(-100%,0);
				        transform: translate(-100%,0);
			} [dir="ltr"] .rlxr-quickfilters-arrows--right .rlxr-quickfilters-arrows-item__right {
				-webkit-transform: translate(100%,0);
				        transform: translate(100%,0);
			} [dir="rtl"] .rlxr-quickfilters-arrows--right .rlxr-quickfilters-arrows-item__left {
				-webkit-transform: translate(100%,0);
				        transform: translate(100%,0);
			} .rlxr-quickfilters-nav {
    position: relative;
    display: none;
    vertical-align: top;
  } .rlxr-quickfilters-nav--active .rlxr-quickfilters-nav {
    	display: inline-block;
    } .rlxr-quickfilters-nav--all {
    position: relative;
    display: none;
    vertical-align: top;
  } .rlxr-quickfilters-nav--active .rlxr-quickfilters-nav--all {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    } .rlxr-quickfilters-fieldset {
    position: relative;
  } [dir="ltr"] .rlxr-quickfilters-fieldset:first-child .rlxr-quickfilters-item:last-child {
          	padding: 0 18px 0 0;
          } [dir="rtl"] .rlxr-quickfilters-fieldset:first-child .rlxr-quickfilters-item:last-child {
          	padding: 0 0 0 18px;
          } .rlxr-quickfilters-fieldset:last-child .rlxr-quickfilters-item:last-child {
          padding: 0;
        } .rlxr-quickfilters-fieldset + .rlxr-quickfilters-fieldset:before {
      content: "";
      background: #127749;
      background: var(--color-green);
      border-radius: 50%;
      display: block;
      height: 6px;
      width: 6px;
      position: absolute;
      top: 50%;
      margin-top: -3px;
    } [dir="ltr"] .rlxr-quickfilters-fieldset + .rlxr-quickfilters-fieldset:before {
      	left: -3px;
      } [dir="rtl"] .rlxr-quickfilters-fieldset + .rlxr-quickfilters-fieldset:before {
      	right: -3px;
      } [dir="ltr"] .rlxr-quickfilters-fieldset + .rlxr-quickfilters-fieldset .rlxr-quickfilters-item:first-child {
        	padding: 0 0 0 18px;
        } [dir="rtl"] .rlxr-quickfilters-fieldset + .rlxr-quickfilters-fieldset .rlxr-quickfilters-item:first-child {
        	padding: 0 18px 0 0;
        } .rlxr-quickfilters-legend {
    display: none;
  } .rlxr-quickfilters-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  } .rlxr-quickfilters-item {
    position: relative;
    width: 124px;
    text-align: center;
  } .no-mobile .rlxr-quickfilters-item:hover .rlxr-quickfilters-label__figure {
		  } .no-mobile .rlxr-quickfilters-item:hover .rlxr-quickfilters-label__picture {
			border-color: #d4d4d4;
			border-color: var(--color-dark-grey);
		  } .rlxr-quickfilters-link {
    position: relative;
    display: block;
  } .rlxr-quickfilters-input {
  	position: absolute;
    opacity: 0;
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
  } .rlxr-quickfilters-label {
    display: inline-block;
    cursor: pointer;
    white-space: normal;
    border: 2px solid transparent;
  } .no-mobile.no-tablet .rlxr-watchgrid-wrapper--keypressed .rlxr-quickfilters-item--focus .rlxr-quickfilters-label {
		border-color: #127749;
		border-color: var(--color-green);
	} .rlxr-quickfilters-label__figure {
      position: relative;
      -webkit-transition: opacity 0.3s ease-out;
      transition: opacity 0.3s ease-out;
    } .rlxr-quickfilters-label__text {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 15px 0 0;
      /* text-transform: uppercase; */
      text-align: center;
      font-family: "Helvetica Neue", "Arial Nova", Helvetica, Arial, sans-serif;
      letter-spacing: 0.05em;
      font-size: 12px;
      font-weight: 200;
      color: #212121;
      color: var(--color-black);
      -webkit-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out;
      letter-spacing: 0.06em;
    } .rlxr-quickfilters-label__text:lang(ar),
  .rlxr-quickfilters-label__text:lang(fa),
  .rlxr-quickfilters-label__text:lang(he) {
    font-family: Arial, sans-serif;
    font-style: normal !important;
    letter-spacing: normal !important;
  } .rlxr-quickfilters-label__text:lang(hi) {
    font-family: Kokila, "Nirmala UI", "Kohinoor Devanagari", sans-serif;
    font-style: normal !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
  } .rlxr-quickfilters-label__text:lang(ja) {
    font-family: "ＭＳ Ｐゴシック", "MS P Gothic", HiraKakuProN, "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3",
      sans-serif;
    font-style: normal !important;
  } .rlxr-quickfilters-label__text:lang(ko) {
    font-family: "Malgun Gothic", Dotum, AppleSDGothicNeo-Medium, "Apple SD Gothic Neo Medium", sans-serif;
    font-style: normal !important;
  } .rlxr-quickfilters-label__text:lang(th) {
    font-family: Thonburi, Arial, Helvetica, sans-serif;
  } .rlxr-quickfilters-label__text:lang(vi) {
    font-family: Arial, sans-serif;
  } .rlxr-quickfilters-label__text:lang(zh-Hans) {
    font-family: "Microsoft YaHei", "Heiti SC Light", "ST Heiti SC Light", "STHeiti SC Light", STHeitiSC-Light,
      "STHeiti Light", STXihei, sans-serif;
    font-style: normal !important;
  } .rlxr-quickfilters-label__text:lang(zh-Hant) {
    font-family: "Microsoft YaHei", "Heiti TC Light", "ST Heiti TC Light", "STHeiti TC Light", STHeitiTC-Light,
      "STHeiti Light", STXihei, sans-serif;
    font-style: normal !important;
  } .rlxr-quickfilters-label__picture {
      display: inline-block;
      vertical-align: top;
      position: relative;
      border-radius: 50%;
      border: 1px solid transparent;
      height: 84px;
      width: 84px;
      -webkit-transition: border-color 0.3s ease-out;
      transition: border-color 0.3s ease-out;
      pointer-events: none;
    } .rlxr-quickfilters-label__image {
      position: relative;
      top: 5px;
      display: block;
      margin: 0;
      width: 74px;
      height: 74px;
      border-radius: 50%;
      pointer-events: none;
    } [dir="ltr"] .rlxr-quickfilters-label__image {
		left: 5px;
	  } [dir="rtl"] .rlxr-quickfilters-label__image {
		right: 5px;
	  } .rlxr-quickfilters-label__background {
      position: absolute;
      top: 0;
      width: 86px;
      height: 100%;
	  border: 2px solid transparent;
    } [dir="ltr"] .rlxr-quickfilters-label__background {
		  left: 50%;
		  -webkit-transform: translate(-50%, 0);
		          transform: translate(-50%, 0);
	  } [dir="rtl"] .rlxr-quickfilters-label__background {
		  right: 50%;
		  -webkit-transform: translate(50%, 0);
		          transform: translate(50%, 0);
	  } .no-mobile.no-tablet .rlxr-watchgrid-wrapper--keypressed .rlxr-quickfilters-item--focus .rlxr-quickfilters-label__background {
		border-color: #127749;
		border-color: var(--color-green);
	  } .rlxr-quickfilters-label__background:before,
      .rlxr-quickfilters-label__background:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 50%;
      } [dir="ltr"] .rlxr-quickfilters-label__background:before, [dir="ltr"] .rlxr-quickfilters-label__background:after {
			left: 6px;
		  } [dir="rtl"] .rlxr-quickfilters-label__background:before, [dir="rtl"] .rlxr-quickfilters-label__background:after {
			right: 6px;
		  } .rlxr-quickfilters-label__background:before {
        top: 6px;
        width: 74px;
        height: 74px;
        background: #fff;
      } .rlxr-quickfilters-label__background:after {
        top: 6px;
        width: 74px;
        height: 74px;
        background: #127749;
        background: var(--color-green);
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
        opacity: 0;
      } .no-mobile .rlxr-quickfilters-label:hover .rlxr-quickfilters-label__background:after {
          opacity: 1;
        } .no-mobile .rlxr-quickfilters-label:hover .rlxr-quickfilters-label__text {
        color: #818181;
      } .rlxr-quickfilters-input:checked + .rlxr-quickfilters-label .rlxr-quickfilters-label__text {
      color: #127749;
      color: var(--color-green);
    } .rlxr-quickfilters-input:checked + .rlxr-quickfilters-label .rlxr-quickfilters-label__picture {
      border-color: #127749;
      border-color: var(--color-green);
    } .rlxr-quickfilters-form--placeholder {
  } .rlxr-quickfilters-label--placeholder {
  } .rlxr-quickfilters-label--more {
    display: block;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    height: 86px;
    padding: 0;
    margin: 0;
    outline: 0;
    background-color: transparent;
  } .rlxr-quickfilters-label--more:focus {
	  outline: 0 !important;
    } .rlxr-watchgrid-wrapper--keypressed .rlxr-quickfilters-label--more:focus .rlxr-quickfilters-label__background {
	  		border-color: #127749;
	  		border-color: var(--color-green);
	  	} .rlxr-quickfilters-label--more:before,
    .rlxr-quickfilters-label--more:after {
      content: "";
      position: absolute;
      z-index: 1;
      display: block;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #127749;
      background-color: var(--color-green);
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out;
    } .rlxr-quickfilters-label--more:before {
      height: 16px;
      width: 1px;
    } .rlxr-quickfilters-label--more:after {
      height: 1px;
      width: 16px;
    } .rlxr-quickfilters-label--more:hover:before,
      .rlxr-quickfilters-label--more:hover:after {
        background-color: #fff;
      } @media (max-width: 480px) {
  .rlxr-no-quickfilters {
    padding: 10px 0;
  }
  .rlxr-quickfilters {
    padding: 12px 0 61px;
    margin: 0;
  }

    .rlxr-quickfilters-arrows {
	  	padding: 26px 0 0;
	}
          	[dir="ltr"] .rlxr-quickfilters-fieldset:first-child .rlxr-quickfilters-item:last-child {
	            padding: 0 10px 0 0;
	        }
          	[dir="rtl"] .rlxr-quickfilters-fieldset:first-child .rlxr-quickfilters-item:last-child {
	            padding: 0 0 0 10px;
	        }
        	[dir="ltr"] .rlxr-quickfilters-fieldset + .rlxr-quickfilters-fieldset .rlxr-quickfilters-item:first-child {
          		padding: 0 0 0 10px;
          	}
        	[dir="rtl"] .rlxr-quickfilters-fieldset + .rlxr-quickfilters-fieldset .rlxr-quickfilters-item:first-child {
          		padding: 0 10px 0 0;
          	}

    .rlxr-quickfilters-item {
      width: 86px;
    }
        .rlxr-quickfilters-item:hover .rlxr-quickfilters-label__figure {
        }
        .rlxr-quickfilters-item:hover .rlxr-quickfilters-label__picture {
          border-color: transparent;
        }
      .rlxr-quickfilters-label__text {
        padding: 6px 0 0;
        font-size: 11px;
        letter-spacing: 0.06em;
        font-weight: 300;
      }

      .rlxr-quickfilters-label__picture {
        height: 68px;
        width: 68px;
      }

      .rlxr-quickfilters-label__image {
        top: 4px;
        width: 60px;
        height: 60px;
      }
        [dir="ltr"] .rlxr-quickfilters-label__image {
		  left: 4px;
		}
		[dir="rtl"] .rlxr-quickfilters-label__image {
		  right: 4px;
		}

      .rlxr-quickfilters-label__background {
        width: 70px;
      }

        .rlxr-quickfilters-label__background:before {
          top: 5px;
          width: 60px;
          height: 60px;
        }
		  [dir="ltr"] .rlxr-quickfilters-label__background:before {
			left: 5px;
		  }
		  [dir="rtl"] .rlxr-quickfilters-label__background:before {
			right: 5px;
		  }
        .rlxr-quickfilters-label__background:after {
          content: "";
          width: 0;
          height: 0;
          background: #127749;
          background: var(--color-green);
        }
          .rlxr-quickfilters-label:hover .rlxr-quickfilters-label__background:after {
            width: 0;
            height: 0;
          }

    .rlxr-quickfilters-label--more {
      height: 68px;
    }

      .rlxr-quickfilters-label--more:before {
        height: 13px;
      }
      .rlxr-quickfilters-label--more:after {
        width: 13px;
      }
        .rlxr-quickfilters-label--more:hover:before,
        .rlxr-quickfilters-label--more:hover:after {
          background-color: #127749;
          background-color: var(--color-green);
        }
} /*
@media (max-width: 768px) {
  .rlxr-no-quickfilters {
    padding: 30px 0;
  }
  .rlxr-quickfilters {
    padding: 34px 0 73px;

    &-arrows {
	  	padding: 46px 0 0;
	}

    &-fieldset {
      &:first-child {
        .rlxr-quickfilters-item {
          &:last-child {
            padding: 0 14px 0 0;
          }
        }
      }
    }
    &-fieldset + &-fieldset {
      .rlxr-quickfilters-item {
        &:first-child {
          padding: 0 0 0 14px;
        }
      }
    }

    &-item {
      width: 104px;
    }

    &-label {
      &__picture {
        height: 76px;
        width: 76px;
      }

      &__image {
        top: 4px;
        left: 4px;
        width: 68px;
        height: 68px;
      }

      &__background {
        width: 78px;

        &:before {
          top: 5px;
          left: 5px;
          width: 68px;
          height: 68px;
        }
      }
    }

    &-label--more {
      height: 76px;

      &:before {
        height: 13px;
      }
      &:after {
        width: 13px;
      }
    }
  }
}*/

.root {
}

/* .rlxr-menu#panelGridFilters {
overflow: auto;
} */

.rlxr-filterpanel {
  padding: 0;
  /* height: 100%; */
}

.rlxr-filterpanel__filterlist {
  padding: 0 65px;
  margin: 0;
}

@media (max-width: 450px) {

.rlxr-filterpanel__filterlist {
    padding: 0 5vw
}
  }

.rlxr-filterpanel__filterlist dt:first-child {
  margin-top: 88px;
}

@media (max-width: 1024px) {

.rlxr-filterpanel__filterlist dt:first-child {
    margin-top: 54px
}
  }

.rlxr-filterpanel__filterlist dd:last-child {
  margin-bottom: 200px;
}

.rlxr-filterpanel__titlegroup {
  font-family: "RolexFont", "Helvetica", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 0.05em;
  font-size: 10px;
  padding: 20px 0 22px;
  margin-bottom: 14px;
}

[lang=ar] .rlxr-filterpanel__titlegroup {
  font-size: 15px;
}

[lang=fa] .rlxr-filterpanel__titlegroup {
  font-size: 15px;
}

[lang=vi] .rlxr-filterpanel__titlegroup {
  font-family: Verdana, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
}

.rlxr-filterpanel__filterItem {
  position: relative;
  display: block;
  padding: 0 0 0 28px;
  margin: 0;
  margin-bottom: 20px;
  font-size: 13px;
}

@media (min-width:1024px){

.rlxr-filterpanel__filterItem {
    font-size: 14px
}
  }

[dir=rtl] .rlxr-filterpanel__filterItem {
  padding: 0 28px 0 0;
}

.rlxr-filterpanel__filterItem label, .rlxr-filterpanel__checkbox {
  cursor: pointer;
}

.rlxr-filterpanel__filterItem input {
  display: none;
}

.rlxr-filterpanel__filterItem
input:checked
~ .rlxr-filterpanel__checkbox::after {
  display: block;
}

.rlxr-filterpanel__checkbox {
  position: absolute;
  left: 0;
  top: 1px;
}

[dir=rtl] .rlxr-filterpanel__checkbox {
  left: auto;
  right: 0;
}

.rlxr-filterpanel__checkbox::before,
.rlxr-filterpanel__checkbox::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

[dir="rtl"] .rlxr-filterpanel__checkbox::before,
[dir="rtl"] .rlxr-filterpanel__checkbox::after {
  left: auto;
}

.rlxr-filterpanel__checkbox::before {
  border: 1px solid black;
}

.rlxr-filterpanel__checkbox::after {
  background-color: #127749;
  border: 1px solid #127749;
  display: none;
}

.rlxr-filterpanel__button-bar {
  background-color: #FFFFFF;
  padding: 0;
  /* width: 60%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e6e6e6;
  min-height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1024px) {

.rlxr-filterpanel__button-bar {
    min-height: 57px
}
  }

.rlxr-filterpanel__button {
  padding: 10px 30px;
  color: white;
  border: 1px solid hsl(153, 74%, 27%);
  border-radius: 25px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  letter-spacing: 0.03em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-weight: 400;
  opacity: 1;
}

.rlxr-filterpanel__button:focus {
  background-color: white;
  outline: none;
  outline-offset: initial;
}

.rlxr-filterpanel__button.inactive {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #818181;
  cursor: auto;
}

.rlxr-filterpanel__button.hide {
  opacity: 0;
  cursor: auto;
}

.rlxr-filterpanel__button--apply {
  background-color: hsl(153, 74%, 27%);
  position: relative;
  margin: 0 0 0 65px;
}

@media (max-width: 450px) {

.rlxr-filterpanel__button--apply {
    margin: 0 0 0 18px
}
  }

[dir="rtl"] .rlxr-filterpanel__button--apply {
  margin: 0 65px 0 0;
}

@media (max-width: 450px) {

[dir="rtl"] .rlxr-filterpanel__button--apply {
    margin: 0 18px 0 0
}
  }

[dir="rtl"] .rlxr-filterpanel__button--reset {
  margin: 0 0 0 65px;
}

@media (max-width: 450px) {

[dir="rtl"] .rlxr-filterpanel__button--reset {
    margin: 0 0 0 18px
}
  }

.rlxr-filterpanel__button--apply span {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}

.rlxr-filterpanel__button--apply:not(.inactive):hover {
  color: rgb(18, 119, 73);
  border:1px solid rgba(18, 119, 73, .5);
  background-color: white;
}

.rlxr-filterpanel__button--apply.loading::before {
  -webkit-animation: wl_spinner 1s steps(26) infinite;
          animation: wl_spinner 1s steps(26) infinite;
  background: url("../css/images/spinner.png") 0 0 no-repeat;
  background-size: 18px 512px;
  height: 18px;
  width: 18px;
  display: block;
  margin: 0 auto;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rlxr-filterpanel__button--apply.loading span {
  opacity: 0;
}

.rlxr-filterpanel__button--reset {
  border:1px solid rgba(18, 119, 73, .5);
  color: hsl(153, 74%, 27%);
  padding: 10px 12px 12px;
  margin: 0 65px 0 0;
  background: transparent;
}

@media (max-width: 450px) {

.rlxr-filterpanel__button--reset {
    margin: 0 18px 0 0
}
  }

.rlxr-filterpanel__button--reset:not(.inactive):hover {
  background-color: rgb(18, 119, 73);
  color: white;
}

.rlxr-filterpanel__button--reset svg {
  fill: currentColor;
}

/* .rlxr-filterpanel__button--reset::before {
background: transparent url("../css/images/icn-reset.svg") no-repeat top center;
content : "";
width: 15px;
height: 15px;
display: block;
} */

@-webkit-keyframes wl_spinner {
  100% {
    background-position: 0 -468px;
  }
}

@keyframes wl_spinner {
  100% {
    background-position: 0 -468px;
  }
}

@custom-media --mq-mobile-small (max-width: 374px); /* iPhone 5, SE */ @custom-media --mq-mobile-medium (min-width: 375px) and (max-width: 413px); /* iPhone 6, 6s, 6, 8, X */ @custom-media --mq-mobile-large (min-width: 415px) and (max-width: 599px); /* iPhone 7 Plus, 8 Plus, XS Max */ @custom-media --mq-vsmall (max-width: 480px); @custom-media --breakpoint-tablet (min-width: 481px) and (max-width: 768px); @custom-media --mq-x-small (max-width: 480px); @custom-media --mq-small (max-width: 768px); @custom-media --mq-small-medium (max-width: 1024px); @custom-media --mq-medium (min-width: 768px) and (max-width: 1024px); @custom-media --mq-medium-sup (min-width: 768px); @custom-media --mq-large screen and (min-width: 1024px); @custom-media --mq-small-height (max-height: 750px); @custom-media --h-breakpoint-header-collapsed (max-width: 1024px) and (min-width: 769px) and (max-height: 600px); @custom-media --mq-Xlarge screen and (min-width: 1480px); @custom-media --mq-landscape screen and (orientation: landscape); @custom-media --mq-portrait screen and (orientation: portrait); :root {
  --color-green: #127749;
  --color-black: #212121;
  --color-white: #ffffff;
  --color-gold: #a37e2c;
  --color-grey: #f8f8f8;
  --color-dark-grey: #d4d4d4;

  --weight-light: 200;
  --weight-regular: 400;
  --weight-bold: 700;
} /*MIXINS*/ .rlxr-text-margin-top-small {
  margin-top: 50px !important;
} @media (--mq-small-medium) { .rlxr-text-margin-top-small {
    margin-top: 40px !important
}
  } @media (--mq-small) { .rlxr-text-margin-top-small {
    margin-top: 40px !important
}
  } @media (--mq-vsmall) { .rlxr-text-margin-top-small {
    margin-top: 40px !important
}
  } .rlxr-text-margin-top-medium {
  margin-top: 100px !important;
} @media (--mq-small-medium) { .rlxr-text-margin-top-medium {
    margin-top: 80px !important
}
  } @media (--mq-small) { .rlxr-text-margin-top-medium {
    margin-top: 80px !important
}
  } @media (--mq-vsmall) { .rlxr-text-margin-top-medium {
    margin-top: 60px !important
}
  } .rlxr-text-margin-top-large {
  margin-top: 150px !important;
} @media (--mq-small-medium) { .rlxr-text-margin-top-large {
    margin-top: 120px !important
}
  } @media (--mq-small) { .rlxr-text-margin-top-large {
    margin-top: 120px !important
}
  } @media (--mq-vsmall) { .rlxr-text-margin-top-large {
    margin-top: 80px !important
}
  } :focus {
  outline: none;
} html.focus a:focus,
html.focus button:focus {
  outline: 2px solid #127749;
  outline: 2px solid var(--color-green);
  outline-offset: 3px;
} a:hover,
a:active,
button:hover {
  outline: none;
} b {
  font-weight: bold;
  color: inherit;
} .rlxr-watchgrid-wrapper {
    position: relative;
    background-color: #f8f8f8;
    background-color: var(--color-grey);
} /********************************
 * Accessibility helper class   *
 * Hides text visually but      *
 * not from screen readers      *
 ********************************/ .rlxr-a11y {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
} /****************************
 * Grid Layouts *
 ****************************/ .rlxr-watchgrid {
    display: block;
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
} @supports (display: grid) { .rlxr-watchgrid {
        display: grid
}
    } @media (min-width: 769px) { .rlxr-watchgrid {
        width: 84%
}
    } @media (min-width: 415px) and (max-width: 768px) { .rlxr-watchgrid {
        max-width: 600px
}
    } .rlxr-watchgrid::after {
    display: block;
    content: " ";
    clear: both;
} @supports (display: grid) { .rlxr-watchgrid::after {
        content: none
}
    } .rlxr-watchgrid__watch-list {
    pointer-events: none;
    display: inherit;
    margin: 0;
    padding: 0;
} @supports (grid-auto-rows: inherit) { .rlxr-watchgrid__watch-list {
        grid-auto-rows: inherit;
        grid-template-columns: inherit;
        grid-row: 1;
        grid-gap: inherit;
        z-index: 1
}
    } .no-mobile.no-tablet .rlxr-watchgrid__watch-list-item a:hover {
    /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1); */
    /* transition: box-shadow 0.25s; */
} .rlxr-watchgrid__editorial {
    z-index: 0;
} /**
 * Two column mixin, used in desktop narrow and mobile wide
 */ /**
 * Small two column mixin, used for mobile wide, and for wishlist sidepanel
 */ /**
 * how editorials behave
 */ .rlxr-watchgrid__editorial {
    display: block;
} .rlxr-watchgrid__editorial.rlxr-deactivate {
        display: none;
    } .rlxr-watchgrid--wide .rlxr-watchgrid__editorial {
        overflow: hidden;
        max-height: 80%;
        -ms-flex-item-align: center;
            align-self: center;
    } @media not (max-width: 768px) { .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial {
            overflow: hidden;
            max-height: 80%;
            -ms-flex-item-align: center;
                align-self: center
    }
        } /**
 * readmore
 */ .rlxr-watchgrid__editorial .rlxr-watchgrid-readmore {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7px 0 0 0;
  -webkit-transform: translate3d(0, -1px, 0);
          transform: translate3d(0, -1px, 0);
} @media (max-width: 768px) { .rlxr-watchgrid__editorial .rlxr-watchgrid-readmore {
    /* margin: 0.5em 0 0 0; */
    /* display: block !important; */
    width: 60px
}
  } .rlxr-watchgrid__editorial .rlxr-watchgrid-readmore.rlxr-deactivate {
    display: none !important;
  } /**
 * In the wishlist sidebar, the grid has the exact same layout as .rlxr-watchgrid--wide mobile
 */ .rlxr-wishlist-sidebar .rlxr-watchgrid {
    width: 90%;
    margin-bottom: 60px;
} @supports (grid-gap: 20px) { .rlxr-wishlist-sidebar .rlxr-watchgrid {

        grid-template-columns: 1fr 1fr
}

        .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list {
        grid-column: 1 / 3;
        grid-row: 1 / 11;
    }

        .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item:nth-child(4),
    .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item:nth-child(5),
    .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item:nth-child(12),
    .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item:nth-child(13) {
        grid-column: 1;
    }

        .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item:nth-child(7),
    .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item:nth-child(8) {
        grid-column: 2;
    }

        .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__editorial:nth-of-type(1) {
        grid-column: 2;
        grid-row: 2 / span 2;
    }

        .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__editorial:nth-of-type(2) {
        grid-column: 1;
        grid-row: 5 / span 2;
    }

        .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__editorial:nth-of-type(3) {
        grid-column: 2;
        grid-row: 8 / span 2;
    }

        .rlxr-wishlist-sidebar .rlxr-watchgrid {
            grid-auto-rows: 290px;
            grid-gap: 10px;
        }

        .rlxr-wishlist-page .rlxr-wishlist-sidebar .rlxr-watchgrid {
            grid-auto-rows: 310px;
        }
    } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item {

        float: left;
        width: calc(50% - 5px);
        height: 290px;
        margin: 0 10px 10px 0;
    } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item:nth-child(2n) {
            margin-right: 0;
        } @supports (grid-gap: 20px) { .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item {
            float: none;
            width: auto;
            height: auto;
            margin: 0
    }
        } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item a:not(.rlxr-watchgrid__favourite) {
            padding: 24px 0 0 0;
        } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item img {
            /*width: 128px; */
            height: 196px;
        } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item figcaption {
            margin-top: 196px;
            padding: 0 11%;
        } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item h2 {
            font-size: 9px;
            margin-bottom: 3px;
        } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item p {
            font-size: 11px;
        } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019{
            
            font-size: 8px;
            margin-top: 3px;
        } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__favourite {
        top: 0;
        padding: 15px;
        width: 44px;
        height: 44px;
        left: 0;
    } [dir="rtl"] .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__favourite {
            left: auto;
            right: 0;
        } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__favourite::before {
            display: block;
            width: 14px;
            height: 14px;
            font-size: 14px;
            line-height: 14px;
        } @media (max-width: 768px) { .rlxr-wishlist-sidebar .rlxr-watchgrid {
        margin-bottom: 40px
}
    } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item, .rlxr-wishlist-page .rlxr-watchgrid .rlxr-watchgrid__watch-list-item {

        grid-column: auto !important;
    } .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__favourite, .rlxr-wishlist-page .rlxr-watchgrid .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__favourite {
            left: auto;
            right: 0;
        } [dir="rtl"] .rlxr-wishlist-sidebar .rlxr-watchgrid .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__favourite, [dir="rtl"] .rlxr-wishlist-page .rlxr-watchgrid .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__favourite {
                left: 0;
                right: auto;
            } /**
 * Narrow (one column mobile, two column desktop)
 */ /* mobile 1 col */ @media (max-width: 768px) { .rlxr-watchgrid--narrow {
        display: block;
        position: relative;
        padding: 0 5%
}

        .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item {
            margin: 0 0 10px 0;
            height: 350px;
        }

            @supports (grid-gap: 20px) {
                .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(5),
                .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(9),
                .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(13) {
                    margin-top: 420px;
                }

                    .rlxr-wishlist-page .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(5), .rlxr-wishlist-page .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(9), .rlxr-wishlist-page .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(13) {
                        margin-top: 0;
                    }
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:last-of-type {
                margin-bottom: 0;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item a:not(.rlxr-watchgrid__favourite) {
                padding: 25px 9% 0 9%;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item img {
                /* width: 165px; */
                height: 252px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item figcaption {
                margin-top: 252px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item h2 {
                margin-bottom: 6px;
                font-size: 11px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item p {
                font-size: 12px;
            }
            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019{
                font-size: 8px;
                margin-top: 6px;
            }

        .rlxr-watchgrid--narrow .rlxr-watchgrid__favourite {
            top: 0;
            padding: 23px;
            width: 60px;
            height: 60px;
            left: 0;
        }

            [dir="rtl"] .rlxr-watchgrid--narrow .rlxr-watchgrid__favourite {
                left: auto;
                right: 0;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__favourite::before {
                display: block;
                width: 14px;
                height: 14px;
                font-size: 14px;
                line-height: 14px;
            }

        .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 75%;
            padding: 50px 0;
            height: 300px;
            overflow: hidden;
        }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial:nth-of-type(1) {
                top: calc((350px + 10px) * 4);
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial:nth-of-type(2) {
                top: calc(((350px + 10px) * 8) + 410px);
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial:nth-of-type(3) {
                top: calc(((350px + 10px) * 12) + (410px * 2));
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial img {
                width: 165px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial p {
                font-size: 14px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial p:first-of-type {
                margin-top: 29px;
            }
    } @media (min-width: 415px) and (max-width: 768px) {
        .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item {
            height: 540px;
        }

            @supports (grid-gap: 20px) {
                .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(5),
                .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(9),
                .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(13) {
                    margin-top: 560px;
                }

                    .rlxr-wishlist-page .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(5), .rlxr-wishlist-page .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(9), .rlxr-wishlist-page .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(13) {
                        margin-top: 0;
                    }
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item a:not(.rlxr-watchgrid__favourite) {
                padding-top: 48px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item img {
                /* width: 260px; */
                height: 397px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item figcaption {
                margin-top: 397px;
            }

        .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial {
            height: 540px;
        }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial:nth-of-type(1) {
                top: calc((540px + 10px) * 4);
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial:nth-of-type(2) {
                top: calc((540px + 10px) * 9);
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial:nth-of-type(3) {
                top: calc((540px + 10px) * 14);
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial img {
                width: 230px;
            }
    } /* desktop 2 col */ @media (min-width: 769px) {

        @supports (grid-gap: 20px) { .rlxr-watchgrid--narrow {

            grid-template-columns: 1fr 1fr
}

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list {
        grid-column: 1 / 3;
        grid-row: 1 / 11;
    }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(4),
    .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(5),
    .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(12),
    .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(13) {
        grid-column: 1;
    }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(7),
    .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(8) {
        grid-column: 2;
    }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial:nth-of-type(1) {
        grid-column: 2;
        grid-row: 2 / span 2;
    }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial:nth-of-type(2) {
        grid-column: 1;
        grid-row: 5 / span 2;
    }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial:nth-of-type(3) {
        grid-column: 2;
        grid-row: 8 / span 2;
    }

            .rlxr-watchgrid--narrow {
                grid-auto-rows: 580px;
                grid-gap: 20px;
            }
        }

        .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item {

            float: left;
            width: calc(50% - 10px);
            height: 580px;
            margin: 0 20px 20px 0;
        }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item:nth-child(2n) {
                margin-right: 0;
            }

            @supports (grid-gap: 20px) {

        .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item {
                float: none;
                width: auto;
                height: auto;
                margin: 0
        }
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item a:not(.rlxr-watchgrid__favourite) {
                padding: 30px 13% 0 13%;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item img {
                width: 411px;
                height: 411px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item figcaption {
                margin-top: 411px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item h2 {
                margin-bottom: 8px;
                font-size: 14px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item p {
                font-size: 14px;
            }
            .rlxr-watchgrid--narrow .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019{
                font-size: 10px;
                margin-top: 8px;
            }

        .rlxr-watchgrid--narrow .rlxr-watchgrid__favourite {
            top: 0;
            padding: 32px;
            width: 80px;
            height: 80px;
            left: 0;
        }

            [dir="rtl"] .rlxr-watchgrid--narrow .rlxr-watchgrid__favourite {
                left: auto;
                right: 0;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__favourite::before {
                display: block;
                width: 16px;
                height: 16px;
                font-size: 16px;
                line-height: 16px;
            }

        .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial {
            width: 52%;
        }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial img {
                width: 230px;
            }

            .rlxr-watchgrid--narrow .rlxr-watchgrid__editorial p:first-of-type {
                margin-top: 50px;
            }
    } /**
 * Wide (two column mobile, three column desktop)
 */ /* mobile 2 col */ @media (max-width: 768px) {

        @supports (grid-gap: 20px) {

            .rlxr-watchgrid--wide {
                padding: 0 5%;
            }
        }

        @supports (grid-gap: 20px) { .rlxr-watchgrid--wide {

        grid-template-columns: 1fr 1fr
}

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list {
        grid-column: 1 / 3;
        grid-row: 1 / 11;
    }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(4),
    .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(5),
    .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(12),
    .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(13) {
        grid-column: 1;
    }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(7),
    .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(8) {
        grid-column: 2;
    }

        .rlxr-watchgrid--wide .rlxr-watchgrid__editorial:nth-of-type(1) {
        grid-column: 2;
        grid-row: 2 / span 2;
    }

        .rlxr-watchgrid--wide .rlxr-watchgrid__editorial:nth-of-type(2) {
        grid-column: 1;
        grid-row: 5 / span 2;
    }

        .rlxr-watchgrid--wide .rlxr-watchgrid__editorial:nth-of-type(3) {
        grid-column: 2;
        grid-row: 8 / span 2;
    }

        .rlxr-watchgrid--wide {
            grid-auto-rows: 290px;
            grid-gap: 10px;
        }

        .rlxr-wishlist-page .rlxr-watchgrid--wide {
            grid-auto-rows: 310px;
        }
    }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item {

        float: left;
        width: calc(50% - 5px);
        height: 290px;
        margin: 0 10px 10px 0;
    }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(2n) {
            margin-right: 0;
        }

        @supports (grid-gap: 20px) {

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item {
            float: none;
            width: auto;
            height: auto;
            margin: 0
    }
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item a:not(.rlxr-watchgrid__favourite) {
            padding: 24px 0 0 0;
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item img {
            /*width: 128px; */
            height: 196px;
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item figcaption {
            margin-top: 196px;
            padding: 0 11%;
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item h2 {
            font-size: 9px;
            margin-bottom: 3px;
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item p {
            font-size: 11px;
        }
        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019{
            
            font-size: 8px;
            margin-top: 3px;
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__favourite {
        top: 0;
        padding: 15px;
        width: 44px;
        height: 44px;
        left: 0;
    }

        [dir="rtl"] .rlxr-watchgrid--wide .rlxr-watchgrid__favourite {
            left: auto;
            right: 0;
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__favourite::before {
            display: block;
            width: 14px;
            height: 14px;
            font-size: 14px;
            line-height: 14px;
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__editorial {
            width: 82%;
        }

            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial img {
                width: 120px;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial p {
                font-size: 14px;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial p:first-of-type {
                margin-top: 35px;
            }
            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial .rlxr-watchgrid__new-for-2019{
                font-size: 7px;
            }
    } @media (min-width: 415px) and (max-width: 768px) {

        @supports (grid-gap: 20px) {

            .rlxr-watchgrid--wide {
                grid-auto-rows: 360px;
            }

            .rlxr-wishlist-page .rlxr-watchgrid--wide {
                grid-auto-rows: 380px;
            }
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item {

            height: 290px;
        }

            @supports (grid-gap: 20px) {

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item {
                height: auto
        }
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item img {
                width: 170px;
                height: 260px;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item figcaption {
                margin-top: 260px;
            }
            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial img {
                width: 165px;
            }
    } /* desktop 3 col */ @media (min-width: 769px) {

        @supports (grid-gap: 20px) { .rlxr-watchgrid--wide {

            grid-template-columns: 1fr 1fr 1fr;
            grid-auto-rows: 390px;
            grid-gap: 10px
}

            .rlxr-wishlist-page .rlxr-watchgrid--wide {
                grid-auto-rows: 410px;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list {
                grid-column: 1 / 4;
                grid-row: 1 / 8;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(6) {
                grid-column: 1;
            }

                .rlxr-wishlist-page .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(6) {
                    grid-column: auto;
                }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(8),
            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(10),
            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(14) {
                grid-column: 2;
            }

                .rlxr-wishlist-page .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(8), .rlxr-wishlist-page .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(10), .rlxr-wishlist-page .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(14) {
                    grid-column: auto;
                }

            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial:nth-of-type(1) {
                grid-column: 3;
                grid-row: 2 / span 2;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial:nth-of-type(2) {
                grid-column: 1;
                grid-row: 4 / span 2;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial:nth-of-type(3) {
                grid-column: 3;
                grid-row: 6 / span 2;
            }
        }

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item {

            float: left;
            width: calc(33% - 7px);
            height: 390px;
            margin: 0 10px 10px 0;
        }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item:nth-child(3n) {
                margin-right: 0;
            }

            @supports (grid-gap: 20px) {

        .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item {
                float: none;
                width: auto;
                height: auto;
                margin: 0
        }
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item a:not(.rlxr-watchgrid__favourite) {
                padding: 14px 11% 0 11%;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item img {
                width: 292px;
                height: 292px;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item figcaption {
                margin-top: 292px;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item h2 {
                margin-bottom: 6px;
                font-size: 12px;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item p {
                font-size: 12px;
            }
            .rlxr-watchgrid--wide .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019{
                font-size: 8px;
                margin-top: 6px;
            }

        .rlxr-watchgrid--wide .rlxr-watchgrid__favourite {
            top: 0;
            padding: 22px;
            width: 58px;
            height: 58px;
            left: 0;
            right: auto;
        }

            [dir="rtl"] .rlxr-watchgrid--wide .rlxr-watchgrid__favourite {
                left: auto;
                right: 0;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__favourite::before {
                display: block;
                width: 14px;
                height: 14px;
                font-size: 14px;
                line-height: 14px;
            }

        .rlxr-watchgrid--wide .rlxr-watchgrid__editorial {
            width: 78%;
        }

            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial img {
                width: 165px;
            }

            .rlxr-watchgrid--wide .rlxr-watchgrid__editorial p:first-of-type {
                margin-top: 40px;
            }
    } /**************************************
 * Watch List Item layout *
 **************************************/ .rlxr-watchgrid__watch-list-item {
    pointer-events: all;
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: white;
} .rlxr-watchgrid__watch-list-item a:not(.rlxr-watchgrid__favourite) {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        height: 100%;
        text-align: center;
        text-decoration: none;
        color: #212121;
        color: var(--color-black);
    } .no-mobile.no-tablet .rlxr-watchgrid__watch-list-item a:not(.rlxr-watchgrid__favourite):hover {
            color: #212121;
            color: var(--color-black);
        } .rlxr-wishlist .rlxr-watchgrid__watch-list-item a:not(.rlxr-watchgrid__favourite) {
            height: auto;
        } .rlxr-watchgrid__watch-list-item figure {
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
    } .rlxr-watchgrid__watch-list-item figure img {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: scale(1) translate3d(-50%, 0, 0);
                transform: scale(1) translate3d(-50%, 0, 0);
        -webkit-transition: -webkit-transform .8s cubic-bezier(0.1,0.6,0.4,1);
        transition: -webkit-transform .8s cubic-bezier(0.1,0.6,0.4,1);
        transition: transform .8s cubic-bezier(0.1,0.6,0.4,1);
        transition: transform .8s cubic-bezier(0.1,0.6,0.4,1), -webkit-transform .8s cubic-bezier(0.1,0.6,0.4,1);
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
    } .rlxr-watchgrid__watch-list-item:hover figure img {
        -webkit-transform: scale(1.03) translate3d(-50%, 0, 0);
                transform: scale(1.03) translate3d(-50%, 0, 0);
    } .rlxr-watchgrid__watch-list-item figcaption {
        color: #212121;
        color: var(--color-black);
    } .rlxr-watchgrid__watch-list-item h2 {
        font-family: "RolexFont";
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        letter-spacing: 0.05em;
        font-weight: 400;
        font-weight: var(--weight-regular);
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
    } .rlxr-watchgrid__watch-list-item h2:lang(ar) {
    font-family: "Courier New", monospace;
    font-weight: lighter;
    font-style: normal !important;
    letter-spacing: normal !important;
  } .rlxr-watchgrid__watch-list-item h2:lang(el) {
    font-family: Helvetica, Arial, sans-serif;
  } .rlxr-watchgrid__watch-list-item h2:lang(fa) {
    font-family: Tahoma, "Geeza Pro", monospace;
    font-weight: lighter;
    letter-spacing: normal !important;
  } .rlxr-watchgrid__watch-list-item h2:lang(he) {
    font-family: Arial, sans-serif;
    letter-spacing: normal !important;
  } .rlxr-watchgrid__watch-list-item h2:lang(hi) {
    font-family: Kokila, "Nirmala UI", "Kohinoor Devanagari", sans-serif;
    font-weight: bold;
    font-style: normal !important;
    letter-spacing: 0 !important;
  } .rlxr-watchgrid__watch-list-item h2:lang(ja) {
    font-family: "ＭＳ Ｐゴシック", "MS P Gothic", HiraKakuProN, "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3",
      "Helvetica", sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item h2:lang(ko) {
    font-family: "Malgun Gothic", Dotum, AppleSDGothicNeo-Medium, "Apple SD Gothic Neo Medium", "Helvetica", sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item h2:lang(th) {
    font-family: "Engravers Gothic W10 Regular", "Engravers Gothic W02 Regular", "Sukhumvit Set", CordiaUPC, "Helvetica",
      sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item h2:lang(vi) {
    font-family: Verdana, sans-serif;
    font-weight: lighter;
  } .rlxr-watchgrid__watch-list-item h2:lang(zh-Hans) {
    font-family: "Microsoft YaHei", "Heiti SC Light", "ST Heiti SC Light", "STHeiti SC Light", STHeitiSC-Light,
      "STHeiti Light", STXihei, "Helvetica", sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item h2:lang(zh-Hant) {
    font-family: "Microsoft YaHei", "Heiti TC Light", "ST Heiti TC Light", "STHeiti TC Light", STHeitiTC-Light,
      "STHeiti Light", STXihei, "Helvetica", sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item p {
        margin: 0;
        line-height: 1.2;
        letter-spacing: 0.05em;
        font-weight: 200;
        font-weight: var(--weight-light);
    } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019{
        font-family: "RolexFont";
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        letter-spacing: 0.05em;
    } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(ar) {
    font-family: "Courier New", monospace;
    font-weight: lighter;
    font-style: normal !important;
    letter-spacing: normal !important;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(el) {
    font-family: Helvetica, Arial, sans-serif;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(fa) {
    font-family: Tahoma, "Geeza Pro", monospace;
    font-weight: lighter;
    letter-spacing: normal !important;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(he) {
    font-family: Arial, sans-serif;
    letter-spacing: normal !important;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(hi) {
    font-family: Kokila, "Nirmala UI", "Kohinoor Devanagari", sans-serif;
    font-weight: bold;
    font-style: normal !important;
    letter-spacing: 0 !important;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(ja) {
    font-family: "ＭＳ Ｐゴシック", "MS P Gothic", HiraKakuProN, "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3",
      "Helvetica", sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(ko) {
    font-family: "Malgun Gothic", Dotum, AppleSDGothicNeo-Medium, "Apple SD Gothic Neo Medium", "Helvetica", sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(th) {
    font-family: "Engravers Gothic W10 Regular", "Engravers Gothic W02 Regular", "Sukhumvit Set", CordiaUPC, "Helvetica",
      sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(vi) {
    font-family: Verdana, sans-serif;
    font-weight: lighter;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(zh-Hans) {
    font-family: "Microsoft YaHei", "Heiti SC Light", "ST Heiti SC Light", "STHeiti SC Light", STHeitiSC-Light,
      "STHeiti Light", STXihei, "Helvetica", sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__new-for-2019:lang(zh-Hant) {
    font-family: "Microsoft YaHei", "Heiti TC Light", "ST Heiti TC Light", "STHeiti TC Light", STHeitiTC-Light,
      "STHeiti Light", STXihei, "Helvetica", sans-serif;
    font-weight: lighter;
    font-style: normal !important;
  } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__price {
        margin-top: 6px;
        color: #212121;
        color: var(--color-black);
        font-size: 14px;
        font-weight: 200;
        font-weight: var(--weight-light);
        text-align: center;
    } @media (max-width: 640px) { .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__price {
            margin-top: 3px;
            font-size: 12px
    }
        } .rlxr-watchgrid__watch-list-item .rlx-watchgrid__price-amount {
        direction: ltr !important;
        display: inline-block;
    } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__price-info {
        /*
            The icon style is defined in www/clientlib_base/sass/rlxr-watchgrid.scss
         */
        cursor: pointer;
        display: inline-block;
        margin: 0;
        border: none;
        padding: 0;
        text-decoration: none;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
    } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__price-info:hover {
            color: #127749;
            color: var(--color-green);
        } .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__price-info::before {
            font-size: 16px !important;
            vertical-align: bottom;
            margin: 0 0 0 5px;
        } [dir="rtl"] .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__price-info::before {
              margin: 0 5px 0 0;
            } @media (max-width: 640px) { .rlxr-watchgrid__watch-list-item .rlxr-watchgrid__price-info::before {
                font-size: 14px !important
        }
            } .rlxr-watchgrid__favourite {
    position: absolute;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    border: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
} .no-mobile.no-tablet .rlxr-watchgrid__favourite:hover {
        color: #127749;
        color: var(--color-green);
    } .no-mobile.no-tablet .rlxr-watchgrid__favourite:active {
        color: #127749;
        color: var(--color-green);
    } .rlxr-watchgrid__favourite--add {
    color: #f0f0f0;
} .rlxr-watchgrid__favourite--remove {
    color: #127749;
    color: var(--color-green);
} .rlxr-wishlist-sidebar .rlxr-watchgrid__favourite--remove,
    .rlxr-wishlist-page .rlxr-watchgrid__favourite--remove {
        color: #d4d4d4;
        color: var(--color-dark-grey);
    } /********************************
 * Editorial layout *
 ********************************/ /* don't display in browsers without good grid support */ .rlxr-watchgrid__editorial {
    display: none;
} @supports (display: grid) and (grid-auto-rows: 580px) and (grid-gap: 20px) {

    .rlxr-watchgrid__editorial {
        display: block;
        place-self: center;
        background-color: transparent;
        margin: 0 auto;
        color: #212121;
        color: var(--color-black);
    }

        .rlxr-watchgrid__editorial figure {
            margin: 0;
            padding: 0;
        }

        .rlxr-watchgrid__editorial img {
            display: block;
            margin: 0 auto;
        }

        .rlxr-watchgrid__editorial p {
            margin: 1em 0 0 0;
            font-size: 16px;
            line-height: 1.5;
            word-wrap: break-word;
        }

        .rlxr-watchgrid__editorial p:first-of-type {
            font-weight: bold;
            letter-spacing: 0;
        }

    /********************************
     * Side Panel Editorial layout *
     ********************************/

    #gridEditorialPanel {
        background-color: #f8f8f8;
        background-color: var(--color-grey);
    }

        #gridEditorialPanel .rlxr-gridEditorialPanel__content {
            background-color: #f8f8f8;
            background-color: var(--color-grey);
        }

        #gridEditorialPanel .rlxr-watchgrid__editorial {
            margin: 0 auto;
            padding-bottom: 42px; /* two lines, 14px font-size, line-height 1.5 = line-height 21px */
            background-color: #f8f8f8;
            background-color: var(--color-grey);
        }

            @media (max-width: 414px) {

        #gridEditorialPanel .rlxr-watchgrid__editorial {
                width: 80vw
        }

                #gridEditorialPanel .rlxr-watchgrid__editorial figure {
                    margin-top: 54px;
                }

                #gridEditorialPanel .rlxr-watchgrid__editorial img {
                    width: 230px;
                }
            }

            @media (min-width: 415px) {

        #gridEditorialPanel .rlxr-watchgrid__editorial {
                width: 270px
        }

                #gridEditorialPanel .rlxr-watchgrid__editorial figure {
                    margin-top: 154px;
                }

                #gridEditorialPanel .rlxr-watchgrid__editorial img {
                    width: 200px;
                }
            }

            #gridEditorialPanel .rlxr-watchgrid__editorial p {
                font-size: 14px;
            }

            #gridEditorialPanel .rlxr-watchgrid__editorial p:first-of-type {
                margin-top: 30px;
            }
}

.rlxr-watchgrid-nav.rlxr-deactivate {
      height: 120px;
        visibility: hidden;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    }
    .rlxr-watchgrid-nav-page.rlxr-deactivate{
      visibility: hidden;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
    .rlxr-watchgrid-nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
    }
    .rlxr-watchgrid-nav-list li {
            display: inline-block;
        }
    .rlxr-watchgrid-nav-list button {
            margin: 0;
            border: none;
            padding: 0;
            text-decoration: none;
            background: transparent;
            -webkit-appearance: none;
            -moz-appearance: none;
        }
    .rlxr-watchgrid-nav-reset {

    }
    .rlxr-watchgrid-nav-btn__button {

        }
    .rlxr-watchgrid-nav-btn__label {

        }
    .rlxr-watchgrid-nav-page__current {
            padding: 0 14px;
            /* display: flex!important;

            flex-direction: row;
            [dir="rtl"] & {
                flex-direction: row-reverse;
            } */
        }
    .rlxr-watchgrid-nav-page__label {
            display: inline-block;
        }
    /* html[dir=rtl] &__label:before {
            display: inline-block;
            content: attr(data-current);
        }

        html:not([dir=rtl])*/
    .rlxr-watchgrid-nav-page__label:after {
            display: inline-block;
            direction: ltr;
            content: "\00a0" attr(data-current);
        }
    .rlxr-watchgrid-nav.rlx-grid-paging:not(.rlxr-deactivate) .rlx-grid-paging-contents li:not(.rlxr-deactivate) .rlx-grid-paging-first,
        .rlxr-watchgrid-nav.rlx-grid-paging:not(.rlxr-deactivate) .rlx-grid-paging-contents li:not(.rlxr-deactivate) .rlx-grid-paging-prev,
        .rlxr-watchgrid-nav.rlx-grid-paging:not(.rlxr-deactivate) .rlx-grid-paging-contents li:not(.rlxr-deactivate) .rlx-grid-paging-next,
        .rlxr-watchgrid-nav.rlx-grid-paging:not(.rlxr-deactivate) .rlx-grid-paging-contents li:not(.rlxr-deactivate) .rlx-grid-paging-last {
            visibility: visible;
        }

.rlxr-watchgrid-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0 15px;
}

  @media (min-width: 769px) {.rlxr-watchgrid-settings {
    width: 84%
}
  }

  @media (min-width: 415px) and (max-width: 768px) {.rlxr-watchgrid-settings {
    max-width: 600px
}
  }

.rlxr-watchgrid-toggle {

  -ms-flex-item-align: end;

      align-self: flex-end;
  position: relative;
  width: 56px;
  height: 28px;
  border-radius: 22px;
  background-color: var(--color-green);
  cursor: pointer;
}

.rlxr-watchgrid-toggle.rlxr-deactivate {
      display: none;
  }

.rlxr-watchgrid-toggle:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 2px;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 22px;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    cursor: pointer;
  }

[dir="ltr"] .rlxr-watchgrid-toggle:after {
    	left: 2px;
  	}

[dir="rtl"] .rlxr-watchgrid-toggle:after {
    	right: 2px;
  	}

.rlxr-watchgrid-toggler {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  position: relative;
  top: -4px;
  left: -4px;
  z-index: 2;
  width: 64px;
  height: 36px;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.rlxr-watchgrid-toggler::-ms-check {
	border: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	background: transparent;
  }

.no-mobile.no-tablet .rlxr-watchgrid-wrapper--keypressed .rlxr-watchgrid-toggler:focus {
		border: 2px solid var(--color-green);
	}

.rlxr-watchgrid-toggle__label {
  width: 0;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.rlxr-watchgrid-toggle__label:before,
  .rlxr-watchgrid-toggle__label:after {
    position: absolute;
    z-index: 1;
    display: block;
    top: 50%;
    font-size: 5px;
    line-height: 3px;
    letter-spacing: 1.5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    /* override font-family -- do not use mixin, should be same font for all languages */
    font-family: "Helvetica Neue", "Arial Nova", Helvetica, Arial, sans-serif;
  }

.rlxr-watchgrid-toggle__label:before {
    content: "\25A0\25A0";
    color: var(--color-green);
  }

@media (max-width: 768px) {

.rlxr-watchgrid-toggle__label:before {
      content: "\25A0"
  }
    }

.rlxr-watchgrid-toggle__label:after {
    content: "\25A0\25A0\25A0";
    color: #fff;
  }

@media (max-width: 768px) {

.rlxr-watchgrid-toggle__label:after {
      content: "\25A0\25A0"
  }
    }

[dir="ltr"] .rlxr-watchgrid-toggle__label:before {
		left: 10px;
	}

@media (max-width: 768px) {

[dir="ltr"] .rlxr-watchgrid-toggle__label:before {
		  left: 12px
	}
		}

[dir="ltr"] .rlxr-watchgrid-toggle__label:after {
		right: 6px;
	}

@media (max-width: 768px) {

[dir="ltr"] .rlxr-watchgrid-toggle__label:after {
		  right: 8px
	}
		}

[dir="rtl"] .rlxr-watchgrid-toggle__label:before {
		right: 10px;
	}

@media (max-width: 768px) {

[dir="rtl"] .rlxr-watchgrid-toggle__label:before {
		  right: 12px
	}
		}

[dir="rtl"] .rlxr-watchgrid-toggle__label:after {
		left: 6px;
	}

@media (max-width: 768px) {

[dir="rtl"] .rlxr-watchgrid-toggle__label:after {
		  left: 8px
	}
		}

[dir="ltr"] .rlxr-watchgrid-toggle--checked:after {
		-webkit-transform: translate3d(28px, 0, 0);
		        transform: translate3d(28px, 0, 0);
	  }

[dir="rtl"] .rlxr-watchgrid-toggle--checked:after {
		-webkit-transform: translate3d(-28px, 0, 0);
		        transform: translate3d(-28px, 0, 0);
	  }

.rlxr-watchgrid-toggle--checked .rlxr-watchgrid-toggler + .rlxr-watchgrid-toggle__label:before {
		color: #fff;
	  }

.rlxr-watchgrid-toggle--checked .rlxr-watchgrid-toggler + .rlxr-watchgrid-toggle__label:after {
		color: var(--color-green);
	  }

/* @keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpAlt {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
} */

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInUpAlt {
  -webkit-animation-name: fadeInUpAlt;
          animation-name: fadeInUpAlt;
}

.fadeIn {
    /* animation-duration: 1s; SET IN JS*/
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

/* @keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
} */

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

.fadeOut {

    /* animation-duration: 600ms; SET IN JS*/
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}


/*# sourceMappingURL=rlxr-watchgrid.css.map*/