/*
 * BS4 Toast override
 */
#toast-container .toast-success {
  background-color: #51a351;
}

#toast-container .toast-error {
  background-color: #bd362f;
}

/*
   * Algolia Instant Search override
   */
ais-infinite-hits--showmoreButton:disabled {
  display: none;
}

.btn-whatsapp {
  margin-top: 10px;
  text-decoration: none;
  color: #25d366;
  display: inline-block;
  background-color: #fff;
  border: #25d366 1px solid;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 3px;
}

.btn-whatsapp:hover {
  background-color: #1a9247;
  color: #fff;
}

.product-page--logoBrand {
  width: 10vw;
  height: 10vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.switch-input {
  margin-top: 20px;
}

.switch-input .text-label {
  margin-left: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}

.switch-input > span.text-label {
  font-size: 14px;
}

.switch-input > span.text-label.mobile {
  font-size: 12px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #2e2e2e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: #2e2e2e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input:checked + .slider {
  background-color: #000;
}

input:checked + .slider::before {
  background-color: #fff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-input.tax-free {
  opacity: 0.6;
}

.switch-input.tax-free.active {
  opacity: 1;
}

@media (min-width: 992px) {
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20%;
  }
}

.mbway--form {
  padding-top: 10px;
}

#toast-container > div {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

#toast-container > .alert {
  background-image: none !important;
}

#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  float: left;
  color: #fff;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}

#toast-container > .toast-info:before,
#toast-container > .toast-info {
  background-color: #31708f;
}

#toast-container > .toast-success:before,
#toast-container > .toast-success {
  background-color: #3c763d;
}

#toast-container > .toast-warning:before,
#toast-container > .toast-warning {
  background-color: #8a6d3b;
}

#toast-container > .toast-danger:before,
#toast-container > .toast-danger {
  background-color: #a94442;
}

.order-products {
  font-size: 16px !important;
}

.insurance-modal-title {
  margin-bottom: 12px;
  font-family: "OpenSans-Bold";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #deaa2a;
  text-transform: uppercase;
}

.insurance-modal-ul {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.44px;
  color: #4a4a4a;
  list-style-type: square;
  margin-left: 20px;
}

.productH1Title {
  font-weight: 400;
  text-transform: none;
  font-family: "OpenSans-Regular";
}

.productH2Description {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
}

.product-info--old-price {
  font-size: 24px;
}

.product-info--discount-wrapper {
  margin-bottom: 10px;
}

.product-info--discount {
  color: #deaa2a;
  margin-left: 15px;
}

.product-info--price-wrapper .product-info--status {
  padding-left: 0;
  padding-top: 10px;
}

@media (min-width: 922px) {
  .content-web > div.product-content--wrapper {
    width: calc(100% - 500px);
  }

  .content-web > div.quantity-price--wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/* PRODUCT IMAGES MODAL */
.product-images-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  z-index: 5;
}

.product-images-modal > .container,
.product-images-modal > .container > .product-images-modal-slider-wrapper,
.product-images-modal > .container .product-images-modal-slider,
.product-images-modal > .container .product-images-modal-slider > .slick-list,
.product-images-modal > .container .product-images-modal-slider > .slick-list > .slick-track,
.product-images-modal .product-images-modal-slider .product-images-modal-slider--item-holder {
  height: 100%;
}

.product-images-modal .product-images-modal-slider .product-images-modal-slider--item {
  text-align: center;
  position: relative;
  cursor: zoom-in;
}

.product-images-modal .product-images-modal-slider .product-images-modal-slider--item .zoom-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.product-images-modal .product-images-modal-slider .product-images-modal-slider--item .zoom-wrapper.zoomed {
  cursor: all-scroll;
}

.product-images-modal .product-images-modal-slider img {
  width: auto;
  max-width: 100%;
  max-height: 80%;
  display: inline-block;
}

.product-images-modal .product-images-modal-slider .product-images-modal-slider-image.hidden {
  opacity: 0;
  visibility: hidden;
}

.product-images-modal.open {
  opacity: 1;
  visibility: visible;
}

.product-slider-holder .product-slider--item {
  cursor: pointer;
}

.product-slider-box-holder {
  position: relative;
  padding-bottom: 100%;
}

/* .product-slider-box-wrapper {
      max-width: 500px;
      position: relative;
  } */

