/* POB 29.09.2025 - 12:30 */
.woocommerce, .shopping-cart-wrapper {
	--sw-woocommerce-link-color: var(--sw-color-white);
	--sw-woocommerce-link-hover-color: var(--sw-color-brown);
	--sw-woocommerce-button-color: var(--sw-color-white);
	--sw-woocommerce-button-hover-color: var(--sw-color-white);
	--sw-woocommerce-button-background-color: var(--sw-color-brown);
	--sw-woocommerce-button-background-hover-color: var(--sw-color-brown-dark);
	--sw-woocommerce-error-color: var(--sw-color-brown);
}

/* Background and Padding/Margin */
.wc-block-components-sidebar-layout {
    margin: 30px 30px 70px !important;
    padding: 30px !important;
    background-color: var(--sw-color-gold-transparent);
	color: var(--sw-color-yellow-bright);
}

/* Text Colors */
.wc-block-components-title, .wc-block-components-form p, .wc-block-components-sidebar-layout p, .woocommerce table.shop_table thead th, .woocommerce table.shop_table td, .woocommerce .cart_totals, .woocommerce .cart_totals h2, .woocommerce table.shop_table a, .woocommerce-checkout p.woocommerce-thankyou-order-received, .woocommerce-order-overview li, .woocommerce-order-details h2, .woocommerce-customer-details h2, .woocommerce-customer-details address, .woocommerce-customer-details p, .woocommerce table.shop_table tfoot th {
	color: var(--sw-color-yellow-bright) !important;
	letter-spacing: 0.03em;
}
.woocommerce table.shop_table td input {
	color: var(--sw-color-gray-dark) !important;
}
.woocommerce .cart_totals h2 {
	font-family: 'Playfair Display', Arial, sans-serif !important;
}
.woocommerce-billing-fields p, .woocommerce-additional-fields p {
	color: var(--sw-color-gray-dark) !important;
	letter-spacing: 0.03em;
	padding-top: 5px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder, .woocommerce input::placeholder, .woocommerce textarea::placeholder, .woocommerce-checkout .form-row input::placeholder, .woocommerce-checkout .form-row textarea::placeholder, .woocommerce-checkout .woocommerce-billing-fields input::placeholder, .woocommerce-checkout .woocommerce-billing-fields textarea::placeholder {
	color: var(--sw-color-gray-bright) !important;
	letter-spacing: 0.03em !important;
	opacity: 1;
}
.woocommerce h3, .woocommerce-billing-fields p label, .woocommerce-additional-fields p label, .woocommerce-checkout-review-order {
	color: var(--sw-color-white) !important;
	letter-spacing: 0.03em;
}
.woocommerce table th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table thead th, .woocommerce table th label, .woocommerce table tbody th, .woocommerce table tfoot td, .woocommerce table tfoot th, tr.order-total strong, tr.order-total strong .woocommerce-Price-currencySymbol {
	font-family: 'custom-font-family-1', Helvetica, Arial,sans-serif,sans-serif;
	font-weight: 400 !important;
	color: var(--sw-color-yellow) !important;
	letter-spacing: 0.03em;
}
.woocommerce div.product form.cart .variations select {
	height: 30px;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 20px;
}
.woocommerce .order-actions--heading, .woocommerce .order-actions--heading + td {
	display: none;
}
/* Navigation */
.wc-navigation-icon {
	margin-bottom: -4px;
}
.wc-navigation-icon-login-status {
	position: absolute;
	bottom: 1px;
	padding-left: 5px !important
}
.wc-navigation-icon-login-status i {
	font-size: 16px !important;
}

.ark-header .ffb-cart-submenu {
	background-color: var(--sw-color-gold-bright) !important;
}
.ark-header.ark-cart-classic .shopping-cart .shopping-cart-menu {
	border: none;
	padding-top: 10px;
}
.woocommerce-mini-cart-wrapper .shopping-cart-menu-title, .woocommerce-mini-cart-wrapper .shopping-cart-menu-content {
	border-color: var(--sw-color-gray-dark);
}

.woocommerce-mini-cart-wrapper .shopping-cart-menu-product-name, .woocommerce-mini-cart-wrapper .shopping-cart-menu-product-price, .woocommerce-mini-cart-wrapper .shopping-cart-subtotal-view-link, .woocommerce-mini-cart-wrapper .shopping-cart-subtotal-content p {
	font-size: 15px;
	color: var(--sw-color-gray-dark);
}
.navbar-actions .shopping-cart-wrapper .shopping-cart {
	margin-left: 0;
	line-height: 1.4 !important;
	margin-bottom: -5px;
}
.shopping-cart-icon-wrapper {
	font-size: 24px;
	padding: 0;
	margin-top: 0;
    margin-bottom: 2px;
	margin-left: 8px;
	width: auto !important;
	color: var(--sw-color-yellow-bright) !important;
}
.shopping-cart-icon-wrapper::after {
	right: -8px;
	color: var(--sw-color-white) !important;
	background-color: var(--sw-color-brown) !important;
	line-height: 15px !important;
}

/* replace cart icon with icon font
header.ark-header .icon-shopping-cart:before, .icon-shopping-cart:before {
    font-family: 'custom-icons' !important;
	content: '\e900' !important;
}
*/

/* Cart with individual svg icon
.icon-shopping-cart {
	width: 26px;
    height: 36px;
}
.icon-shopping-cart::before {
	content: '' !important;
	background-image: url('/wp-content/uploads/icon-warenkorb.svg');
	background-repeat: no-repeat;
    width: 26px;
    position: absolute;
    height: 36px;
    top: 0;
    left: 0;
}
*/

/* Products, Categories, Account Pages etc. */
.woocommerce a {
	color: var(--sw-woocommerce-link-color);
	font-weight: 400;
}
.woocommerce a:hover, .woocommerce-MyAccount-navigation .is-active a {
	color:  var(--sw-woocommerce-link-hover-color);
	text-decoration: none;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper a {
	color: var(--sw-color-brown);
}
.woocommerce form .form-row {
	padding: 3px 0;
	margin-bottom: 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
	padding-left: 2.5rem;
    border-left: 2px solid #e4c99f;
}

/* Hides order documents below order details and downloads in my account */
.woocommerce-order-postfinancecheckout-documents, .woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.product-category-header-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-category-header-background {
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
.category-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.category-container .buttons-el-wrapper {
	margin-top: 20px;
}
.category-container, .ark-woocommerce-products .fg-blog-col-main, .woocommerce .wc-products-loop .fg-blog-col-main, .woocommerce .wc-products-loop ul.products li.product, .wc-products-loop .woocommerce ul.products li.product {
	margin-top: 18px !important;
	margin-bottom: 12px !important;
}
.ark-woocommerce-products, .wc-products-loop ul.products {
	display: flex;
	flex-wrap: wrap;
}
.ark-woocommerce-products .product, .wc-products-loop .product {
	display: flex;
	flex-direction: column;
}
.ark-woocommerce-products .product .featured-image, .woocommerce .wc-products-loop .featured-image {
	margin-bottom: 0;
}
.ark-woocommerce-products .wc-product-info, .wc-products-loop .wc-product-info {
    display: flex;
    flex-direction: column;
	flex: auto;
	width: 100%;
}
.ark-woocommerce-products .wc-product-info .wc-product-info-text, .wc-products-loop .wc-product-info .wc-product-info-text, .ark-woocommerce-product-extended .wc-product-info .wc-product-info-text {
    margin: 0 0 14px;
}
.ark-woocommerce-products .wc-product-info .price, .wc-products-loop .wc-product-info .price {
	margin-bottom: 3px !important;
}
.wc-products-loop .wc-product-info .wc-product-info-text h2, .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 !important;
}
.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 62px;
}
/* product buttons */
.btn-base-md, .ark-woocommerce-products .ark-cart-buttons a.add_to_cart_button, .ark-woocommerce-products .ark-cart-buttons a.added_to_cart, .wc-products-loop a.button.add_to_cart_button, .wc-products-loop a.button.added_to_cart, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .ark-woocommerce-single-product-add-to-cart button.single_add_to_cart_button, .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart button.button, .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment button.button, .woocommerce-mini-cart-wrapper .shopping-cart-subtotal-checkout-link, .woocommerce .checkout_coupon button.button, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding: 8px 17px 4px;
	font-size: 17px;
	letter-spacing: 0.03em;
	line-height: 1.4;
	white-space: normal;
	font-weight: 400;
	background-color: var(--sw-woocommerce-button-background-color) !important;
	font-weight: 400;
	color: var(--sw-woocommerce-button-color) !important;
	border: none;
	border-radius: 18px !important;
	transition: all 0.2s;
}
.gpay-card-info-container.black.border-inset, .gpay-card-info-animation-container.black.border-inset {
	outline-offset: 0 !important;
	outline: none;
}
.gpay-card-info-container.black, .gpay-button.black {
	border-radius: 18px !important;	
}
.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li.wc-stripe-payment-method.or p {
	color: var(--sw-color-yellow-bright);
}
.single-product .ark-woocommerce-single-product-add-to-cart {
	padding-top: 31px;
}
.single-product .ark-woocommerce-single-product-add-to-cart:has(form.variations_form) {
	background-color: var(--sw-color-gold-transparent);
	padding: 31px;
}
.single-product .ark-woocommerce-single-product-add-to-cart button.single_add_to_cart_button, .single-product .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button button {
	padding: 14px 62px 13px;
	font-size: 19px;
	border-radius: 30px !important;
}
.single-product .woocommerce .ark-woocommerce-single-product-price {
	margin-top: auto;
	/* position: absolute; */
	/* bottom: 0; */
}
.single-product .woocommerce .product .display-flex-row .fg-col:has(form.variations_form) {
	height: 100%;
}
.btn-base-md:hover, .woocommerce button.button:hover, .woocommerce a.button:hover, .ark-woocommerce-products .ark-cart-buttons a.add_to_cart_button:hover, .ark-woocommerce-products .ark-cart-buttons a.added_to_cart:hover, .wc-products-loop a.add_to_cart_button:hover, .wc-products-loop .ark-cart-buttons a.added_to_cart:hover, .woocommerce a.remove:hover, .woocommerce-mini-cart-wrapper a.remove:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart button.button:hover, .woocommerce-cart button.button:disabled[disabled]:hover, .shopping-cart-subtotal-checkout-link:hover, .woocommerce .woocommerce-checkout-payment button.button:hover, .woocommerce .checkout_coupon button.button:hover {
	background-color: var(--sw-woocommerce-button-background-hover-color) !important;
	color: var(--sw-woocommerce-button-hover-color) !important;
	opacity: 1 !important;
}
.woocommerce-cart button.button:disabled[disabled], .woocommerce button.button:disabled[disabled] {
	color: var(--sw-woocommerce-button-hover-color);
	opacity: 0.3;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
}
.woocommerce-cart .page-wrapper h1.fg-heading, .woocommerce-checkout .page-wrapper h1.fg-heading {
	padding-bottom: 160px;
}
.wc-products-loop .ark-woocommerce-single-product-add-to-cart a.add_to_cart_button {
	margin: 0 5px 10px 5px !important;
}
.ark-woocommerce-products .ark-cart-buttons a.add_to_cart_button.added, .ark-woocommerce-products .ark-cart-buttons a.add_to_cart_button.loading, .wc-products-loop a.add_to_cart_button.added, .wc-products-loop a.add_to_cart_button.loading {
	padding-right: 30px;
}
.ark-woocommerce-products .add_to_cart_button.added:after, .ark-woocommerce-products .add_to_cart_button.loading:after, .wc-products-loop a.add_to_cart_button.added:after, .wc-products-loop a.add_to_cart_button.loading:after {
	top: 6px;
    right: 8px;
    font-size: 17px;
	position: absolute;
}
.ark-woocommerce-products .wc-product-info .added_to_cart, .wc-products-loop .wc-product-info .added_to_cart {
	display: none;
}
.ark-woocommerce-single-product-add-to-cart .quantity input.qty {
	/* width: 30px; */
	font-size: 19px;
	color: var(--sw-color-gray) !important;
	text-align: center !important;
}
.single-product .ark-woocommerce-single-product-add-to-cart .quantity {
	margin-right: 15px !important;
}
.single-product .ark-woocommerce-single-product-add-to-cart .quantity input.qty {
	height: 54px;
}
.woocommerce a.button br, .woocommerce-EditAccountForm .woocommerce-form-row br, .woocommerce-form label ~ br, .woocommerce-form label > br:first-child, .woocommerce-form-row label ~ br, .woocommerce-cart-form .quantity br, .woocommerce-orders-table__cell-order-number br {
	display: none;
}
.woocommerce div.product p.stock {
	font-size: 1em;
	color: #d48775;
}
.woocommerce span.onsale {
    line-height: 61px;
    height: 68px;
    width: 68px;
	left: 0 !important;
	right: auto !important;
	background-color: var(--sw-color-brown);
}
.woocommerce div.product div.images {
	margin-bottom: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: .3em;
    right: .3em;
	zoom: 1.2;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left;
}
ul.product-attributes {
	padding-left: 0;
	margin-top: -18px;
	margin-bottom: 20px;
}
ul.product-attributes li {
	font-size: 17px;
	font-weight: 400;
	list-style: none;
	margin-top: 3px;
}
ul.product-attributes li .product-attribute-label {
	font-weight: 700;
	color: #586E81;
}
ul.product-attributes li .product-attribute-value a {
	font-size: 17px;
	font-weight: 400;
	color: #586E81;
}
.woocommerce-product-details__short-description strong {
	text-transform: uppercase;
	color: #6d213d;
	font-weight: 600;
	font-size: 22px;
}
.woocommerce-error li {
	font-size: 17px;
}
.woocommerce-error li .button {
	font-weight: 600;
	margin-left: 1em;
}
.woocommerce-error::before {
	font-size: 17px;
	top: 12px;
}
.woocommerce-info, .woocommerce-message {
	border-top-color: #e4c99f;
}
.woocommerce-info::before, .woocommerce-message::before {
    color: #d6b178;
}
.woocommerce-message br {
	display: none;
}
.woocommerce-error {
	border-top-color: var(--sw-woocommerce-error-color);
}
.woocommerce-error::before {
	color: var(--sw-woocommerce-error-color);
}
.woocommerce-info, .woocommerce-message, .woocommerce-error, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: rgba(255, 255, 255, 0.58);	
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: var(--sw-color-gray-brighter);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--sw-color-gray-brighter);
}
.woocommerce .select2-container .select2-selection--single {
	height: 31px;
	padding-top: 0;
}
.woocommerce-mini-cart-wrapper a.remove {
	padding-top: 2px;
    padding-left: 1px;
    margin-top: -2px;
}
.woocommerce a.remove {
	color: var(--sw-color-yellow-bright) !important;
}
.woocommerce-account li, .woocommerce-account li a, .woocommerce-account p, .woocommerce-shipping-fields h3 {
	font-size: 18px;
}
.woocommerce-account p em {
	font-size: 15px;
}
.woocommerce .show-password-input {
	top: 0.3em !important;
}
.woocommerce legend {
	padding-top: 2.5rem;
	font-weight: 600;
	border-color: var(--sw-color-white);
	color: var(--sw-color-white);
}
.woocommerce .woocommerce-customer-details address {
	border: none;
	padding: 0;
	font-size: 15px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	margin-top: -4px;
}
.woocommerce-account .addresses .title .edit {
	float: left;
	clear: both;
	margin-top: -1rem;
    margin-bottom: 1rem;
}
.woocommerce-MyAccount-content h3 {
	color: var(--sw-color-white);
	font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
	margin-top: 2em;
}
.woocommerce table.my_account_orders {
	font-size: 16px !important;
}

