
.link_size {
  color: #03a196;
}
.link_size:hover {
  color: #03857c;
}
.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: 15px;
}
.white-popup .mfp-close{
  color: #fff !important;
  background-color: #009245;
}
.white-popup img{
  margin: 0 auto;
}
.sticky-add-to-cart--active .pa_sizes{
  display: none;
}