/**
* Importing by selector filtering example
* https://github.com/maoberlehner/node-sass-magic-importer/tree/master/packages/node-sass-magic-importer#selector-filtering
 */
.util-color-red {
  color: red;
}

.util-color-blue {
  color: blue;
}

.util--normalized {
  font-size: 2px;
}

/**
* Importing by glob example
* https://github.com/maoberlehner/node-sass-magic-importer/tree/master/packages/node-sass-magic-importer#globbing
 */
body.archive .woocommerce-Price-amount {
  position: absolute;
  top: 7px;
  left: 61px;
  text-align: center;
  color: #d22b28;
  padding: 5px;
  font-size: 40px;
  font-weight: bolder;
  z-index: 10;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  position: relative;
  overflow: hidden;
}

.form-quote-engine {
  max-width: 330px;
  padding: 1rem;
}

button#quote-engine-zipcode-form-submit {
  color: #ffffff;
  background-color: rgb(219, 42, 40);
  border-color: rgb(219, 42, 40);
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 0;
}

button#quote-engine-zipcode-form-submit:hover,
button#quote-engine-zipcode-form-submit:active,
button#quote-engine-zipcode-form-submit:focus,
button#quote-engine-zipcode-form-submit.active {
  color: #ffffff;
  background-color: rgb(172, 38, 37);
  border-color: rgb(172, 38, 37);
}

@media (max-width: 544px) {
  .woocommerce ul.products:not(.elementor-grid),
  .woocommerce-page ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  body.archive .woocommerce-Price-amount {
    position: absolute;
    top: 10px;
    left: 15px;
    text-align: center;
    color: #d22b28;
    padding: 0;
    font-size: 36px;
    font-weight: bolder;
    z-index: 10;
  }
}
/*
Return to initial state for the /checkout/order-received page.
 */
@media (max-width: 921px) {
  .woocommerce ul.products:not(.elementor-grid),
  .woocommerce-page ul.products:not(.elementor-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.woocommerce ul.products:not(.elementor-grid),
.woocommerce-page ul.products:not(.elementor-grid) {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.woocommerce-js ul.products li.product a img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 0 0.3em;
  box-shadow: none;
}

.woocommerce-loop-product__title {
  font-weight: bolder;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 0.1em;
}

.hr-red {
  border: 0;
  background-color: #d22b28;
  height: 1px;
  opacity: initial;
}

/* start Contact Form 7 - Inline Fields */
.form-row {
  display: flex;
  justify-content: space-between;
}

.form-group {
  flex: 1; /* Makes each input field take equal space */
  padding: 0 1px; /* Adds spacing between fields */
}

.form-group:first-child {
  padding-left: 0;
}

.form-group:last-child {
  padding-right: 0;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
  .form-group {
    padding: 0; /* Removes the horizontal padding on mobile */
  }
}
/* start Contact Form 7 - Inline Fields */
form.checkout p.form-row {
  display: block;
}

.strong-container-red {
  color: #C52F2D;
}

h5.strong-container-red {
  font-weight: 600;
  margin-bottom: 30px;
}

.ast-left-sidebar #secondary {
  border-right: none;
}

.ast-left-sidebar #primary {
  border-left: none;
}

#new-quote-form-submit, input#get-quote {
  background-color: black;
  color: white;
  font-size: 114%;
  position: relative;
  left: -49px;
}

a.button.product_type_variation.add_to_cart_button.ajax_add_to_cart {
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=reset],
input[type=tel],
input[type=date],
select {
  height: 37px;
}

#primary, #secondary {
  margin-top: 0;
}

.astra-shop-thumbnail-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.text-quote-submit {
  background-color: #83b383;
  color: white;
}

button.email-quote-submit {
  background-color: #6e7c86;
  color: white;
}

button.text-quote-submit:hover {
  background-color: #4f8e4f;
  color: white;
}

button.email-quote-submit:hover {
  background-color: #505e65;
  color: white;
}

button.text-quote-submit:first-child:active {
  background-color: #83b383;
  color: white;
}

