.masthead {
	margin-top: 215px;
}

.admin-bar .masthead {
	margin-top: 260px;
}

@media (min-width: 467px) {
	.masthead {
		margin-top: 172px;
	}
	
	.admin-bar .masthead {
		margin-top: 218px;
	}
}

@media (min-width: 532px) {
	.masthead {
		margin-top: 146px;
	}
	
	.admin-bar .masthead {
		margin-top: 192px;
	}
}

@media (min-width: 1200px) {
	.masthead {
		margin-top: 150px;
	}
	
	.admin-bar .masthead {
		margin-top: 180px;
	}
}

@media (min-width: 1600px) {
	.masthead {
		margin-top: 160px;
	}
	
	.admin-bar .masthead {
		margin-top: 200px;
	}
}

.cart-empty-page .masthead + .container {
	padding-left: 0;
	padding-right: 0;
	max-width: none;
}

.cart-empty-page .container .woocommerce {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 30px;
}

.empty-cart-bg {
	max-width: 1600px;
	width: 100%;
}

.empty-cart-text {
	margin-top: -25px;
	padding-bottom: 40px;
	text-align: center;
}

.empty-cart-text__header {
	font-size: 32px;
	line-height: 38px;
}

.wc-empty-cart-message {
	max-width: 730px;
	padding: 20px;
	padding-bottom: 25px;
}

.cart-empty-page .image-text-cards {
	background: white;
	padding-top: 0;
}

.image-text-cards .fx-slider .fx-slide {
	display: block;
}

.woocommerce-message {
	background: #FEF1EA;
	padding: 7px 12px;
	border-radius: 5px;
	margin-top: 15px;
}

.js-gaq-cart {
	padding: 30px 0;
}

@media screen and (min-width: 1200px) {
	.js-gaq-cart {
		padding: 100px 0;
	}
}

.cart-header {
	display: flex;
	gap: 20px;
	align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 980px) {
	.cart-header {
		flex-direction: column;
	}
}

.cart-header__right {
	display: flex;
	flex-shrink: 0;
	gap: 15px;
}

@media screen and (max-width: 480px) {
	.cart-header__right {
		flex-direction: column;
	}
	
	.cart-header__right .btn {
		text-align: center;
	}
}

.js-gaq-cart h2 {
	font-weight: 900;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
}

.disclaimer {
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	color: #646464;
	padding-top: 20px;
}

.totals {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}

.woocommerce .totals > li {
	padding: 0;
	margin: 0;
}

.totals > li::before {
	display: none;
}

.woocommerce .totals > li .number {
	font-weight: bold;
}

// CSS for styling product items in cart

.quote-item__info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.quote-item__info-img {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  padding: 10px;
  text-align: center;
}

.quote-item__info-img img {
  margin-left: auto;
  margin-right: auto;
}

.quote-item__info-inner {
  background: var(--color-light-gray);
  box-shadow: 0px 0px 15px rgba(85, 85, 85, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  padding: 15px;
}

.quote-item__info-title {
  font-size: 22px;
  font-weight: 700;
}

.quote-item__info-content {
  font-size: 17px;
  font-weight: 400;
}

/* Quote items added to cart */

.quote-item.js-gaq-product + .quote-item.js-gaq-product {
  margin-top: 25px;
}

.quote-item.js-gaq-product {
  background: var(--color-light-gray);
  padding: 15px;
}

.quote-item.js-gaq-product.is-loading {
  position: relative;
}

.quote-item.js-gaq-product.is-loading::before {
  content: "";
  /* background: rgba(255,255,255,0.50); */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(1px);
}

.quote-item.js-gaq-product.is-loading .ajax-loading {
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
}

.quote-item__details {
  color: var(--text-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
}

.quote-item__details .quote-item__remove {
  margin-top: 15px;
  text-decoration: none;
}

.quote-item__quantity.js-product-quantity {
  margin-top: 15px;
}

.quote-item__quantity .quantity .screen-reader-text {
  position: static;
  clip-path: unset;
  height: auto;
  width: auto;
  margin-right: 6px;
}

.quote-item__quantity .quantity .input-text {
  max-width: 85px;
  width: 100%;
  margin-left: auto;
}

.quote-item__quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

.quote-item__quantity .quote-item__quantity__update {
  visibility: hidden;
  height: 0;
}

.quote-item__detail-heading {
  color: var(--color-gray);
  font-size: 20px;
  font-weight: 700;
}

.quote-item__name,
.quote-item__name a {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.quote-item__price-container {
  margin-top: 10px;
}

.quote-item__price {
  color: var(--color-gray);
  font-size: 24px;
  font-weight: 700;
}

.quote-item__remove {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 900;
}

.quote-items-content p {
  font-size: 17px;
}

.quote-item__price--none {
  font-weight: bold;
}

.plus-minus__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #f0f0f0f0;
}

.plus-minus__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #f0f0f0f0;
  min-width: 30px;
  text-align: center;
}

.fx-quantity-input__wrapper {
  position: relative;
}

.js-increment-value,
.js-decrement-value {
  font-size: 18px;
  cursor: pointer;
}

.fx-quantity-input__wrapper .qty {
  height: 56px;
}

.fx-quantity-input__wrapper input::-webkit-outer-spin-button,
.fx-quantity-input__wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fx-quantity-input__wrapper input[type="number"] {
  -moz-appearance: textfield;
}

@media (min-width: 1025px) {
  .quote-item__info {
	margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .quote-item__info-inner:hover {
	color: var(--text-color);
  }

  .quote-item.js-gaq-product {
	padding: 25px 15px;
  }

  .page-template-page-get-a-quote #wpcf7-f6845-o1 {
	padding-right: 30px;
  }
}

@media (min-width: 1600px) {
  .page-template-page-get-a-quote #wpcf7-f6845-o1 {
	padding-right: 50px;
  }
}

