/** Shopify CDN: Minification failed

Line 324:13 Expected identifier but found "#EBF188"
Line 324:21 Unexpected "!"

**/
.builder {
  height: auto;
  background: #1a1a1a;
  --builder-height: auto;
  --slider-height: 420px;
}

.inner_builder {
 position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    color: #fff;
}

section.loading_bmw {
 position: relative;
  
    width: 100%;
    z-index: 9;
}

.wrap_inner_builder {
  height: var(--builder-height);
  /* max-width: 1440px; */
  margin: 0 auto;
  padding-top: 1rem;
}
.circle-cross-container {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display:none;
}
.circle-cross-inner::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.circle-cross-inner::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.circle-cross {
  background: transparent;
  border-radius: 100%;
  border: 1px solid white;
  width: fit-content;
}

.space-below-10 {
  margin-bottom: 10px;
}
.circle-cross-inner {
  padding: 1rem;
  position: relative;
}

.circle-cross-inner:before,
.circle-cross-inner:after {
  content: ' ';
  height: 10px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
}

.builder_header {
  padding-bottom: 0.4rem;
  font-size: 24px;
}

.builder-heading {
  font-weight: 300;
  padding-bottom: 4px;
}

.builder-subheading {
  text-transform: uppercase;
  min-height: 40px;
}

.builder_steps_header {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.builder_steps_header .circle {
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.step_dot {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 50px;
  position: relative;
  background: #1c1c1c;
}

.step_text {
  font-size: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  text-align: center;
}

.step_text {
}

div.progress {
     position: absolute;
    left: 37px;
    height: 4px;
    width: 0%;
    transform: translateY(-50%);
    z-index: -1;
    transition: .5s ease-in;
    bottom: 28px;
    background: #c9d331;
    z-index: 1;
}

.progress-container::before {
  content: '';
  background-color: #e0e0e06b;
  position: absolute;
  bottom: 28px;
  left: 25px;
  height: 4px;
  width: calc(100% - 70px );
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.4s ease-in;
  right: 40px;
}

.builder_steps_header .circle.active .step_text {
  color: #c9d331;
}

.builder_steps_header .circle.active span.step_dot {
  background: #8e9520;
  border-color: #8e9520;
  background-position: center;
}
span.step_dot svg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.builder_steps_header .circle.active span.step_dot svg {
  display: inline-block;
}

span.step_dot svg path {
  fill: #8e9520;
}

.builder_steps_content {
  padding: 1rem 0;
  min-height: 700px;
}
.list_spin_items {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.builder_steps_arrows {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 3rem;
  margin-top: 1rem;
}
.wrap_loading_title_sub {
  text-align: center;
  padding-top: 48px;
}

.wrap_loading_title_sub h2 {
  font-size: 16px;
  display: inline-block;
}

.page_build-my-watch header,
.page_build-my-watch footer {
  display: none !important;
}

.builder_steps_arrows button {
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  /* border: 1px solid rgb(255 255 255 / 54%); */
  border-radius: 5px;
  padding: 9px 40px;
  font-weight: 700;
  transition: all 0.2s;
  cursor: pointer;
}

.lwrap_p .product-card__quick-buy button.button {
  padding-top: 15px;
  padding-bottom: 15px;
  padding: 14px 50px;
}

.builder_steps_arrows button#prev svg {
  margin-right: 15px;
}

.builder_steps_arrows button svg {
  fill: #fff;
}
button.btn.prev_step {
    background: white;
    color: black;
}
button.btn.prev_step svg {
    fill: black;
}
.builder_steps_arrows button#next svg {
  margin-left: 10px;
}

.builder_steps_arrows button:hover {
  background: #fff;
  color: #000;
}

.builder_steps_arrows button:hover svg {
  fill: #000;
}

ul.list_spin_items {
 margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}

ul.list_spin_items li {
  width: 49.5%;
  padding: 0 1%;
}

.wrap_loading_img {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  cursor: pointer;
  transition: all 0.2s;
}
.wrap_loading_img:hover {
  opacity: 0.9;
}
.wrap_loading_img img {
  width: 100% !important;
  height: auto;
  border-radius: 22px;
}

.step_spin_info {
  position: absolute;
  bottom: 35px;
  padding: 10px 1rem 1rem;
  left: 35px;
  z-index: 3;
}

/* .wrap_loading_img::before {
  content: '';

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
} */

.step_spin_info a {
  display: inline-block;
  padding: 7px 26px;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 15px;
}
.lwrap_p .product-card__quick-buy button.button:hover,
button.btn.next_step:hover,
.wrap_loading_img:hover a {
  background:#EBF188 !important;
}
button.btn.prev_step:hover {
  background:#EBF188 !important;
}
  background:#EBF188 !important;
}
/* .step_spin_info a:hover {
  color: #000;
  background: #fff;
} */
.step_spin_info h3 {
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: bold;
}
.content_step.active {
  display: block;
}

