/**********
* Varibles
***********/
/**********
* END Varibles
***********/
.wcic-installation-calculator-cart-box {
  overflow: hidden;
  margin-bottom: 6px; }
  .wcic-installation-calculator-cart-box .box-title {
    display: flex;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; }
    .wcic-installation-calculator-cart-box .box-title i {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      vertical-align: middle;
      color: #8fae1b;
      border: 1px solid #8fae1b;
      border-radius: 50%;
      font-size: 12px;
      cursor: pointer;
      display: block; }
    .wcic-installation-calculator-cart-box .box-title .label-text {
      flex: 1 1 auto;
      font-size: 13px; }
  .wcic-installation-calculator-cart-box .box-info {
    display: none;
    font-size: 13px;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #cccccc;
    margin-bottom: 8px; }
  .wcic-installation-calculator-cart-box .switch {
    float: right;
    padding-right: 0; }

.wcic-installation-calculator-popup {
  position: fixed;
  z-index: 1200;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: none; }
  .wcic-installation-calculator-popup .the-wrapper {
    position: relative;
    z-index: 5;
    width: 650px;
    margin: 50px auto 0px auto;
    background-color: #fff; }
    .wcic-installation-calculator-popup .the-wrapper .the-heading {
      background-color: #F5F5F5;
      border-bottom: 1px solid #979797;
      padding: 12px 20px;
      font-family: 'nastelight';
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
      white-space: nowrap; }
    .wcic-installation-calculator-popup .the-wrapper .the-footer {
      border-top: 1px solid #979797;
      padding: 5px; }
    .wcic-installation-calculator-popup .the-wrapper .map-wrapper {
      position: relative;
      width: 100%;
      margin: 0px;
      padding: 0px;
      background-color: #fff; }
    .wcic-installation-calculator-popup .the-wrapper .map-form {
      position: absolute;
      z-index: 10;
      top: 6px;
      left: 50px;
      right: 50px;
      margin-left: auto;
      margin-right: auto; }
    .wcic-installation-calculator-popup .the-wrapper #map {
      width: 100%;
      height: 400px; }
    .wcic-installation-calculator-popup .the-wrapper #engineer_details {
      background-color: #fff;
      padding: 10px 20px; }
      .wcic-installation-calculator-popup .the-wrapper #engineer_details strong {
        color: #6e6e6e; }
      .wcic-installation-calculator-popup .the-wrapper #engineer_details span {
        display: block; }
      .wcic-installation-calculator-popup .the-wrapper #engineer_details .value {
        font-size: 20px;
        font-family: 'nastelight'; }
    .wcic-installation-calculator-popup .the-wrapper .engineer_location {
      margin-bottom: 6px; }
    .wcic-installation-calculator-popup .the-wrapper #addressInput {
      border: 1px solid #343434;
      line-height: 20px;
      border-radius: 0; }
    .wcic-installation-calculator-popup .the-wrapper #searchButton {
      border: 1px solid #343434;
      border-left: none;
      background-color: #f47527;
      color: #fff;
      border-radius: 0; }
      .wcic-installation-calculator-popup .the-wrapper #searchButton:hover {
        background-color: #f3650f; }
    .wcic-installation-calculator-popup .the-wrapper .hide {
      display: none; }
  .wcic-installation-calculator-popup.active {
    opacity: 1;
    visibility: visible;
    display: block; }
  .wcic-installation-calculator-popup .buttons {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none; }
    .wcic-installation-calculator-popup .buttons li {
      padding: 2px; }
  .wcic-installation-calculator-popup .wcic-notifications .alert {
    margin: 5px 0; }
  .wcic-installation-calculator-popup .product-addon-totals dt {
    float: left;
    width: 55%; }
  .wcic-installation-calculator-popup .product-addon-totals dd {
    float: left;
    width: 45%; }

.pac-container {
  z-index: 1200; }

.woocommerce td.product-name dl.variation {
  display: block !important; }

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
  margin: 0px 5px 0px 0px !important;
  padding: 0px !important;
  font-size: 12px;
  line-height: 20px; }