.woocommerce table.my_account_orders .button {
	margin: 2px 5px 2px 0;
}
.woocommerce-orders-table__cell p:empty {
	display: none;
}
.woocommerce-order .woocommerce-notice {
	text-align: center;
    font-size: 18px;
}
.woocommerce ul.order_details {
	padding: 0;
}
.woocommerce ul.order_details li, .woocommerce ul.order_details li strong {
	font-size: 16px;
	border: none;
	margin-bottom: 10px;
}
.woocommerce-order-details h2, .woocommerce-customer-details h2 {
	font-size: 24px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: var(--sw-color-brown) !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--sw-color-yellow-bright) !important;
    min-height: 21px !important;
    min-width: 21px !important;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
	margin-bottom: 30px;
}
.woocommerce table.shop_table {
	border: none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	padding-left: 0;
	font-size: 15px;
	color: var(--sw-color-yellow-bright);
}
.woocommerce table.cart td.actions {
	padding-right: 0;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	border-color: var(--sw-color-yellow-bright);
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: var(--sw-color-gold-bright);
}

/* error color */
.woocommerce form .form-row .required, .woocommerce form .form-row.woocommerce-invalid label, .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	color: var(--sw-woocommerce-error-color);
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	border-color: var(--sw-woocommerce-error-color);
}
.woocommerce-invalid #terms {
	outline-color: var(--sw-woocommerce-error-color);
}
/* -- Hide in case of few products only -- */
.woocommerce-result-count, .woocommerce-ordering {
	display: none;
}
 .wc-products-loop .product-readmore, .wc-product-info-text .product-readmore {
	 font-size: 19px;
	 color: var(--sw-color-yellow-bright);
	 text-decoration: underline !important;
 }
 .wc-products-loop .product-readmore:hover {
	 color: var(--sw-color-yellow);
 }

