
: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%;
  }
}

.ProductColor__colorPaletteConfigurator--rquhR {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
}
.ProductColor__Wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    max-width: 400px;
    margin-top: 8px;
    margin-top: 8px;
}
.ProductColor__wrapper--variable {
    margin-bottom: 24px;
    margin-bottom: var(--ds-spacing-l);
}
[role=button] {
    cursor: pointer;
}
.ProductColor__swatch--item {
    height: 32px;
    height: 32px;
    width: 32px;
    width: 32px;
    margin-right: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
}
.ColorSwatch__selectedLight {
    position: relative;
}
.ColorSwatch__colorSwatch {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    border: 2px solid transparent;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ColorSwatch__tick {
    width: 50%;
    height: 50%;
}

.ColorSwatch__selected:after, .ColorSwatch__selectedLight:after {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    border-radius: 50%;
    content: "";

    border: 2px solid #fff;
}
.ColorSwatch__colorSwatch {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    border: 2px solid transparent;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ColorSwatch__selectedLight.ColorSwatch__bordered--white {
    border: 2px solid #40354e;
}
.ColorSwatch__bordered--white{
	border: 2px solid #f2f2f6;
}