/* Base for label styling */
.cnee-custom-field-wrapper [type="checkbox"]{
  width:25px;
  height:25px;
  vertical-align: sub;
}

span .description {
    font-style: italic;
    padding-left: 30px;
}

span.cnee-custom-field-wrapper select{
    margin-left: 30px; 
}

span.cnee-custom-field-wrapper {
    display: block;
    margin: 10px 0px;
}
.cnee-custom-field-wrapper label{
  vertical-align: super;
}

#exclusive-coupon-studio {display:none;}
.hide{display: none;}
.show{display: block;}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
  bottom: 125%;
}

.tooltip .tooltiptext.bottom {
  bottom: auto;
  top: 125%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:  transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext.bottom {
    bottom: auto;
    top: 125%;
    width: 300px;
    left: -87px;
}

.product_cat-gift-cards .screen-reader-text{
    top: auto !important;
    clip: unset !important;
    display: block !important;
    float: left !important;
    position: relative !important;
    margin: 15px 15px !important;
    width: auto !important;
    height: auto !important;
}

.product_cat-gift-cards div.quantity {
    float: left;
    margin: 0 4px 4px 0 !important;
}

@media only screen and (max-width: 768px) {
  span.cnee-custom-field-wrapper {
    display: block;
    margin: 10px 0;
  }

  .tooltip .tooltiptext.bottom {
      bottom: auto;
      top: 125%;
      width: 275px;
      left: -75px;
  }
}