.content_step {
  display: none;
}
.model_content,
.strap_contents {
  display: none;
}
.model_content.active,
.strap_contents.active {
  display: block;
}
.wrap_strap_product {
  display: none;
}
.wrap_strap_product.active {
  display: block;
}
.lwrap_p {
  display: flex;
  align-items: center;
      margin: 10px 0 48px;
}

.wrap_bw_img img {
  height: auto;
  width: 100%;
}

.wrap_p_im {
  width: 45%;
}

.wrap_p_con {
  padding-left: 30px;
}
.lwrap_p .product-card__quick-buy {
  display: inline-flex !important;
  position: relative !important;
  overflow: visible !important;
  opacity: 1 !important;
  bottom: auto !important;
  visibility: visible !important;
  margin-top: 20px;
  right: auto !important;
  align-items: center;
}
.step_spin_info a {
  background: #c9d331 !important;
  border: 0 !important;
  color: #000 !important;
}
a.viewproduct {
 margin-left: 15px;
    display: inline-block;
    padding: 14px 50px;
    background: #fff !important;
    border-radius: 10px;
    color: black;
    font-weight: 700;
}
a.viewproduct:hover {
  cursor: pointer;
  opacity: 0.9;
}
/* .wrap_bw_img {
    padding: 40px 0 80px;
} */
.wrap_bw_type {
  padding-bottom: 10px;
}
cart-notification-drawer.quick-buy-drawer.drawer.show-close-cursor {
  z-index: 99999999;
}

.wrap_p_con h1 {
  padding-bottom: 18px;
  font-size: 30px;
}

.wrap_swipe_item {
  position: absolute;
  z-index:99;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  animation: swipey 8s ease infinite;
  display: none;
}

.wrap_swipe_item img {
  width: 40px;
  height: 40px;
}

a.current_selection_img {
  position: absolute;
  width: 180px;
  height: var(--slider-height);
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  pointer-events: none;
  display:none;
}

.model_content,
.strap_contents {
  position: relative;
}

.model-image-inner img {
  object-fit: contain;

  display: block;
  margin: auto;

  /* filter: drop-shadow(-30px 30px 40px rgb(0 0 0 / 50%));
  -webkit-filter: drop-shadow(-30px 30px 40px rgb(0 0 0 / 50%)); */
  height: var(--slider-height);
  width: 250px;
  object-fit: contain;

  display: block;
  margin: auto;
  transform: scale(.75);
  opacity: .5;
  transition: transform .3s,opacity .3s;
}
.swiper-slide.model_slide.swiper-slide-active .model-image-inner img {
    transform: scale(1);
    opacity: 1;
    transition: transform .3s,opacity .3s;
}

.model-image-inner {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: -8% !important;
  z-index: 5;
  width: 90% !important;
  left: 5% !important;
  height: 3px !important;
  background: #323131;
}
.swiper-scrollbar-drag {
  background: #fff !important;
}
div#swiper_slide_spin {
  height: var(--slider-height);
}

a.current_selection_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wrap_p_con sale-price {
  font-size: 24px;
}

@-webkit-keyframes swipey {
  0% {
    left: 40%;
    transform: rotate(-10deg);
  }
  50% {
    left: 60%;
    transform: rotate(10deg);
  }

  100% {
    left: 40%;
    transform: rotate(-10deg);
  }
}
@-moz-keyframes swipey {
  0% {
    left: 40%;
    transform: rotate(-10deg);
  }
  50% {
    left: 60%;
    transform: rotate(10deg);
  }

  100% {
    left: 40%;
    transform: rotate(-10deg);
  }
}
@-o-keyframes swipey {
  0% {
    left: 40%;
    transform: rotate(-10deg);
  }
  50% {
    left: 60%;
    transform: rotate(10deg);
  }

  100% {
    left: 40%;
    transform: rotate(-10deg);
  }
}
a.viewproduct {
  min-width: 184px;
}

a.circle-cross-container {
  color: #fff;
}

a.circle-cross-container .white {
  margin-top: -10px;
  font-size: 90%;
  width: 100%;
}
.builder_steps_arrows button.btn.next_step svg {
  margin-left: 10px;
}

