:root {
  --swiper-navigation-color: #DC0D22FF;
  --swiper-pagination-color: #DC0D22FF;
}

.connected:hover {
  stroke: #568fae;
  stroke-width: 15;
}

.connected {
  stroke: transparent;
  stroke-width: 15;
}

.btn-frame-button {
  font-size: 2.5rem;
  padding: 2.3125rem;
}

.visual-frame {
  fill: whitesmoke;
}

.visual-frame.connected {
  /*stroke: darkgray;*/
  /*stroke-width: 2;*/
}

.visual-frame.outer-frame {
  /*stroke: darkgray;*/
  /*stroke-width: 1;*/
}

.connected:hover {
  stroke: #568fae;
  stroke-width: 15;
}

.connected {
  stroke: transparent;
  stroke-width: 15;
}

.vector-frame {
  fill: lightblue;
  stroke: cornflowerblue;
  stroke-width: 10;
}

.configurator-selected {
  fill: dodgerblue;
}

.btn-frame-options {
  font-size: 2.5rem;
  padding: 2.3125rem;
}

.configurator-selected {
  fill: dodgerblue;
}

.visual-frame {
  fill: whitesmoke;
}

.visual-frame.connected {
  stroke: darkgray;
  stroke-width: 2;
}

.visual-frame.outer-frame {
  stroke: darkgray;
  stroke-width: 2;
}

.window {
  fill: lightblue;
}

.scaling-svg-container {
  position: relative;
  height: 0;
  width: 100%;
  padding: 0;
  padding-bottom: 100%;
  /* override this inline for aspect ratio other than square */
}

.scaling-svg {
  width: 100%;
  left: 0;
  top: 0;
}

.shopping-cart-svg .scaling-svg {
  position: unset !important;
  height: 100px;
  width: 100px;
  max-width: 100px;
}

.product-images {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
}

.product-image {
  height: 200px;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.vdp-datepicker__calendar {
  border: none !important;
  width: 100% !important;
}

.vdp-datepicker__calendar .cell.selected {
  background-color: #0d0a0a !important;
  color: white !important;
}

.btn-configurator:hover {
  color: white !important;
}

.fa-collapse:before {
  content: "\f077";
}

.collapsed .fa-collapse:before {
  content: "\f078";
}

.step-number-inner {
  background-color: #FFF;
  width: auto;
}

.step.active .step-number:before {
  display: none;
}

.hide-on-scroll {
  transition: top 0.3s;
  position: fixed;
}

.popper {
  padding: 1rem !important;
  background-color: var(--ar-gray-100) !important;
  border: 1px solid var(--ar-border-color) !important;
  border-radius: var(--ar-border-radius-sm) !important;
  box-shadow: var(--ar-box-shadow) !important;
}
