/** Shopify CDN: Minification failed

Line 895:12 Expected identifier but found whitespace
Line 895:13 Unexpected "("

**/
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
}
body{
  overflow-x: hidden;
}
.p-0 {
  padding: 0px !important;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.section-title h2 {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.font-lg-10 {
  font-size: 11px;
}
.font-lg-12 {
  font-size: 12px;
}
.font-lg-14 {
  font-size: 14px;
}

.font-lg-16 {
  font-size: 16px;
}

.font-lg-18 {
  font-size: 18px;
}

.font-lg-20 {
  font-size: 20px;
}

.font-lg-24 {
  font-size: 24px;
}

.font-lg-28 {
  font-size: 28px;
}

.font-lg-32 {
  font-size: 32px;
}

.font-lg-42 {
  font-size: 42px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.learn-more-btn a {
  margin: 25px 0 0;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-start {
  text-align: start !important;
}
.black-color {
  color: #000;
}
.white-color {
  color: #fff;
}
.mobile-only {
  display: none !important;
}
.text-orange {
  color: #f46339 !important;
}
a:hover {
  color: currentcolor !important;
}
.header__menu-item {
    font-size: 16px;
    text-transform: uppercase;
}
[lang=es] .header__menu-item, [lang=fr] .header__menu-item, [lang=it] .header__menu-item {
    font-size: 12px;
}
.header, .template-collection-with-out-title .page-width {
  max-width: 1440px;
}
.header-lang-switcher .wg-drop.country-selector ul {
    z-index: 9;
}
.header-lang-switcher aside.country-selector.weglot_switcher.default a {
    font-size: 16.1px;
}
.template-collection-with-out-title .container{
  max-width: 1140px;
}
.swatch-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--swatch-color, #ccc); /* fallback color */
  border: 1px solid #00000020;
}
.baby-registeres-btn {
  font-size: 12px;
  border: 2px solid #d0d0d078;
  padding: 9px 30px;
  border-radius: 50px;
  color: #000;
  margin: 10px auto;
  max-width: 265px;
  display: block;
  text-align: center;
  text-decoration: none;
}
body .btn-lg-primary {
    padding: 10px 25px;
    background-color: #f46339;
    color: #fff;
    display: block;
    border-radius: 16px;
    font-size: 14px;
}
body .btn.blue-btn {
  background-color: transparent;
  border: 1px solid #f46339;
  width: 100% !important;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  max-width: 100% !important;
  color: #f46339;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1;
  padding: 15.5px 0;
  text-decoration: none;
}
.img-fluid {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
.position-relative {
  position: relative;
}
.d-flex {
  display: flex;
}
.gap-10 {
  gap: 10px;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-md-2 {
  padding: 0 10px;
  flex: 0 0 20%;
}
.col-md-3 {
  padding: 0px 10px;
  flex: 0 0 25%;
}
.col-md-4 {
  padding: 0px 10px;
  flex: 0 0 33%;
}
.col-md-5 {
  padding: 0px 10px;
  flex: 0 0 40%;
}
.col-md-6 {
  padding: 0px 10px;
  flex: 0 0 49.9%;
}
.col-md-7 {
  padding: 0px 10px;
  flex: 0 0 60%;
}
.col-md-8 {
  padding: 0px 10px;
  flex: 0 0 66%;
}
.col-md-9 {
  flex: 0 0 75%;
  padding: 0 10px;
}
.col-md-10 {
  padding: 0 10px;
  flex: 0 0 80%;
}
.col-md-12 {
  padding: 0 10px;
  flex: 0 0 100%;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn.lg-btn {
  padding: 1rem 4rem;
}
.btn.solid {
  background-color: #f4633a;
  color: #fff;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.same-width-btn {
  width: 182px;
}
.button--secondary {
  background: #59b6f7;
  color: #fff;
}
.button--secondary:not([disabled]):hover:after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      #59b6f7,
    0 0 0 calc(var(--buttons-border-width) + 1px) #59b6f7 !important;
  --border-offset: 1.3px;
}
.button--secondary:after {
  border: none;
  box-shadow: none;
}
.header__icon--account span {
  color: #fff;
  background: #f46339;
  border-radius: 16px;
  padding: 10px 25px;
}
.header__icon--account {
  text-decoration: none;
  width: 115px;
  margin-left: 10px;
}
.prduct-block-section .product-single-second:nth-child(odd) {
  background: #fde6de;
}
.product-section-content {
  max-width: 440px;
  margin-left: auto;
}
.product-single-title h3 {
  font-size: 32px;
  color: #f46339;
  text-align: center;
  padding-bottom: 50px;
}
body#page-highchairs .prduct-block-section .product-single-gap {
  padding-top: 50px;
}
.prduct-block-section .product-single-gap {
  padding: 100px 0;
}
.product-single-second:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.product-single-second:nth-child(2n) .product-section-content {
  flex-direction: row-reverse;
  margin-left: 0;
}
.prduct-block-section {
  padding: 50px 0;
}
.template-collection .card-wrapper {
  padding: 20px;
  transition: all 0.15s ease-in-out;
}
.template-collection .card-wrapper:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px #0000001a;
}
.page-highchairs .linked-Image-container .col-md-3,
.page-bouncers .linked-Image-container .col-md-3 {
  flex: 0 0 50%;
  max-width: 50%;
}
.section-bg-icon-home {
  position: relative;
}
.product-single-second {
  position: relative;
  z-index: 1;
}
.section-home-after-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-home-after-img:after{
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0333/1233/files/layer-shape.png?v=1645792924);
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  bottom: -120px;
  background-size: contain;
  height: 360px;
  width: 180px;
  z-index: -1;
}
.product-single-second:nth-child(2n):after {
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0333/1233/files/layer-shape.png?v=1645792924);
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  bottom: -120px;
  background-size: contain;
  height: 360px;
  width: 180px;
  z-index: -1;
}
.section-bg-icon-home:after {
  content: "";
  background-image: url(/cdn/shop/files/layer-shape.png?v=1645792924);
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  bottom: 0;
  background-size: contain;
  height: 300px;
  width: 250px;
  z-index: 0;
  overflow: hidden;
}
.section-registry-favorites {
  position: relative;
}
.section-registry-favorites:before {
  content: "";
  background-image: url(/cdn/shop/files/layer-shape.png?v=1645792924);
  position: absolute;
  left: -40px;
  background-repeat: no-repeat;
  bottom: 120px;
  background-size: contain;
  height: 300px;
  width: 220px;
  z-index: -1;
  overflow: hidden;
  transform: rotate(180deg);
}
#mobile-menu {
  display: none;
}
h2.crbcategories {
  font-size: 24px;
  flex: 0 0 100%;
  margin: 25px 0;
}
h2.crbcategories {
  clear: both;
  color: #f4633a;
  font-weight: 700;
  padding-left: 1.5rem;
}
#shopify-block-essential_upsell_frequently_bought_together_app_block_dYjYXz {
  width: 100%;
  max-width: 440px;
}
@media screen and (max-width: 990px) {
  #mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .desktop-view {
    display: none;
  }
  .mobile-only {
    display: block !important;
  }
  .font-lg-42 {
    font-size: 28px;
  }
  .col-md-3,
  .col-md-2,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10 {
    flex: 0 0 100%;
  }
  .card-wrapper .card__information .d-flex {
    flex-wrap: wrap;
  }
  .header-lang-switcher aside.country-selector.weglot_switcher.default.wg-drop .wg-li.wgcurrent img {
    display: none;
  }
  .header-lang-switcher .wg-drop.country-selector a {
    height: 25px;
    padding-right: 28px !important;
  }
  .header-lang-switcher .wg-drop.country-selector .wgcurrent:after {
    height: 30px;
  }
  .header {
    padding: 6px 2rem 6px 2rem !important;
  }
  .card-wrapper .card__information .d-flex .col-md-6 {
    flex: 0 0 49%;
  }
  .section-bg-icon-home:after {
    display: none;
  }
  .page-highchairs .linked-Image-container .col-md-3,
  .page-bouncers .linked-Image-container .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-content,
  .product-section-content {
    padding: 30px 0;
  }
  .prduct-block-section .product-single-gap {
    padding: 20px 0;
  }
  .product-single-title h3 {
    padding-bottom: 25px;
  }
  body#page-highchairs .prduct-block-section .product-single-gap {
    padding-top: 30px;
  }
  .prduct-block-section {
    padding: 20px 0;
  }
  .menu-drawer__navigation {
    padding-top: 0 !important;
  }
}