.product-slider-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-images-modal-slider-arrow {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.product-images-modal-slider-arrow.slick-disabled,
.product-images-modal-slider-arrow.slick-hidden {
  display: none !important;
}

.product-images-modal-slider-prev {
  left: 0;
}

.product-images-modal-slider-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-images-modal-slider-next {
  right: 0;
}

.product-images-modal-close {
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (min-width: 992px) {
  .product-images-modal .product-images-modal-slider img {
    /* height: 100%; */
  }
}

.main-header .main-header--menu a.highlighted,
.header-menu .header-menu--menu a.highlighted,
.header-menu .header-menu--menu p.highlighted {
  color: #deaa2a;
}

.checkbox.checkbox-remember-me label {
  font-size: 12px;
}

.checkout-wrapper label.payment-method--label {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.payment-method--label-text {
  margin-top: 5px;
  font-size: 12px;
  width: 100%;
  max-width: 110px;
  text-align: center;
}

.payment-method--label-disabled .payment-method--label-text {
  color: #aaaaaa;
}

.payment-method--label-disabled .payment-image--container {
  border-color: #dddddd;
}

.oney-active .payment-image--container {
  border-color: #deaa2a;
}

.oney-active .payment-image--container .payment-active--icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.section-title {
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
}

h2 {
  font-family: inherit;
  line-height: normal;
  text-transform: none;
  font-size: inherit;
  letter-spacing: normal;
  font-weight: normal;
}

.dashboard-input--wrapper.billing-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.dashboard-input--wrapper.billing-checkbox input[type="checkbox"] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #4a4a4a;
  border-radius: 2px;
  margin-right: 10px;
}

.dashboard-input--wrapper.billing-checkbox input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #deaa2a;
}

.dashboard-input--wrapper.billing-checkbox label {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: none;
}

.dashboard-select--flex {
  padding: 0 15px;
}

.dashboard-select--flex .dashboard-input--wrapper {
  padding: 0;
}

.dashboard-select--flex .dashboard-input--wrapper + .dashboard-input--wrapper {
  padding-left: 15px;
}

.dashboard-input--flex .dashboard-select--flex .dashboard-input--wrapper + .dashboard-input--wrapper {
  margin-top: 0;
}

.dashboard-input--wrapper + .dashboard-select--flex,
.dashboard-select--flex + .dashboard-input--wrapper {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .dashboard-input--wrapper + .dashboard-select--flex,
  .dashboard-select--flex + .dashboard-input--wrapper {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .dashboard-input--wrapper + .dashboard-select--flex,
  .dashboard-select--flex + .dashboard-input--wrapper {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .dashboard-input--wrapper + .dashboard-select--flex,
  .dashboard-select--flex + .dashboard-input--wrapper {
    margin-top: 0px;
  }
}

.rolex-small-subtitle {
  text-transform: uppercase;
  font-size: 9px;
  color: #127749;
}

.rolex-small-subtitle + .rolex-text--title-medium {
  margin-top: 5px;
  padding-left: 0;
}

.rolex-contact-info-section .rolex-text--title-medium + .rolex-text-block--content {
  margin-top: 10px;
}

.rolex-contact-info-section .rolex-text--title-medium {
  line-height: normal;
  letter-spacing: normal;
}

.rolex-contact-info-btn-text {
  margin-left: 10px;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  color: #000;
  display: none;
}

.rolex-contact-info-btns {
  margin-top: 20px;
}

.rolex-contact-info-btns .st0 {
  stroke: none;
}

.rolex-dropdown-btn-label {
  font-weight: bold;
  margin-right: 10px;
}

.rolex-dropdown-btn-icon {
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.rolex-dropdown-btn-icon svg {
  width: 25px;
  height: auto;
}

.rolex-dropdown-list {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  display: none;
  z-index: 1;
}

.rolex-dropdown-list-item + .rolex-dropdown-list-item {
  margin-top: 5px;
}

.rolex-contact-form-subtitle {
  margin-top: 15px;
}

.rolex-select-wrapper select:invalid,
.rolex-select-wrapper select[disabled] {
  color: #757575;
}

.rolex-select-icon {
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}

.rolex-select-icon svg {
  width: 12px;
}

.rolex-input-wrapper {
  width: 100%;
}

.rolex-select-wrappe {
  width: 100%;
}

.rolex-note {
  text-align: right;
  color: #757575;
  order: 2;
}

.rolex-note + .rolex-input-wrapper {
  order: 1;
}

.rolex-contact-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.rolex-contact-form .rolex-contact-form-column {
  padding-left: 10px;
  padding-right: 10px;
}

.rolex-contact-form .rolex-contact-form-column > .d-flex {
  flex-wrap: wrap;
}

.rolex-textarea-label {
  margin-bottom: 10px;
  font-size: 12px;
}

.rolex-select-wrapper {
  width: 110px;
}

.rolex-select-wrapper + .rolex-input-wrapper {
  width: calc(100% - 115px);
}

.rolex-contact-form-row + .rolex-checkbox {
  margin-top: 30px;
}

.cancel-btn {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  margin-right: 30px;
  border: 0;
}

.rolex-contact-form-btn {
  text-transform: none;
}

.rolex-contact-form-btn.cancel-btn,
.rolex-contact-form-btn.cancel-btn:focus,
.rolex-contact-form-btn.cancel-btn:active,
.rolex-contact-form-btn.cancel-btn:visited {
  color: #212121 !important;
}

.rolex-contact-form-note {
  font-size: calc(11px + 1 * ((100vw - 320px) / 1600));
  text-align: right;
  margin-top: 30px;
}

.rolex-contact-info-section .rolex-contact-info-column:first-child {
  order: 2;
}

.rolex-contact-info-section .rolex-contact-info-column:last-child {
  order: 1;
}

@media (max-width: 767px) {
  .rolex-note {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .rolex-contact-form-subtitle {
    margin-top: 20px;
  }

  .rolex-contact-info {
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
  }

  .rolex-small-subtitle + .rolex-text--title-medium {
    margin-top: 10px;
  }

  .rolex-select-wrapper + .rolex-input-wrapper,
  .rolex-input-wrapper + .rolex-select-wrapper,
  .rolex-note {
    margin-left: 20px;
  }

  .rolex-select-wrapper + .rolex-input-wrapper {
    width: calc(100% - 130px);
  }

  .rolex-note + .rolex-input-wrapper {
    width: auto;
    flex: 1;
  }

  .rolex-contact-form-row + .rolex-checkbox {
    margin-top: 40px;
  }

  .rolex-contact-form-note {
    margin-top: 40px;
  }

  .rolex-contact-info-section .rolex-contact-info-column:first-child {
    order: 1;
  }

  .rolex-contact-info-section .rolex-contact-info-column:last-child {
    order: 2;
  }

  .rolex-contact-info-btn-text {
    display: block;
  }

  .homepage-slider--item:not(:first-child) {
    display: none;
  }

  .homepage-slider.slick-initialized .homepage-slider--item:not(:first-child) {
    display: block;
  }
}

label.radio-btn > input[type="radio"] {
  display: none;
}

label.radio-btn > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #4a4a4a;
}

label.radio-btn > .label {
  margin: 0;
}

/* Cart radio buttons */
label > input[type="radio"]:checked + * {
  color: #deaa2a;
}

label.radio-btn > input[type="radio"]:checked + *::before {
  background: radial-gradient(#deaa2a 0%, #deaa2a 40%, transparent 50%, transparent);
  border-color: black;
}

label.radio-btn-inline > input[type="radio"] + * {
  display: inline-block;
  padding: 0.5rem 1rem;
}

label.radio-btn-inline > input[type="radio"] + *:nth-of-type(1) {
  padding-left: 0;
}

.marcolino-page.marcolino-page-behind-header,
.rolex-page.marcolino-page-behind-header {
  padding-top: 142px;
}

@media (min-width: 768px) {
  .marcolino-page.marcolino-page-behind-header,
  .rolex-page.marcolino-page-behind-header {
    padding-top: 204px;
  }

  .homepage-slider-image-holder img {
    height: calc(70vh - 140px);
  }
}

.product_characteristic_item_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px !important;
}

.product_characteristic_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background-color: #deaa2a;
  color: #fff;
  padding: 0 12px !important;
  margin: 4px 8px 4px 0;
  height: 32px !important;
}

.cookies-bar--items-stretch {
  padding-bottom: 80px !important;
}

.rolex-ongoing {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: normal;
  padding: 14px 32px;
  border-radius: 22.5px;
  font-size: 12px;
  letter-spacing: 0.6px;
  background-color: #fff;
  color: #127749;
  border: 1px solid #127749;
  min-width: 150px;
  line-height: normal;
  display: none;
}

.rolex-ongoing:hover {
  color: #127749;
}

.p-style {
  text-transform: none;
  font-weight: 400;
}

.credit-info i {
  color: #1e1e1e;
}

.rolex-logo-servicing-centre {
  width: auto !important;
  height: auto;
}

.filter-category--title.active {
  font-family: "OpenSans-Bold" !important;
}

.rolex-style .homepage-slider--btn.non-rolex {
  background-color: transparent;
  padding: 18.5px 15px;
  border-radius: 0;
}

@media (max-width: 992px) {
  .rolex-style .homepage-slider--btn.non-rolex {
    background-color: #deaa2a;
    border: 1px solid #deaa2a;
  }
}

.cookies-flex-wrapper {
  display: flex;
  width: 100%;
}

.cookies-flex-main-item {
  flex: 2;
}

.checkout-wrapper.cookies-flex-main-item {
  margin-left: 20px;
}

.cookies-flex-item {
  flex: 1;
}

@media (max-width: 767px) {
  .cookies-flex-wrapper {
    display: block;
  }

  .checkout-wrapper.cookies-flex-main-item {
    margin-left: 0;
    margin-top: 10px;
    display: flex;
  }

  .checkout-wrapper.cookies-flex-main-item label {
    flex: 1;
  }
}

/* Style for cookies modal */

#cookies-modal {
  background-color: transparent;
}

#cookies-modal .modal {
  padding: 20px;
}

#cookies-modal .container {
  max-width: 991px;
}

