.design_select {
  width: 100%;

  .spb-label-tooltip{
      padding-bottom: 0;
      label:hover{
          cursor:default;
          transform: translateY(0);
      }
  }

  .spb-label-tooltip label:before{
      display:none;    
  }
}
.design_select > span {
  display: flex;
  flex-wrap:wrap;
  margin-top: 20px;

  @media screen and (max-width: 749px) {
    
  }

  .spb-productoptionswatchwrapper{
    width: 100px;
    height: 120px;

    @media screen and (max-width: 749px) {
      width: 33.3%;
    }
    
    .spb-productoptionswatch{
      width: calc(100% - 6px);
      height:calc(100% - 6px);
    }

    input[type="radio"]:checked + .spb-productoptionswatch{
        border-width:5px;
        box-shadow: 0 0 0 1px #e62b00;
    }
  }
}

.selectedDesign{
  padding-left: 1rem;
  width: 100%;
  @media screen and (max-width: 749px) {
    display:none;
  }
}

.selectedDesign-img{
  display:block !important;
  width: 100%;
  aspect-ratio:0.8;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.selectedDesign-title{
  font-size: 14px;
}