.builder_steps_arrows button.btn.prev_step svg {
  margin-right: 10px;
}
.wrap_loading_title_sub h6 {
  display: flex;
  text-align: center;
  color: #fff;
  padding-top: 6px;
  justify-content: center;
}
.wrap_p_con price-list.price-list {
  padding-top: 10px;
}

.wrap_p_con price-list.price-list * {
  color: #fff;
  font-size: 17px;
}

.wrap_p_con price-list.price-list compare-at-price {
}
.wrap_loading_title_sub price-list.price-list * {
  color: #fff;
}

.wrap_loading_title_sub price-list {
  width: 100%;
  justify-content: center;
}

.wrap_loading_title_sub price-list.price-list compare-at-price {
}

@media screen and (max-width: 700px) {
  .wrap_bw_img {
    padding: 40px 0 50px;
}
  .wrap_p_im {
    width: 55%;
  }
  .wrap_p_con {
    width: 45%;
    padding-left: 0;
}
  ul.list_spin_items li {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 10px;
  }
  ul.list_spin_items {
    padding: 0 10px;
    justify-content: center;
    row-gap: 20px;
  }
  .builder-subheading {
    text-transform: uppercase;
    font-size: 13px;
    min-height: auto;
    font-weight: 500;
    width: 90%;
  }
  .builder-heading {
    font-size: 21px;
  }
  .step_text {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .step_dot {
    width: 25px;
    height: 25px;
  }
  .progress-container:before {
    bottom: 25px;
  }
  div.progress {
    bottom: 25px;
  }
  a.current_selection_img {
    width: 150px;
  }
  .model-image-inner img {
    width: 150px;
  }
  .builder {
    --slider-height: 290px;
  }
  .builder_steps_arrows button {
    padding: 6px 34px;
  }
  .builder_steps_arrows {
    padding:1rem;
  }
  .wrap_loading_title_sub {
   margin-top: 15px;
        padding-top: 10px;
}
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -4% !important;
}
  .wrap_loading_title_sub h2 {
    font-size: 15px;
}
  .wrap_p_con h1 {
    padding-bottom: 10px;
    font-size: 17px;
  }
  .wrap_bw_type {
    padding-bottom: 3px;
  }
  .lwrap_p .product-card__quick-buy {
    display: inline-block !important;
    position: relative !important;
    overflow: visible !important;
    opacity: 1 !important;
    bottom: auto !important;
    visibility: visible !important;
    margin-top: 20px;
    right: auto !important;
    margin-top: 10px;
  }

  .step_spin_info h3 {
    padding-bottom: 5px;
    font-size: 18px;
  }

  .lwrap_p .product-card__quick-buy .pointer-coarse\:hidden {
    display: block !important;
    margin-bottom: 10px;
  }
  a.viewproduct {
    margin-left: 0;
  }
  .circle-cross-container {
    position: absolute;
    top: 8px;
    right: 23px;
  }

  .builder_content {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .builder_steps_content {
    padding-left: 0;
    padding-right: 0;
  }
  .step_spin_info {
    position: absolute;
    bottom: 0;
    padding: 10px 1rem 1rem;
    left: 0;
    z-index: 3;
}
  .builder_steps_content {
    min-height: auto;
    padding-top: 0;
}
  .step_spin_info a {
    padding: 5px 20px;
    font-weight: bold;
}
    a.viewproduct,
  .lwrap_p .product-card__quick-buy button.button {
    padding: 10px 35px;
    min-width: 167px;
}
  .progress-container::before{
    left: 25px;
  }
}
.inner_step_content .pointer-coarse\:hidden {
    display: block !important;
}

sale-price.text-on-sale {
    color: rgb(var(--on-sale-text)) !important;
    font-weight: bold;
    font-size: 20px;
}
compare-at-price.text-subdued.line-through {
    color: #dcdcdc70 !important;
}
button.btn.next_step {
    background-color: rgb(var(--button-background));
    color: black;
}
button.btn.next_step svg {
    fill: #000;
}

.wrap_loading_title_sub price-list.price-list * {
  color: rgb(var(--on-sale-text)) !important;
}

@media screen and (min-width: 1150px) {
.wrap_loading_title_sub {
    padding-top: 90px;
}
  .wrap_loading_title_sub {
    padding-top: 90px;
}
  .wrap_p_im {
    max-width: 600px;
}
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -15% !important;
}
  .inner_step_content {
    padding-top: 75px;
}
}