/* .configurator-v2__builder-step__selected-value1 {
    font-size: 12px;
} */
.newoptionsval {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  margin: 8px 6px 8px 6px;
  padding: 5px;
}
.newoptionsval.selected:before {
  border: 2px solid green !important;
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 0;
}

.select-cust .ovraldv .newoptionsval.selected:after {
  top: 5px;
  right: 13px;
}
.newoptionsval.selected:after {
  content: "✓";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: green;
  z-index: 9;
  right: 0;
  top: 0;
}
/* .newoptionsval.optionaltest.silver {
    color: green;
} */
.newoptionsval span {
  position: relative;
  left: 50px;
  width: 340px;
  display: block;
  top: 7px;
  font-weight: 600;
}
.newoptionsval span i {
  font-size: 13px;
  padding-left: 10px;
  color: red;
}
.newoptionsval.custom-title-remove.selected:after,
.custom-title-select.newoptionsval.selected:after {
  display: none;
}
/* .custom-title-select,.custom-title-remove {
    border: none;
} */

/* .custom-title-select {
    border: 1px solid;
} */
.custom-title-select.newoptionsval:after,
.custom-title-remove.newoptionsval:after {
  display: none;
}
.newoptionsval.custom-title-select:hover,
.newoptionsval.custom-title-remove:hover {
  border: none;
}
/* .configurator-v2__builder-step__option{
    border-style: solid;
}
.configurator-v2__builder-step__option{
    border-style: solid;
}
.configurator-v2__builder-step__option--select.selected {
    border-color: black;
} */
.ovraldv,
.configurator-v2__builder-step {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.configurator-v2__builder-step__options,
.scroll_div {
  max-height: 390px;
  overflow-y: auto;
  padding: 3px;
}
.selector-wrapper span.label b {
  text-transform: capitalize;
}
.configurator-v2__builder-step__title-aside,
.configurator-v2__builder-step__title1 {
  display: block;
  cursor: pointer;
}
.configurator-v2__builder-step__info1 {
  width: 100%;
  border: 1px solid #5c6077;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 12.5px 17px;
  position: relative;
}
.configurator-v2__builder-step__content {
  position: relative;
}
.newoptionsval.white {
  border-color: #8d8d8d;
  border: 1px solid;
}
.newoptionsval.white:hover {
  border-color: #fff;
  border-width: 2px;
  opacity: 0.5;
}
.configurator-v2__builder-step__help-button {
  min-width: 15px;
  width: 15px;
  height: 15px;
}
.configurator-v2__builder-step__help-button .icon {
  font-size: 9px;
}
.configurator-v2__builder-step__help-button1 {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-color: #000;
  position: relative;
  cursor: pointer;
  overflow: visible;
}
.configurator-v2__builder-step__help-button1:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 15px;
}
.configurator-v2__builder-step__help-button1 .icon {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px;
  font-weight: bold;
}
.configurator-v2__builder-step__help-button1 .help-content1 {
  position: absolute;
  top: -13px;
  right: calc(100% + 18px);
  width: 276px;
  color: white;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  padding: 20px;
  background-color: #f4633a;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.configurator-v2__builder-step__help-button1:hover .help-content1 {
  opacity: 1;
  pointer-events: all;
}
.configurator-v2__builder-step__help-button1 .help-content1:before {
  content: "";
  display: inline-block;
  background-color: #f4633a;
  padding: 4px;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: -2px;
}
.configurator-v2__builder-step__help-button1:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 2px solid transparent;
  border-radius: 100%;
}
.chkvideo {
  color: black;
  cursor: pointer;
}
.btmbtns {
  width: 100%;
  background-color: #c6c6c8;
  display: flex;
  flex-flow: row-reverse;
  padding: 10px 20px;
}
.buybtn {
  width: max-content;
  float: right;
  cursor: pointer;
  margin-right: 20px;
  color: black;
}
.buybtn1 {
  width: max-content;
  float: right;
  cursor: pointer;
}
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