/* Seminar Table List */
.table-headings > .fg-col, .table-content li.product {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.table-headings .table-column {
	margin-bottom: 5px;
}
.table-content li.product {
	padding: 23px 0 !important;
	border-top: 1px solid var(--sw-color-white);
	margin: 0 !important;
}
.table-content li.product:last-child {
	border-bottom: 1px solid var(--sw-color-white);
}
.table-content li.product .table-details-toggle {
	display: none;
}
.table-column {
	overflow: hidden;
	flex-grow: 1;
	flex-basis: 0; /* Verhindert feste Startbreite */
	hyphens: auto;
}
.table-column:not(:last-child) {
	padding-right: 15px;
}
.table-column.title h2 {
	padding: 0 !important;
}
.table-column.prices, .table-column > .price {
	margin-bottom: 0 !important;
}
.table-column.description > ul, .table-column.description > ul > li:last-child ul, .table-column.short-description > ul, .table-column.short-description > ul > li:last-child ul {
	margin-bottom: 0;
}
.table-column.description ul li ul li, .table-column.short-description ul li ul li {
	position: relative;
	padding-left: 1em;
}
.table-column.description ul li ul li::before, .table-column.short-description ul li ul li::before {
	content: "–";
	position: absolute;
	left: 0;
	top: -2px;
}
.table-column.add-to-cart .variations {
	margin-top: 4px;
}
.table-column.add-to-cart .variations .label, .table-column.add-to-cart .variations .reset_variations {
	padding: 0;
	display: none !important;
}
.table-column.add-to-cart .variations .value select {
	padding: 5px 0px 3px 4px;
    margin-bottom: 8px;
	border: none;
}
.table-column.add-to-cart .variations .value select, .table-column.add-to-cart .variations .value option, .woocommerce div.product form.cart .variations select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce #review_form #respond textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single {
	color: var(--sw-color-gray) !important;
	background-color: var(--sw-color-white) !important;
    border-radius: 18px !important;
	border-color: transparent !important;
	height: 35px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 7.5px 13px;
}
.woocommerce form .form-row input.input-text {
	padding: 4px 13px 0 !important;
}
.woocommerce form .form-row textarea {
	padding-top: 8px !important;
	min-height: 117px;
}
.select2-container--default .select2-selection--single {
    padding-top: 0 !important;	
}
.single-product .woocommerce-variation-price .woocommerce-Price-amount.amount {
	color: var(--sw-color-white) !important;
    padding-bottom: 9px;
    display: block;
}
.table-column.add-to-cart button {
	margin-top: 0 !important;
}
.table-content .table-column.add-to-cart {
	margin-top: -7px;
}
.table-content .table-column.add-to-cart .out-of-stock {
	margin-top: 7px;
}
.table-content .table-column .label-mobile {
	display: none;
	/* font-family: 'custom-font-family-3', Helvetica, Arial, sans-serif, sans-serif; */
}

