.contact-msg {
  text-align: center;
  font-weight: bold;
  font-size: 20pt; }

/*Halo Child Product*/
.productView-options-disable > *:not(.form) {
  display: none !important; }

.productView-options-disable .form > *:not(.halo-child-wiget):not(.dropdown-menu-button):not(.dropdown-menu) {
  display: none !important; }

.productView-options-disable .form .halo-child-wiget {
  display: inline-block; }

.productView-options-disable .form-wishlist {
  margin-top: 0;
  float: right; }
  .productView-options-disable .form-wishlist .dropdown-menu-button {
    min-width: 200px;
    padding: 0 10px !important;
    height: 40px;
    line-height: 38px; }
    .productView-options-disable .form-wishlist .dropdown-menu-button span {
      display: block; }
  .productView-options-disable .form-wishlist .dropdown-menu {
    right: 0; }
    .productView-options-disable .form-wishlist .dropdown-menu .button {
      margin-bottom: 0;
      padding: 10px 5px !important; }

.halo-child-product {
  display: block;
  position: relative; }
  .halo-child-product-scroll {
    position: relative; }
  .halo-child-product-table {
    display: block;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    border: 1px solid #eee; }
    .halo-child-product-scroll .halo-child-product-table {
      max-height: 520px;
      overflow-y: auto; }
      @media (min-width: 992px) {
        .halo-child-product-scroll .halo-child-product-table {
          scrollbar-color: #a6a6a6 #f5f5f5;
          scrollbar-width: thin !important; }
          .halo-child-product-scroll .halo-child-product-table::-webkit-scrollbar {
            background-color: #f5f5f5;
            -webkit-appearance: none;
            width: 4px; }
          .halo-child-product-scroll .halo-child-product-table::-webkit-scrollbar-thumb {
            background-color: #a6a6a6; } }
      @media (min-width: 551px) {
        .halo-child-product-scroll .halo-child-product-table {
          padding-top: 51px; } }
  .halo-child-product-action {
    display: block;
    text-align: left;
    margin: 15px 0 0px 0;
    font-size: 16px; }
  .halo-child-product-price {
    font-size: 12px;
    font-weight: 400;
    color: #000; }
    .halo-child-product-price .price {
      font-weight: 600; }
  .halo-child-product-button {
    margin: 15px 0 10px 0;
    min-width: 200px;
    padding: 0 10px;
    height: 40px;
    line-height: 38px; }
    .halo-child-product-button.is-show {
      display: inline-block; }
  .halo-child-product-text {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    margin: 30px 0 0 0; }
    .halo-child-product-text .text {
      font-weight: 600; }
    .halo-child-product-text [data-stock-variant-text] span + span:before {
      content: '/';
      display: inline;
      margin: 0 2px; }
    .halo-child-product-text.is-hidden {
      display: none; }
    .halo-child-product-text.is-show {
      display: block; }
  .halo-child-product-alert {
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    margin: 30px 0 0 0; }
    .halo-child-product-alert.is-hidden {
      display: none; }
    .halo-child-product-alert.is-show {
      display: block; }
  .halo-child-product-popup {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
    transition: all ease .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .halo-child-product-popupWrapper {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid transparent;
    padding: 50px 30px;
    box-shadow: 0 0px 3px 2px rgba(0, 0, 0, 0.1); }
    .halo-child-product-popupWrapper .icon {
      display: block;
      text-align: center;
      width: 40px;
      height: 40px;
      margin: 0 auto; }
    .halo-child-product-popupWrapper .text {
      display: block;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      text-align: center;
      text-transform: capitalize;
      margin: 15px 0 0 0; }
  .halo-child-product.halo-child-product-disable .loadingOverlay {
    display: block;
    min-height: calc(100% + 50px); }
  .halo-child-product.halo-child-product-added .halo-child-product-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 10; }
  @media (min-width: 551px) {
    .halo-child-product-action {
      text-align: right; } }

.child-grid-th {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #434343;
  width: 100%; }
  @media (max-width: 480px) {
    .child-grid-th {
      width: 100vw; } }
  .halo-child-product-scroll .child-grid-th {
    position: absolute;
    top: 0;
    z-index: 2; }

.child-grid-th-item {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 10px;
  text-align: center;
  width: 20%; }
  .child-grid-th-item.child-grid-th-item-name {
    width: 15%; }
  .child-grid-th-item.child-grid-th-item-price {
    width: 20%; }
  .child-grid-th-item.child-grid-th-item-price-bulk {
    width: 15%; }
  .child-grid-th-item.child-grid-th-item-qty {
    width: 15%; }
  .child-grid-th-item.child-grid-th-item-check {
    width: 10%;
    text-align: right; }

.option-bulk {
  display: none; }

.child-grid-row .option-item {
  text-align: left; }

.child-grid-row .option-item.option-sku {
  width: 20% !important;
  background: transparent;
  display: none; }

.child-grid-row {
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .child-grid-row .option-item {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    padding: 10px; }
    .child-grid-row .option-item.option-sku {
      width: 100%;
      background-color: #e7e7e7;
      padding-right: 30px; }
      .child-grid-row .option-item.option-sku:before {
        content: 'SKU:'; }
    .child-grid-row .option-item.option-name {
      padding-left: 0; }
      .child-grid-row .option-item.option-name span {
        display: inline-block;
        vertical-align: top;
        text-transform: capitalize; }
        .child-grid-row .option-item.option-name span + span:before {
          content: '/';
          display: inline;
          margin: 0 2px; }
      .child-grid-row .option-item.option-name:before {
        content: 'Variant:'; }
    .child-grid-row .option-item.option-price {
      width: calc(100% - 100px);
      line-height: 1px;
      padding-top: 0;
      padding-left: 0; }
      .child-grid-row .option-item.option-price:before {
        content: 'Price:'; }
    .child-grid-row .option-item.option-qty {
      width: 100px;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
      text-align: right; }
      .child-grid-row .option-item.option-qty .form-input--childTotal {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e7e7e7;
        margin: 0 auto;
        width: 100px;
        height: 30px;
        font-size: 12px;
        border-radius: 0;
        text-align: center;
        -moz-appearance: textfield; }
        .child-grid-row .option-item.option-qty .form-input--childTotal:focus::-webkit-input-placeholder, .child-grid-row .option-item.option-qty .form-input--childTotal:focus:-moz-placeholder, .child-grid-row .option-item.option-qty .form-input--childTotal:focus::-moz-placeholder {
          color: transparent;
          opacity: 0; }
        .child-grid-row .option-item.option-qty .form-input--childTotal:focus:-ms-input-placeholder {
          color: transparent !important;
          opacity: 0 !important; }
      .child-grid-row .option-item.option-qty:before {
        content: 'Qty';
        display: none;
        margin-right: 0;
        margin-bottom: 0; }
    .child-grid-row .option-item:before {
      content: '';
      display: inline;
      font-size: 12px;
      font-weight: 400;
      margin: 0 10px 0 0; }
  .child-grid-row.added span.option-check .child-add-checkbox-label {
    font-size: 12px; }
  .child-grid-row.added span.option-check .child-add-checkbox-input {
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s; }
  .child-grid-row.option-hidden {
    opacity: .7;
    pointer-events: none; }
    .child-grid-row.option-hidden span.option-check {
      text-align: center;
      width: auto; }
      .child-grid-row.option-hidden span.option-check .child-add-checkbox-label {
        display: block;
        font-size: 12px; }
      .child-grid-row.option-hidden span.option-check .child-add-checkbox-input {
        opacity: 0;
        visibility: hidden;
        transition: all ease .3s; }
  @media (max-width: 480px) {
    .child-grid-row {
      width: 100vw; } }
  .child-grid-row .option-item {
    padding: 10px !important;
    text-align: center; }
    .child-grid-row .option-item.option-name {
      width: 15%;
      font-weight: 600;
      padding: 0 !important; }
      .child-grid-row .option-item.option-name span {
        padding: 5px 10px;
        border: 1px solid;
        margin-left: 10px;
        line-height: 1;
        background: #fafafa; }
    .child-grid-row .option-item.option-price {
      width: 20%; }
    .child-grid-row .option-item.option-price-bulk {
      width: 15%; }
    .child-grid-row .option-item.option-qty {
      text-align: center;
      width: 15%; }
      .child-grid-row .option-item.option-qty .form-input--childTotal {
        width: 40px; }
    .child-grid-row .option-item.option-check {
      width: 10%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: relative;
      top: unset;
      left: unset; }
    .child-grid-row .option-item:before {
      display: none !important; }
  .child-grid-row.option-hidden span.option-check {
    width: 10%;
    height: auto;
    right: unset; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  -webkit-appearance: none; }

.halo-child-wiget {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.halo-child-product-table .child-grid-row {
  background-color: #f5f5f5; }

.halo-child-product-table .child-grid-row:nth-of-type(odd) {
  background-color: #fff; }

body.main.eleven-seventy.page-type-product .body.content,
body.main.eleven-seventy.page-type-product .main,
body.main.eleven-seventy.page-type-product .header-container.full-width.full-width header.header,
body.main.eleven-seventy.page-type-product .top-menu .content {
  max-width: 1350px !important; }

@media (min-width: 1300px) and (max-width: 1400px) {
  body.main.eleven-seventy.page-type-product .body.content,
  body.main.eleven-seventy.page-type-product .main,
  body.main.eleven-seventy.page-type-product .header-container.full-width.full-width header.header,
  body.main.eleven-seventy.page-type-product .top-menu .content {
    max-width: 1200px !important; } }

@media (min-width: 1100px) and (max-width: 1299px) {
  body.main.eleven-seventy.page-type-product .body.content,
  body.main.eleven-seventy.page-type-product .main,
  body.main.eleven-seventy.page-type-product .header-container.full-width.full-width header.header,
  body.main.eleven-seventy.page-type-product .top-menu .content {
    max-width: 1050px !important; } }

@media (max-width: 1099px) {
  body.main.eleven-seventy.page-type-product .body.content,
  body.main.eleven-seventy.page-type-product .main,
  body.main.eleven-seventy.page-type-product .header-container.full-width.full-width header.header,
  body.main.eleven-seventy.page-type-product .top-menu .content {
    max-width: 100% !important; } }

@media (max-width: 800px) {
  .product-page-with-sidenav section.productView-details {
    padding: 0; } }

.halo-child-product-table {
  padding: 0;
  margin: 0;
  display: block;
  white-space: nowrap;
  overflow: auto;
  font-size: 0;
  letter-spacing: 0; }

.productView-info-name.__bulkvariant,
.productView-info-value.__bulkvariant,
.productView-info-value.variant {
  display: none; }

.related-products-container {
  width: 77%;
  float: right;
  margin: 0 10px; }
  @media (max-width: 1200px) {
    .related-products-container {
      margin: 0 5px; } }
  @media (max-width: 800px) {
    .related-products-container {
      width: 100%;
      margin: 0; } }

.load-more-variant {
  cursor: pointer;
  font-weight: 600; }
