.tab__component {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 10px;
}

.dependency__field {
  width: 100%;
  border: solid 1px black;
  height: max-content;
  padding: 1rem 15px 3rem;
  margin-bottom: 1rem;
}

._dependency {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
._dependency .chain_rule {
  background: #ffc107;
  color: white;
}

.remove_rule {
  background-color: #dc3545;
  color: white;
}

.exception_button {
  border: solid 1px #17a2b8;
  background: #17a2b8;
}

.button__group {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 50px;
  padding: 1rem;
}
.button__group button {
  width: max-content;
  padding: 0 2rem;
}
.button__group .remove_rule {
  background-color: #dc3545;
  border: solid 1px #dc3545;
  color: white;
}
.button__group .chain_rule {
  background-color: #28a745;
  border: solid 1px #28a745;
  color: white;
}

.tab-header {
  background: white;
  padding: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  border-bottom: solid 1px black;
  display: flex;
  justify-content: space-between;
}
.tab-header span {
  text-transform: capitalize;
}

.tab-content {
  padding: 0.5rem;
  background: white;
}
.tab-content h2 {
  flex-basis: 100%;
}
.tab-content .attribute-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.tab-content .attribute-field .form-group {
  flex-basis: 47%;
  display: flex;
  justify-content: space-between;
}
.tab-content .attribute-field .form-group select {
  height: max-content;
}
.tab-content .attribute-field .form-group.has__editor {
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.tab-content .attribute-field .form-group.has__editor label {
  flex-basis: 100%;
}
.tab-content .tab__component .attribute-values {
  margin-top: 2rem;
}
.tab-content .tab__component .tab-header {
  border-top: solid 1px black;
  margin-top: 1rem;
}

.tab-header {
  background: #6495ED;
  border: none;
  color: white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.settings__page {
  display: flex;
}
.settings__page .settings__page--sidebar {
  flex-basis: 15%;
  background: white;
  padding: 1rem;
  border-right: solid 1px #d3d3d3;
}
.settings__page .settings__page--sidebar .menu__option {
  font-size: 16px;
  line-height: 32px;
}
.settings__page .settings__page--sidebar .menu__option.active {
  text-decoration: underline;
}
.settings__page .settings__page--sidebar .plugin__header {
  font-size: 20px;
  font-weight: 700;
  color: #37528B;
}
.settings__page .settings__page--sidebar .plugin__header .dot {
  color: red;
  font-size: 32px;
}
.settings__page .settings__page--content {
  flex-grow: 1;
  background: #F2F6F9;
  padding: 1rem 2rem;
}

.matgroup {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 650px) {
  .matgroup {
    flex-wrap: wrap;
  }
}
.matgroup-item {
  display: flex;
}
.matgroup-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: none;
}
.matgroup__wrapper:hover {
  outline: solid 1px #06205C;
  border-radius: 50%;
  outline-offset: 2px;
}
.matgroup__wrapper.selected {
  position: relative;
  outline: solid 1px #06205C;
  border-radius: 50%;
  outline-offset: 2px;
}

.attribute-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.attribute-group .expivi__attribute-value {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .attribute-group .expivi__attribute-value .thumbnail img {
    min-width: 40px;
    min-height: 40px;
  }
}
.attribute-group .expivi__attribute-value .thumbnail img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: none;
  border: solid 1px #c3c3c3;
}

.matgroup__wrapper, .expivi__attribute-value {
  position: relative;
  cursor: pointer;
}
.matgroup__wrapper:hover .tooltip__mouseover, .expivi__attribute-value:hover .tooltip__mouseover {
  display: flex;
}

.tooltip__mouseover {
  position: absolute;
  color: white;
  background: #1E1E1E;
  height: 22px;
  justify-content: center;
  align-items: center;
  top: -40px;
  display: none;
  font-size: 10px;
  width: max-content;
  font-weight: bold;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 4px;
}

.tooltip__mouseover:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  border-top: 7px solid #1E1E1E;
}

.stepHeading .svg__hover {
  background-image: url(/wp-content/plugins/custom-expivi-integration/assets/images/i-icon-blue.png) !important;
}

.selected .svg__hover {
  background-image: url(/wp-content/plugins/custom-expivi-integration/assets/images/i-icon-white.png);
}

.svg__hover {
  background-size: cover;
  background-image: url(/wp-content/plugins/custom-expivi-integration/assets/images/i-icon-blue.png);
}
.svg__hover:hover {
  background-image: url(/wp-content/plugins/custom-expivi-integration/assets/images/i-icon-white.png);
}

