.popup-window.popup-window-with-titlebar{
    border: 1px solid #9ad9d7;
    border-radius: 5px;
}

.product__info_item.sku {
  margin-bottom: 20px !important;
}



.product__price {
 
  margin-top: 20px;
}



.product__sizes_item.disabled {
  background-color: #fbfbfb;
  border: 1px solid #ececec;
  color: #d2d2d2;
  cursor:default;
}

.product__sizes_item.not-available {
  background-color: #f3f3f3;
  border: 1px solid #ececec;
  color: #797979;
 
}
.product__sizes_item.not-available.active {
  border-color: #9ad9d7;
  color: black;
  background-color: #f3f3f3;
   
}
.product__sizes_item.store{
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  width: 145px;
  padding: 0 5px;
}