.vbl-my-account-layout {
	width: 100%;
	max-width: 100%;
}

body.vbl-has-custom-my-account-layout .woocommerce-account .woocommerce,
body.vbl-has-custom-my-account-layout .vbl-my-account-layout {
	width: 100%;
	max-width: 100%;
}

body.vbl-has-custom-my-account-layout .vbl-my-account-layout > .elementor,
body.vbl-has-custom-my-account-layout .vbl-my-account-layout .elementor-section-wrap {
	width: 100%;
}

body.vbl-has-custom-my-account-layout .vbl-my-account-layout .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--theme-var-page, var(--e-global-typography-size-page-width, 1290px));
}

.vbl-my-account-widget {
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.vbl-my-account-unified-auth {
	width: 100%;
	max-width: 100%;
}

/* Reset WooCommerce default account layout floats/widths inside custom Elementor widgets. */
.vbl-my-account-navigation .woocommerce-MyAccount-navigation,
.vbl-my-account-content .woocommerce-MyAccount-content,
body.vbl-has-custom-my-account-layout .vbl-my-account-navigation .woocommerce-MyAccount-navigation,
body.vbl-has-custom-my-account-layout .vbl-my-account-content .woocommerce-MyAccount-content,
body.woocommerce-account .vbl-my-account-navigation .woocommerce-MyAccount-navigation,
body.woocommerce-account .vbl-my-account-content .woocommerce-MyAccount-content {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
}

.vbl-my-account-navigation .woocommerce-MyAccount-navigation {
	display: block;
}

.vbl-my-account-navigation .woocommerce-MyAccount-navigation > ul {
	display: flex;
	flex-direction: var(--vbl-nav-direction, column);
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.vbl-my-account-navigation .woocommerce-MyAccount-navigation > ul > li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vbl-my-account-navigation .woocommerce-MyAccount-navigation > ul > li > a {
	display: block;
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.vbl-my-account-navigation .woocommerce-MyAccount-navigation > ul[style*="flex-direction: row"] > li,
.vbl-my-account-navigation[style*="--vbl-nav-direction: row"] .woocommerce-MyAccount-navigation > ul > li {
	width: auto;
}

.vbl-my-account-content .woocommerce-MyAccount-content {
	width: 100%;
}

.vbl-my-account-content .woocommerce-MyAccount-content > h2,
.vbl-my-account-content .woocommerce-MyAccount-content > .vbl-account-page-title,
.vbl-my-account-endpoint .woocommerce-MyAccount-content > h2,
.vbl-my-account-endpoint .woocommerce-MyAccount-content > .vbl-account-page-title {
	display: block;
}

.vbl-my-account-content .woocommerce-MyAccount-content[data-vbl-hide-page-title="1"] > h2:first-child,
.vbl-my-account-content .woocommerce-MyAccount-content[data-vbl-hide-page-title="1"] > .vbl-account-page-title:first-child,
.vbl-my-account-endpoint .woocommerce-MyAccount-content[data-vbl-hide-page-title="1"] > h2:first-child,
.vbl-my-account-endpoint .woocommerce-MyAccount-content[data-vbl-hide-page-title="1"] > .vbl-account-page-title:first-child {
	display: none !important;
}

.vbl-my-account-content .woocommerce-MyAccount-content table.shop_table,
.vbl-my-account-endpoint .woocommerce-MyAccount-content table.shop_table {
	width: 100%;
}

.vbl-my-account-content .woocommerce-MyAccount-content .vbl-cc-stream-dashboard,
.vbl-my-account-endpoint .woocommerce-MyAccount-content .vbl-cc-stream-dashboard {
	width: 100%;
}

.vbl-my-account-login form.login,
.vbl-my-account-login form.register {
	margin: 0;
}

.vbl-product-page-layout {
	width: 100%;
	max-width: 100%;
}

body.vbl-has-custom-product-layout [class*="content_wrap"] > .content,
body.vbl-has-custom-product-layout .content,
body.vbl-has-custom-product-layout article.post_item_single.post_type_product,
body.vbl-has-custom-product-layout .post_content_single,
body.vbl-has-custom-product-layout .post_item_single.post_type_product.vbl-single-product-layout,
body.vbl-has-custom-product-layout .vbl-single-product-layout.product {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	float: none !important;
}

body.vbl-has-custom-product-layout .woocommerce > .single-product,
body.vbl-has-custom-product-layout .vbl-product-page-layout,
body.vbl-has-custom-product-layout .vbl-product-page-layout > .elementor,
body.vbl-has-custom-product-layout .vbl-product-page-layout .elementor-section-wrap {
	width: 100%;
	max-width: 100%;
}

body.vbl-has-custom-product-layout .vbl-product-page-layout .elementor-section.elementor-section-boxed > .elementor-container,
body.vbl-has-custom-product-layout .vbl-product-page-layout .e-con.e-parent {
	--width: 100%;
	--content-width: min(100%, var(--theme-var-page, 1290px));
	max-width: min(100%, var(--theme-var-page, 1290px));
}

body.vbl-has-custom-product-layout .vbl-product-page-layout .e-con > .e-con-inner {
	max-width: min(100%, var(--theme-var-page, 1290px));
}

body.vbl-has-custom-product-layout .vbl-product-page-layout .sc_layouts_item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.vbl-has-custom-product-layout .woocommerce div.product div.images,
body.vbl-has-custom-product-layout .woocommerce div.product div.summary,
body.vbl-has-custom-product-layout .woocommerce div.product .images,
body.vbl-has-custom-product-layout .woocommerce div.product .summary {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.vbl-has-custom-product-layout .vbl-product-widget,
body.vbl-has-custom-product-layout .vbl-product-gallery,
body.vbl-has-custom-product-layout .vbl-product-add-to-cart,
body.vbl-has-custom-product-layout .vbl-product-add-to-cart .variations_form {
	width: 100%;
	max-width: 100%;
}

.vbl-cart-layout {
	width: 100%;
	max-width: 100%;
}

body.vbl-has-custom-cart-layout [class*="content_wrap"] > .content,
body.vbl-has-custom-cart-layout .content,
body.vbl-has-custom-cart-layout .post_content_single {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	float: none !important;
}

body.vbl-has-custom-cart-layout .vbl-cart-layout,
body.vbl-has-custom-cart-layout .vbl-cart-layout > .elementor,
body.vbl-has-custom-cart-layout .vbl-cart-layout .elementor-section-wrap {
	width: 100%;
	max-width: 100%;
}

body.vbl-has-custom-cart-layout .vbl-cart-layout .elementor-section.elementor-section-boxed > .elementor-container,
body.vbl-has-custom-cart-layout .vbl-cart-layout .e-con.e-parent {
	--width: 100%;
	--content-width: min(100%, var(--theme-var-page, 1290px));
	max-width: min(100%, var(--theme-var-page, 1290px));
}

body.vbl-has-custom-cart-layout .vbl-cart-layout .e-con > .e-con-inner {
	max-width: min(100%, var(--theme-var-page, 1290px));
}

body.vbl-has-custom-cart-layout .vbl-cart-layout .sc_layouts_item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.vbl-has-custom-cart-layout .vbl-cart-widget,
body.vbl-has-custom-cart-layout .vbl-cart-form .woocommerce-cart-form,
body.vbl-has-custom-cart-layout .vbl-cart-totals .cart_totals {
	width: 100%;
	max-width: 100%;
}

body.vbl-has-custom-cart-layout .vbl-cart-form .shop_table,
body.vbl-has-custom-cart-layout .vbl-cart-totals .shop_table {
	width: 100%;
}

.vbl-checkout-layout {
	width: 100%;
	max-width: 100%;
}

body.vbl-has-custom-checkout-layout .vbl-checkout-layout,
body.vbl-has-custom-checkout-layout .vbl-checkout-layout > .elementor,
body.vbl-has-custom-checkout-layout .vbl-checkout-layout .elementor-section-wrap {
	width: 100%;
	max-width: 100%;
}

body.vbl-has-custom-checkout-layout .vbl-checkout-layout .elementor-section.elementor-section-boxed > .elementor-container,
body.vbl-has-custom-checkout-layout .vbl-checkout-layout .e-con.e-parent {
	--width: 100%;
	--content-width: min(100%, var(--theme-var-page, 1290px));
	max-width: min(100%, var(--theme-var-page, 1290px));
}

body.vbl-has-custom-checkout-layout .vbl-checkout-layout .e-con > .e-con-inner {
	max-width: min(100%, var(--theme-var-page, 1290px));
}

body.vbl-has-custom-checkout-layout .vbl-checkout-layout .sc_layouts_item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.vbl-has-custom-checkout-layout .vbl-checkout-widget {
	width: 100%;
	max-width: 100%;
}

.vbl-cart-form .product-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
}

.vbl-cart-form .shop_table.cart {
	border-collapse: collapse;
}

.vbl-cart-form .vbl-cart-item-meta {
	display: block;
	margin-top: 0.35em;
	font-size: 0.875em;
	line-height: 1.5;
}

.vbl-cart-form .quantity.vbl-qty-stepper {
	display: inline-flex;
	align-items: stretch;
	max-width: 100%;
}

.vbl-cart-form .quantity.vbl-qty-stepper .vbl-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 2rem;
	width: 2rem;
	min-height: 2.25rem;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.vbl-cart-form .quantity.vbl-qty-stepper .qty {
	width: 2.75rem;
	min-width: 2.75rem;
	text-align: center;
	-moz-appearance: textfield;
	appearance: textfield;
}

.vbl-cart-form .quantity.vbl-qty-stepper .qty::-webkit-outer-spin-button,
.vbl-cart-form .quantity.vbl-qty-stepper .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.vbl-product-gallery {
	width: 100%;
}

.vbl-product-gallery .woocommerce-product-gallery,
.vbl-product-gallery .woocommerce-product-gallery .flex-viewport,
.vbl-product-gallery .woocommerce-product-gallery__wrapper {
	width: 100% !important;
	max-width: 100%;
}

.vbl-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.vbl-product-gallery .flex-viewport .woocommerce-product-gallery__image {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	display: block !important;
}

.vbl-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img,
.vbl-product-gallery .woocommerce-product-gallery__wrapper .wp-post-image,
.vbl-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
	display: block;
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
}

.vbl-product-gallery .woocommerce-product-gallery__image a {
	display: block;
	line-height: 0;
}

.vbl-elementor-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 60px;
	padding: 16px;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	background: #f6f7f7;
	color: #50575e;
	font-size: 14px;
}

.vbl-product-gallery.vbl-gallery-fullwidth .woocommerce-product-gallery {
	width: 100%;
}

.vbl-product-widget {
	position: relative;
}

.vbl-product-gallery .flex-control-thumbs li img {
	display: block;
	width: 100%;
	height: auto;
}

.vbl-product-gallery.vbl-gallery-stacked .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.vbl-product-gallery.vbl-gallery-stacked .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	width: 100% !important;
	display: block !important;
}