.expivi__attribute-button:hover .svg__hover {
  background-image: url(/wp-content/plugins/custom-expivi-integration/assets/images/i-icon-white.png);
}

.substep__selection {
  color: white;
  justify-content: center;
  display: flex;
  transition: left 0.3s ease-in-out;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .substep__selection {
    left: 32px !important;
  }
}

.substep__selection--wrapper {
  background: #06205C;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.substep__selection--wrapper:hover {
  cursor: pointer;
  text-decoration: underline;
}
.substep__selection--wrapper .active__step {
  text-decoration: underline;
}

.step__selection {
  display: flex;
  justify-content: center;
}
.step__selection .step__single {
  height: 67px;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  box-sizing: border-box;
  border-top: solid 1px #F8F8F8;
  border-left: solid 1px #F8F8F8;
  transition: 0.3s all;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .step__selection .step__single {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 800px) {
  .step__selection .step__single {
    flex-basis: 50%;
  }
}
.step__selection .step__single.active__step {
  background: #06205C;
  cursor: pointer;
}
.step__selection .step__single.active__step .step__number {
  background: white;
}
.step__selection .step__single.active__step .step__name {
  color: white;
}
@media screen and (min-width: 1200px) {
  .step__selection .step__single.active__step:after {
    content: "";
    width: 30px;
    height: 11px;
    position: absolute;
    bottom: -50px;
    background-image: url('data:image/svg+xml,<svg width="30px" height="11px" viewBox="0 0 30 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Triangle</title><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Step-6---Size" transform="translate(-1063, -889)" fill="%2306205C"><polygon id="Triangle" transform="translate(1078, 894.5) rotate(-180) translate(-1078, -894.5)" points="1078 889 1093 900 1063 900"></polygon></g></g></svg>');
  }
}
.step__selection .step__single:hover {
  background: #06205C;
  cursor: pointer;
}
.step__selection .step__single:hover .step__number {
  background: white;
}
.step__selection .step__single:hover .step__name {
  color: white;
}
.step__selection .step__single:first-of-type {
  border-top-left-radius: 10px;
}
.step__selection .step__single:last-of-type {
  border-right: solid 1px #F8F8F8;
  border-top-right-radius: 10px;
}
.step__selection .step__single .step__number {
  border: solid 1px #06205C;
  display: flex;
  justify-content: center;
  font-size: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  align-items: center;
  font-family: "Russo One";
}
.step__selection .step__single .step__name {
  text-transform: uppercase;
  font-family: "Russo One";
  color: #06205C;
  font-size: 10px;
}

.step__selection {
  position: relative;
}
.step__selection .step__single {
  position: relative;
}

.substep__selection {
  position: absolute;
  left: 0;
  background: #06205C;
  height: 40px;
  color: white;
  display: flex;
  justify-content: center;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: max-content;
  gap: 20px;
  font-family: "Russo One";
  line-height: 16px;
  font-size: 12px;
}
.substep__selection span {
  display: flex;
  align-items: center;
}

.tooltip__wrapper {
  color: white;
}

@media screen and (max-width: 1200px) {
  .step__selection {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .mainheading {
    display: none;
  }
  .color__selection.attribute-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    width: 80%;
    gap: 5px;
    justify-content: center;
    align-items: start;
    margin: 0 auto;
  }
  .color__selection .expivi__attribute-value {
    padding: 10px;
    text-align: center;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@font-face {
  font-family: "Russo One";
  font-style: normal;
  font-weight: 400;
  src: url("../src/scss/fonts/RussoOne-Regular.ttf") format("truetype");
}
.stepHeading {
  font-family: "Russo One";
  color: #06205C;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: -24px;
  margin-bottom: 7px;
  min-height: 80px;
}
.stepHeading .tooltip-container {
  position: relative;
  top: 5px;
}
@media screen and (min-width: 1200px) {
  .stepHeading {
    min-width: 470px;
  }
}
@media screen and (max-width: 640px) {
  .stepHeading {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .stepHeading {
    margin-top: 1rem;
  }
}
.stepHeading h3 {
  width: 380px;
  text-align: center;
}

.selected__value {
  display: none;
}

.expivi__attribute-value {
  position: relative;
}
.expivi__attribute-value.selected {
  position: relative;
}

.expivi__attribute-value.selected .thumbnail {
  outline: solid 1px #06205C;
  border-radius: 50%;
  outline-offset: 2px;
}
.expivi__attribute-value:hover .thumbnail {
  outline: solid 1px #06205C;
  border-radius: 50%;
  outline-offset: 2px;
}

.interact-icon-360-container {
  display: none !important;
}

.settings__page * {
  text-transform: uppercase;
}

.expivi__viewer {
  height: 65%;
  width: 100%;
}

#app {
  width: 100%;
}

.attribute-group {
  justify-content: center;
}

.expivi__attribute-button {
  border-radius: 24px;
  padding-right: 5px;
  height: 46px;
  align-items: center;
  font-size: 15px;
  display: flex;
  font-family: "Russo One";
  transition: 0.3s all;
  background: #FFFFFF;
  color: #06205C;
  border: 1px solid #06205C;
  gap: 0.5rem;
  padding-left: 3px;
  min-width: 164px;
  justify-content: space-between;
  text-decoration: none !important;
}
.expivi__attribute-button a {
  text-decoration: none !important;
}
.expivi__attribute-button .tooltip-container {
  padding-right: 5px;
}
.expivi__attribute-button picture {
  margin-right: 10px;
}
.expivi__attribute-button img {
  background: white;
  border-radius: 50%;
  margin-right: 10px;
}
.expivi__attribute-button.selected {
  background: #06205C;
  border: 1px solid #06205C;
  color: white;
}
.expivi__attribute-button:hover {
  background: #06205C;
  border: 1px solid #06205C;
  cursor: pointer;
  color: white;
}

.tooltip__wrapper {
  padding-right: 47px;
}
.tooltip__wrapper .tooltip__trigger {
  font-size: 12px;
  font-family: "Russo One";
  color: white;
  text-transform: uppercase;
  right: 0;
  align-items: center;
  display: flex;
  top: 8px;
  gap: 0.5rem;
  height: 100%;
}
.tooltip__wrapper .tooltip__trigger:hover {
  cursor: pointer;
  text-decoration: none;
}
.tooltip__wrapper .tooltip__content {
  height: 100%;
}

.tooltip__inner {
  position: absolute;
  background: #06205C;
  padding: 2rem 2rem;
  box-sizing: border-box;
  max-height: 500px;
  overflow-y: scroll;
}
@media screen and (min-width: 1200px) {
  .tooltip__inner {
    right: 20px;
    width: 550px;
    bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .tooltip__inner svg {
    top: -5px;
    position: relative;
  }
}
.tooltip__inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: -20px;
  position: relative;
  text-transform: uppercase;
}
.tooltip__inner .topheading {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.tooltip__inner p {
  color: white !important;
  font-size: 12px !important;
  padding-right: 20px;
  font-family: "Russo One";
  line-height: 16px;
}
.tooltip__inner p strong {
  font-size: 16px;
  line-height: 19px;
}

.text__input {
  position: relative;
  display: flex;
  align-items: center;
}
.text__input .text-input {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Russo One";
}
.text__input .counter {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  color: #CACCD2;
}

.text-input {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  width: 120px;
}

.counter {
  display: block;
  margin-top: 4px;
  font-size: 0.875rem;
  color: #666;
}

.attribute__group {
  background: #f8f8f8;
  min-height: 250px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .attribute__group {
    min-height: 380px;
  }
}

.header__container {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 10px;
  z-index: 9000;
}
@media screen and (min-width: 640px) {
  .header__container .logo {
    margin-left: 2rem;
  }
}
.header__container .add-to-cart__button {
  background: #06205C;
  border-radius: 20px;
  font-family: "Russo One";
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
  display: flex;
  min-width: 163px;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.header__container ._price {
  font-family: "Russo One";
  font-size: 18px;
  color: #06205C;
  letter-spacing: 0;
}
.header__container .align__end {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-right: 2rem;
}
@media screen and (max-width: 640px) {
  .header__container .align__end {
    justify-content: flex-end;
    margin-right: 0.5rem;
    gap: 0.5rem;
  }
}

.progress__counter {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding-top: 18px;
  font-family: "Russo One";
  font-size: 14px;
  color: #CACCD2;
  letter-spacing: 0;
  text-align: center;
}

.attribute__headings svg {
  transition: 0.3s all;
}
.attribute__headings svg:hover {
  cursor: pointer;
  transform: scale(1.15);
}

.summary__list {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (min-width: 1700px) {
  .summary__list {
    width: 100%;
    justify-content: center;
  }
}

.summary__list-item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .summary__list-item {
    flex-basis: 35% !important;
  }
}

.attribute__name {
  font-size: 12px;
  color: #09152D;
  letter-spacing: 0;
  font-family: "Russo One";
  white-space: nowrap;
  flex-basis: 60%;
}

.attribute__value {
  font-size: 14px;
  color: #06205C;
  letter-spacing: 0;
  font-family: "Russo One";
  white-space: nowrap;
}

.attribute__value img {
  border-radius: 50%;
}

.placeholder__text {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  flex-basis: 40px;
}

.footer, .grecaptcha-badge, .single_add_to_cart_button {
  display: none !important;
}

#xpv-toolbar-item-fullscreen {
  display: none;
}

@media screen and (max-width: 640px) {
  .hide__mobile {
    display: none;
  }
}
.share__options {
  z-index: 9999;
  transition: 0.3s all;
}
.share__options div, .share__options svg {
  margin-top: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 640px) {
  .share__options {
    bottom: 1rem !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1300px) {
  .share__options {
    bottom: 2rem !important;
  }
}
.share__options div:hover, .share__options svg:hover {
  cursor: pointer;
}

.social__share--button {
  transition: 0.3s all;
  top: 0;
}
.social__share--button:hover {
  top: -0.5rem;
  position: relative;
}

.option__value {
  justify-content: center;
  display: flex;
  text-wrap: nowrap;
  text-indent: -10px;
  position: relative;
}

.tooltip-container, .placeholder__tooltip {
  flex-basis: 24px;
}

.share__options {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  position: relative;
  bottom: -3rem;
  z-index: 99999;
  width: 200px;
  margin-top: -40px;
}
.share__options .svg:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@media screen and (min-width: 640px) {
  .margin__desktop {
    margin-left: 370px;
  }
}
.opacity__none {
  opacity: 0 !important;
}

@media screen and (max-width: 640px) {
  .color__selection .expivi__attribute-value {
    min-width: 50px;
  }
}
.social-share[data-v-09075d36] {
  right: -150px;
}

.attribute__value img {
  object-fit: none;
}

._pricing {
  position: absolute;
  bottom: -40px;
  font-size: 12px;
  color: #06205C !important;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #06205C;
  color: white;
  visibility: visible;
  width: 200px;
  font-size: 12px;
  padding: 0.5rem;
  margin-top: -5px;
  border: solid 1px white;
}

.svg__hover {
  width: 24px;
  height: 24px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

.summary__list {
  display: flex;
}

@media screen and (max-width: 640px) {
  .summary__list {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 2rem;
  }
}
.summary__group {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 700px) {
  .summary__group {
    justify-content: space-between;
    flex-direction: column;
    flex-basis: 23%;
  }
}

@media screen and (min-width: 640px) {
  .summary__group:nth-child(2) {
    box-shadow: -2px 0 0 #06205C, 2px 0 0 #06205C;
    padding: 0 2rem;
  }
}
.summary__list-item {
  display: flex;
  flex-direction: row;
}

.social-share {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
  position: absolute;
  top: -8px;
  right: -116px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 50%;
  padding: 0.5rem;
  transition: background 0.3s;
  box-sizing: border-box;
}

.attribute__group {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 650px) {
  .attribute__group {
    flex-direction: column;
  }
}
.attribute__group .progress__counter {
  order: 1;
}
.attribute__group .matgroup {
  order: 4 !important;
}
.attribute__group .attribute__headings {
  order: 2;
}
.attribute__group .attribute-group {
  order: 3;
}
.attribute__group .color__selection {
  order: 5 !important;
}

.heading__summary {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}
@media screen and (min-width: 650px) {
  .heading__summary h3 {
    margin-left: 20vw;
  }
}

.step__counter--summary {
  display: flex;
  flex-basis: 100%;
  width: 100%;
}

.configurator .cart {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 700px) {
  .matgroup__wrapper {
    height: max-content;
  }
  .matgroup-item {
    height: max-content;
  }
  .expivi__attribute-value.selected {
    height: max-content;
  }
  .matgroup-thumbnail {
    min-width: 40px;
    min-height: 40px;
  }
  .attribute-group {
    width: 100%;
  }
  .summary__group {
    width: 100%;
  }
  .attribute-group.step {
    min-height: 120px;
    max-height: 120px;
  }
  .step__counter--summary .progress__counter {
    padding-top: 12px !important;
  }
  .summary__list-item {
    flex-basis: 100% !important;
  }
  .error {
    flex-basis: 100%;
    padding: 0 2rem;
    text-align: center;
    margin-top: 1rem;
  }
  .text__input {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .expivi__attribute-button {
    flex-basis: 75%;
    width: max-content;
  }
  .attribute-group {
    gap: 0.5rem;
  }
  .attribute__headings {
    height: max-content;
    box-sizing: border-box;
  }
  .tooltip__inner {
    z-index: 1000;
  }
}
.button_dropdown {
  order: 4 !important;
}

.button__placeholder {
  width: 100px;
  opacity: 0;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
