.hide {
  display: none;
}
.ProductConfig-item.has-panel {
    cursor: pointer;
}
.ProductConfig-item--carat {
    background-color: #fff;
    padding: 6px 6px 6px 15px;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
    margin: 24px 0 24px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
.ProductConfig-detail {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ProductConfig-action {
    margin-left: auto;
    line-height: 24px;
}
.ProductConfig-label {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 130px;
    width: 100%;
    color: #707070;
}
.ProductConfig-value {
    -ms-flex: 1;
    flex: 1;
    margin-right: 24px;
    margin-left: 24px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.u-marginR2xs {
    margin-right: 6px !important;
    font-weight: bold;
}
.ProductConfig-labelExtra {
    color: #b8b8b8;
    font-size: 12px;
    font-family: noto-sans,sans-serif;
    display: block;
}

.offcanvas {
    width: 100%;
    max-width: 600px;
    position: fixed;
    top: 0;
    right: -600px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    padding-top: 60px;
    transition: 0.3s;
    z-index: 999;
    box-shadow: -6px 0 20px rgba(0,0,0,.25);
}
.offcanvas-content {
    padding: 20px;
    color: white;
    color: #000;
}
.closebtn {
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 40px;
    cursor: pointer;
    color: white;
    color: #000;
}
/* Overlay styles */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    transition: opacity .25s 50ms;
    z-index: 99;
}
/* Media query to control responsiveness */
@media screen and (max-width: 768px) {
    .offcanvas {
        width: 100%;
        right: -100%;
    }
    .ProductConfig-value {
        margin-right: 6px;
        margin-left: 6px;
        font-size: 14px;
    }
}

.Heading--1, h1 {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 1.2;
}
.MakingChoicesProducts-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.MakingChoicesProducts-item + .MakingChoicesProducts-item {
  margin-top: 12px;
}
.u-marginBmd {
  margin-bottom: 24px !important;
}
.ProductPage-body :last-child {
  margin-bottom: 0;
}
.Form-item {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}
.RadioButton {
  position: relative;
  margin-bottom: 3px;
}
.Form-item:last-of-type {
  margin-bottom: 0;
}
.ProductSelectPrice {
  margin-bottom: 0;
}
.MakingChoicesProducts-list {
  list-style: none;
}
.Checkbox-input, .FilterShape > .Checkbox-input,
.fluxform .fluxform_multiselectfield, .RadioButton-input, .u-hiddenVisually {
  clip: rect(1px,1px,1px,1px) !important;
  position: absolute !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
}
.MakingChoicesProducts:not(.MakingChoicesProducts--quality) .ProductSelectPrice .RadioButton-label {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
@media (min-width: 30em) {
  .ProductSelectPrice .RadioButton-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ProductSelectPrice .RadioButton-label {
  padding: 8px 12px 8px 48px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.RadioButton-label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 1.6875em;
}
.RadioButton-input:checked ~ .RadioButton-label::before {
  border-color: #0B7486;
  background-color: #0B7486;
  box-shadow: inset 0 0 0 2px #fff;
}
.ProductSelectPrice .RadioButton-label::before {
  top: 50%;
  left: 11px;
  z-index: 2;
  transform: translateY(-50%);
}
.RadioButton-label::before {
  top: 2px;
  border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
  transition: border-color .12s,background-color .12s,box-shadow .12s;
}
.RadioButton-label::before {
  content: "";
  position: absolute;
  top: .25em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-radius: 100%;
}
.ProductSelectPrice-imageWrapper {
  margin: -8px 12px -8px -12px;
  border-right: 1px solid #ececec;
}
.ProductSelectPrice-image {
  display: block;
  max-width: 80px;
}
.ProductSelectPrice .RadioButton-input:checked + .RadioButton-label,
.ProductSelectPrice .RadioButton-input:checked + .RadioButton-label::after {
  border-color: #0B7486;
}
@media (min-width: 37.5em) {
  .ProductSelectPrice-infoWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.ProductSelectPrice-infoWrapper {
  -ms-flex-item-align: center;
  align-self: center;
}
.RadioButton-label {
  cursor: pointer;
}
.ProductSelectPrice .RadioButton-input:checked + .RadioButton-label,
.ProductSelectPrice .RadioButton-input:checked + .RadioButton-label::after {
  border-color: #0B7486;
}
.ProductSelectPrice .RadioButton-label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 36px;
  border-right: 1px solid #dedede;
    border-right-color: rgb(222, 222, 222);
  background-color: #f6f6f6;
}
@media (min-width: 37.5em) {
  .ProductSelectPrice-infoWrapper .ProductSelectPrice-info--left {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
@media (max-width: 39.99em) {
  .ProductSelectPrice-info--left {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 39.99em) {
  .ProductSelectPrice-info--right {
    margin-left: auto;
  }
}
.ProductSelectPrice-info--left {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.ProductSelectPrice-info {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 30em) {
  .ProductSelectPrice-info--right {
    text-align: right;
  }
}
@media (max-width: 29.99em) {
  .MakingChoicesProducts .ProductSelectPrice .RadioButton-label {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 39.99em) {
  .MakingChoicesProducts .ProductSelectPrice .RadioButton-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: normal !important;
    align-items: normal !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.u-marginR2xs {
  margin-right: 6px !important;
}
.u-smFontSize {
  font-size: 14px !important;
}
.c-accent {
  color: #0B7486;
}
.u-xsFontSize {
  font-size: 12px !important;
}
.c-medium {
  color: #838383;
}