.seminar-table .table-column.title {
	flex-grow: 24;
}
.seminar-table .table-column.short-description {
	flex-grow: 29;
}
.seminar-table .table-column.prices {
	flex-grow: 14;
}
.seminar-table .table-column.seats {
	flex-grow: 9;
}
.seminar-table .table-column.add-to-cart {
	flex-grow: 20;
}
.seminar-table .seminar-paragraph-no-data p {
	font-size: 19px !important;
	line-height: 1.8 !important;
    font-weight: 400 !important;
    text-align: center !important;
	color: var(--sw-color-yellow-bright) !important;
}
.seminar-table .quantity, .seminar-table .input-text.qty {
	display: none;
}
.seminar-table .woocommerce-variation.single_variation {
	padding-left: 7px;
}

/*
.seminar-table.short .table-column.short-description {
	display: none;
}
.seminar-table.short .table-column.description {
	flex-grow: 27;
}
.seminar-table.short .table-column.prices {
	flex-grow: 12;
}
*/



/* Tablet (SM) */
@media screen and (min-width: 768px)
{	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 25%;
		float: left;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 75%;
		float: right;
	}
}

/* Laptop (MD) */
@media screen and (min-width: 992px) {
	.wc-block-components-sidebar-layout {
		margin-bottom: 100px !important;
	}
}