.quote-items-wrap {
  position: relative;
  background: white;
  padding-left: 30px;
}

.quote-items-wrap .quote-items-inner > h2 {
  font-size: 24px;
}

.quote-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 30px 0;
}

.quote-item.js-gaq-product {
  background: transparent;
  padding: 0;
}

.quote-item > .row {
  background: #f7f7f7;
  border-radius: 10px;
  margin: 0 !important;
  padding: 15px 0;
}

.quote-item.js-gaq-product + .quote-item.js-gaq-product {
  margin: 0;
}

.js-gaq-product-remove {
  position: absolute;
  top: 0;
  right: 15px;
  background: white;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}

.js-gaq-product-remove {
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 0px;
  top: -15px;
  right: auto;
  border-radius: 0;
  border-bottom-right-radius: 10px;
}

.save-list-modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity .2s ease;
}

.save-list-modal__container {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  max-width: 550px;
  margin-left: 15px;
  margin-right: 15px;
  max-height: 100vh;
}

.save-list-modal.is-open {
  opacity: 1;
  pointer-events: all;
}

body.save-list-modal-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.save-list-modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(0, 0, 0, .1);
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #F7671B;
  border-radius: 100%;
  font-size: 12px;
  text-transform: uppercase;
}

html { scrollbar-gutter: stable; }

.btn.btn-orange:hover {
  color: black;
}

#gform_submit_button_10 {
  background: var(--color-dark-gray);
  border: 2px solid var(--color-dark-gray);
  border-radius: 4px 8px;
  transform: skewX(-15deg);
  transition: background .3s 
    ease-in-out, border .3s 
    ease-in-out, color .3s 
    ease-in-out, transform .3s 
    ease-in-out;
  display: inline-block;
  color: var(--color-white);
  font-family: var(--font-barlow);
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
  padding: 12px 38px 13px;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  transition: color .3s 
    ease-in-out;
  margin: 0 auto;
}

#gform_confirmation_message_10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#field_10_7,
#gform_confirmation_message_10 {
  text-align: center;
}

#field_10_7 h3,
#gform_confirmation_message_10 strong {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 300px;
  margin: 0 auto;
}

#gform_confirmation_message_10 img {
  width: 100px;
  margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
  .quote-items {
	grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 1200px) {
  .quote-items {
	grid-template-columns: 1fr;
  }

  .quote-items-wrap {
	margin: 0 30px;
  }
}

.raq-container {
  overflow: hidden;
  transition: all .2s ease;
}

.js-gaq-cart.has-items .raq-container.quote-items-closed {
  padding-right: 40px;
}

.raq-container--form {
  width: 100%;
}

.quote-items-wrap {
  width: 380px;
  position: absolute;
  right: 15px;
  top: 30px;
  bottom: 30px;
  overflow-y: auto;
  transition: all .2s ease;
  overflow-x: hidden;
  padding: 0;
}

.quote-items-inner {
  width: 380px;
  padding-right: 30px;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
}

.quote-items-closed .quote-items-wrap {
  width: 0;
}

.js-gaq-cart.has-items .raq-container {
  display: flex;
  position: relative;
  padding-right: 450px;
}

.quote-items-button,
.quote-items-button-close {
  position: absolute;
  right: 380px;
  top: 0;
  bottom: 0;
  border-left: 2px solid #DDDDDD;
  z-index: 1;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  transition: all .2s ease;
  opacity: 1;
}

.quote-items-button .quote-items-button-icon,
.quote-items-button-close .quote-items-button-icon {
  background: #DDDDDD;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.quote-items-button-close {
  transform: scaleX(-1);
  right: 410px;
  opacity: 0;
  pointer-events: none;
}

.quote-items-closed .quote-items-button-close {
  opacity: 1;
  right: -2px;
  pointer-events: all;
}

.quote-items-closed .quote-items-button {
  opacity: 0;
  right: -2px;
  pointer-events: none;
}

.saved-plan__restore-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* spacing between text + spinner */
}

.saved-plan__restore-btn .pw-wc-loader {
  display: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.saved-plan__restore-btn.is-loading {
  pointer-events: none;
  opacity: 0.75;
}

.saved-plan__restore-btn.is-loading .pw-wc-loader {
  display: inline-block;
}

.saved-plan__restore-btn.is-loading .pw-wc-loader {
  display: inline-block;
  animation: pwspin 0.7s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes pwspin {
  to { transform: rotate(360deg); }
}

.saved-plan__restore-btn.is-success {
  pointer-events: none;
  opacity: 1;
}

.saved-plan__restore-btn.is-success .pw-wc-loader {
  animation: none;
  transform: none;
}

.saved-plan__restore-btn.is-success .pw-wc-loader::before {
  content: "✓";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: currentColor;
}