.vbl-product-gallery .woocommerce-product-gallery {
	opacity: 1 !important;
}

.vbl-product-gallery.vbl-gallery-zoom-disabled .zoomImg,
.vbl-product-gallery.vbl-gallery-zoom-disabled .woocommerce-product-gallery__trigger {
	display: none !important;
}

.vbl-product-gallery.vbl-gallery-zoom-disabled .woocommerce-product-gallery__image img {
	cursor: default;
}

.vbl-product-gallery.vbl-gallery-stacked .flex-control-thumbs {
	display: none;
}

.elementor-editor-active .vbl-product-gallery .woocommerce-product-gallery,
.elementor-editor-preview .vbl-product-gallery .woocommerce-product-gallery,
body.elementor-preview .vbl-product-gallery .woocommerce-product-gallery {
	opacity: 1 !important;
}

.vbl-tabs-accordion .woocommerce-tabs ul.tabs {
	display: none;
}

.vbl-product-add-to-cart .variations_form {
	margin-bottom: 0;
}

.vbl-product-add-to-cart .vbl-variations-table-wrap {
	display: block;
	width: 100%;
}

.vbl-product-add-to-cart .vbl-variations-table-wrap table.variations {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	display: block;
}

.vbl-product-add-to-cart .vbl-variations-table-wrap table.variations tbody {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	width: 100%;
}