@media screen and (max-width: 1199px) {
	.seminar-table .table-column.title {
		flex-grow: 20;
	}
	.seminar-table .table-column.short-description {
		flex-grow: 28;
	}
	.seminar-table .table-column.prices {
		flex-grow: 15;
	}
	.seminar-table .table-column.seats {
		flex-grow: 10;
	}
	.seminar-table .table-column.add-to-cart {
		flex-grow: 23;
	}
	.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 88px;
	}
}

@media screen and (max-width: 991px) {
	.table-headings .table-column.short-description {
		display: none;
	}
	.table-content .table-column.title {
		display: flex;
	}
	.table-content li.product .table-details-toggle {
		display: block;
		height: 14px;
		margin-right: 6px;
		position: relative;
	}
	.table-content li.product .table-details-toggle::before {
		content: '';
        width: 2px;
        height: 14px;
		margin-left: 6px;
		margin-right: 6px;
        background-color: var(--sw-color-gold-bright);
        display: block;
	}
	.table-content li.product .table-details-toggle::after {
		content: '';
        width: 14px;
        height: 2px;
        position: absolute;
        top: 6px;
        background-color: var(--sw-color-gold-bright);
        display: block;
	}
	.table-content li.product[aria-expanded="true"] .table-details-toggle::before {
		visibility: hidden;
	}
	
	.table-content .table-column.short-description {
		order: 10;
		flex-basis: 100%;
		flex-grow: 0;
		margin-top: var(--sw-table-row-margin);
		margin-left: var(--sw-table-details-margin);
		display: none;
	}
	.table-content li.product[aria-expanded="true"] .table-column.short-description {
		display: block;
	}
	
	.seminar-table .table-column.title {
		flex-grow: 24;
	}
	.seminar-table .table-column.prices {
		flex-grow: 13;
	}
	.seminar-table .table-column.seats {
		flex-grow: 9;
	}
	.seminar-table .table-column.add-to-cart {
		flex-grow: 20;
	}
	.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: 54px;
	}
}