button.email-quote-submit:first-child:active {
  background-color: #6e7c86;
  color: white;
}

button.text-quote-submit:disabled {
  background-color: #83b383;
  color: #2f2e2e;
  border-color: #fff;
}

button.email-quote-submit:disabled {
  background-color: #6e7c86;
  color: #0f0f0f;
  border-color: #fff;
}

a.button.product_type_variation.add_to_cart_button.ajax_add_to_cart {
  width: 66%;
}

.woocommerce-js ul.products li.product .button, .woocommerce-page ul.products li.product .button {
  margin-bottom: 0.2em;
}

div#get-quote-last {
  width: 56.5%;
}

div.new-quote-form {
  padding-top: 10px;
}

#availability-section-toggle {
  height: initial;
}

.woocommerce-js .select2-container .select2-selection--single,
.woocommerce-js select, .woocommerce-page .select2-container .select2-selection--single, .woocommerce-page select {
  padding: 6px 10px;
}

.ast-primary-header-bar {
  background-image: linear-gradient(to bottom, #58595b 32%, #ffffff 32%);
}

.flex-container {
  display: flex;
  justify-content: center;
}

.iframe-container {
  position: relative;
}

.iframe-loading {
  position: relative;
  left: 45%;
  top: 20px;
}

.ui-tooltip, .arrow:after {
  background: black;
  border: 2px solid white;
}

.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 14px "Helvetica Neue", Sans-Serif;
  text-transform: uppercase;
  box-shadow: 0 0 7px black;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

span.ui-selectmenu-button.ui-button {
  width: 28em;
}

.multi-line-option .ui-menu-item-wrapper {
  white-space: pre-wrap;
  line-height: 1.2;
  max-width: 28em;
  margin: 10px 0;
  border-bottom: 1px solid lightgrey;
}

.multi-line-option .option-preferred-dates-times {
  display: block;
}

.wp-block-woocommerce-cart-order-summary-shipping-block {
  display: none;
}

/*Color Scheme*/
.zerobs-proposal-body .generated-quote-content table td.black,
.generated-quote-content .black {
  color: #111;
}

.zerobs-proposal-body .generated-quote-content table td.red,
.generated-quote-content .red {
  color: #DA2A27;
}

.zerobs-proposal-body .generated-quote-content table td.white,
.generated-quote-content .white h2,
.generated-quote-content .white {
  color: #fff;
}

/*CSS*/
.generated-quote-content * {
  box-sizing: border-box;
}

@page {
  margin: 0;
}
div.generated-quote-content {
  font-family: "NotoSansGlobal", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.zerobs-proposal-body .generated-quote-content table td.left-padding,
.generated-quote-content .left-padding {
  padding-left: 70px;
}
@media (max-width: 390px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding,
  .generated-quote-content .left-padding {
    padding-left: 10px;
  }
}
@media (max-width: 844px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding,
  .generated-quote-content .left-padding {
    padding-left: 10px;
  }
}
@media (max-width: 414px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding,
  .generated-quote-content .left-padding {
    padding-left: 10px;
  }
}
@media (max-width: 375px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding,
  .generated-quote-content .left-padding {
    padding-left: 10px;
  }
}
@media (max-width: 360px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding,
  .generated-quote-content .left-padding {
    padding-left: 10px;
  }
}

.zerobs-proposal-body .generated-quote-content table td.left-padding-less,
.generated-quote-content .left-padding-less {
  padding-left: 35px;
}
@media (max-width: 390px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding-less,
  .generated-quote-content .left-padding-less {
    padding-left: 10px;
  }
}
@media (max-width: 844px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding-less,
  .generated-quote-content .left-padding-less {
    padding-left: 10px;
  }
}
@media (max-width: 414px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding-less,
  .generated-quote-content .left-padding-less {
    padding-left: 10px;
  }
}
@media (max-width: 375px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding-less,
  .generated-quote-content .left-padding-less {
    padding-left: 10px;
  }
}
@media (max-width: 360px) {
  .zerobs-proposal-body .generated-quote-content table td.left-padding-less,
  .generated-quote-content .left-padding-less {
    padding-left: 10px;
  }
}

.zerobs-proposal-body .generated-quote-content td.right-column {
  padding-top: 0;
}

.zerobs-proposal-body .generated-quote-content td {
  vertical-align: top;
}

@media (max-width: 390px) {
  #quote-header-img {
    display: none;
  }
}
@media (max-width: 844px) {
  #quote-header-img {
    display: none;
  }
}
@media (max-width: 414px) {
  #quote-header-img {
    display: none;
  }
}
@media (max-width: 375px) {
  #quote-header-img {
    display: none;
  }
}
@media (max-width: 360px) {
  #quote-header-img {
    display: none;
  }
}