@media (min-width: 783px) {
  .configurator-v2__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 783px) and (min-width: 782px) {
  .configurator-v2__wrapper {
    max-width: 82%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 783px) {
  .configurator-v2__wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.configurator-v2__builder-step__title1,
.configurator-v2__builder-step__title {
  text-transform: capitalize;
  color: #5c6077;
  font-size: 14px;
  position: relative;
  padding-bottom: 4px;
}
.newoptionsval.selected:before {
  border: 2px solid green !important;
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 0;
}
.newoptionsval {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  margin: 8px 6px;
  padding: 5px;
}
.lunar-silver {
  background-color: #b3b3b0;
}
.newoptionsval span {
  position: relative;
  left: 50px;
  width: 380px;
  display: block;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
}
.select-cust .ovraldv .newoptionsval.selected:after {
  top: 5px;
  right: 13px;
}
.newoptionsval.selected:after {
  content: "\2713";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: green;
  z-index: 9;
  right: 0;
  top: 0;
}
@media (min-width: 783px) {
  .configurator-v2__right {
    order: 2;
    width: 50%;
    padding-left: 85px;
    padding-right: 50px;
  }
}
.configurator-v2__builder-step__option:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 2px solid transparent;
}
.configurator-v2__builder-step__option:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 15px;
}
.configurator-v2__product-actions .btn,
.product_multi-variant-actions .btn {
  background-color: #f46339;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
  padding: 10px 25px;
  width: 100%;
}
.configurator-v2__product-title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 0;
}
.configurator-v2__product-price {
  margin-right: 0;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  padding-top: 10px;
}
.product-help-desk {
  display: flex;
  justify-content: end;
}
.product-help-desk .questions {
  display: block;
}
.configurator-v2__builder-step__title-aside,
.configurator-v2__builder-step__title1 {
  display: block;
  cursor: pointer;
}
.configurator-v2__builder-step__title1,
.configurator-v2__builder-step__title {
  text-transform: capitalize;
  color: #5c6077;
  font-size: 14px;
  position: relative;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.configurator-v2__product-mobile-bar .configurator-v2__product-mobile-bar__action.enabled, .configurator-v2__builder-step__help-button .help-content
Specificity: (0,3,0) {
  background-color: #f4633a !important;
}

.configurator-v2__builder-step__help-button .help-content {
  position: absolute;
  top: -13px;
  right: calc(100% + 18px);
  width: 276px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  padding: 20px;
  background-color: #ff9901;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.configurator-v2__builder-step__content {
  position: relative;
}
.configurator-v2__builder-step__title-aside {
  display: block;
  cursor: pointer;
}
.configurator-v2__builder-step__title1 {
  display: flex;
}
.first_option_select_1:after,
.first_option_select_2:after,
.second_option_select_2:after,
.second_option_select_3:after,
.second_option_select_4:after {
  content: "\f107";
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  font-size: 20px;
  top: -4px;
}
.configurator-v2__builder-step__options,
.scroll_div {
  max-height: 390px;
  overflow-y: auto;
  /* padding: 3px; */
}
.newoptionsval span strong {
  font-weight: 600;
}
.configurator-v2__builder-step__options1 {
  display: block !important;
  margin: 0;
}
.configurator-v2__builder-step__options1 {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 15px 0 0;
}

.select-cust.main-var_1 .configurator-v2__builder-step__option.newoptionsval {
  display: none !important;
}
.select-cust.main-var_1
  .configurator-v2__builder-step__option--select-color.newoptionsval {
  display: none !important;
}
.select-cust.main-var_1 {
  border: none;
  padding: 0;
}
.configurator-v2__builder-step__info1,
.select-cust {
  width: 100%;
  border: 1px solid #5c6077;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 12.5px 17px;
  position: relative;
}
.first_option_select_1 {
  color: green;
}
.configurator-v2__builder-step__option .icon {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
}
span.itrequired {
  position: absolute;
  right: 0;
  color: #f463398c;
  bottom: 0;
  font-size: 12px;
}
.configurator-v2__builder-step__title1,
.configurator-v2__builder-step__title {
  /* margin-bottom: 12px; */
}
.configurator-v2__preview-image-view img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  margin: 0 auto;
}
.configurator-v2__left {
  flex: 0 0 50%;
  width: 50%;
}
.video-product video {
  width: 100%;
}
body a {
  text-decoration: none !important;
  color: #f4633a;
}
.affirm-as-low-as {
  font-size: 15px;
  margin-bottom: 0;
}
.configurator-v2__preview-image-views
  .slick-current.slick-active
  .overlay-img.not-composite:nth-child(3)
  img,
