/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance-zero

Requires Breakdance to be installed.
/*--------------------------------------------------------------*/
.single-product form.cart {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	gap: 12px;
}

.single-product form.cart .single_add_to_cart_button,
.single-product .login-to-price-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 0;
	flex: 1 1 0;
	text-align: left;
	height: 44px;
	padding: 0 20px;
	background: #B3D13F;
	border: 0;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	box-shadow: none;
	position: relative;
	gap: 10px;
	color: var(--WHITE, #FFF);
	font-family: "Swis721 BT";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 22.5px */
}

.single-product form.cart .single_add_to_cart_button:hover,
.single-product .login-to-price-btn:hover {
	background-color: #B3D13F;
	opacity: 0.92;
	color: #fff;
	text-decoration: none;
}

.single-product .stock {
	display: none !important;
}

.single-product form.cart .quantity,
.single-product .woocommerce-variation-add-to-cart .quantity {
	display: inline-flex !important;
	align-items: center;
	flex: 0 0 96px;
	width: 96px;
	height: 44px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--RD-DARK-100, #CDD4DC);
	border-radius: 5px;
	background: var(--WHITE, #FFF);
	box-sizing: border-box;
}

.single-product form.cart .quantity .qty {
	flex: 1 1 auto;
	width: 32px;
	min-width: 0;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--RD-DARK-800, #343D4A);
	font-family: "Swis721 BT";
	font-size: 15px;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
}

.single-product form.cart .quantity .qty:focus {
	outline: 0;
}

.single-product form.cart .quantity:focus-within {
	border-color: #B3D13F;
	box-shadow: 0 0 0 2px rgba(179, 209, 63, 0.25);
}

.single-product form.cart .quantity .bde-quantity-button {
	display: inline-flex;
	flex: 0 0 30px;
	width: 30px;
	height: 42px;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.single-product .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	gap: 12px;
}

.single-product form.cart .single_add_to_cart_button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #F3B047;
	z-index: -1;
	transition: width 0.35s ease;
}

.single-product form.cart .single_add_to_cart_button:hover {
	color: #FFF;
}

.single-product form.cart .single_add_to_cart_button:hover::after {
	width: 100%;
}

.breakdance-woocommerce div.product form.cart.variations_form {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: stretch;
}

.breakdance-woocommerce .variation-item label {
	font-size: 16px;
	margin-bottom: 5px;
}

.breakdance-woocommerce .variations-wrapper {
	width: calc(50% - 5px);
	flex-shrink: 0;
	gap: 10px;
	display: inline-flex;
	flex-direction: column;
}

.breakdance-woocommerce .single_variation_wrap, .breakdance-woocommerce .woocommerce-variation-add-to-cart {
	align-content: end;
}

.breakdance-woocommerce .single_variation_wrap {
	width: calc(50% - 5px);
}

.single_variation_wrap .woocommerce-variation.single_variation {
	display: none !important;
}

.breakdance-woocommerce .variations-wrapper select {
	border-radius: 5px;
	border: 1px solid var(--RD-DARK-100, #CDD4DC);
	background: var(--WHITE, #FFF);
	padding: 10px 16px;
	color: var(--RD-DARK-800, #343D4A);
	font-family: "Swis721 BT";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 10.9999L12 13.9999L9 10.9999' stroke='%23788598' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right 16px;

}

.breakdance-woocommerce .variations-wrapper select:focus {
	border-color: #B3D13F;
}

.bd-load-more-products-wrap {
	text-align: center;
	margin-top: 32px;
}

.bd-load-more-products {
	border-radius: 5px;
	border: 1px solid #617086;
	cursor: pointer;
	padding: 8px 120px;
	line-height: 24px;
	background: transparent;
	transition: all 0.25s ease;
	color: #617086;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	display: inline-flex;
	gap: 10px;
	align-content: center;
	align-items: center;
}

.bd-load-more-products:hover {
	transform: translateY(-2px);
}

.bd-load-more-products:disabled {
	opacity: 0.5;
	cursor: wait;
}

.bd-show-logged-in {
	display: none;
}

body.logged-in .bd-show-logged-in {
	display: block;
}

body.logged-in .bd-show-logged-out {
	display: none;
}

body:not(.logged-in) .bd-show-logged-out {
	display: block;
}

body:not(.logged-in) .productholderbg>div {
	padding-bottom: 50px;
}

.bd-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
	width: 100%;
}

.bd-shop-toolbar__filters {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.bd-shop-toolbar__sorting {
	margin-left: auto;
}

.bd-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

.bd-shop-filter {
	margin: 0;
}

.bd-shop-toolbar select {
	min-width: 180px;
}

@media (max-width: 767px) {
	.bd-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.bd-shop-toolbar__filters,
	.bd-shop-toolbar__sorting,
	.bd-shop-toolbar .woocommerce-ordering,
	.bd-shop-toolbar select {
		width: 100%;
	}

	.bd-shop-toolbar__sorting {
		margin-left: 0;
	}
}

.bd-shop-toolbar .bde-woo-select select,
.bd-shop-toolbar select {
	background-color: var(--bde-woo-forms__inputs-background-color, #fff);
	color: var(--bde-woo-forms__inputs-text-color, #222933);
	border-style: solid;
	border-radius: var(--bde-woo-forms__inputs-border-radius, 6px);
	border-top: var(--bde-form-input-border-top, 1px solid #d8dee8);
	border-right: var(--bde-form-input-border-right, 1px solid #d8dee8);
	border-bottom: var(--bde-form-input-border-bottom, 1px solid #d8dee8);
	border-left: var(--bde-form-input-border-left, 1px solid #d8dee8);
	box-shadow: var(--bde-woo-forms__inputs-shadow, none);
	font-size: var(--bde-woo-typography__size-standard, 14px);
	font-family: var(--bde-woo-typography__size-standard-font-family, inherit);
	padding-top: var(--bde-form-input-padding-top, 12px);
	padding-right: var(--bde-form-input-padding-right, 40px);
	padding-bottom: var(--bde-form-input-padding-bottom, 12px);
	padding-left: var(--bde-form-input-padding-left, 14px);
	outline: none;
	width: 100%;
	height: auto;
	line-height: var(--bde-woo-base-paragraph-line-height, 1.4);
	transition: var(--bde-woo-base-transition, all 0.2s ease);
	appearance: none;
}