.vbl-product-add-to-cart .vbl-variations-table-wrap table.variations tr {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
}

/* WooCommerce uses th.label (not td.label) for variation labels. */
.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations th.label,
.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations td.label,
.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations td.value {
	display: block !important;
	width: auto !important;
	padding: 0 !important;
	text-align: left;
	background: transparent;
}

.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations th.label,
.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations td.label {
	flex: 0 0 auto;
	min-width: 6.5rem;
	white-space: nowrap;
	font-weight: inherit;
}

.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations td.value {
	flex: 1 1 0;
	min-width: 0;
	max-width: none;
}

.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations tr + tr th.label,
.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations tr + tr td.label {
	padding-top: 0 !important;
}

.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations tr:last-child td.value {
	padding-bottom: 0 !important;
}

.woocommerce .vbl-product-add-to-cart .vbl-variations-table-wrap table.variations select {
	display: block;
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
}

.woocommerce .vbl-product-add-to-cart .vbl-variation-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 1rem;
	margin: 0.25rem 0 0;
}

.woocommerce .vbl-product-add-to-cart .vbl-variation-price-row .single_variation {
	flex: 0 1 auto;
	margin: 0;
}

.woocommerce .vbl-product-add-to-cart .vbl-variation-price-row .woocommerce-variation-price {
	display: inline;
	margin: 0;
}

.woocommerce .vbl-product-add-to-cart .vbl-variation-price-row .woocommerce-variation-price .price {
	display: inline;
	padding-bottom: 0;
	margin: 0;
}

.woocommerce .vbl-product-add-to-cart .vbl-variation-price-row a.reset_variations {
	display: none !important;
	margin: 0;
	font-size: 13px;
	line-height: 1.2;
	visibility: hidden !important;
}

.woocommerce .vbl-product-add-to-cart .vbl-variation-price-row.vbl-has-variation-price a.reset_variations {
	display: inline-block !important;
	visibility: visible !important;
}

.vbl-product-meta .sku_wrapper,
.vbl-product-meta .posted_in,
.vbl-product-meta .tagged_as {
	display: block;
	margin-bottom: 0.35em;
}

.vbl-product-stock {
	font-weight: 600;
	margin: 0;
}

.vbl-subscription-details {
	width: 100%;
}

.vbl-subscription-plans-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.vbl-subscription-plans-table th,
.vbl-subscription-plans-table td {
	padding: 0.75em 1em;
	border: 1px solid rgba(0, 0, 0, 0.08);
	text-align: left;
	vertical-align: top;
}

.vbl-subscription-plans-table th {
	font-weight: 600;
}

.vbl-subscription-detail {
	margin: 0 0 0.5em;
}

.vbl-subscription-note {
	opacity: 0.85;
	font-size: 0.95em;
}
