/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.42.1779590463
Updated: 2026-05-24 02:41:03

*/

/* Site background fallback */
html,
body {
	background-color: #ffffff;
}

/* Hide Blocksy account login modal */
#account-modal,
.ct-account-modal {
	display: none !important;
}

/* Auth page templates — hide theme hero */
.page-template-page-login .hero-section,
.page-template-page-login .entry-header,
.page-template-page-register .hero-section,
.page-template-page-register .entry-header,
.page-template-page-reset-password .hero-section,
.page-template-page-reset-password .entry-header {
	display: none;
}

/* Auth pages — login, register, reset password */
.ct-login-section,
.ct-register-section,
.ct-reset-section,
.ct-reset-password-section {
	--auth-bg: #fafaf9;
	--auth-card: #ffffff;
	--auth-text: #1f2937;
	--auth-muted: #6b7280;
	--auth-border: #ece8e0;
	--auth-line: #e5e7eb;
	--auth-primary: #1f2937;
	--auth-primary-hover: #111827;
	--auth-focus: rgba(91, 155, 213, 0.22);
	--auth-radius: 12px;
	--auth-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
	--auth-link: #5c7cfa;
	--auth-link-hover: #4a6cf0;
}

.ct-login-section,
.ct-register-section,
.ct-reset-section,
.ct-reset-password-section {
	min-height: calc(100vh - 160px);
	padding: 56px 20px 80px;
	background: var(--auth-bg);
}

.ct-login-shell {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 480px;
	margin: 0 auto;
}

.ct-login-card {
	width: 100%;
	max-width: 460px;
	padding: 44px 40px 36px;
	background: var(--auth-card);
	border: 1px solid var(--auth-border);
	border-radius: calc(var(--auth-radius) + 4px);
	box-shadow: var(--auth-shadow);
}

