@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-Mono.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-OffWhite.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/app/themes/astra/fonts/Grotesque/BasisGrotesquePro-OffWhiteItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

body, body *:not(.fa):not(.fas):not(.fad):not(.fal):not(.far) {
	font-family: 'Basis Grotesque Pro', 'Helvetica', 'Arial', sans-serif !important;
}

.co2-page-faq .vc_toggle_title {
    text-align: center !important;
    margin-bottom: 60px;
}

.co2-page-faq .vc_toggle_title h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
    /* color: #c80236 !important; */
    color: #d33a4e !important;
}

.co2-page-headline {
    margin-bottom: 15px !important;
}

body {
	/* background: #f4f5fb !important; */
	background: rgb(245, 241, 232) !important;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	background: none !important;
	padding: 0 !important;
}

.ast-woocommerce-container {
	padding-top: 60px !important;
}

body.woocommerce-checkout .ast-article-single {
	padding-top: 60px !important;
}

#order_review_heading, #order_review {
	background: #fff !important;
}

.woocommerce-info {
	background: #fff !important;
	/* border-top: 3px solid #c80236; */
    border-top: 3px solid #d33a4e;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.co2-headline {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px !important;
}

.co2-subheadline {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.co2-product-image {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	overflow: hidden;
}

.co2-price {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px !important;
}

.co2-description {
	text-align: center;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	display: none !important;
}

.co2-cta, .co2-cta a {
	font-size: 16px;
	font-weight: bold;
	/* color: #c80236 !important; */
    color: #d33a4e !important;
	text-align: center;
}

.co2-page-headline {
	/* color: #373535; */
	/* font-weight: 600; */
	font-size: 27px;
}

.co2-howto-box {
    box-shadow: 0 18px 35px rgb(50 50 93 / 10%), 0 8px 15px rgb(0 0 0 / 7%) !important;
    background: #fff !important;
    padding: 30px !important;
    border-radius: 16px !important;
}

.co2-howto-box-headline {
    font-size: 21px !important;
    text-align: center !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

.co2-howto-box-flex {
    display: flex;
}

.co2-howto-box-flex div:last-of-type {
    padding-left: 15px;
    flex-shrink: 0;
}

.co2-howto-box-flex img {
    height: 300px;
    width: 57px;
}

#main {
    margin-top: 30px !important;
    padding-bottom: 60px;
}

h1.entry-title {
    font-weight: 600 !important;
}

.woocommerce-breadcrumb,
.woocommerce-tabs.wc-tabs-wrapper,
.related.products,
.product_meta {
	display: none !important;
}

#backtoblog {
	display: none !important;
}

span.optional {
	display: none !important;
}

#custom_checkout_fields {
	margin-bottom: 20px;
}

#custom_checkout_fields .form-row-wide {
	margin-bottom: 0px;
}

#custom_checkout_fields .form-row-wide label.checkbox {
	display: flex;
	align-items: flex-start;
	line-height: 1.5;
}

#custom_checkout_fields .form-row-wide label.checkbox input {
	margin-top: 3px;
	margin-right: 12px;
}

#custom_checkout_fields {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.5;
}

#custom_checkout_fields label {
    font-weight: normal !important;
    margin-top: 3px;
}

#custom_checkout_fields a,
#custom-checkout-checkboxes-label {
    font-weight: 700 !important;
}

span.star {
    color: red !important;
}

#custom-checkout-terms-text {
    margin-top: 10px;
    margin-bottom: 20px;
}

.custom-checkout-privacy-text {
    margin-top: 15px;
}

.woocommerce-privacy-policy-text {
    display: none !important;
}

.woocommerce-privacy-policy-text a,
.custom-checkout-privacy-text a {
	font-weight: bold;
}

.woocommerce-privacy-policy-text a:hover,
.custom-checkout-privacy-text a:hover {
	text-decoration: underline;
}

.main-header-bar {
	background: transparent;
	border: none;
	box-shadow: none;
	padding-top: 15px;
}

.co2-product-block {
    background: rgb(217, 214, 206);
    border-radius: 16px;
    padding: 30px;
    padding-top: 0px;
    /* transition: 0.2s ease all; */
    border: 2px solid transparent;
}

.co2-product-block:hover {
    border: 2px solid #000;
    /* transform: scale(1.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); */
}

.co2-product-block:hover .custom-cta {
    background: #000;
    color: #fff;
}

.co2-product-block.alternate:hover {
    border: 2px solid #d33a4e;
}

.co2-product-block.alternate:hover .custom-cta {
    background: #d33a4e;
    color: #fff;
}

.co2-product-block.alternate {
    background: rgb(81, 23, 31);
    color: #fff;
}

.co2-product-block__image {
    padding: 60px;
}

.co2-product-block__image img {
    border-radius: 1000px;
}

.co2-product-block__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.co2-product-block .co2-product-block__text {
    color: #000;
}

.co2-product-block.alternate .co2-product-block__text {
    color: #fff;
}

.co2-product-block__text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.custom-cta {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 40px;
    font-size: 24px;
    transition: 0.2s ease all;
    flex-shrink: 0;
}

.woocommerce-cart-form,
.cart_totals {
    background: #fff;
}

.cta-block {
    width: 100%;
    padding: 20px 30px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .cta-block {
        height: 90px;
        padding: 0 30px;
    }
}

.cta-block:hover {
    border-color: #000;
}

.cta-block .text {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    padding-right: 30px;
}

.cta-block:hover .custom-cta {
    background: #000;
    color: #fff;
}

p#billing_country_field {
    display: none;
}

form.woocommerce-cart-form .wc_coupon_message_wrap {
    display: none;
}

/* CORPORATE SIGNUP FORM - START */
#corporate-signup-form {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}
#corporate-signup-form h4 {
    font-weight: 700;
    margin-bottom: 15px !important;
}
#corporate-signup-form p {
    line-height: 1.4 !important;
}
#corporate-signup-form .field-wrapper {
    margin-bottom: 15px;
}
#corporate-signup-form .field-wrapper label {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
#corporate-signup-form .field-wrapper input {
    width: 100%;
    border-radius: 4px;
}
#corporate-signup-form input[type="text"].validated {
    border: 1px solid green;
    background: rgba(0,255,0,0.05);
}
#corporate-signup-form input[type="text"]:focus {
    border: 1px solid rgb(84,25,30);
}
#corporate-signup-form .validated-check {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: green;
    font-size: 18px;
}
#corporate-signup-form .btn-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
#corporate-signup-form .btn-wrap button {
    border-radius: 4px;
    background: #2fbf4f;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
#corporate-signup-form .btn-wrap button.prev {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.75);
}
#corporate-signup-form .btn-wrap button.prev:hover {
    background: rgba(0, 0, 0, 0.15);
}
#corporate-signup-form .btn-wrap button.disabled {
    display: none;
}
#corporate-signup-form .btn-wrap button:hover {
    background: #2aac47;
}
#corporate-signup-form .small-headline {
    font-weight: 700;
    padding-top: 15px;
}
#corporate-signup-form table,
#corporate-signup-form table td {
    border: none;
    padding: 0;
}
/* CORPORATE SIGNUP FORM - END */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.4s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
[v-cloak] {
    display: none;
}
.woocommerce-error {
    background: #fff;
}
table.woocommerce-table {
    background: #fff;
}

#corporate-signup-form button {
    position: relative;
    overflow: hidden;
}

#corporate-signup-form button.loading span {
    opacity: 0.25;
}

.btn-loading-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-loading-overlay img {
    height: 24px !important;
}