#cookies-modal .logo-wrapper svg path {
  stroke: none;
}

.cookies-main-margin {
  margin-bottom: 10px;
}

.cookies-margin {
  margin-bottom: 10px;
}

.cookies-padding-left {
  padding-left: 3rem;
}

.cookies-padding-right {
  padding-right: 3rem;
}

.cookies-partners-wrapper {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  margin-bottom: 15px;
}

.cookies-partners-wrapper .row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cookiesLinks {
  margin-bottom: 5px;
}

#cookies-modal a {
  color: rgb(222, 170, 42) !important;
}

/* Increase switch size */
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2rem - 0.25rem));
}

/* Change switch color */
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: rgb(222, 170, 42) !important;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 42, 0.25) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: rgb(222, 170, 42) !important;
  background-color: rgb(222, 170, 42) !important;
}

.custom-control-input:active ~ .custom-control-label::before {
  background-color: rgb(222, 170, 42) !important;
  border-color: rgb(222, 170, 42) !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(222, 170, 42) !important;
}

.custom-control-input-green:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgb(222, 170, 42) !important;
  border-color: rgb(222, 170, 42) !important;
}

#cookies-modal .modal.shadow {
  margin-top: 75px;
}

@media (max-width: 767px) {
  #cookies-modal .container {
    max-width: none;
  }

  .cookies-partners-wrapper .row:first-child {
    display: block;
  }
}

