
:root {
  --size-chart-color: #2ceb99;
}
.link_size {
  color: var(--size-chart-color);
}
.link_size:hover {
  color: var(--size-chart-color);
}
.link_size .icon-angle-right:before {
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
}

.content-area p.stock{
  display: none;
}
li.variable-item.button-variable-item {
    text-align: center;
    color: #7a7a7a;
    border: 1px solid lightgray;
    margin: 0 5px 10px;
    border-radius: 4px;
    min-width: calc(17% - 10px);
    padding: 6px 10px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
    box-shadow: unset;
    border: #e2e2e2 1px solid;
    border-radius: 3px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
    box-shadow: unset;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected{
    box-shadow: 0px 0px 0px 2px #fff;
    border-color: #15cd72;
    color: #15cd72;
    background-color: rgba(21,205,114,0.08);
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow:0 0 0 0px rgba(0, 0, 0, 0);
}
.woo-variation-swatches .variable-items-wrapper .variable-item span{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}
.pa_sizes{
  margin-bottom: 5px;
}
.white-popup .mfp-close{
  color: #fff !important;
  background-color: inherit;
}
.white-popup img{
  margin: 0 auto;
}
.sticky-add-to-cart--active .pa_sizes{
  display: none;
}

#size-chart-button {
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    padding-left: 36px;
    cursor: pointer;
    background-image: url(../images/icon_sizechar.jpg);
    background-repeat: no-repeat;
    background-position: 0 5px;
    margin-top: 7px;
}
.pa_sizes--label label{
  margin-bottom: 0px;
}
.white-popup{
  width: auto;
}
.single-product .mfp-inline-holder .mfp-content{
  width: 50%;

}
@media screen and (max-width: 1400px){
  .single-product .mfp-inline-holder .mfp-content{
    width: 60%;
  }
}
@media screen and (max-width: 849px){
  .single-product .mfp-inline-holder .mfp-content{
    width: 80%;
  }
}
@media screen and (max-width: 549px){
  .single-product .mfp-inline-holder .mfp-content{
    width: 98%;
  }
}