/*!
Theme Name: Rooof
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Rooof
*/

.woocommerce-breadcrumb, #sidebar {
  display: none;
}

/* loader */
.button--loading .btn__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #000;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.woocommerce-notices-wrapper,
.woocommerce-remove-coupon,
.woocommerce-error,
.woocommerce-form-coupon-toggle,
.otgs-development-site-front-end,
.cart-collaterals.pageHeroScreen,
.wc-empty-cart-message {
  display: block;
  background: #de5263;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  border:none;
  font-weight: 500;
  outline: none;
  font-size: 0.875rem;
}
/*
.woocommerce-error {
  margin: 0 auto 20px auto;
  max-width: 600px;
} */


h1.entry-title {
  display: none;
}

#promo_code.error {
  border: 1px solid #de5263;
}

.notice.error.small-margin-bottom .woocommerce-error {
  margin: 0;
  padding: 0;
  line-height: 160%;
}

.notice.error.small-margin-bottom .woocommerce-error::before,
.notice.error.small-margin-bottom .woocommerce-error::after {
    all: unset;
}

/*
* shelter spinner
*/
/*
.shelter_spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 5px solid #214a4f00;
  border-top: 5px solid #f3f7f7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.shelter_spinner2 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.875rem;
    height: 1.875rem;
    transform: translate(-50%, -50%);
    margin: calc(-1.875rem / 2) 0 0 calc(-1.875rem / 2);
    border: 0.1875rem solid #214a4f00;
    border-top: 0.1875rem solid #f3f7f7;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
  */
.track_spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.875rem;
    height: 1.875rem;
    transform: translate(-50%, -50%);
    margin: calc(0.125rem / 2) 0 0 calc(0.125rem / 2);
    border: 0.1875rem solid #214a4f00;
    border-top: 0.1875rem solid #214a4f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.button.nearbyRestore-callpopup.loading {
  color: transparent !important;
}
.contactFormTrackYourPackage .button.loading {
  color: transparent !important;
}
@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.wc-stripe-saved-methods-container .select2.select2-container {
  display: none;
}

.cky-notice-des p a {
	color:#214a4f !important;
	text-decoration: underline !important;
	font-size: 16px !important;
}
.cky-notice-des a {
	color:#214a4f !important;
	text-decoration: underline;
	font-size: 16px;
}


/* Homepage signup form */

.homepage-signup-modal .homepage-signup-box {
  text-align: center;
}

.homepage-signup-modal .homepage-signup-box .h4.title {
  font-family: Legquinne;
  font-size: 4rem;
  line-height: 1;
  color: #006364;
  margin-bottom: 20px;
}

.homepage-signup-modal .homepage-signup-box .signup-content {
  font-size: 1.2rem;
  color: #006364;
  line-height: 130%;
  margin: 0 auto;
}

.klaviyo-form-QYM6Zf  .needsclick input[type="email"] {
  max-width: 430px;
  width: 100%;
  padding: 0 !important;
  margin: 20px auto 10px auto !important;
  font-family: Gotham !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 130% !important;
  color: #214B4F !important;
  border: 1px solid #328383 !important;
  border-radius: 0;
  outline: none;
  background: #F3F7F7;
  text-align: center !important;
}

.klaviyo-form-QYM6Zf .needsclick input[type="email"]:hover {
  border: 1px solid #328383 !important;
}

.klaviyo-form-QYM6Zf  .needsclick input[type="email"]:focus {
  outline-style: none;
  border: 1px solid #328383 !important;
}

.klaviyo-form-QYM6Zf .needsclick input[type="email"]:focus-visible {
  outline-width: 1px !important;
  outline-style: none !important;
  border: 1px solid #328383 !important;
}

.klaviyo-form-QYM6Zf .needsclick input[type="email"]::placeholder {
  font-family: Gotham;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #214B4F;
  font-weight: 500;
}

.klaviyo-form-QYM6Zf .needsclick input[type="email"]:invalid {
  border: 1px solid red;
  width: 100%;
}

.klaviyo-form-QYM6Zf button.needsclick {
    background: #224A4F;
    color: #fff;
    font-size: 1.2rem;
    padding: 20px 90px;
    border-radius: 1.625rem;
    height: 3.1875rem;
    min-height: 2.5625rem;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
    display: inline-flex;
    align-items: center;
    font-family: Gotham !important;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    width: auto !important;
    margin: 10px auto 0 auto !important;
  }


.wrapper .woocommerce-message {
  border-left:none;
  border-right:none;
  border-bottom:none;
  outline: none;
}