.homepage-banner--pagination {
  visibility: hidden;
}

.header-menu--bottom {
  margin-bottom: 80px;
}

.search-modal {
  height: 100%;
}

.search-input--wrapper span.algolia-autocomplete {
  width: 100%;
}

.algolia-results {
  top: 0 !important;
  width: 100%;
  height: auto;
  padding: 25px 0 15px 0;
}

.search-input--wrapper .item-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
}

.search-input--wrapper .item-wrapper .img-container {
  min-width: 120px;
  width: 120px;
  height: 84px;
  min-height: 84px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 0;
}

.item-wrapper .course-category {
  font-size: 12px;
  color: #ed741f;
  margin: 10px 0 5px 0;
}

.item-wrapper .course-title {
  font-size: 12px;
  color: #000;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}

.noShadow {
  box-shadow: none !important;
}

.ais-InfiniteHits-loadMore[disabled] {
  display: none !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ais-Pagination-item--lastPage,
.ais-Pagination-item--firstPage {
  display: none !important;
}

.credit-value {
  font-size: 11px;
  color: black;
}

.product-image-brand {
  width: 150px;
}

.product-image-div {
  width: 150px;
  margin-top: 0px;
  text-align: center;
}

.ais-Pagination-item--previousPage,
.ais-Pagination-item--nextPage {
  display: block !important;
}

#price_on_request {
  font-size: 12px;
}

.product-cart-item {
  max-width: 100px;
  width: 100%;
  display: block;
}

.banner-item-content-wrapper.has-description.d-flex.justify-content-center.align-items-end.align-items-md-center.rolex-banner-content .rolex-headline {
    color: white !important;
}

.oney--form .payment-image--container img {
  max-height: none !important;
  width: auto;
  height: auto;
  max-width: 100%;
  transform: scale(0.5);
}

@media screen and (min-width: 1920px) {
    .rolex-headline.size-70 {
        font-size: 40px;
    }
}