@media (max-width: 390px) {
  .ast-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 844px) {
  .ast-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 414px) {
  .ast-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 375px) {
  .ast-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .ast-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 390px) {
  .zerobs-proposal-body {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 844px) {
  .zerobs-proposal-body {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 414px) {
  .zerobs-proposal-body {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 375px) {
  .zerobs-proposal-body {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 360px) {
  .zerobs-proposal-body {
    padding: 0 !important;
    margin: 0 !important;
  }
}

.zerobs-proposal-body .generated-quote-content table td h2,
.generated-quote-content h2,
.zerobs-proposal-body .generated-quote-content table td h3,
.generated-quote-content h3 {
  margin: 0;
  padding: 0;
}

.zerobs-proposal-body .generated-quote-content table td h2,
.generated-quote-content h2 {
  margin: 10px 0;
  padding: 0;
}

.generated-quote-content pre {
  font-family: "NotoSansGlobal", sans-serif;
  font-weight: normal;
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

@media screen and (min-width: 1280px) {
  div.generated-quote-content {
    background: #fff;
  }
  .generated-quote-content .zbs-invoice {
    max-width: 795px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: relative;
  }
}
.generated-quote-content .zbs-rounded-block {
  display: inline-block;
  float: right;
  background: #111;
  padding: 4px 8px;
  padding-top: 0;
  height: 24px;
  color: #fff;
  border-radius: 0px;
}

.generated-quote-content .zbs-invoice-number {
  display: inline-block;
  float: right;
  border-bottom: 2px solid #111;
}

.zerobs-proposal-body .generated-quote-content table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.zerobs-proposal-body .generated-quote-content table td.vertical-divider + td {
  border-left: 2px ridge #BABBBD;
}

.zerobs-proposal-body .generated-quote-content table th {
  padding: 10px 7px;
  text-transform: uppercase;
  border-radius: 0px;
  border-top: 3px double #111;
  border-bottom: 3px double #111;
}

.zerobs-proposal-body .generated-quote-content table thead {
  background-color: transparent;
  color: #111;
}

.zerobs-proposal-body .generated-quote-content table td {
  border: none;
  padding: 8px 8px;
  line-height: 1;
}

.zerobs-proposal-body .generated-quote-content table tr {
  margin: 0;
}

.generated-quote-content .item-name {
  font-weight: bold;
  display: inline-block;
}

.generated-quote-content .item-description {
  font-style: italic;
}

.generated-quote-content div {
  font-weight: normal;
}

.generated-quote-content .zbs-line-info {
  font-weight: normal !important;
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-style: italic;
  padding-left: 3px;
  line-height: 1;
  padding: 0 !important;
  height: auto;
  height: 13px;
}

.generated-quote-content .zbs-line-info-title {
  font-size: 18px;
  height: 19px;
  font-style: normal;
  font-weight: bold !important;
}

.generated-quote-content .zbs-total {
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
}

.generated-quote-content .bord {
  border-bottom: 2px solid #eee;
}

.generated-quote-content .bord-l {
  border-bottom: 0 !important;
}

div.zerobs-proposal-body {
  box-shadow: none;
  border: none;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}