/* Phone (XS) */
@media screen and (max-width: 767px)
{
	.woocommerce-account li {
		display: inline;
		margin-right: 1rem;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin-bottom: 25px;
		padding-left: 1.75rem;
	}
	
	.table-headings .table-column.seats {
		display: none;
	}
	.table-content .table-column.seats {
		order: 11;
		flex-basis: 100%;
		flex-grow: 0;
		margin-top: var(--sw-table-row-margin);
		margin-left: var(--sw-table-details-margin);
		display: none;
	}
	.table-content li.product[aria-expanded="true"] .table-column.seats {
		display: block;
	}
	.table-content .table-column.seats .label-mobile {
		display: inline;
		float: left;
	}
	.table-content .table-column.seats p {
		margin-bottom: 0;
	}
	
	.seminar-table .table-column.title {
        flex-grow: 18;
    }
	.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: auto;
	}
	.woocommerce-shipping-methods label {
		hyphens: auto; 
		overflow-wrap: anywhere; 
	}
}

@media screen and (max-width: 600px) {
	.table-headings .table-column.prices {
		display: none;
	}
	.table-content .table-column.prices {
		order: 9;
		flex-basis: 100%;
		flex-grow: 0;
		margin-top: var(--sw-table-row-margin);
		margin-left: var(--sw-table-details-margin);
		display: none;
	}
	.table-content li.product[aria-expanded="true"] .table-column.prices {
		display: block;
	}
	.table-content .table-column.prices .label-mobile {
		display: inline;
		float: left;
	}
}

/* Extra Small 1 Additional Media Query  */
@media screen and (max-width: 480px) {
	.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-error > li, .woocommerce-info > li, .woocommerce-message > li {
		display: flex;
		flex-direction: column-reverse;
	}
	.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
		margin: 10px 0 0;
	}
	.seminar-table .table-column.add-to-cart {
		flex-grow: 24;
	}
}

@media screen and (max-width: 450px) {
	.table-headings .table-column.add-to-cart {
		display: none;
	}
	.table-content .table-column.add-to-cart {
		order: 12;
		flex-basis: 100%;
		flex-grow: 0;
		margin-top: var(--sw-table-row-margin);
		margin-left: var(--sw-table-details-margin);
		display: none;
	}
	.table-content li.product[aria-expanded="true"] .table-column.add-to-cart {
		display: block;
	}
	.table-content .table-column.add-to-cart .out-of-stock {
		margin-top: 0;
	}
}

@media screen and (max-width: 400px) {
	.shopping-cart-icon-wrapper {
		font-size: 22px;
		margin-left: 3px;
	}
}