.configurator-v2__preview-image-views
  .slick-current.slick-active
  .overlay-img.not-composite:nth-child(2)
  img,
.configurator-v2__preview-image-views
  .slick-current.slick-active
  .overlay-img.not-composite:nth-child(4)
  img,
.configurator-v2__preview-image-views
  .slick-current.slick-active
  .overlay-img.not-composite:nth-child(5)
  img {
  width: 100%;
}
.configurator-v2__preview-image-views
  .slick-current.slick-active
  .overlay-img.not-composite:nth-child(3),
.configurator-v2__preview-image-views
  .slick-current.slick-active
  .overlay-img.not-composite:nth-child(2),
.configurator-v2__preview-image-views
  .slick-current.slick-active
  .overlay-img.not-composite:nth-child(4),
.configurator-v2__preview-image-views
  .slick-current.slick-active
  .overlay-img.not-composite:nth-child(5) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.configurator-v2__preview-image-views
  .slick-current.slick-active
  .overlay-img.not-composite:nth-child(3)
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.hereis.configurator-v2__preview-image-view.slick-slide.onlythsone.slick-current.slick-active {
  position: relative;
}

.configurator-v2__product-mobile-bar
  .configurator-v2__product-mobile-bar__action.enabled,
.configurator-v2__builder-step__help-button .help-content {
  background-color: #f4633a !important;
}
.configurator-v2__builder-step__help-button .help-content {
  position: absolute;
  top: -13px;
  right: calc(100% + 18px);
  width: 276px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  padding: 20px;
  background-color: #ff9901;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.configurator-v2__builder-step__help-button .icon {
  font-size: 9px;
}
.configurator-v2__builder-step__help-button .icon {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
}
.configurator-v2__builder-step__help-button:hover .help-content {
  opacity: 1;
  pointer-events: all;
}
.configurator-v2__builder-step__help-button {
  position: relative;
}
.configurator-v2__builder-step__help-button {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  border-color: #000;
  position: relative;
  cursor: pointer;
  overflow: visible;
  border-radius: 50%;
}
span.itoptional {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
span.btn.solid.add-custom-product.enabled {
  pointer-events: auto;
}
.configurator-v2__preview-image-arrow.arrow-next {
  right: 0;
  transform: translate(50%, -50%);
}
.configurator-v2__preview-image-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.configurator-v2__preview-image-arrow.arrow-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.configurator-v2__preview {
  position: relative;
}
.configurator-v2__preview-image-arrow svg {
  fill: #000000 !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.add-custom-product.disabled {
  opacity: 1 !important;
  background-color: green !important;
  border-color: green !important;
  color: #fff !important;
}
.configurator-v2__wrapper {
  padding: 5rem 0;
}
.icon-collapse:before {
  content: "\f067";
  font-family: FontAwesome;
}
.accordion details[open] > summary .icon-collapse:before {
  content: "\f068";
  font-family: FontAwesome;
}
.product__accordion.accordion summary {
  display: flex;
  justify-content: space-between;
}
.product__accordion.accordion {
  padding: 20px 0;
  margin-top: 0;
  border-top: none;
  border-bottom: 1px solid #f2f1f0;
}
.configurator-v2__wrapper .slide-arrow i {
  font-size: 30px;
}
@media (min-width: 991px) {
  .hereis.configurator-v2__preview-image-view.slick-slide.onlythsone.slick-current.slick-active {
    height: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .configurator-v2__left {
    flex: 0 0 100%;
    width: 100%;
  }
  .configurator-v2__preview-image-arrow.arrow-next {
    right: 15px;
  }
  .configurator-v2__preview-image-arrow.arrow-prev {
    left: 15px;
  }
  .configurator-v2__right {
    padding: 0 15px;
  }
}
a.baby-registeres-btn.yeshereis {
    display: none;
}