.ct-login-brand {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.ct-login-logo img {
	max-height: 48px;
	width: auto;
	opacity: 0.95;
}

.ct-login-mark {
	display: none;
}

.ct-login-header {
	margin-bottom: 26px;
	text-align: center;
}

.ct-login-title {
	margin: 0 0 8px;
	color: var(--auth-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 2.2vw, 1.85rem);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.ct-login-subtitle {
	margin: 0;
	color: var(--auth-muted);
	font-size: 0.9375rem;
	line-height: 1.65;
	max-width: 32em;
	margin-left: auto;
	margin-right: auto;
}

.ct-login-notices {
	margin-bottom: 20px;
}

.ct-login-notices .woocommerce-error,
.ct-login-notices .woocommerce-message,
.ct-login-notices .woocommerce-info {
	margin: 0 0 10px;
	padding: 12px 16px;
	border-radius: var(--auth-radius);
	list-style: none;
	font-size: 0.9rem;
	line-height: 1.5;
}

.ct-login-notices .woocommerce-error {
	color: #991b1b;
	background: #fef2f2;
	border: 1px solid #fecaca;
}

.ct-login-notices .woocommerce-message,
.ct-login-notices .woocommerce-info {
	color: #166534;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
}

.ct-login-notices .woocommerce-error li {
	margin: 0;
}

.ct-login-form {
	margin: 0;
}

.ct-login-field {
	margin: 0 0 20px;
}

.ct-login-field label {
	display: block;
	margin-bottom: 6px;
	color: var(--auth-text);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ct-login-field .input,
.ct-login-field input[type="text"],
.ct-login-field input[type="email"],
.ct-login-field input[type="password"] {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	color: var(--auth-text);
	font: inherit;
	font-size: 1rem;
	background: #fff;
	border: 1px solid var(--auth-line);
	border-radius: var(--auth-radius);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ct-login-field .input:focus,
.ct-login-field input:focus {
	outline: none;
	border-color: #93c5fd;
	box-shadow: 0 0 0 3px var(--auth-focus);
}

.ct-login-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.ct-login-remember {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--auth-muted);
	font-size: 0.875rem;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	cursor: pointer;
}

.ct-login-remember input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--auth-primary);
}

.ct-login-forgot {
	color: var(--auth-link);
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.ct-login-forgot:hover {
	color: var(--auth-link-hover);
	text-decoration: underline;
}

.ct-login-submit {
	margin: 0;
}

.ct-login-submit input[type="submit"],
.ct-login-submit .button,
.ct-login-submit button[type="submit"] {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 20px;
	color: #fff !important;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	background: var(--auth-primary) !important;
	border: 0 !important;
	border-radius: var(--auth-radius);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.ct-login-submit input[type="submit"]:hover,
.ct-login-submit .button:hover,
.ct-login-submit button[type="submit"]:hover {
	background: var(--auth-primary-hover) !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.ct-login-register {
	margin: 28px 0 0;
	padding-top: 24px;
	border-top: 1px solid var(--auth-border);
	text-align: center;
}

.ct-login-register-text {
	margin: 0 0 14px;
	color: var(--auth-muted);
	font-size: 0.9375rem;
}

.ct-login-register-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 100%;
	width: 100%;
	height: 48px;
	padding: 0 20px;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	background: var(--auth-primary);
	border: 0;
	border-radius: var(--auth-radius);
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.ct-login-register-button:hover {
	color: #fff;
	background: var(--auth-primary-hover);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.ct-login-register-button--ghost {
	color: var(--auth-text);
	background: transparent;
	border: 1px solid var(--auth-line);
	box-shadow: none;
}

.ct-login-register-button--ghost:hover {
	color: var(--auth-primary);
	background: #fff;
	border-color: var(--auth-text);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.ct-login-register--signin {
	margin-top: 20px;
}

.ct-register-note {
	margin: 0 0 20px;
	padding: 14px 16px;
	color: var(--auth-muted);
	font-size: 0.875rem;
	line-height: 1.55;
	background: #f8fafc;
	border: 1px solid var(--auth-line);
	border-radius: var(--auth-radius);
}

.ct-register-form .required {
	color: #dc2626;
}

.ct-login-success {
	padding: 8px 0 4px;
	text-align: center;
}

.ct-login-success-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 18px;
	color: #fff;
	font-size: 1.35rem;
	font-weight: 700;
	background: linear-gradient(145deg, #34d399, #059669);
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(5, 150, 105, 0.25);
}

.ct-login-success-title {
	margin: 0 0 10px;
	color: var(--auth-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
}

.ct-login-success-text,
.ct-login-success-hint {
	margin: 0 0 14px;
	color: var(--auth-muted);
	font-size: 0.9375rem;
	line-height: 1.6;
}

.ct-login-success-hint {
	margin-bottom: 24px;
	font-size: 0.875rem;
}

.ct-login-success .ct-login-register-button {
	width: 100%;
}

.ct-login-success--inline {
	margin-bottom: 24px;
	padding: 18px 20px;
	text-align: left;
	background: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: var(--auth-radius);
}

.ct-login-success--inline .ct-login-success-title {
	margin-bottom: 6px;
	font-size: 1rem;
}

.ct-login-success--inline .ct-login-success-text {
	margin-bottom: 0;
}

/* WooCommerce register form overrides inside auth card */
.ct-register-section .woocommerce-form-register .woocommerce-privacy-policy-text {
	margin: 0 0 16px;
	color: var(--auth-muted);
	font-size: 0.875rem;
	line-height: 1.55;
}

.ct-register-section .woocommerce-form-register .woocommerce-privacy-policy-text a {
	color: var(--auth-link);
}

.ct-login-section .woocommerce-form-row::before,
.ct-login-section .woocommerce-form-row::after {
	display: none;
}

@media (max-width: 689.98px) {
	.ct-login-section,
	.ct-register-section,
	.ct-reset-section,
	.ct-reset-password-section {
		min-height: auto;
		padding: 32px 16px 56px;
	}

	.ct-login-card {
		padding: 32px 24px 28px;
	}

	.ct-login-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
}

/* WooCommerce My Account — design fusion (#8B6B57) */
.ct-vioiv-my-account {
	--vioiv-primary: #8b6b57;
	--vioiv-neutral: #f7f7f7;
	--vioiv-border: #eaeaea;
	--vioiv-danger: #d93025;
	--vioiv-text: #374151;
	--vioiv-muted: #6b7280;
}

.ct-vioiv-my-account .woocommerce {
	background: var(--vioiv-neutral);
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation {
	float: none;
	width: auto;
}

.ct-vioiv-my-account .ct-woo-account {
	gap: 24px;
	align-items: flex-start;
}

.ct-vioiv-my-account .ct-acount-nav {
	width: 100%;
	max-width: 224px;
	padding: 0;
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	background: #fff;
	overflow: hidden;
}

.ct-vioiv-nav-welcome {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px 16px;
	border-bottom: 1px solid var(--vioiv-border);
}

.ct-vioiv-nav-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin-bottom: 12px;
	color: var(--vioiv-primary);
	font-size: 1.8rem;
	background: var(--vioiv-neutral);
	border: 1px solid var(--vioiv-border);
	border-radius: 50%;
	flex-shrink: 0;
}

.ct-vioiv-nav-user {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ct-vioiv-nav-user strong {
	color: var(--vioiv-text);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
}

.ct-vioiv-nav-user span {
	color: var(--vioiv-muted);
	font-size: 0.875rem;
	line-height: 1.4;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation ul {
	padding: 8px;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link a {
	display: flex;
	align-items: center;
	gap: 12px;
	height: auto;
	min-height: 42px;
	padding: 10px 12px;
	color: var(--vioiv-text);
	font-size: 0.95rem;
	border-radius: 8px;
	border: 0 !important;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link a::before {
	width: 20px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 1rem;
	color: inherit;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--dashboard a::before { content: "\f007"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--orders a::before { content: "\f0ca"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--downloads a::before { content: "\f019"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--edit-address a::before { content: "\f278"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--edit-account a::before { content: "\f132"; }
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "\f08b"; }

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link.is-active a,
.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link a:hover {
	color: var(--vioiv-primary);
	background: rgba(139, 107, 87, 0.1);
	font-weight: 500;
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--vioiv-border);
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: var(--vioiv-danger);
}

.ct-vioiv-my-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	color: var(--vioiv-danger);
	background: #fef2f2;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content {
	flex: 1;
	min-width: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content > p:first-child {
	display: none;
}

.ct-vioiv-dashboard {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ct-vioiv-site-card {
	padding: 20px 24px;
	background: #fff;
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.ct-vioiv-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.ct-vioiv-card-head h3,
.ct-vioiv-card-title {
	margin: 0 0 16px;
	color: var(--vioiv-text);
	font-size: 1.125rem;
	font-weight: 600;
}

.ct-vioiv-card-head .ct-vioiv-card-title,
.ct-vioiv-card-head h3 {
	margin-bottom: 0;
}

.ct-vioiv-card-title {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ct-vioiv-card-title .fa {
	color: var(--vioiv-primary);
}

.ct-vioiv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ct-vioiv-btn-primary {
	color: #fff;
	background: var(--vioiv-primary);
}

.ct-vioiv-btn-primary:hover {
	color: #fff;
	background: rgba(139, 107, 87, 0.9);
}

.ct-vioiv-btn-outline {
	color: var(--vioiv-text);
	background: #fff;
	border-color: var(--vioiv-border);
}

.ct-vioiv-btn-outline:hover {
	background: var(--vioiv-neutral);
}

.ct-vioiv-btn-danger {
	color: #fff;
	background: var(--vioiv-danger);
}

.ct-vioiv-btn-danger:hover {
	color: #fff;
	background: rgba(217, 48, 37, 0.9);
}

.ct-vioiv-link {
	color: var(--vioiv-primary);
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
}

.ct-vioiv-link:hover {
	text-decoration: underline;
}

.ct-vioiv-profile-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ct-vioiv-field-row {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ct-vioiv-field-row label {
	width: 100%;
	color: var(--vioiv-muted);
	font-size: 0.95rem;
}

.ct-vioiv-field-row input[type="text"],
.ct-vioiv-field-row input[type="email"],
.ct-vioiv-field-row input[type="date"],
.ct-vioiv-field-row textarea {
	width: 100%;
	padding: 10px 12px;
	color: var(--vioiv-text);
	background: #fff;
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
}

.ct-vioiv-field-row input:focus,
.ct-vioiv-field-row textarea:focus {
	outline: none;
	border-color: var(--vioiv-primary);
	box-shadow: 0 0 0 1px rgba(139, 107, 87, 0.35);
}

.ct-vioiv-field-row input[disabled] {
	background: var(--vioiv-neutral);
	color: var(--vioiv-muted);
}

.ct-vioiv-avatar-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.ct-vioiv-avatar-circle {
	width: 64px;
	height: 64px;
	overflow: hidden;
	border: 1px solid var(--vioiv-border);
	border-radius: 50%;
	background: var(--vioiv-neutral);
}

.ct-vioiv-avatar-circle img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ct-vioiv-field-note {
	color: var(--vioiv-muted);
	font-size: 0.875rem;
	line-height: 1.5;
}

.ct-vioiv-radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.ct-vioiv-radio-group label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--vioiv-text);
	cursor: pointer;
}

.ct-vioiv-radio-group input {
	accent-color: var(--vioiv-primary);
}

.ct-vioiv-form-actions {
	display: flex;
	justify-content: flex-end;
	padding-top: 8px;
}

.ct-vioiv-overview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ct-vioiv-overview-item {
	display: block;
	padding: 16px;
	text-align: center;
	text-decoration: none;
	background: var(--vioiv-neutral);
	border-radius: 8px;
	transition: background-color 0.2s ease;
}

.ct-vioiv-overview-item:hover {
	background: rgba(139, 107, 87, 0.08);
}

.ct-vioiv-overview-item .fa {
	display: block;
	margin-bottom: 8px;
	color: var(--vioiv-primary);
	font-size: 1.25rem;
}

.ct-vioiv-overview-item p {
	margin: 0;
	color: var(--vioiv-muted);
	font-size: 0.875rem;
}

.ct-vioiv-overview-item strong {
	display: block;
	margin-top: 4px;
	color: var(--vioiv-text);
	font-size: 1.25rem;
}

.ct-vioiv-table-wrap {
	overflow-x: auto;
}

.ct-vioiv-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}

.ct-vioiv-table th {
	padding: 12px 8px;
	text-align: left;
	color: var(--vioiv-muted);
	font-weight: 500;
	background: var(--vioiv-neutral);
	border-bottom: 1px solid var(--vioiv-border);
}

.ct-vioiv-table td {
	padding: 16px 8px;
	vertical-align: middle;
	border-bottom: 1px solid var(--vioiv-border);
}

.ct-vioiv-product-cell {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--vioiv-text);
	text-decoration: none;
}

.ct-vioiv-product-thumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: var(--vioiv-neutral);
	border-radius: 8px;
	flex-shrink: 0;
}

.ct-vioiv-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ct-vioiv-product-thumb .fa {
	color: var(--vioiv-primary);
}

.ct-vioiv-status {
	color: #ea580c;
	font-weight: 500;
}

.ct-vioiv-empty-cell,
.ct-vioiv-empty-box {
	color: var(--vioiv-muted);
	text-align: center;
}

.ct-vioiv-empty-box {
	padding: 24px;
	background: var(--vioiv-neutral);
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
}

.ct-vioiv-address-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding: 16px;
	background: var(--vioiv-neutral);
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
}

.ct-vioiv-address-name {
	font-weight: 500;
}

.ct-vioiv-address-line {
	margin: 4px 0 0;
	color: var(--vioiv-muted);
	font-size: 0.875rem;
}

.ct-vioiv-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	color: var(--vioiv-primary);
	font-size: 0.75rem;
	font-weight: 500;
	background: rgba(139, 107, 87, 0.1);
	border-radius: 4px;
}

.ct-vioiv-security-list {
	display: flex;
	flex-direction: column;
}

.ct-vioiv-security-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid var(--vioiv-border);
}

.ct-vioiv-security-row:last-child {
	border-bottom: 0;
}

.ct-vioiv-security-row .fa {
	margin-right: 8px;
	color: var(--vioiv-primary);
}

.ct-vioiv-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(0, 0, 0, 0.4);
}

.ct-vioiv-modal[hidden] {
	display: none;
}

.ct-vioiv-modal-card {
	width: 100%;
	max-width: 24rem;
	padding: 24px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
}

.ct-vioiv-modal-card h3 {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 600;
}

.ct-vioiv-modal-card p {
	margin: 0 0 20px;
	color: var(--vioiv-muted);
	font-size: 0.875rem;
}

.ct-vioiv-modal-actions {
	display: flex;
	gap: 12px;
}

.ct-vioiv-modal-actions .ct-vioiv-btn {
	flex: 1;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content .button,
.ct-vioiv-my-account .woocommerce-MyAccount-content button[type="submit"],
.ct-vioiv-my-account .woocommerce-MyAccount-content input[type="submit"] {
	min-height: 40px;
	padding: 8px 16px;
	color: #fff;
	background: var(--vioiv-primary);
	border: 0;
	border-radius: 8px;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content table.shop_table {
	border: 1px solid var(--vioiv-border);
	border-radius: 8px;
	overflow: hidden;
}

.ct-vioiv-my-account .woocommerce-MyAccount-content table.shop_table th {
	padding: 12px 16px;
	color: var(--vioiv-text);
	background: var(--vioiv-neutral);
}

.ct-vioiv-my-account .woocommerce-MyAccount-content table.shop_table td {
	padding: 12px 16px;
}

@media (min-width: 640px) {
	.ct-vioiv-field-row {
		flex-direction: row;
		align-items: center;
	}

	.ct-vioiv-field-row--top {
		align-items: flex-start;
	}

	.ct-vioiv-field-row label {
		width: 7rem;
		flex-shrink: 0;
	}

	.ct-vioiv-overview-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.ct-vioiv-my-account .ct-woo-account {
		flex-direction: column;
	}

	.ct-vioiv-my-account .ct-acount-nav {
		max-width: none;
	}
}
