[data-header*="type-1"] [data-id="cart"] .ct-cart-content .total {
	--theme-text-color: var(--theme-palette-color-3);
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
	--container-spacing: 25px;
	--theme-border: none;
	--theme-border-top: none;
	--theme-border-bottom: none;
	--grid-template-columns: repeat(3, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {
	--theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
	--theme-border-top: none;
	--theme-border-bottom: none;
	background-color: transparent;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
	--container-spacing: 70px;
	--theme-border: none;
	--theme-border-top: none;
	--theme-border-bottom: none;
	--grid-template-columns: repeat(3, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
	--theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
	--theme-border-top: none;
	--theme-border-bottom: none;
	background-color: transparent;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials {
	--theme-icon-size: 20px;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
	--background-color: rgba(218, 222, 228, .3);
	--background-hover-color: var(--theme-palette-color-1);
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials .ct-label {
	--visibility: none;
}

[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] {
	--text-horizontal-alignment: center;
	--horizontal-alignment: center;
	--vertical-alignment: center;
}

[data-footer*="type-1"] .ct-footer {
	background-color: #fff1b5;
}

h3 {
	--theme-font-weight: 700;
	--theme-font-size: 30px;
	--theme-line-height: 1.5;
}

h4 {
	--theme-font-weight: 700;
	--theme-font-size: 25px;
	--theme-line-height: 1.5;
}

h5 {
	--theme-font-weight: 700;
	--theme-font-size: 20px;
	--theme-line-height: 1.5;
}

h6 {
	--theme-font-weight: 700;
	--theme-font-size: 16px;
	--theme-line-height: 1.5;
}

.wp-block-pullquote {
	--theme-font-family: Georgia;
	--theme-font-weight: 600;
	--theme-font-size: 25px;
}

pre, code, samp, kbd {
	--theme-font-family: monospace;
	--theme-font-weight: 400;
	--theme-font-size: 16px;
}

figcaption {
	--theme-font-size: 14px;
}

.ct-sidebar .widget-title {
	--theme-font-size: 20px;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="categories"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="search"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="search"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="author"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="author"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="single_page"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="single_page"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="woo_categories"] .entry-header .page-title {
	--theme-font-family: Oswald, Sans-Serif;
	--theme-font-weight: 400;
	--theme-text-transform: capitalize;
	--theme-font-size: 86px;
	--theme-heading-color: var(--theme-palette-color-7);
}

[data-prefix="woo_categories"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="woo_categories"] .entry-header .page-description {
	--theme-font-family: var(--theme-font-stack-default);
	--theme-font-weight: 400;
	--theme-font-size: 18px;
	--theme-text-color: var(--theme-palette-color-6);
}

[data-prefix="woo_categories"] .hero-section .page-description {
	--itemSpacing: 20px;
}

[data-prefix="product"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="product"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="blog"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="blog"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="categories"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="categories"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="categories"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="author"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="author"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="author"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="author"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="search"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="search"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="search"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="search"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

.demo_store {
	--theme-text-color: #fff;
	--background-color: var(--theme-palette-color-1);
}

.woocommerce-info, .woocommerce-thankyou-order-received, .wc-block-components-notice-banner.is-info {
	--theme-text-color: var(--theme-text-color);
	--theme-link-hover-color: var(--theme-link-hover-color);
	--background-color: #f0f1f3;
}

.woocommerce-message, .wc-block-components-notice-banner.is-success {
	--background-color: #f0f1f3;
}

.woocommerce-error, .wc-block-components-notice-banner.is-error {
	--theme-text-color: #fff;
	--theme-link-hover-color: #fff;
	--background-color: rgba(218, 0, 28, .7);
	--theme-button-text-initial-color: #fff;
	--theme-button-text-hover-color: #fff;
	--theme-button-background-initial-color: #b92c3e;
	--theme-button-background-hover-color: #9c2131;
}

.ct-woocommerce-cart-form .cart_totals {
	--cart-totals-border: 2px solid var(--theme-border-color);
	--cart-totals-padding: 30px;
}

.ct-order-review {
	--order-review-border: 2px solid var(--theme-border-color);
	--order-review-padding: 35px;
}

.woo-listing-top .woocommerce-result-count {
	--theme-font-weight: 500;
	--theme-text-transform: uppercase;
	--theme-font-size: 11px;
	--theme-letter-spacing: .05em;
}

[data-products] .ct-woo-card-stock {
	--theme-font-size: 15px;
}

[data-products] .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-link-initial-color: var(--theme-text-color);
}

.woocommerce-tabs[data-type] .tabs {
	--tab-background: var(--theme-palette-color-1);
}

form textarea {
	--theme-form-field-height: 170px;
}

.ct-sidebar {
	--theme-link-initial-color: var(--theme-text-color);
}

@media (max-width: 999.98px) {
	[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
		--grid-template-columns: initial;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
		--container-spacing: 50px;
		--grid-template-columns: initial;
	}
	
	[data-prefix="blog"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="categories"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="author"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="search"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.ct-woocommerce-cart-form .cart_totals {
		--cart-totals-padding: 25px;
	}
	
	.ct-order-review {
		--order-review-padding: 30px;
	}
}

@media (max-width: 689.98px) {
	[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
		--container-spacing: 15px;
		--grid-template-columns: initial;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
		--container-spacing: 40px;
		--grid-template-columns: initial;
	}
	
	[data-prefix="woo_categories"] .entry-header .page-title {
		--theme-font-size: 28px;
	}
	
	[data-prefix="woo_categories"] .hero-section .page-description {
		--itemSpacing: 15px;
	}
	
	[data-prefix="blog"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="blog"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	[data-prefix="categories"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="categories"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	[data-prefix="author"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="author"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	[data-prefix="search"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="search"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	.ct-order-review {
		--order-review-padding: 25px;
	}
}