
.woocommerce .woocommerce-result-count {
	font-size: 14px;
	margin: .5em 0;
	margin-right: auto;
	color: var(--bb-alternate-text-color);
}

.woocommerce form.woocommerce-ordering select::-ms-expand {
	display: none;
}

.woocommerce form.woocommerce-ordering select {
	font-size: 14px;
	height: 36px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

.woocommerce ul.products:not(.elementor-grid) {
	-webkit-column-count: auto;
	column-count: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward {
	width: 100%;
	border-right: 0;
	border-radius: 0;
}

.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button {
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.woocommerce ul.products:not(.elementor-grid).columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added {
	border-radius: 0 0 4px 4px;
}

.woocommerce ul.products:not(.elementor-grid) li.product, .woocommerce ul.products:not(.elementor-grid) li.product.type-product {
	margin-bottom: 20px;
}

.woocommerce ul.products:not(.elementor-grid) li.product span.onsale {
	margin: 0;
	left: 0;
	right: auto;
}

.woocommerce li.product {
	background-color: var(--bb-content-background-color);
	box-shadow: 0 0 2px 0 rgba(18, 43, 70, .25);
	border-radius: var(--bb-block-radius);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 10px 20px;
	width: -webkit-calc(33.333% - 20px);
	width: calc(33.333% - 20px);
}

.woocommerce li.product a.woocommerce-LoopProduct-link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.woocommerce li.product a.woocommerce-LoopProduct-link>img {
	border-radius: var(--bb-block-radius) var(--bb-block-radius) 0 0;
	margin: 0 0 .5em;
	border: 0;
	border-bottom: 1px solid var(--bb-content-border-color);
}

.woocommerce li.product .woocommerce-loop-product__title {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.woocommerce li.product .star-rating {
	margin-left: auto;
	margin-right: auto;
}

.woocommerce li.product .price {
	text-align: center;
	color: var(--bb-primary-color);
	font-weight: 500;
}

.woocommerce li.product .price ins {
	text-decoration: none;
	font-weight: 500;
}

.woocommerce li.product .price del {
	color: #c8cbcf;
	opacity: 1;
	font-weight: 400;
}

.woocommerce li.product .bs_after_shop_loop_item_separator {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid var(--bb-content-border-color);
	margin: .4em 0 0;
}

.woocommerce li.product .bs_after_shop_loop_item_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce li.product a.button {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.woocommerce li.product a.added_to_cart.wc-forward, .woocommerce li.product a.button.add_to_cart_button, .woocommerce li.product a.button.product_type_external, .woocommerce li.product a.button.product_type_grouped, .woocommerce li.product a.button.product_type_simple, .woocommerce li.product a.button.product_type_variable {
	border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius);
	border: 0;
	background-color: var(--bb-content-background-color);
	float: right;
	color: var(--bb-primary-color);
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	line-height: 2.5;
	text-align: center;
	min-height: auto;
	white-space: nowrap;
	overflow: hidden;
	padding: .618em 1em;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.woocommerce li.product a.added_to_cart.wc-forward:hover, .woocommerce li.product a.button.add_to_cart_button:hover, .woocommerce li.product a.button.product_type_external:hover, .woocommerce li.product a.button.product_type_grouped:hover, .woocommerce li.product a.button.product_type_simple:hover, .woocommerce li.product a.button.product_type_variable:hover {
	background-color: var(--bb-primary-color);
	color: #fff;
}

.woocommerce li.product a.added_to_cart.wc-forward:focus, .woocommerce li.product a.button.add_to_cart_button:focus, .woocommerce li.product a.button.product_type_external:focus, .woocommerce li.product a.button.product_type_grouped:focus, .woocommerce li.product a.button.product_type_simple:focus, .woocommerce li.product a.button.product_type_variable:focus {
	box-shadow: none;
}

.woocommerce li.product a.button.add_to_cart_button.added {
	border-radius: 0 0 var(--bb-block-radius) 0;
}

.woocommerce li.product a.button.product_type_external {
	white-space: normal;
	line-height: 2;
}

.woocommerce li.product a.button.add_to_cart_button.added {
	margin-top: auto;
	border-top: 1px solid var(--bb-content-border-color);
}

.woocommerce li.product a.button.add_to_cart_button, .woocommerce li.product a.button.product_type_external, .woocommerce li.product a.button.product_type_grouped, .woocommerce li.product a.button.product_type_simple, .woocommerce li.product a.button.product_type_variable {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: auto;
	border-top: 1px solid var(--bb-content-border-color);
}

.woocommerce li.product a.added_to_cart.wc-forward {
	border-radius: 0 0 0 4px;
	border-right: 1px solid var(--bb-content-border-color);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 50%;
	max-height: 50px;
	margin-top: auto;
	border-top: 1px solid var(--bb-content-border-color);
}

.woocommerce li.product .star-rating {
	font-size: .757em;
	margin-bottom: 1em;
}

.woocommerce li.product .star-rating:before {
	content: "SSSSS";
}

.woocommerce li.product .star-rating span {
	color: var(--bb-warning-color);
}

.woocommerce li.product:hover {
	box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12);
}

@media (min-width:1200px) {
	.woocommerce.woo-sidebar ul.products.columns-4 a.button.add_to_cart_button.added:after, .woocommerce.woo-sidebar ul.products.columns-5 a.button.add_to_cart_button.added:after, .woocommerce.woo-sidebar ul.products.columns-6 a.button.add_to_cart_button.added:after {
		display: none;
	}
}

.woocommerce ul.products li.product .price {
	color: var(--bb-primary-color);
}

.woocommerce ul.products.columns-5 a.added_to_cart.wc-forward, .woocommerce ul.products.columns-6 a.added_to_cart.wc-forward, .woocommerce.bb-has-wc-sidebar ul.products.columns-4 a.added_to_cart.wc-forward {
	width: 100%;
	border-right: 0;
}

@media (max-width:992px) {
	.woocommerce ul.products li.product a.added_to_cart.wc-forward {
		width: 100%;
		border-right: 0;
	}
	
	.woocommerce .woocommerce li.product a.button.add_to_cart_button.added {
		border-radius: 0 0 var(--bb-block-radius) var(--bb-block-radius);
	}
}

.woocommerce span.onsale {
	margin: 0;
	top: 0;
	left: 0;
	border-top: 1px solid var(--bb-content-border-color);
	border-left: 1px solid var(--bb-content-border-color);
	right: auto;
	border-radius: var(--bb-block-radius) 0 var(--bb-block-radius) 0;
	padding: 10px;
	background-color: #fe6f4b;
	min-height: auto;
	min-width: auto;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 12px;
}

.woocommerce li.product span.onsale {
	border-top: 0;
	border-left: 0;
}

.woocommerce .star-rating {
	font-size: 12px;
	margin-top: 2px;
	min-width: 90px;
}

.woocommerce .star-rating:before {
	content: "SSSSS";
	letter-spacing: 5px;
}

.woocommerce .star-rating span {
	color: var(--bb-warning-color);
}

.woocommerce .star-rating span:before {
	letter-spacing: 5px;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	border-top: 0;
	background-color: var(--bb-content-background-color);
	border-radius: var(--bb-block-radius);
	border: 1px solid var(--bb-content-border-color);
	font-size: 16px;
	margin-bottom: 1em;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	font-size: 14px;
	font-weight: 400;
	padding-left: 1em;
	padding-right: 1em;
	min-height: auto;
	margin-left: 30px;
}

.woocommerce .woocommerce-error .button:focus, .woocommerce .woocommerce-info .button:focus, .woocommerce .woocommerce-message .button:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

.woocommerce .woocommerce-error {
	background: var(--bb-danger-color);
	color: #fff;
	border: 0;
}

.woocommerce .woocommerce-error strong {
	color: #fff;
}

.woocommerce .woocommerce-error::before {
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: bb-icons;
	content: "";
	font-weight: 100;
	color: #fff;
}

.woocommerce .woocommerce-info {
	color: inherit;
}

.woocommerce .woocommerce-info::before {
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "";
	font-family: bb-icons;
	color: inherit;
}

.woocommerce .woocommerce-message {
	color: inherit;
}

.woocommerce .woocommerce-message::before {
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: bb-icons;
	content: "";
	color: inherit;
}

.woocommerce .woocommerce-breadcrumb {
	font-size: 14px;
	color: var(--bb-headings-color);
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--bb-alternate-text-color);
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--bb-headings-color);
}

.woocommerce .woocommerce-breadcrumb .bc-delimiter {
	margin: 0 3px;
	position: relative;
	top: 1px;
}

.woocommerce a.button {
	font-style: normal;
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	line-height: 1.3;
	outline: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	min-height: 34px;
	padding: 6px 20px;
	border-radius: var(--bb-button-radius);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}

.woocommerce a.button:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

.woocommerce a.button:hover {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

.woocommerce a.remove {
	font-weight: 100;
	color: var(--bb-alternate-text-color) !important;
	line-height: .9;
	font-size: 1.8em;
}

.woocommerce a.remove:hover {
	color: #fff !important;
	background-color: var(--bb-danger-color);
}

.woocommerce form .form-row {
	padding: 3px 0;
}

.woocommerce form .form-row.form-row-first {
	width: 49%;
}

.woocommerce form .form-row.form-row-last {
	width: 49%;
}

.woocommerce form .form-row label {
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.woocommerce form button.button {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	border-radius: var(--bb-button-radius);
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	height: 40px;
}

.woocommerce form button.button:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

.woocommerce form button.button:hover {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

.woocommerce form button.button:disabled:hover, .woocommerce form button.button:disabled[disabled]:hover, .woocommerce form button.button:hover {
	box-shadow: none;
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

.woocommerce form button.button:disabled, .woocommerce form button.button:disabled[disabled] {
	color: #fff;
	padding-left: 2em;
	padding-right: 2em;
}

.woocommerce button.button, .woocommerce input.button {
	border-radius: var(--bb-button-radius);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	margin: 0 5px;
	overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li span {
	font-size: 13px;
}

.woocommerce nav.woocommerce-pagination ul li a {
	font-size: 13px;
	background-color: #fff;
	color: var(--bb-primary-color);
}

.woocommerce nav.woocommerce-pagination ul li a:active, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
	background-color: var(--bb-primary-color);
	color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
	font-size: 12px;
}

.woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:first-child, .woocommerce-checkout .bb-wc-co table.shop_table tr:last-child td:last-child, .woocommerce-page table.cart tr:last-child td:last-child {
	border-radius: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ebebeb;
	background-image: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content.nitro-lazy {
	background-image: none !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
	background-color: var(--bb-primary-color);
	background-image: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range.nitro-lazy {
	background-image: none !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
	background-color: var(--bb-primary-color);
	background-image: none;
	border: 0;
	width: .8em;
	height: .8em;
	top: -.3em;
	cursor: pointer;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle.nitro-lazy {
	background-image: none !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
	height: .2em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	color: #fff;
	background-color: #385dff;
	border-radius: var(--bb-button-radius);
	padding: 7px 20px 6px;
	min-height: 20px;
	height: 30px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
	background-color: #0f74e0;
}

@media (max-width:800px) {
	.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail {
		display: block;
		text-align: center !important;
	}
	
	.woocommerce-cart #content .woocommerce table.cart td.product-thumbnail:before {
		display: none;
	}
}

.woocommerce-cart .select2-container .select2-search {
	display: none;
}

.woocommerce-cart .woocommerce {
	background-color: var(--bb-content-background-color);
	border-radius: var(--bb-block-radius);
	border: 1px solid var(--bb-content-border-color);
	margin-bottom: 20px;
	padding: 15px 20px;
}

.woocommerce-cart .woocommerce table.shop_table th {
	font-weight: 400;
}

body.woocommerce-cart p.cart-empty {
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
	padding: 0 0 30px;
	overflow: hidden;
}

body.woocommerce-cart p.cart-empty:before {
	display: inline-block;
	width: 100%;
	height: 60px;
	content: "";
	background-image: url("https://cdn-eimji.nitrocdn.com/TngOxYNaPBbJrkmnrnkKQuPjbQqATsHv/assets/images/optimized/rev-626ead6/worldmusicmethod.com/wp-content/themes/buddyboss-theme/assets/images/svg/cart.svg");
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: center;
	margin-bottom: 20px;
	margin-top: 30px;
	position: static;
}

body.woocommerce-cart p.cart-empty+p.return-to-shop {
	text-align: center;
}

body.woocommerce-cart p.cart-empty+p.return-to-shop .button.wc-backward {
	padding: 10px 2em;
	margin-bottom: 1.6875rem;
}

.woocommerce-notices-wrapper+p.return-to-shop {
	text-align: center;
}

.woocommerce table.shop_table {
	border: 0;
	font-size: 14px;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
	border-bottom: 1px solid var(--bb-content-border-color);
	border-top: 0;
}

.woocommerce table.shop_table th {
	text-transform: uppercase;
	color: var(--bb-alternate-text-color);
	font-size: 14px;
}

.woocommerce table.shop_table th.product-subtotal {
	text-align: right;
}

.woocommerce table.shop_table td.product-name a {
	color: var(--bb-headings-color);
	font-weight: 500;
}

.woocommerce table.shop_table td.product-name a:hover {
	color: var(--bb-primary-color);
}

.woocommerce table.shop_table td.product-name a.wcs-switch-link {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
}

.woocommerce table.shop_table td.product-name a.wcs-switch-link:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

.woocommerce table.shop_table td.product-name a.wcs-switch-link:hover {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

.woocommerce table.shop_table td.product-quantity .quantity {
	display: inline-block;
}

.woocommerce table.shop_table td.product-quantity .quantity input.qty {
	color: var(--bb-headings-color);
}

.woocommerce table.shop_table td.product-quantity .quantity.quantity--readonly {
	visibility: hidden;
	width: 0;
	height: 0;
	opacity: 0;
}

.woocommerce table.shop_table td.product-price {
	color: var(--bb-headings-color);
}

.woocommerce table.shop_table td.product-subtotal {
	color: var(--bb-headings-color);
	text-align: right;
}

@media (max-width:800px) {
	.woocommerce table.shop_table td {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.woocommerce table.shop_table td.actions>button.button {
	background-color: var(--bb-secondary-button-background-regular);
	color: var(--bb-secondary-button-text-regular);
	border: 1px solid var(--bb-secondary-button-border-regular);
	font-size: 14px;
	font-weight: 500;
	min-height: 34px;
	padding: 6px 20px;
	line-height: 1.4;
	margin-top: 0;
}

.woocommerce table.shop_table td.actions>button.button:focus {
	box-shadow: var(--bb-secondary-button-focus-shadow);
}

.woocommerce table.shop_table td.actions>button.button:disabled {
	pointer-events: none;
}

.woocommerce table.shop_table td.actions>button.button:hover {
	background-color: var(--bb-secondary-button-background-hover);
	color: var(--bb-secondary-button-text-hover);
	border: 1px solid var(--bb-secondary-button-border-hover);
}

.woocommerce table.shop_table .coupon button.button, .woocommerce table.shop_table .coupon input.button {
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	background-color: var(--bb-secondary-button-background-regular);
	color: var(--bb-secondary-button-text-regular);
	border: 1px solid var(--bb-secondary-button-border-regular);
}

.woocommerce table.shop_table .coupon button.button:focus, .woocommerce table.shop_table .coupon input.button:focus {
	box-shadow: var(--bb-secondary-button-focus-shadow);
}

.woocommerce table.shop_table .coupon button.button.bp-coupon-btn-active:hover, .woocommerce table.shop_table .coupon input.button.bp-coupon-btn-active:hover {
	background-color: var(--bb-secondary-button-background-hover);
	color: var(--bb-secondary-button-text-hover);
	border: 1px solid var(--bb-secondary-button-border-hover);
}

.woocommerce table.shop_table .coupon button.button {
	border-radius: var(--bb-button-radius);
}

.woocommerce table.shop_table .coupon input.input-text {
	font-size: 14px;
	min-width: 150px;
}

@media (max-width:544px) {
	.woocommerce table.shop_table .coupon button.button, .woocommerce table.shop_table .coupon input.button {
		width: 100% !important;
		margin-bottom: 10px;
	}
	
	.woocommerce table.shop_table .coupon input.input-text {
		width: 100% !important;
		margin-bottom: 5px !important;
	}
}

@media (max-width:800px) {
	.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td {
		background-color: var(--bb-body-background-color);
	}
	
	.woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td div.quantity input.qty {
		background-color: var(--bb-body-background-color);
	}
	
	.woocommerce table.shop_table.shop_table_responsive tr td::before {
		padding-right: 5px;
	}
}

.woocommerce .bb_sku_wrapper {
	display: block;
	color: var(--bb-alternate-text-color);
	font-size: 13px;
	line-height: 1;
}

@media (max-width:800px) {
	.woocommerce .bb_sku_wrapper {
		display: none;
	}
}

.woocommerce .bb-header-buttons a.button:hover {
	background-color: transparent;
}

.woocommerce .bb-header-buttons a.button.signup:hover {
	box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .1);
}

.woocommerce .bb-login-section a.button {
	margin-bottom: 16px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-input-radius);
	box-shadow: none;
	padding: 0 12px;
	color: var(--bb-body-text-color);
}

.woocommerce-cart .wc_empty_cart {
	text-align: center;
}

.woocommerce-cart .wc_empty_cart .cart_message_wrap {
	padding: 3rem;
	width: 60%;
	margin: 0 auto;
}

.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon {
	margin-bottom: 25px;
}

.woocommerce-cart .wc_empty_cart .wc-cart-sub-icon img {
	max-width: 60px;
}

.woocommerce-cart .wc_empty_cart p.cart-empty {
	font-size: 22px;
	color: var(--bb-body-text-color);
	margin-bottom: 5px;
}

.woocommerce-cart .wc_empty_cart p.wc_empty_cart_description {
	font-size: 14px;
	color: #939597;
}

.woocommerce-cart .wc_empty_cart a.button {
	padding: 10px 2em;
}

.woocommerce-cart .wc_empty_cart a.button:hover {
	background-color: #0f74e0;
	color: #fff;
}

@media (max-width:800px) {
	.woocommerce-cart .wc_empty_cart .cart_message_wrap {
		width: 80%;
	}
}

@media (max-width:544px) {
	.woocommerce-cart .wc_empty_cart .cart_message_wrap {
		padding: 3rem 2rem;
		width: 90%;
	}
}

.woocommerce-cart table.cart img {
	width: 100px;
}

.woocommerce-cart .cart-collaterals table.shop_table td, .woocommerce-cart .cart-collaterals table.shop_table th {
	border-bottom: 0;
	border-top: 0;
	color: var(--bb-headings-color);
}

.woocommerce-cart .cart-collaterals table.shop_table th {
	padding-left: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals>h2 {
	display: none;
}

.woocommerce-cart .cart-collaterals table.shop_table {
	float: right;
	width: 50%;
}

@media (max-width:800px) {
	.woocommerce-cart .cart-collaterals table.shop_table {
		float: none;
		width: 100%;
	}
}

@media (max-width:544px) {
	.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .wc-proceed-to-checkout {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-bottom: 0;
	}
	
	.woocommerce-cart .cart-collaterals .bb_cart_totals_ctrls .cart_shop {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-left: auto;
		margin-right: 0;
	}
}

.woocommerce-cart .bb_cart_totals_ctrls {
	clear: both;
}

.woocommerce-cart .bb_cart_totals_ctrls .cart_shop {
	margin-right: auto;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.woocommerce-cart .bb_cart_totals_ctrls a.button {
	font-size: 14px;
	margin-bottom: 2em;
	height: 40px;
	padding: 9px 2em;
	vertical-align: middle;
	display: inline-block;
	line-height: 1.4;
	background: 0 0;
	border: 1px solid var(--bb-primary-color);
	color: var(--bb-primary-color);
	font-weight: 500;
}

.woocommerce-cart .bb_cart_totals_ctrls a.button:hover {
	border-color: var(--bb-primary-color);
}

.woocommerce-cart-form .bs-quantity {
	border: 0;
	padding-right: 0;
	padding-left: 0;
	min-width: 72px;
}

.woocommerce-cart-form .bs-quantity input.qty {
	font-size: 14px;
}

.woocommerce-cart-form .bs-quantity .qty-nav {
	height: 35px;
}

.woocommerce-cart-form .bs-quantity .quantity-button {
	font-size: 0;
	line-height: 20px;
}

.woocommerce-cart-form .bs-quantity .quantity-button:before {
	font-family: bb-icons;
	font-size: 22px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: 9px;
}

.woocommerce-cart-form .bs-quantity .quantity-up:before {
	content: "";
}

.woocommerce-cart-form .bs-quantity .quantity-down:before {
	content: "";
}

.woocommerce-cart-form .bs-quantity.bs-quantity-individually .num-individually {
	display: inline-block;
	width: 3.631em;
	min-width: 32px;
	max-width: 32px;
	text-align: center;
}

.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav {
	opacity: .3;
	cursor: default;
}

.woocommerce-cart-form .bs-quantity.bs-quantity-individually .qty-nav .quantity-button {
	cursor: default;
}

.woocommerce .wc-proceed-to-checkout {
	text-align: right;
	clear: both;
}

.woocommerce .wc-proceed-to-checkout a.button.checkout-button {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	font-size: 14px;
	display: inline-block;
	height: 40px;
	padding: 9px 2em;
	vertical-align: middle;
	line-height: 1.4;
	font-weight: 500;
}

.woocommerce .wc-proceed-to-checkout a.button.checkout-button:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

.woocommerce .wc-proceed-to-checkout a.button.checkout-button:hover {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

.woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	border-radius: var(--bb-button-radius);
}

.woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

.woocommerce #respond input#submit.alt, .woocommerce input.button.alt {
	background-color: var(--bb-primary-color);
}

.woocommerce-cart.woocommerce-page .bb_cart_totals_ctrls a.button.outline {
	background: 0 0;
	color: var(--bb-primary-color);
}

@media (max-width:992px) {
	body.woocommerce-cart #secondary {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

body.archive.woocommerce .grid.wc-grid-wrap {
	display: block;
	margin: 0;
}

body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header {
	display: block;
	padding-top: 1.875rem;
}

body.archive.woocommerce .grid.wc-grid-wrap header.woocommerce-products-header h1 {
	margin: 0 0 .3125rem;
}

body.archive.woocommerce .grid.wc-grid-wrap>.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-top: 0;
}

body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-top: .9375rem;
}

#secondary.wc-widget-area .widgets_expand {
	background: #fff;
	border-radius: 4px;
	padding: .9375rem;
	border: 0;
	margin-top: .9375rem;
	margin-bottom: 0;
	display: none;
	border-bottom: 1px solid #fff;
}

#secondary.wc-widget-area .widgets_expand h4.widget-title {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#secondary.wc-widget-area .widgets_expand h4.widget-title span.wc-widget-area-expand {
	margin-left: auto;
}

#secondary.wc-widget-area .widgets_expand.active {
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid var(--bb-content-border-color);
}

@media (min-width:800px) {
	#secondary.wc-widget-area .wc-widget-area-expandable {
		display: block !important;
	}
}

@media (max-width:800px) {
	#secondary.wc-widget-area .widgets_expand {
		display: block;
	}
	
	#secondary.wc-widget-area .wc-widget-area-expandable {
		display: none;
	}
	
	#secondary.wc-widget-area .wc-widget-area-expandable aside.widget h4.widget-title span.collapse-widget {
		display: none;
	}
	
	#secondary.wc-widget-area aside.widget:first-of-type {
		margin-top: 0;
		border-radius: 0;
	}
}

@media (max-width:799px) {
	body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-top: .9375rem;
	}
	
	body.archive.woocommerce .grid.wc-grid-wrap>.grid #primary ul.products {
		margin-bottom: 0;
	}
}

.widget_layered_nav ul.product-categories li span.count, .widget_layered_nav ul.woocommerce-widget-layered-nav-list li span.count, .widget_product_categories ul.product-categories li span.count, .widget_product_categories ul.woocommerce-widget-layered-nav-list li span.count {
	float: right;
	background: 0 0;
	box-shadow: none;
	color: var(--bb-alternate-text-color);
	padding: 0;
	letter-spacing: 0;
}

.widget_layered_nav ul.product-categories li ul.children, .widget_layered_nav ul.woocommerce-widget-layered-nav-list li ul.children, .widget_product_categories ul.product-categories li ul.children, .widget_product_categories ul.woocommerce-widget-layered-nav-list li ul.children {
	margin-top: 10px;
	padding: 0;
}

.widget_layered_nav ul.product-categories>li>a, .widget_layered_nav ul.woocommerce-widget-layered-nav-list>li>a, .widget_product_categories ul.product-categories>li>a, .widget_product_categories ul.woocommerce-widget-layered-nav-list>li>a {
	text-transform: uppercase;
}

.attribute-colors li, .woocommerce-widget-layered-color li {
	display: inline-block;
	margin-right: 10px;
}

.attribute-colors .color-marker, .woocommerce-widget-layered-color .color-marker {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #fff;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.attribute-colors .color-marker.checked, .woocommerce-widget-layered-color .color-marker.checked {
	box-shadow: 0 0 0 1px var(--bb-content-border-color);
}

.attribute-colors .color-marker:hover:after, .woocommerce-widget-layered-color .color-marker:hover:after {
	border: 1px solid var(--bb-content-border-color);
	font-size: 12px;
	padding: 2px 7px;
	background: #fff;
	color: #939597;
	border-radius: 4px;
	content: attr(data-name);
	position: absolute;
	left: -50%;
	margin: 0 auto;
	top: -27px;
	z-index: 9;
}

.attribute-colors .color-marker {
	cursor: default;
	margin-right: 6px;
}

.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li {
	padding: 7px .9375rem;
}

.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on {
	background-color: var(--bb-body-background-color);
}

.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on label, .woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li.on span.count {
	color: var(--bb-headings-color);
}

.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label {
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	line-height: 1.95;
}

.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox {
	z-index: 5;
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #fff;
	border: 1px solid var(--bb-content-border-color);
	margin: 4px 0 0;
	top: 2px;
	float: left;
	border-radius: 2px;
	margin-right: 7px;
	line-height: 1.35;
}

.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on {
	background-color: var(--bb-primary-color);
	border-color: var(--bb-primary-color);
}

.woocommerce .woocommerce-widget-layered-nav-list.woocommerce-widget-layered-attribute li label span.checkbox.on:before {
	color: #fff;
	content: "";
	width: 16px;
	height: 16px;
	line-height: 17px;
	font-family: bb-icons;
	font-size: 17px;
	position: relative;
	top: -2px;
	right: 1px;
	font-weight: 400;
}

.bs_widget_price_filter .price_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 10px;
}

.bs_widget_price_filter .price_label .from {
	margin-right: auto;
}

.wc-widget-area aside.widget h4.widget-title {
	margin-left: -.9375rem;
	margin-right: -.9375rem;
	border-bottom: 1px solid var(--bb-content-border-color);
	padding: 0 .9375rem 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wc-widget-area aside.widget.widget_product_categories h4 {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--bb-content-border-color);
	margin-bottom: 10px;
}

.wc-widget-area aside.widget.widget_layered_nav ul.product-categories, .wc-widget-area aside.widget.widget_layered_nav ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color), .wc-widget-area aside.widget.widget_product_categories ul.product-categories, .wc-widget-area aside.widget.widget_product_categories ul.woocommerce-widget-layered-nav-list:not(.woocommerce-widget-layered-color) {
	margin-left: -.9375rem;
	margin-right: -.9375rem;
}

.wc-widget-area aside.widget.widget_layered_nav>select, .wc-widget-area aside.widget.widget_product_categories>select {
	width: 100%;
}

.wc-widget-area aside.widget.widget_layered_nav li, .wc-widget-area aside.widget.widget_product_categories li {
	margin-bottom: 0;
	position: relative;
	min-height: 38px;
	line-height: 1;
}

.wc-widget-area aside.widget.widget_layered_nav li.current-cat>a, .wc-widget-area aside.widget.widget_product_categories li.current-cat>a {
	background-color: var(--bb-body-background-color);
	color: var(--bb-headings-color);
}

.wc-widget-area aside.widget.widget_layered_nav li.current-cat>.count, .wc-widget-area aside.widget.widget_product_categories li.current-cat>.count {
	color: var(--bb-headings-color);
}

.wc-widget-area aside.widget.widget_layered_nav li a, .wc-widget-area aside.widget.widget_product_categories li a {
	display: inline-block;
	padding: 8px 50px 7px .9375rem;
	width: 100%;
	line-height: 24px;
	max-height: 38px;
	height: 38px;
	white-space: nowrap;
	margin: 0;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wc-widget-area aside.widget.widget_layered_nav li a:hover, .wc-widget-area aside.widget.widget_product_categories li a:hover {
	background-color: var(--bb-body-background-color);
}

.wc-widget-area aside.widget.widget_layered_nav li span.count, .wc-widget-area aside.widget.widget_product_categories li span.count {
	display: inline-block;
	padding-top: 13px;
	padding-right: 0;
	position: absolute;
	right: 28px;
	top: 0;
	font-weight: 400;
	font-size: 13px;
}

.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent, .wc-widget-area aside.widget.widget_product_categories li span.expand-parent {
	display: inline-block;
	font-size: 1.3rem;
	padding-top: 9px;
	padding-right: 5px;
	padding-left: 7px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.wc-widget-area aside.widget.widget_layered_nav li span.expand-parent.active i, .wc-widget-area aside.widget.widget_product_categories li span.expand-parent.active i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.wc-widget-area aside.widget.widget_layered_nav li ul.children, .wc-widget-area aside.widget.widget_product_categories li ul.children {
	margin-top: 0;
}

.wc-widget-area aside.widget.widget_layered_nav li ul.children li a, .wc-widget-area aside.widget.widget_product_categories li ul.children li a {
	padding-left: 1.5625rem;
}

.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li a, .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li a {
	padding-left: 2.1875rem;
}

.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children a, .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children a {
	padding-left: 2.8125rem;
}

.wc-widget-area aside.widget.widget_layered_nav li ul.children ul.children li ul.children li ul.children a, .wc-widget-area aside.widget.widget_product_categories li ul.children ul.children li ul.children li ul.children a {
	padding-left: 3.4375rem;
}

.wc-widget-area aside.widget.widget_layered_nav li.cat-parent ul.children, .wc-widget-area aside.widget.widget_product_categories li.cat-parent ul.children {
	display: none;
}

.wc-widget-area aside.widget.widget_layered_nav li.current-cat-parent.cat-parent.cat-expanded>ul.children, .wc-widget-area aside.widget.widget_layered_nav li.current-cat.cat-parent.cat-expanded>ul.children, .wc-widget-area aside.widget.widget_product_categories li.current-cat-parent.cat-parent.cat-expanded>ul.children, .wc-widget-area aside.widget.widget_product_categories li.current-cat.cat-parent.cat-expanded>ul.children {
	display: block;
}

.wc-widget-area aside.widget.widget_layered_nav li {
	line-height: 1.35;
}

.no-js .wc-widget-area .widget.widget_product_categories li ul.children {
	display: block;
}

body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_layered_nav li span.count, body:not(.bb-page-loaded) .wc-widget-area aside.widget.widget_product_categories li span.count {
	display: none;
}

body:not(.bb-page-loaded).woocommerce form.woocommerce-ordering {
	display: none;
}

body:not(.bb-page-loaded) .bs_widget_price_filter #max_price, body:not(.bb-page-loaded) .bs_widget_price_filter #min_price {
	display: none;
}

.bs-quantity {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-button-radius);
	padding: 0 10px;
}

.bs-quantity input[type=number]::-webkit-inner-spin-button, .bs-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}

.bs-quantity input[type=number] {
	width: auto;
	min-width: 32px;
	max-width: 32px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	appearance: textfield;
}

.bs-quantity input[type=number]:focus {
	outline: 0;
}

.bs-quantity .qty-nav {
	position: relative;
	height: 40px;
}

.bs-quantity .quantity-button {
	position: relative;
	cursor: pointer;
	width: 20px;
	text-align: center;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bs-quantity .qty-nav .quantity-button.limit {
	opacity: .3;
	cursor: default;
}

.cart_totals table.shop_table td {
	text-align: right;
}

.cart_totals table.shop_table tr.order-total th {
	color: var(--bb-headings-color);
	font-weight: bolder;
}

.cart_totals table.shop_table form.woocommerce-shipping-calculator {
	margin-bottom: 0;
}

.cart_totals table.shop_table form.woocommerce-shipping-calculator>p {
	margin-bottom: 5px;
}

.cart_totals table.shop_table .shipping-calculator-form {
	text-align: left;
}

.woocommerce-page .select2-container .select2-selection--single {
	height: 40px;
	border-color: var(--bb-content-border-color);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cjx0aXRsZT5TdHJva2UgNzczPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB1c2luZyBGaWdtYTwvZGVzYz4KPGcgaWQ9IkNhbnZhcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE5ODg2IDApIj4KPGcgaWQ9IlN0cm9rZSA3NzMiIG9wYWNpdHk9IjAuMjUiPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5ODg3IDEpIiBmaWxsPSIjMTIyQjQ2Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPHBhdGggaWQ9InBhdGgwX3N0cm9rZSIgZD0iTSA4LjYzNjQgMC42MzYzOTZDIDguOTg3ODcgMC4yODQ5MjQgOC45ODc4NyAtMC4yODQ5MjQgOC42MzY0IC0wLjYzNjM5NkMgOC4yODQ5MiAtMC45ODc4NjggNy43MTUwOCAtMC45ODc4NjggNy4zNjM2IC0wLjYzNjM5NkwgOC42MzY0IDAuNjM2Mzk2Wk0gNCA0TCAzLjM2MzYgNC42MzY0QyAzLjcxNTA4IDQuOTg3ODcgNC4yODQ5MiA0Ljk4Nzg3IDQuNjM2NCA0LjYzNjRMIDQgNFpNIDAuNjM2Mzk2IC0wLjYzNjM5NkMgMC4yODQ5MjQgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggLTAuNjM2Mzk2IC0wLjYzNjM5NkMgLTAuOTg3ODY4IC0wLjI4NDkyNCAtMC45ODc4NjggMC4yODQ5MjQgLTAuNjM2Mzk2IDAuNjM2Mzk2TCAwLjYzNjM5NiAtMC42MzYzOTZaTSA3LjM2MzYgLTAuNjM2Mzk2TCAzLjM2MzYgMy4zNjM2TCA0LjYzNjQgNC42MzY0TCA4LjYzNjQgMC42MzYzOTZMIDcuMzYzNiAtMC42MzYzOTZaTSA0LjYzNjQgMy4zNjM2TCAwLjYzNjM5NiAtMC42MzYzOTZMIC0wLjYzNjM5NiAwLjYzNjM5NkwgMy4zNjM2IDQuNjM2NEwgNC42MzY0IDMuMzYzNloiLz4KPC9kZWZzPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-position: right .5rem center;
	padding-right: 35px;
	font-size: 15px;
	background-color: var(--bb-content-background-color);
}

.woocommerce-page .select2-container .select2-selection--single.nitro-lazy {
	background-image: none !important;
}

.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
	display: none;
}

.woocommerce-page .select2-container .select2-selection--single.wc-order-by {
	background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'22\' height=\'22\' viewBox=\'0 0 32 32\'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style=\'fill:%23A1ACB8;\' d=\'M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z\'%3E%3C/path%3E%3C/svg%3E");
	border: 0;
	background-color: transparent;
	font-size: 14px;
	outline: 0;
}

.woocommerce-page .select2-container .select2-selection--single.wc-order-by.nitro-lazy {
	background-image: none !important;
}

.woocommerce-page .select2-container .select2-selection--single.wc-order-by:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'22\' height=\'22\' viewBox=\'0 0 32 32\'%3E%3Ctitle%3Esort-desc%3C/title%3E%3Cpath style=\'fill:%23122b46;\' d=\'M24.768 22.464v-13.216c0-0.544-0.448-0.992-1.024-0.992-0.544 0-0.992 0.448-0.992 0.992v13.216c0 0.576 0.448 1.024 0.992 1.024 0.576 0 1.024-0.448 1.024-1.024zM21.568 19.616c-0.352-0.384-0.992-0.416-1.408-0.032-0.384 0.384-0.416 1.024-0.032 1.408l2.912 3.104c0.384 0.448 1.056 0.448 1.44 0l2.912-3.104c0.384-0.384 0.352-1.024-0.032-1.408-0.416-0.384-1.056-0.352-1.408 0.032l-2.208 2.336-2.176-2.336zM16.736 12.64h-8.736c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h8.736c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM14.56 17.376h-6.56c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h6.56c0.544 0 0.992-0.448 0.992-1.024 0-0.544-0.448-0.992-0.992-0.992zM12.352 22.368h-4.352c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h4.352c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992zM18.176 7.648h-10.176c-0.544 0-0.992 0.448-0.992 0.992 0 0.576 0.448 1.024 0.992 1.024h10.176c0.576 0 1.024-0.448 1.024-1.024 0-0.544-0.448-0.992-1.024-0.992z\'%3E%3C/path%3E%3C/svg%3E");
}

.woocommerce-page .select2-container .select2-selection--single.wc-order-by:hover.nitro-lazy {
	background-image: none !important;
}

.woocommerce-page .select2-container .select2-search {
	font-size: 15px;
}

.woocommerce-page .select2-container .select2-results {
	font-size: 15px;
}

.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below {
	border-radius: 4px;
	border: 0;
	background: #fff;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .05), 0 6px 32px 0 rgba(18, 43, 70, .1);
	padding: 7px 0;
	margin-top: 8px;
}

.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below:before {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 16px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 8px solid #000;
	border-color: #fff #fff transparent transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, .02);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	z-index: 101;
}

.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option {
	padding: 3px 12px;
	font-size: 14px;
}

.woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .wc-order-by-dropdown.select2-dropdown--below .select2-results ul.select2-results__options li.select2-results__option.select2-results__option[aria-selected=true] {
	background-color: var(--bb-body-background-color);
	color: var(--bb-primary-color);
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
	padding-right: 3px;
	padding-left: 12px;
	color: inherit;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered[title~=Select] {
	color: #c3c6c9;
}

.woocommerce-page form.woocommerce-ordering .select2-selection--single .select2-selection__rendered {
	text-align: right;
	color: #7f868f;
}

.site-header a.header-cart-link {
	position: relative;
	padding-right: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header a.header-cart-link span.count {
	background-color: var(--bb-primary-color);
	line-height: 1.6;
	font-size: 9px;
	top: -webkit-calc(50% - 20px);
	top: calc(50% - 20px);
	right: -4px;
	padding: 1px 6px;
	position: absolute;
}

.header-mini-cart {
	overflow: hidden;
}

.header-mini-cart ul.cart_list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.site-header .header-mini-cart ul.cart_list {
	max-width: -webkit-calc(100vw - 20px);
	max-width: calc(100vw - 20px);
	overflow: auto;
	max-height: -webkit-calc(100vh - 210px);
	max-height: calc(100vh - 210px);
}

.header-mini-cart ul.cart_list li.mini_cart_item {
	padding: 15px;
	border-bottom: 1px solid var(--bb-content-border-color);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-mini-cart ul.cart_list li.mini_cart_item:hover {
	background-color: var(--bb-content-alternate-background-color);
}

.header-mini-cart ul.cart_list li.mini_cart_item>a {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: auto;
	color: var(--bb-headings-color);
	font-weight: 400;
	margin-bottom: 0;
}

.header-mini-cart ul.cart_list li.mini_cart_item>a:hover {
	color: var(--bb-primary-color);
}

.header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove) {
	font-size: 14px;
	max-width: 270px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-mini-cart ul.cart_list li.mini_cart_item span.quantity {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	color: var(--bb-alternate-text-color);
	font-size: 13px;
	margin-right: 10px;
	white-space: nowrap;
}

.header-mini-cart ul.cart_list li.mini_cart_item>a.remove {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-right: 0;
	color: var(--bb-alternate-text-color);
	font-size: 16px;
	line-height: 1;
	width: auto;
}

.header-mini-cart ul.cart_list li.mini_cart_item>a.remove:hover {
	background-color: transparent;
	color: var(--bb-primary-color);
}

.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: small;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-left: 1em;
	border-left: 2px solid rgba(0, 0, 0, .1);
}

.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dt {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	max-width: 40%;
	padding-right: .5em;
	font-weight: 700;
}

.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	max-width: 60%;
}

.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd * {
	margin: 0;
}

.header-mini-cart ul.cart_list li.mini_cart_item>dl.variation>dd>* {
	padding-bottom: .5em;
}

.header-mini-cart ul.cart_list li.mini_cart_item .blockUI.blockOverlay {
	opacity: .12 !important;
}

.header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail, .header-mini-cart ul.cart_list img.woocommerce-placeholder {
	max-width: 36px;
	width: 36px;
	border-radius: 6px;
	margin-right: 10px;
	margin-left: 0;
	float: none;
}

.header-mini-cart p.woocommerce-mini-cart__total {
	width: 50%;
	float: left;
	color: var(--bb-alternate-text-color);
	font-size: 14px;
	margin: 0;
	line-height: 35px;
	padding: 10px 0 9px 15px;
	background-color: var(--bb-content-background-color);
}

.header-mini-cart p.woocommerce-mini-cart__total strong {
	font-weight: 400;
}

.header-mini-cart p.woocommerce-mini-cart__buttons {
	width: 50%;
	float: right;
	text-align: right;
	margin: 0;
	line-height: 35px;
	padding: 12px 15px 12px 0;
	background-color: var(--bb-content-background-color);
}

.header-mini-cart p.woocommerce-mini-cart__buttons a.button {
	padding: 5px 15px;
	font-size: 14px;
	float: right;
	min-height: auto;
	border-radius: var(--bb-button-radius);
}

.header-mini-cart p.woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
	display: none;
}

.header-mini-cart p.woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 20px 15px;
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	text-align: center;
}

.notification-dropdown .notification-header .header-view-cart-link {
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-cart .woocommerce-shipping-calculator {
	position: relative;
}

.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button {
	position: relative;
	padding-right: 20px;
}

.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button:after {
	content: "";
	font-family: bb-icons;
	font-weight: 400;
	speak: none;
	display: inline-block;
	color: #939597;
	position: absolute;
	right: -5px;
	top: 0;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.shipping-calculator-form {
	position: absolute;
	width: 250px;
	top: 37px;
	left: 14px;
	z-index: 9;
	background-color: #fff;
	padding: 1.25rem 1.25rem;
	border-radius: 4px;
	box-shadow: 0 6px 24px 0 rgba(18, 43, 70, .12);
}

.shipping-calculator-form:before {
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 50px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 8px solid #000;
	border-color: #fff #fff transparent transparent;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, .02);
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
	z-index: 1002;
}

.shipping-calculator-form p:last-of-type {
	margin-bottom: 0;
}

.shipping-calculator-form button.button {
	width: 100%;
}

.woocommerce ul#shipping_method label {
	font-size: 14px;
}

.woocommerce ul#shipping_method label .amount {
	font-weight: 400;
}

.woocommerce-shipping-destination {
	font-size: 12px;
}

.woocommerce-shipping-destination strong {
	font-weight: 400;
}

.woocommerce .widget_layered_nav_filters ul li a::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	content: "";
	font-family: bb-icons;
	display: inline-block;
	line-height: 1;
	font-weight: 100;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	color: var(--bb-alternate-text-color);
	position: relative;
	top: 1px;
}

.woocommerce ul.product_list_widget li {
	padding: 8px 0;
}

.woocommerce ul.product_list_widget li a {
	font-weight: 400;
	margin-bottom: 10px;
	min-height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce ul.product_list_widget li a img {
	border-radius: 3px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto;
}

.woocommerce ul.product_list_widget li a .product-title {
	line-height: 1.35;
	display: block;
	display: -webkit-box;
	max-height: 3em;
	margin: 0;
	margin-right: 10px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.woocommerce ul.product_list_widget li .star-rating {
	height: 1.5em;
	width: 7.2em;
}

.woocommerce ul.product_list_widget li>del {
	color: var(--bb-alternate-text-color);
}

.woocommerce ul.product_list_widget li>ins {
	float: right;
	text-decoration: none;
}

.woocommerce .widget_rating_filter ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
}

.woocommerce .widget_rating_filter ul li .star-rating {
	width: 7.2em;
	margin-right: auto;
}

.woocommerce.widget_shopping_cart a.button, .woocommerce.widget_shopping_cart a.button:hover {
	color: #fff;
	background-color: #385dff;
}

.woocommerce.widget_shopping_cart a.button:hover {
	box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .1);
}

.content-area ul.products {
	margin-left: -1%;
	margin-right: -1%;
}

.content-area ul.products li.product {
	width: 23%;
	max-width: 23%;
	margin: 0 1% 2%;
}

@media (min-width:1200px) {
	.content-area ul.products {
		margin-left: -1%;
		margin-right: -1%;
	}
	
	.content-area ul.products li.product {
		width: 23%;
		max-width: 23%;
		margin: 0 1% 2%;
	}
	
	.woo-sidebar .content-area ul.products {
		margin-left: -1%;
		margin-right: -1%;
	}
	
	.woo-sidebar .content-area ul.products li.product {
		width: 31.333%;
		max-width: 31.333%;
		margin: 0 1% 2%;
	}
}

@media (max-width:1200px) {
	.content-area ul.products {
		margin-left: -1%;
		margin-right: -1%;
	}
	
	.content-area ul.products li.product {
		width: 31.333%;
		max-width: 31.333%;
		margin: 0 1% 2%;
	}
}

@media (max-width:1100px) {
	.woo-sidebar .content-area ul.products li.product {
		width: 48%;
		max-width: 48%;
	}
}

@media (max-width:992px) {
	.woocommerce ul.products[class*=columns-] {
		margin-left: -1%;
		margin-right: -1%;
	}
	
	.woocommerce ul.products[class*=columns-] li.product {
		width: 48%;
		max-width: 48%;
		margin: 0 1% 2%;
	}
	
	.woo-sidebar .content-area ul.products li.product a.added_to_cart.wc-forward, .woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button, .woo-sidebar .content-area ul.products li.product a.button.product_type_simple {
		font-size: 12px;
		letter-spacing: -.5px;
	}
	
	.woo-sidebar .content-area ul.products li.product a.button.add_to_cart_button.added:after {
		vertical-align: baseline;
		font-size: 10px;
	}
}

@media (max-width:544px) {
	.woocommerce .woocommerce-result-count {
		float: none;
		width: 100%;
	}
	
	.woocommerce form.woocommerce-ordering {
		float: none;
	}
	
	.woocommerce ul.products[class*=columns-] {
		margin-left: 0;
		margin-right: 0;
	}
	
	.woocommerce ul.products[class*=columns-] li.product {
		width: 100%;
		max-width: 100%;
	}
	
	body.archive.woocommerce .grid.wc-grid-wrap>.grid {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	
	body.archive.woocommerce .grid.wc-grid-wrap>.grid #secondary {
		padding-left: 5px;
		padding-right: 5px;
	}
}

#content .wp-block-woocommerce-handpicked-products ul.products, #content .wp-block-woocommerce-product-best-sellers ul.products, #content .wp-block-woocommerce-product-category ul.products, #content .wp-block-woocommerce-product-new ul.products, #content .wp-block-woocommerce-product-on-sale ul.products, #content .wp-block-woocommerce-product-top-rated ul.products, #content .wp-block-woocommerce-products-by-attribute ul.products {
	-webkit-column-count: auto;
	column-count: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	margin-bottom: 20px;
}

#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product, #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product, #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product, #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product, #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product {
	width: -webkit-calc(25% - 20px);
	width: calc(25% - 20px);
	max-width: -webkit-calc(25% - 20px);
	max-width: calc(25% - 20px);
}

#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links, #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward, #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.added_to_cart.wc-forward {
	width: 100%;
	border-right: 0;
	border-radius: 0;
}

#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button, #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button {
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

#content .wp-block-woocommerce-handpicked-products ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-product-best-sellers ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-product-category ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-product-new ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-product-on-sale ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-product-top-rated ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added, #content .wp-block-woocommerce-products-by-attribute ul.products.columns-4 li.product .bs_after_shop_loop_item_links a.button.add_to_cart_button.added {
	border-radius: 0 0 4px 4px;
}

#content .wp-block-woocommerce-handpicked-products ul.products li.product, #content .wp-block-woocommerce-handpicked-products ul.products li.product.type-product, #content .wp-block-woocommerce-product-best-sellers ul.products li.product, #content .wp-block-woocommerce-product-best-sellers ul.products li.product.type-product, #content .wp-block-woocommerce-product-category ul.products li.product, #content .wp-block-woocommerce-product-category ul.products li.product.type-product, #content .wp-block-woocommerce-product-new ul.products li.product, #content .wp-block-woocommerce-product-new ul.products li.product.type-product, #content .wp-block-woocommerce-product-on-sale ul.products li.product, #content .wp-block-woocommerce-product-on-sale ul.products li.product.type-product, #content .wp-block-woocommerce-product-top-rated ul.products li.product, #content .wp-block-woocommerce-product-top-rated ul.products li.product.type-product, #content .wp-block-woocommerce-products-by-attribute ul.products li.product, #content .wp-block-woocommerce-products-by-attribute ul.products li.product.type-product {
	margin: 0 10px 20px;
}

#content .wp-block-woocommerce-handpicked-products ul.products li.product span.onsale, #content .wp-block-woocommerce-product-best-sellers ul.products li.product span.onsale, #content .wp-block-woocommerce-product-category ul.products li.product span.onsale, #content .wp-block-woocommerce-product-new ul.products li.product span.onsale, #content .wp-block-woocommerce-product-on-sale ul.products li.product span.onsale, #content .wp-block-woocommerce-product-top-rated ul.products li.product span.onsale, #content .wp-block-woocommerce-products-by-attribute ul.products li.product span.onsale {
	margin: 0;
	left: 0;
	right: auto;
}

.site-header a.header-cart-link span.count, .woocommerce span.onsale {
	background-color: var(--bb-primary-color);
}

body .select2-container .select2-dropdown .select2-results__option {
	outline: 0;
}

.woocommerce-product-search button {
	font-size: 14px;
	margin: 10px 0 0;
	background-color: var(--bb-primary-color);
}

.widget .woocommerce-product-search button i:before {
	color: var(--bb-primary-color);
}

.widget .woocommerce table.shop_table td, .widget .woocommerce table.shop_table th {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1;
}

.widget .woocommerce table.cart thead {
	display: none;
}

.widget .woocommerce .cart-collaterals .cart_totals, .widget .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}

.widget .woocommerce-checkout .bb-wc-co {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.widget .woocommerce-checkout .bb-wc-co .bb-wc-col {
	width: 100%;
}

.widget .woocommerce ul.products {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.widget .woocommerce ul.products.columns-1 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce ul.products.columns-2 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce ul.products.columns-3 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce ul.products.columns-4 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce ul.products.columns-5 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce ul.products.columns-6 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce ul.products.columns-7 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce ul.products.columns-8 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce ul.products.columns-9 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce ul.products.columns-10 li.product {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.widget .woocommerce div.product div.images, .widget .woocommerce div.product div.summary {
	width: 100%;
	float: none;
}

.widget div.product div.woocommerce-product-gallery.images {
	width: 100%;
	float: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

#content .widget div.product div.summary, #content .widget div.product div.woocommerce-product-gallery.images {
	min-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	border: 0;
}

@media (max-width:1024px) {
	#content .wp-block-woocommerce-handpicked-products ul.products.products li.product, #content .wp-block-woocommerce-product-best-sellers ul.products.products li.product, #content .wp-block-woocommerce-product-category ul.products.products li.product, #content .wp-block-woocommerce-product-new ul.products.products li.product, #content .wp-block-woocommerce-product-on-sale ul.products.products li.product, #content .wp-block-woocommerce-product-top-rated ul.products.products li.product, #content .wp-block-woocommerce-products-by-attribute ul.products.products li.product {
		width: -webkit-calc(33.333% - 20px);
		width: calc(33.333% - 20px);
		max-width: -webkit-calc(33.333% - 20px);
		max-width: calc(33.333% - 20px);
	}
}

@media (max-width:768px) {
	#content .wp-block-woocommerce-handpicked-products ul.products.products li.product, #content .wp-block-woocommerce-product-best-sellers ul.products.products li.product, #content .wp-block-woocommerce-product-category ul.products.products li.product, #content .wp-block-woocommerce-product-new ul.products.products li.product, #content .wp-block-woocommerce-product-on-sale ul.products.products li.product, #content .wp-block-woocommerce-product-top-rated ul.products.products li.product, #content .wp-block-woocommerce-products-by-attribute ul.products.products li.product {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		max-width: -webkit-calc(50% - 20px);
		max-width: calc(50% - 20px);
	}
}

@media (max-width:480px) {
	#content .wp-block-woocommerce-handpicked-products ul.products.products li.product, #content .wp-block-woocommerce-product-best-sellers ul.products.products li.product, #content .wp-block-woocommerce-product-category ul.products.products li.product, #content .wp-block-woocommerce-product-new ul.products.products li.product, #content .wp-block-woocommerce-product-on-sale ul.products.products li.product, #content .wp-block-woocommerce-product-top-rated ul.products.products li.product, #content .wp-block-woocommerce-products-by-attribute ul.products.products li.product {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		max-width: -webkit-calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
}

#content div.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#content div.product>div, #content div.product>section {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 100%;
	box-sizing: border-box;
}

#content div.product div.woocommerce-product-gallery.images {
	width: 55%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	min-width: 55%;
	background-color: var(--bb-content-background-color);
	border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius);
	border: 1px solid var(--bb-content-border-color);
	border-right-width: 0;
	padding-bottom: 0;
}

#content div.product div.summary {
	width: 45%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	min-width: 45%;
	margin-top: 0;
	padding: 2em 2% 0 4%;
	background-color: var(--bb-content-background-color);
	border-radius: 0 var(--bb-block-radius) var(--bb-block-radius) 0;
	border: 1px solid var(--bb-content-border-color);
	border-left-width: 0;
}

#content div.product div.summary h1.product_title {
	line-height: 2rem;
}

#content div.product div.summary h4.pr-sub-heading {
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 600;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--bb-content-border-color);
}

#content div.product div.summary .product_meta {
	font-size: 16px;
	margin-bottom: 20px;
}

#content div.product div.summary .product_meta>span {
	display: block;
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	padding: 0 0 3px;
	margin: 0;
}

#content div.product div.summary .product_meta>span:last-of-type {
	border-bottom: 0;
}

#content div.product div.summary .product_meta .pr-atts-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title {
	width: 30%;
	padding-right: 5px;
}

@media (max-width:544px) {
	#content div.product div.summary .product_meta .pr-atts-row .pr-atts-title {
		width: 40%;
	}
}

#content div.product div.summary .product_meta .pr-atts-row p {
	display: inline;
	margin: 0;
	font-size: 1em;
}

#content div.product div.summary .product_meta .pr-atts-row p.out-of-stock {
	color: var(--bb-danger-color);
}

#content div.product div.summary .attribute-colors {
	margin: 0 0 20px;
}

#content div.product div.summary .quantity {
	margin-right: 10px;
	margin-bottom: 10px;
}

#content div.product div.summary .quantity.quantity--readonly {
	visibility: hidden;
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
}

#content div.product div.summary>p.stock {
	display: none;
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
	#content div.product div.summary {
		width: 38%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		min-width: 38%;
	}
}

#content div.product .flex-control-thumbs {
	width: 70%;
	overflow: visible;
	display: none;
}

#content div.product .flex-control-thumbs.slick-initialized {
	display: block;
	min-height: 100px;
}

#content div.product .flex-control-thumbs .slick-list .slick-slide {
	margin: 0 5px;
}

#content div.product .flex-control-thumbs .slick-list .slick-slide li img {
	opacity: 1;
}

#content div.product .flex-control-thumbs {
	width: 70%;
	margin: 10px auto 15px;
}

#content div.product .flex-control-thumbs .slick-slide {
	margin: 0 5px;
}

#content div.product .flex-control-thumbs .slick-arrow {
	background-color: #fff;
	opacity: 1;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
}

#content div.product .flex-control-thumbs .slick-arrow i {
	color: #828d98;
}

#content div.product .flex-control-thumbs .slick-arrow.slick-disabled {
	cursor: default;
}

#content div.product .flex-control-thumbs .slick-arrow.slick-disabled i {
	opacity: .3;
}

#content div.product .flex-control-thumbs .slick-arrow.bb-slide-next {
	right: -15px;
}

#content div.product .flex-control-thumbs .slick-arrow.bb-slide-prev {
	left: -15px;
}

#content div.product div.images .woocommerce-product-gallery__trigger {
	background-color: var(--bb-content-background-color);
	color: transparent;
	text-indent: 0;
}

#content div.product div.images .woocommerce-product-gallery__trigger img.emoji {
	display: none;
}

#content div.product div.images .woocommerce-product-gallery__trigger:before {
	border: 0;
	content: "";
	color: var(--bb-body-text-color);
	font-family: bb-icons;
	font-style: normal;
	height: auto;
	width: auto;
	font-size: 24px;
	top: 5px;
	left: 6px;
}

#content div.product div.images .woocommerce-product-gallery__trigger:after {
	display: none;
}

#content div.product p.price {
	color: var(--bb-headings-color);
	font-weight: 500;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

#content div.product p.price ins {
	text-decoration: none;
	font-weight: 500;
}

#content div.product p.price del {
	color: var(--bb-alternate-text-color);
	opacity: 1;
	font-weight: 400;
}

#content div.product .woocommerce-product-details__short-description {
	font-size: 16px;
}

#content div.product form.cart .button {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	font-size: 14px;
	font-weight: 400;
	padding-left: 3em;
	padding-right: 3em;
	height: 40px;
}

#content div.product form.cart .button:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

#content div.product form.cart .button:hover {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

#content div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

#content div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background-color: transparent;
}

#content div.product .woocommerce-tabs ul.tabs li:after, #content div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

#content div.product .woocommerce-tabs ul.tabs li.active {
	background: 0 0;
	border-bottom: 1px solid var(--bb-primary-color);
}

#content div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--bb-headings-color);
}

#content div.product .woocommerce-tabs ul.tabs li.active a:hover {
	color: var(--bb-primary-color);
}

#content div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	font-size: 14px;
	color: var(--bb-body-text-color);
}

#content div.product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--bb-primary-color);
}

#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews a span {
	display: inline-block;
	background-color: var(--bb-alternate-text-color);
	color: var(--bb-content-background-color);
	padding: 2px 7px;
	border-radius: 10px;
	line-height: 1.2;
	font-size: .9em;
	margin-left: 4px;
}

#content div.product .woocommerce-tabs ul.tabs li#tab-title-reviews.active a span {
	background-color: var(--bb-primary-color);
}

#content div.product .woocommerce-tabs .panel {
	background-color: var(--bb-content-background-color);
	border-radius: var(--bb-block-radius);
	border: 1px solid var(--bb-content-border-color);
	padding: 1.25rem 1.25rem;
	font-size: 14px;
}

#content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description p {
	font-size: 16px;
}

#content div.product .shop_attributes tr:nth-child(even) td, #content div.product .shop_attributes tr:nth-child(even) th {
	background-color: transparent;
}

#content div.product .shop_attributes td, #content div.product .shop_attributes th {
	padding: 8px;
	font-size: 14px;
}

#content div.product .shop_attributes td p, #content div.product .shop_attributes th p {
	padding: 0;
}

#content div.product .shop_attributes th {
	text-transform: uppercase;
	font-weight: 400;
}

#content div.product #reviews #comments ol.commentlist li img.avatar {
	border-radius: 100%;
	border: 0;
	padding: 0;
}

#content div.product #reviews .comment-respond {
	box-shadow: none;
}

#content div.product #reviews .comment-reply-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}

#content div.product #reviews p.stars a {
	color: #d3ced2;
	margin: 0 2px;
}

#content div.product #reviews p.stars a:hover {
	color: #fcaf00;
}

#content div.product #reviews p.stars.selected a.active, #content div.product #reviews p.stars.selected a:not(.active) {
	color: var(--bb-warning-color);
}

#content div.product #reviews p.stars.selected a.active~a {
	color: #d3ced2;
}

#content div.product #reviews p.form-submit input#submit {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
}

#content div.product #reviews p.form-submit input#submit:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

#content div.product #reviews p.form-submit input#submit:hover {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

#content div.product #reviews .comment-form label {
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 12px;
	color: inherit;
}

#content div.product form.cart .variations td.value {
	padding: 0 0 .5rem;
}

#content div.product form.cart .variations td.label {
	background: 0 0;
}

#content div.product form.cart .variations label {
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: .75rem;
	font-weight: 600;
	line-height: 2.5rem;
}

div.product .woocommerce-product-gallery__image {
	border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius);
}

div.product .woocommerce-product-gallery__wrapper img.wp-post-image {
	border-radius: var(--bb-block-radius) 0 0 var(--bb-block-radius);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-color: var(--bb-content-border-color);
	border-radius: var(--bb-block-radius-inner);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0;
}

.woocommerce div.product span.price {
	color: var(--bb-primary-color);
}

.woocommerce [type=checkbox]:checked+span {
	color: var(--bb-primary-color);
}

.woocommerce .woocommerce-product-rating a.woocommerce-review-link {
	font-size: .757em;
	color: var(--bb-alternate-text-color);
}

.woocommerce .woocommerce-product-rating a.woocommerce-review-link:hover {
	color: var(--bb-alternate-text-color);
}

.woocommerce div.product .woocommerce-product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: .4em;
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
	margin-top: 0;
}

.woocommerce div.product .woocommerce-product-rating span.count {
	background-color: transparent;
	color: inherit;
	letter-spacing: 0;
	box-shadow: none;
	padding: 0 3px;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: var(--bb-alternate-text-color);
}

.woocommerce #review_form #respond p.comment-form-author {
	margin-right: 5px;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
}

.woocommerce #review_form #respond p.comment-form-email {
	margin-left: 5px;
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
}

@media (max-width:992px) {
	.woocommerce .has-sidebar #review_form #respond p.comment-form-author {
		margin-left: 0;
		width: 100%;
	}
	
	.woocommerce .has-sidebar #review_form #respond p.comment-form-email {
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width:800px) {
	.woocommerce #review_form #respond p.comment-form-author {
		margin-left: 0;
		width: 100%;
	}
	
	.woocommerce #review_form #respond p.comment-form-email {
		margin-left: 0;
		width: 100%;
	}
}

.woocommerce div.product form.cart .variations th {
	padding: 0 1rem;
}

@media (max-width:1200px) {
	body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images {
		width: 52%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 52%;
		flex: 0 0 52%;
		min-width: 52%;
	}
	
	body.has-sidebar.woocommerce #content div.product div.summary {
		width: 48%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		min-width: 48%;
	}
	
	body.has-sidebar.woocommerce #content div.product .flex-control-thumbs.slick-initialized {
		min-height: 50px;
	}
}

@media (max-width:992px) {
	body.has-sidebar.woocommerce #content div.product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	body.has-sidebar.woocommerce #content div.product div.woocommerce-product-gallery.images {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-width: 100%;
		border-right-width: 1px;
		border-radius: 4px;
		float: none;
	}
	
	body.has-sidebar.woocommerce #content div.product div.summary {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-width: 100%;
		border-left-width: 1px;
		border-radius: 4px;
		padding: 1.5em;
		float: none;
	}
}

@media (max-width:800px) {
	.woocommerce #content div.product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce #content div.product div.images {
		margin-bottom: 15px;
	}
	
	.woocommerce #content div.product div.woocommerce-product-gallery.images {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 100%;
		border-right-width: 1px;
		border-radius: var(--bb-block-radius);
		float: none;
	}
	
	.woocommerce #content div.product div.summary {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 100%;
		border-left-width: 1px;
		border-radius: var(--bb-block-radius);
		padding: 1.5em;
		float: none;
	}
	
	.woocommerce #content div.product .flex-control-thumbs.slick-initialized {
		min-height: 50px;
	}
	
	div.product .woocommerce-product-gallery__wrapper img.wp-post-image {
		border-radius: var(--bb-block-radius);
	}
}

@media (max-width:544px) {
	.content-area .related.products ul.products li.product {
		margin-bottom: 20px;
	}
	
	.woocommerce .woocommerce-message {
		font-size: 14px;
		line-height: 150%;
	}
	
	.woocommerce .woocommerce-message .button {
		margin-left: 10px;
		font-size: 13px;
	}
	
	.woocommerce .woocommerce-message[role=alert] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce .woocommerce-message[role=alert] .button.wc-forward {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 10px 0 0;
		max-width: 230px;
	}
	
	.woocommerce .woocommerce-error li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce .woocommerce-error li .button.wc-forward {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 10px 0 0;
		max-width: 230px;
	}
}

.wpb_wrapper li.product-category a {
	display: block;
	width: 100%;
}

.wpb_wrapper li.product-category h2.woocommerce-loop-category__title {
	text-align: center;
	padding: 5px 10px;
}

.woocommerce-checkout form.checkout .col2-set .col-1 {
	width: 100%;
	float: none;
}

.woocommerce-checkout form.checkout .col2-set .col-2 {
	width: 100%;
	float: none;
}

.woocommerce-checkout form.checkout .col2-set .col-2 .woocommerce-shipping-fields {
	margin-bottom: 10px;
}

.woocommerce-checkout form.checkout .col2-set h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 1rem 0;
}

.woocommerce-checkout .bb-wc-co {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}

.woocommerce-checkout .bb-wc-co .bb-wc-col {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce-checkout .bb-wc-co #customer_details {
	background-color: var(--bb-content-background-color);
	border-radius: var(--bb-block-radius);
	border: 1px solid var(--bb-content-border-color);
	margin-bottom: 20px;
	padding: 15px 20px;
}

.woocommerce-checkout .bb-wc-co .bb-order-review {
	background-color: var(--bb-content-background-color);
	border-radius: var(--bb-block-radius);
	border: 1px solid var(--bb-content-border-color);
	margin-bottom: 20px;
	padding: 15px 20px;
}

.woocommerce-checkout .bb-wc-co .bb-order-review h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}

.woocommerce-checkout .bb-wc-co table.shop_table {
	border: 0;
	font-size: 14px;
}

.woocommerce-checkout .bb-wc-co table.shop_table td, .woocommerce-checkout .bb-wc-co table.shop_table th {
	border-bottom: 1px solid var(--bb-content-border-color);
	border-top: 0;
	font-weight: 400;
	padding-left: 0;
}

.woocommerce-checkout .bb-wc-co table.shop_table td:first-child, .woocommerce-checkout .bb-wc-co table.shop_table th:first-child {
	padding-left: 0;
}

.woocommerce-checkout .bb-wc-co table.shop_table td:last-child, .woocommerce-checkout .bb-wc-co table.shop_table th:last-child {
	padding-right: 0;
	text-align: right;
}

.woocommerce-checkout .bb-wc-co table.shop_table td.product-name {
	width: 65%;
}

.woocommerce-checkout .bb-wc-co table.shop_table td.product-total {
	color: var(--bb-headings-color);
	width: 35%;
}

.woocommerce-checkout .bb-wc-co table.shop_table th {
	text-transform: uppercase;
	font-weight: 400;
	color: var(--bb-alternate-text-color);
	font-size: 14px;
}

.woocommerce-checkout .bb-wc-co table.shop_table tfoot td, .woocommerce-checkout .bb-wc-co table.shop_table tfoot th {
	color: var(--bb-alternate-text-color);
	border-bottom: 0;
	vertical-align: top;
}

.woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child {
	padding-left: 30%;
	padding-top: 6px;
	padding-bottom: 6px;
}

.woocommerce-checkout .bb-wc-co table.shop_table tfoot td {
	width: 50%;
}

.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td, .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th {
	color: var(--bb-headings-color);
	font-weight: 500;
}

.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td strong {
	font-weight: 500;
}

.woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child td, .woocommerce-checkout .bb-wc-co table.shop_table tfoot tr:first-child th {
	padding-top: 15px;
}

.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-thumbnail img {
	max-width: 65px;
	height: auto;
	margin-right: 20px;
}

.woocommerce-checkout .bb-wc-co table.shop_table .check-name {
	color: var(--bb-headings-color);
	font-weight: 500;
	line-height: 1.4;
}

.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-remove {
	margin-right: 10px;
}

.woocommerce-checkout .bb-wc-co table.shop_table .qty {
	color: var(--bb-alternate-text-color);
	text-transform: uppercase;
	font-size: 13px;
}

.woocommerce-checkout .bb-wc-co table.shop_table .qty strong {
	color: var(--bb-headings-color);
	font-weight: 400;
	margin-left: 5px;
}

@media (max-width:544px) {
	.woocommerce-checkout .bb-wc-co table.shop_table td.product-name {
		width: 70%;
	}
	
	.woocommerce-checkout .bb-wc-co table.shop_table td.product-total {
		color: var(--bb-headings-color);
		width: 30%;
	}
}

@media (max-width:420px) {
	.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.woocommerce-checkout .bb-wc-co table.shop_table td.product-name .bs-product-check .bs-product-name {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 5px;
	}
}

@media (max-width:992px) {
	.woocommerce-checkout .bb-wc-co {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce-checkout .bb-wc-co .bb-wc-col {
		width: 100%;
	}
}

@media (max-width:544px) {
	.woocommerce-checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child {
		padding-left: 0;
	}
}

.woocommerce-checkout form .form-row {
	margin: 0 0 1.2rem;
}

.woocommerce-checkout form .form-row label {
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 10px;
	color: var(--bb-body-text-color);
}

.woocommerce-checkout form .form-row .required {
	color: var(--bb-danger-color);
	text-decoration: none;
}

.woocommerce-checkout form .form-row #order_comments {
	height: 120px;
	overflow-x: hidden;
}

.woocommerce-checkout form .form-row.woocommerce-validated .select2-container, .woocommerce-checkout form .form-row.woocommerce-validated input.input-text, .woocommerce-checkout form .form-row.woocommerce-validated select {
	border-color: #dedfe2;
}

.woocommerce-checkout form .form-row.woocommerce-invalid .select2-container, .woocommerce-checkout form .form-row.woocommerce-invalid input.input-text, .woocommerce-checkout form .form-row.woocommerce-invalid select {
	border-color: var(--bb-danger-color);
}

.woocommerce-checkout form .form-row.woocommerce-invalid label {
	color: var(--bb-danger-color);
}

.woocommerce-checkout form .form-row .password-input .show-password-input {
	top: 9px;
}

.woocommerce-checkout form #ship-to-different-address label {
	font-size: 16px;
}

.woocommerce-checkout #payment {
	background-color: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
	background-color: var(--bb-content-alternate-background-color);
	border-radius: var(--bb-block-radius-inner);
	border-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box {
	font-size: 13px;
	color: var(--bb-body-text-color);
	border-radius: var(--bb-block-radius-inner);
}

.woocommerce-checkout #payment #place_order {
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
	border: 1px solid var(--bb-primary-button-border-regular);
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	height: 40px;
}

.woocommerce-checkout #payment #place_order:focus {
	box-shadow: var(--bb-primary-button-focus-shadow);
}

.woocommerce-checkout #payment #place_order:hover {
	background-color: var(--bb-primary-button-background-hover);
	color: var(--bb-primary-button-text-hover);
	border-color: var(--bb-primary-button-border-hover);
}

.woocommerce-checkout #payment li.wc_payment_method input.input-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	background-color: #fff;
	border: 2px solid #d6dce6;
	color: #666;
	top: -2px;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	cursor: pointer;
	margin-right: 7px;
	outline: 0;
}

.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked {
	background-color: #fff;
}

.woocommerce-checkout #payment li.wc_payment_method input.input-radio:checked::before {
	position: absolute;
	left: 2px;
	top: 2px;
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: var(--bb-primary-color);
	border-radius: 100%;
}

.woocommerce-checkout .woocommerce-order-over {
	text-align: center;
}

.woocommerce-checkout .woocommerce-order-over>p {
	font-size: 16px;
	color: var(--bb-alternate-text-color);
}

.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success {
	margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success i {
	color: var(--bb-success-color);
	padding: 0;
	display: inline-block;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 8px;
	position: relative;
	bottom: 2px;
}

.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span {
	display: block;
	margin: 1em 0;
}

.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success span i {
	color: var(--bb-success-color);
	border: 1px solid var(--bb-success-color);
	border-radius: 100%;
	padding: 0 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.woocommerce-checkout ul.woocommerce-order-overview {
	display: inline-block;
	margin: 1em 0 2em;
}

.woocommerce-checkout ul.woocommerce-order-overview li {
	float: none;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 0;
	text-align: left;
	display: inline-block;
	color: var(--bb-alternate-text-color);
}

.woocommerce-checkout ul.woocommerce-order-overview li>span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
	padding: .6em 0 0;
	text-transform: none;
	color: var(--bb-body-text-color);
}

@media (max-width:800px) {
	.woocommerce-checkout ul.woocommerce-order-overview {
		margin: .5em 0 1em;
	}
	
	.woocommerce-checkout ul.woocommerce-order-overview li {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
}

.woocommerce-checkout .woocommerce-order-details-wrapper {
	background: var(--bb-content-background-color);
	border: 1px solid #eef0f3;
	border-radius: var(--bb-block-radius);
	padding: 20px;
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again {
	text-align: right;
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button {
	padding: 8px 2em;
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-order-details p.order-again a.button:hover {
	background-color: #0f74e0;
	color: #fff;
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details {
	padding: 0 12px;
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details h2.woocommerce-column__title {
	font-size: 17px;
	margin-bottom: .5rem;
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title {
	font-size: 17px;
	margin-bottom: .5rem;
}

@media (max-width:992px) {
	.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column {
		width: 100%;
		float: none;
	}
	
	.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 {
		margin-bottom: 30px;
	}
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address {
	border: 0;
	padding: 0;
	font-size: 14px;
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--email:before, .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details address .woocommerce-customer-details--phone:before {
	line-height: 2.15;
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn {
	font-size: 14px;
}

.woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before, .woocommerce-checkout .woocommerce-order-details-wrapper section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before {
	line-height: 2.15;
}

.woocommerce-checkout table.shop_table.woocommerce-table--order-details td {
	vertical-align: top;
}

.woocommerce-checkout .woocommerce-table--order-details {
	border: 0;
}

.woocommerce-checkout .woocommerce-table--order-details td, .woocommerce-checkout .woocommerce-table--order-details th {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	border-bottom: 0;
	border-top: 1px solid var(--bb-content-border-color);
}

.woocommerce-checkout .woocommerce-table--order-details td.product-total, .woocommerce-checkout .woocommerce-table--order-details th.product-total {
	width: 200px;
	color: inherit;
	text-align: right;
}

.woocommerce-checkout .woocommerce-table--order-details td.product-total span.woocommerce-Price-amount {
	font-weight: 700;
}

@media (max-width:1200px) {
	.woocommerce-checkout .woocommerce-table--order-details td.product-total {
		width: auto;
	}
}

@media (max-width:544px) {
	.woocommerce-checkout .woocommerce-table--order-details td.product-total, .woocommerce-checkout .woocommerce-table--order-details th.product-total {
		text-align: right;
	}
}

.woocommerce-checkout .woocommerce-table--order-details thead th {
	text-transform: uppercase;
	font-size: 14px;
	color: #939597;
	font-weight: 500;
}

.woocommerce-checkout .woocommerce-table--order-details tfoot td, .woocommerce-checkout .woocommerce-table--order-details tfoot th {
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child td, .woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th {
	border-top: 0;
}

@media (max-width:544px) {
	.woocommerce-checkout .woocommerce-table--order-details.order_details_items thead tr:first-child th.product-thumb {
		display: none;
	}
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child td, .woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th {
	border-bottom: 1px solid var(--bb-content-border-color);
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a {
	color: var(--bb-headings-color);
	font-weight: 500;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-name a:hover {
	color: var(--bb-primary-color);
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items tr.product-purchase-note td {
	padding-top: 8px;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items td:not(.product-thumb) {
	padding-top: 20px;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb {
	width: 120px;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img {
	max-width: 100px;
}

@media (max-width:992px) {
	.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb {
		width: 80px;
	}
	
	.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img {
		max-width: 70px;
	}
}

@media (max-width:544px) {
	.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb {
		display: none;
	}
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items .bb_sku_wrapper {
	display: block;
	color: #939597;
	font-size: 13px;
	line-height: 1;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_total {
	width: 70%;
	float: right;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_total td, .woocommerce-checkout .woocommerce-table--order-details.order_details_total th {
	border-top: 0;
	border-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_total th {
	text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child {
	width: 200px;
	color: inherit;
	text-align: right;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child td, .woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot tr:last-child th {
	font-weight: 700;
	color: inherit;
}

@media (max-width:800px) {
	.woocommerce-checkout .woocommerce-table--order-details.order_details_total tfoot td:last-child {
		text-align: right;
	}
}

@media (max-width:992px) {
	.woocommerce-checkout .woocommerce-table--order-details.order_details_total {
		width: 100%;
		float: none;
	}
	
	.woocommerce-checkout .woocommerce-table--order-details.order_details_total td, .woocommerce-checkout .woocommerce-table--order-details.order_details_total th {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_note {
	clear: both;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_note th {
	color: var(--bb-body-text-color);
}

.woocommerce-checkout .woocommerce-order-end {
	text-align: center;
	margin: 2rem 0;
	padding: 0 3rem;
}

.woocommerce-checkout .woocommerce-order-end h3 {
	margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce-order-end p {
	font-size: 14px;
	color: var(--bb-alternate-text-color);
}

.woocommerce-checkout label.checkbox {
	position: relative;
}

form.woocommerce-checkout input[type=checkbox] {
	position: absolute;
	opacity: 0;
}

form.woocommerce-checkout input[type=checkbox]+span:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid var(--bb-primary-color);
	box-shadow: none;
}

form.woocommerce-checkout input[type=checkbox]:checked+span:before {
	background-color: var(--bb-primary-color);
	border-color: var(--bb-primary-color);
	content: "";
	font-family: bb-icons;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: 0 0 0 1px var(--bb-primary-color);
}

.woocommerce-checkout .payment_method_stripe #stripe-payment-data [for=wc-stripe-new-payment-method] {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.woocommerce-checkout .payment_method_stripe #stripe-payment-data .form-row {
	margin-bottom: 0 !important;
	width: 100%;
}

.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #c9cbca;
	box-shadow: none;
	-ms-flex-preferred-size: 40px;
	flex-basis: 40px;
	max-width: 20px;
	min-width: 20px;
}

.woocommerce-checkout .payment_method_stripe #stripe-payment-data #wc-stripe-new-payment-method:checked+label:before {
	background-color: var(--bb-primary-color);
	border-color: var(--bb-primary-color);
	content: "";
	font-family: bb-icons;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: none;
}

.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error li {
	line-height: 1.4;
}

.woocommerce-checkout .payment_method_stripe #stripe-payment-data .stripe-source-errors .wc-stripe-error:before {
	color: #fff;
}

input[type=checkbox]#wp-comment-cookies-consent {
	position: absolute;
	opacity: 0;
}

input[type=checkbox]#wp-comment-cookies-consent+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #c9cbca;
	box-shadow: none;
}

input[type=checkbox]#wp-comment-cookies-consent:checked+label:before {
	background-color: var(--bb-primary-color);
	border-color: var(--bb-primary-color);
	content: "";
	font-family: bb-icons;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-shadow: none;
}

.woocommerce form.checkout_coupon {
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 14px;
}

.woocommerce form.checkout_coupon .form-row-first {
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	padding-right: 15px;
}

.woocommerce form.checkout_coupon .form-row-last {
	width: 150px;
}

.woocommerce form.checkout_coupon .form-row-last button.button {
	width: 100%;
}

@media (max-width:800px) {
	.woocommerce form.checkout_coupon>p {
		margin-bottom: 5px;
		line-height: 150%;
	}
	
	.woocommerce form.checkout_coupon .form-row-first {
		padding-right: 0;
	}
}

@media (max-width:992px) {
	.woocommerce-checkout.has-sidebar form.checkout_coupon .form-row-first {
		padding-right: 0;
	}
	
	.woocommerce-checkout.has-sidebar form.checkout_coupon>p {
		margin-bottom: 5px;
		line-height: 150%;
	}
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	font-size: 14px;
	color: var(--bb-body-text-color);
	background-color: transparent !important;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
	content: "";
	font-family: bb-icons;
	font-size: 20px;
	top: 0;
	left: 0;
	color: var(--bb-body-text-color);
}

@media (max-width:1200px) {
	body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview {
		margin: .5em 0 1em;
	}
	
	body.woocommerce-checkout.has-sidebar .woocommerce .woocommerce-order ul.woocommerce-order-overview li {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (max-width:1200px) {
	.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col {
		width: 100%;
	}
}

@media (max-width:992px) {
	.woocommerce-checkout.has-sidebar .woocommerce form.checkout .bb-wc-co .bb-wc-col .bb-order-review table.shop_table tfoot th:first-child {
		padding-left: 0;
	}
}

.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

.elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col, .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	grid-template-columns: auto;
}

.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .bb-wc-col, .e-checkout-layout-one-column .elementor-widget-container .woocommerce-checkout .bb-wc-co>.bb-wc-col .e-checkout__container {
	width: 100%;
}

.woocommerce-checkout.woocommerce-order-received header.entry-header {
	display: none;
}

.mfp-content .bs_checkout_coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mfp-content .bs_checkout_coupon div.woocommerce-message, .mfp-content .bs_checkout_coupon ul.woocommerce-error {
	width: 100%;
}

.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin-bottom: 0;
	min-height: 50px !important;
	width: 100%;
}

.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-first {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 0;
}

.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last {
	width: auto;
	margin-left: 15px;
	margin-bottom: 0;
}

.mfp-content .bs_checkout_coupon button {
	color: var(--bb-alternate-text-color);
}

.mfp-content .bs_checkout_coupon button:hover {
	color: var(--bb-headings-color);
	background-color: transparent;
}

@media (max-width:544px) {
	.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: 92px !important;
	}
	
	.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p {
		width: 100%;
	}
	
	.mfp-content .bs_checkout_coupon form.bs_checkout_coupon_form p.form-row-last {
		margin-left: 0;
		text-align: center;
	}
}

.payment_method_stripe>fieldset, fieldset.wc-upe-form.wc-payment-form {
	border-radius: 4px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 1rem;
}

.wc-block-checkout .wc-block-checkout__main, .wc-block-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
	background-color: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
}

.wc-block-checkout .wc-block-checkout__main, .wc-block-checkout.wc-block-components-sidebar-layout .wc-block-components-main {
	padding: 15px 20px;
}

.wc-block-checkout.is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-checkout.is-small.wc-block-components-sidebar-layout .wc-block-components-main {
	padding: 15px 20px;
}

.wc-block-checkout .wc-block-checkout__sidebar {
	margin-top: 0;
}

.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-checkout .wc-block-components-text-input input[type=email], .wc-block-checkout .wc-block-components-text-input input[type=number], .wc-block-checkout .wc-block-components-text-input input[type=password], .wc-block-checkout .wc-block-components-text-input input[type=tel], .wc-block-checkout .wc-block-components-text-input input[type=text], .wc-block-checkout .wc-block-components-text-input input[type=url] {
	border-color: var(--bb-content-border-color);
	border-radius: var(--bb-input-radius);
	background-color: var(--bb-content-background-color);
}

.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-checkout .wc-block-components-text-input input[type=email]:focus, .wc-block-checkout .wc-block-components-text-input input[type=number]:focus, .wc-block-checkout .wc-block-components-text-input input[type=password]:focus, .wc-block-checkout .wc-block-components-text-input input[type=tel]:focus, .wc-block-checkout .wc-block-components-text-input input[type=text]:focus, .wc-block-checkout .wc-block-components-text-input input[type=url]:focus {
	box-shadow: var(--bb-input-focus-shadow);
}

.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
	border-color: var(--bb-content-border-color);
	border-radius: var(--bb-input-radius);
	background-color: var(--bb-content-background-color);
}

.wc-block-checkout .wc-block-components-textarea {
	border-color: var(--bb-content-border-color);
	border-radius: var(--bb-input-radius);
	background-color: var(--bb-content-background-color);
}

.wc-block-checkout .wc-block-components-textarea:active, .wc-block-checkout .wc-block-components-textarea:focus {
	outline: 0;
	box-shadow: var(--bb-input-focus-shadow);
}

.wc-block-checkout .wc-block-checkout__add-note .wc-block-components-textarea:focus {
	box-shadow: var(--bb-input-focus-shadow);
}

.wc-block-checkout .wc-block-components-checkout-step__heading .wc-block-components-title, .wc-block-checkout .wc-block-components-title {
	text-transform: uppercase;
	font-size: 16px;
	margin: 1rem 0;
}

.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	border-color: var(--bb-content-border-color);
	border-radius: var(--bb-checkbox-radius);
}

.wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:active, .wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
	outline: 0;
}

.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input, .wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-color: var(--bb-content-border-color);
}

.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:active, .wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:active, .wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:focus, .wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
	outline: 0;
}

.wc-block-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	background: var(--bb-primary-color);
}

.wc-block-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: none;
}

.wc-block-checkout .wc-block-components-radio-control--highlight-checked::after {
	border: 1px solid var(--bb-content-border-color);
}

.wc-block-checkout .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after {
	border-top: 1px solid var(--bb-content-border-color);
}

.wc-block-checkout .wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after {
	border-bottom: 1px solid var(--bb-content-border-color);
}

.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	background-color: var(--bb-primary-color);
	color: var(--bb-body-background-color);
	border-radius: 100px;
	border: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .15);
	font-size: 9px;
	font-weight: 600;
	padding: 0 6px;
	min-height: 16px;
}

.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	line-height: 1;
}

.wc-block-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
	color: var(--bb-headings-color);
}

.wc-block-checkout .wc-block-components-totals-item__value {
	color: var(--bb-headings-color);
}

.wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--bb-headings-color);
	font-size: 1em;
}

.wc-block-checkout .wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-checkout .wc-block-components-text-input.has-error label, .wc-block-checkout .wc-block-components-validation-error {
	color: var(--bb-danger-color);
}

.wc-block-checkout .wp-block-button__link {
	border-radius: var(--bb-button-radius);
	background-color: var(--bb-primary-button-background-regular);
	color: var(--bb-primary-button-text-regular);
}

.wc-block-checkout .wc-block-checkout-empty .wc-block-checkout-empty__title {
	color: var(--bb-headings-color);
}

.woocommerce .woocommerce-MyAccount-navigation {
	min-width: 230px;
	float: none;
	width: 230px;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
	margin: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	display: block;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 9px 15px;
	font-size: 14px;
	color: var(--bb-headings-color);
}

.woocommerce .woocommerce-MyAccount-navigation ul li a.is-active {
	color: var(--bb-primary-color);
	background-color: var(--bb-body-background-color);
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--bb-primary-color);
	background-color: var(--bb-content-alternate-background-color);
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	font-size: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: bb-icons;
	margin-right: 15px;
	vertical-align: middle;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: var(--bb-primary-color);
	background-color: var(--bb-content-alternate-background-color);
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--become-a-vendor a:before {
	content: "";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--giftcards a:before {
	content: "";
}

@media (min-width:800px) {
	.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu {
		display: block !important;
	}
}

.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading {
	padding: 15px;
	text-transform: uppercase;
}

.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 {
	margin-bottom: 0;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav {
	margin-left: auto;
	color: #939597;
	display: none;
}

.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav:hover {
	color: var(--bb-primary-color);
}

.woocommerce .woocommerce-MyAccount-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-left: 1px solid var(--bb-content-border-color);
	min-height: 400px;
	width: auto;
	padding: 30px;
}

.woocommerce .woocommerce-MyAccount-content input[type=submit][name=apply_for_vendor_submit] {
	border-radius: 100px;
	padding: 10px 20px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	line-height: 1.3;
	border: 1px solid transparent;
	font-size: 15px;
	color: #fff;
	background-color: var(--bb-headings-color);
}

.woocommerce .woocommerce-MyAccount-content .MyAccount-content--dashboard p {
	font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content {
	padding: 20px 0;
}

.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields {
	width: 70%;
	margin: 2em auto;
}

@media (max-width:1200px) {
	.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields {
		width: 90%;
	}
}

@media (max-width:992px) {
	.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-first, .woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content .woocommerce-address-fields .form-row.form-row-last {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width:860px) and (min-width:800px) {
	.woocommerce .woocommerce-MyAccount-content .wc-MyAccount-inner-content {
		padding: 20px 0;
	}
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields {
	width: 70%;
	margin: 2em auto;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields fieldset {
	border: 0;
	padding: 1.5rem 0 1rem;
	margin-top: 3rem;
	margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend {
	font-weight: 500;
	font-size: 16px;
	color: var(--bb-headings-color);
}

@media (max-width:1200px) {
	.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields {
		width: 90%;
	}
}

@media (max-width:992px) {
	.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-first, .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields .form-row.form-row-last {
		width: 100%;
		float: none;
	}
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
	font-size: 14px;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: .2rem;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
	line-height: 21px;
	margin-bottom: 1em;
}

@media (max-width:992px) {
	.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
		float: none;
		width: 100%;
	}
	
	.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-1 {
		padding-bottom: 30px;
	}
}

.woocommerce .woocommerce-MyAccount-content form .form-row {
	margin-bottom: 1.3em;
}

.woocommerce .woocommerce-MyAccount-content form .form-row .required {
	color: var(--bb-danger-color);
	text-decoration: none;
}

.woocommerce .woocommerce-MyAccount-content form .form-row label {
	font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-content form .form-row input, .woocommerce .woocommerce-MyAccount-content form .form-row select, .woocommerce .woocommerce-MyAccount-content form .form-row textarea {
	font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-results, .woocommerce .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single {
	font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-content form .form-row span.select2-selection.select2-selection--single {
	outline: 0;
}

.woocommerce .woocommerce-MyAccount-content form .form-row span>em {
	font-size: 14px;
	font-style: normal;
	color: var(--bb-alternate-text-color);
}

.woocommerce .woocommerce-MyAccount-content form .woocommerce-account-fields__ctrls-wrapper, .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__ctrls-wrapper {
	text-align: right;
}

.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input {
	top: .4em;
}

.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input:after {
	content: "";
	font-family: bb-icons;
	font-size: 18px;
}

.woocommerce .woocommerce-MyAccount-content form .password-input .show-password-input.display-password:after {
	content: "";
	font-family: bb-icons;
	color: inherit;
}

.woocommerce .wc-MyAccount-sub-heading {
	padding: 0 0 10px;
	border-bottom: 1px solid var(--bb-content-border-color);
}

.woocommerce .wc-MyAccount-sub-heading h2 {
	margin-bottom: 10px;
}

.woocommerce .wc-MyAccount-sub-heading h2 strong {
	font-weight: 400;
}

.woocommerce .wc-MyAccount-sub-heading p {
	font-size: 14px;
	margin-bottom: 0;
	color: var(--bb-alternate-text-color);
}

.woocommerce table.my_account_orders {
	border: 0;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	border-bottom: 0;
}

.woocommerce table.my_account_orders thead th {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.woocommerce table.my_account_orders tbody td {
	border-top: 1px solid var(--bb-content-border-color);
	color: var(--bb-alternate-text-color);
}

.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions {
	width: 95px;
}

@media (max-width:800px) {
	.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-actions {
		width: auto;
	}
}

.woocommerce table.my_account_orders tbody td a.button {
	min-height: auto;
	padding: 5px 1.2em;
	margin: 0 0 5px 5px;
	font-size: 13px;
	line-height: 1;
	max-width: 100px;
	width: 100%;
}

@media (max-width:800px) {
	.woocommerce table.my_account_orders tbody td a.button {
		width: auto;
	}
}

.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a {
	color: var(--bb-headings-color);
}

.woocommerce table.my_account_orders tbody td.woocommerce-orders-table__cell-order-number a:hover {
	color: var(--bb-primary-color);
}

@media (max-width:800px) {
	.woocommerce table.my_account_orders tbody tr:nth-child(even) td {
		background-color: var(--bb-body-background-color);
	}
	
	.woocommerce table.my_account_orders tbody tr.woocommerce-orders-table__row {
		margin-bottom: 30px;
	}
	
	.woocommerce table.my_account_orders tbody tr:last-child {
		margin-bottom: 0;
	}
}

.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button {
	padding: 6px 15px;
	display: block;
	max-width: 90%;
	margin-bottom: 10px;
}

@media (max-width:1200px) {
	.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width:800px) {
	.woocommerce table.my_account_orders.account-orders-table-dashboard tbody td a.button {
		display: inline-block;
		margin-left: 0;
		margin-right: 5px;
	}
}

.woocommerce .bsMyAccount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--bb-content-background-color);
	border: 1px solid var(--bb-content-border-color);
	border-radius: var(--bb-block-radius);
	margin-bottom: 30px;
}

@media (max-width:800px) {
	.woocommerce .bsMyAccount {
		margin-bottom: 0;
	}
}

@media (max-width:1200px) {
	.woocommerce-account.has-sidebar .woocommerce .bsMyAccount {
		margin-bottom: 0;
	}
}

.woocommerce .wc-MyAccount-fix-center {
	width: 60%;
	margin: 2em auto;
	text-align: center;
}

.woocommerce .wc-MyAccount-fix-center.woocommerce-info {
	border: 0;
	padding: 0;
}

.woocommerce .wc-MyAccount-fix-center.woocommerce-info:before {
	display: none;
}

.woocommerce .wc-MyAccount-fix-center.woocommerce-info .button {
	float: none;
	padding: 1em 3em;
	font-weight: 500;
	margin: 0 auto;
}

.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-tagline {
	font-size: 22px;
	margin-bottom: 25px;
}

.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon {
	margin-bottom: 25px;
}

.woocommerce .wc-MyAccount-fix-center .wc-MyAccount-sub-icon img {
	max-width: 60px;
}

@media (max-width:992px) {
	.woocommerce .wc-MyAccount-fix-center {
		width: 85%;
	}
}

.woocommerce #customer_login, .woocommerce .bb_customer_login {
	padding: 3rem;
}

.woocommerce #customer_login form.login, .woocommerce #customer_login form.register, .woocommerce .bb_customer_login form.login, .woocommerce .bb_customer_login form.register {
	border: 0;
	padding: 10px 0;
	font-size: 14px;
}

.woocommerce #customer_login form.login label, .woocommerce #customer_login form.register label, .woocommerce .bb_customer_login form.login label, .woocommerce .bb_customer_login form.register label {
	font-size: 14px;
}

.woocommerce #customer_login form.login input, .woocommerce #customer_login form.login select, .woocommerce #customer_login form.login textarea, .woocommerce #customer_login form.register input, .woocommerce #customer_login form.register select, .woocommerce #customer_login form.register textarea, .woocommerce .bb_customer_login form.login input, .woocommerce .bb_customer_login form.login select, .woocommerce .bb_customer_login form.login textarea, .woocommerce .bb_customer_login form.register input, .woocommerce .bb_customer_login form.register select, .woocommerce .bb_customer_login form.register textarea {
	font-size: 14px;
}

.woocommerce #customer_login .woocommerce-LostPassword, .woocommerce .bb_customer_login .woocommerce-LostPassword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label, .woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label {
	margin-right: auto;
}

@media (max-width:544px) {
	.woocommerce #customer_login .woocommerce-LostPassword, .woocommerce .bb_customer_login .woocommerce-LostPassword {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce #customer_login .woocommerce-LostPassword label.woocommerce-form__label, .woocommerce .bb_customer_login .woocommerce-LostPassword label.woocommerce-form__label {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 15px;
	}
}

.woocommerce #customer_login .woocommerce-LoginBtn, .woocommerce #customer_login .woocommerce-RegisterBtn, .woocommerce .bb_customer_login .woocommerce-LoginBtn, .woocommerce .bb_customer_login .woocommerce-RegisterBtn {
	text-align: right;
}

.woocommerce #customer_login .woocommerce-LoginBtn button.button, .woocommerce #customer_login .woocommerce-RegisterBtn button.button, .woocommerce .bb_customer_login .woocommerce-LoginBtn button.button, .woocommerce .bb_customer_login .woocommerce-RegisterBtn button.button {
	padding-left: 3em;
	padding-right: 3em;
}

@media (max-width:544px) {
	.woocommerce #customer_login .woocommerce-LoginBtn, .woocommerce #customer_login .woocommerce-RegisterBtn, .woocommerce .bb_customer_login .woocommerce-LoginBtn, .woocommerce .bb_customer_login .woocommerce-RegisterBtn {
		text-align: center;
	}
}

.woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce .bb_customer_login.col2-set .col-1, .woocommerce .bb_customer_login.col2-set .col-2 {
	padding: 0 20px;
}

.woocommerce #customer_login.col2-set .col-1 .bb_customer_login, .woocommerce #customer_login.col2-set .col-2 .bb_customer_login, .woocommerce .bb_customer_login.col2-set .col-1 .bb_customer_login, .woocommerce .bb_customer_login.col2-set .col-2 .bb_customer_login {
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .bb_customer_login {
	width: 50%;
	margin: 0 auto;
	padding: 3rem;
}

.woocommerce .woocommerce-MyAccount-content .bb_customer_login>h2 {
	display: none;
}

@media (max-width:1200px) {
	.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login {
		width: 80%;
	}
}

@media (max-width:992px) {
	.woocommerce .woocommerce-MyAccount-content .bb_customer_login {
		width: 80%;
	}
	
	.has-sidebar .woocommerce .woocommerce-MyAccount-content .bb_customer_login {
		width: 95%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width:544px) {
	.woocommerce .woocommerce-MyAccount-content .bb_customer_login {
		width: 90%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.woocommerce .wc-LostPassword {
	padding: 3rem;
	width: 50%;
	margin: 0 auto;
}

.woocommerce .wc-LostPassword .bs_woocommerce_reset_message {
	font-size: 14px;
	color: #939597;
	margin-bottom: 1rem;
	line-height: 1.3rem;
}

.woocommerce .wc-LostPassword .bs_woocommerce_reset_ctrls {
	text-align: right;
}

@media (max-width:800px) {
	.woocommerce .wc-LostPassword {
		width: 80%;
	}
}

@media (max-width:544px) {
	.woocommerce .wc-LostPassword {
		width: 100%;
	}
}

.woocommerce section.woocommerce-order-details p.order-again {
	text-align: right;
}

.woocommerce section.woocommerce-order-details p.order-again a.button {
	padding: 8px 2em;
}

.woocommerce section.woocommerce-order-details p.order-again a.button:hover {
	background-color: #0f74e0;
	color: #fff;
}

.woocommerce .woocommerce-table--order-details {
	border: 0;
}

.woocommerce .woocommerce-table--order-details td, .woocommerce .woocommerce-table--order-details th {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	border-bottom: 0;
	vertical-align: top;
	border-top: 1px solid var(--bb-content-border-color);
}

.woocommerce .woocommerce-table--order-details thead th {
	text-transform: uppercase;
	font-size: 14px;
	color: var(--bb-alternate-text-color);
	font-weight: 500;
}

.woocommerce .woocommerce-table--order-details tfoot td, .woocommerce .woocommerce-table--order-details tfoot th {
	font-weight: 400;
}

.woocommerce .order_details_items thead tr:first-child td, .woocommerce .order_details_items thead tr:first-child th {
	border-top: 0;
}

@media (max-width:544px) {
	.woocommerce .order_details_items thead tr:first-child th.product-thumb {
		display: none;
	}
}

.woocommerce .order_details_items tbody tr:last-child td, .woocommerce .order_details_items tbody tr:last-child th {
	border-bottom: 1px solid var(--bb-content-border-color);
	border-radius: 0;
}

.woocommerce .order_details_items td.product-name a {
	color: var(--bb-headings-color);
	font-weight: 500;
}

.woocommerce .order_details_items td.product-name a:hover {
	color: var(--bb-primary-color);
}

.woocommerce .order_details_items td.product-total, .woocommerce .order_details_items th.product-total {
	width: 190px;
	text-align: right;
}

.woocommerce .order_details_items td.product-total span.woocommerce-Price-amount, .woocommerce .order_details_items th.product-total span.woocommerce-Price-amount {
	font-weight: 700;
}

@media (max-width:544px) {
	.woocommerce .order_details_items td.product-total, .woocommerce .order_details_items th.product-total {
		text-align: right;
	}
}

@media (max-width:1200px) {
	.woocommerce .order_details_items td.product-total {
		width: auto;
	}
}

.woocommerce .order_details_items tr.product-purchase-note td {
	padding-top: 8px;
}

.woocommerce .order_details_items td:not(.product-thumb) {
	padding-top: 15px;
	padding-bottom: 15px;
}

.woocommerce .order_details_items td.product-thumb {
	width: 120px;
}

.woocommerce .order_details_items td.product-thumb img {
	max-width: 100px;
}

@media (max-width:992px) {
	.woocommerce .order_details_items td.product-thumb {
		width: 90px;
	}
	
	.woocommerce .order_details_items td.product-thumb img {
		max-width: 80px;
	}
}

.woocommerce .order_details_items .bb_sku_wrapper {
	display: block;
	color: var(--bb-alternate-text-color);
	font-size: 13px;
	line-height: 1;
}

.woocommerce table.order_details_total {
	width: 70%;
	float: right;
}

.woocommerce table.order_details_total tfoot td, .woocommerce table.order_details_total tfoot th {
	border-top: 0;
	border-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	color: var(--bb-alternate-text-color);
	font-weight: 400;
}

.woocommerce table.order_details_total th {
	text-transform: uppercase;
}

.woocommerce table.order_details_total tfoot td:last-child {
	width: 190px;
	color: var(--bb-body-text-color);
	text-align: right;
}

@media (max-width:800px) {
	.woocommerce table.order_details_total tfoot td:last-child {
		text-align: right;
	}
}

.woocommerce table.order_details_total tfoot tr:last-child td, .woocommerce table.order_details_total tfoot tr:last-child th {
	color: var(--bb-body-text-color);
	font-weight: 700;
}

@media (max-width:992px) {
	.woocommerce table.order_details_total {
		width: 100%;
		float: none;
	}
	
	.woocommerce table.order_details_total td, .woocommerce table.order_details_total th {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

.woocommerce .order_details_note {
	clear: both;
}

.woocommerce .order_details_note th {
	color: var(--bb-body-text-color);
}

.woocommerce section.woocommerce-customer-details {
	padding: 0 12px;
}

.woocommerce section.woocommerce-customer-details h2.woocommerce-column__title {
	font-size: 17px;
	margin-bottom: .5rem;
}

.woocommerce section.woocommerce-customer-details .woocommerce-column h2.woocommerce-column__title {
	font-size: 17px;
	margin-bottom: .5rem;
}

.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 {
	width: 64%;
}

.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 {
	width: 32%;
}

@media (max-width:992px) {
	.woocommerce section.woocommerce-customer-details .woocommerce-column, .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1, .woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--2 {
		width: 100%;
		float: none;
	}
	
	.woocommerce section.woocommerce-customer-details .woocommerce-column.woocommerce-column--1 {
		margin-bottom: 30px;
	}
}

.woocommerce section.woocommerce-customer-details address {
	border: 0;
	padding: 0;
	font-size: 14px;
}

.woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--email:before, .woocommerce section.woocommerce-customer-details address .woocommerce-customer-details--phone:before {
	line-height: 2.15;
}

.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn {
	font-size: 14px;
}

.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--email:before, .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--subcolumn .woocommerce-customer-details--phone:before {
	line-height: 2.15;
}

.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn {
	margin-right: 50px;
}

@media (max-width:1200px) {
	.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn {
		margin-right: 25px;
	}
}

@media (max-width:992px) {
	.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce section.woocommerce-customer-details .woocommerce-customer-details--billwrap .woocommerce-customer-details--maincolumn {
		margin-right: 0;
	}
}

.woocommerce mark {
	background-color: var(--bb-body-background-color);
	color: var(--bb-body-text-color);
}

@media (max-width:800px) {
	.woocommerce .bsMyAccount {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.woocommerce .woocommerce-MyAccount-navigation {
		width: 100%;
	}
	
	.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav {
		display: block;
	}
	
	.woocommerce .woocommerce-MyAccount-navigation ul.woocommerce-MyAccount-menu {
		display: none;
	}
	
	.woocommerce .woocommerce-MyAccount-content {
		border-left: 0;
	}
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-inner-content {
	padding-bottom: 10px;
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-sub-heading {
	border-bottom: 0;
	padding-bottom: 0;
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block {
	background-color: var(--bb-content-background-color);
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading {
	border-bottom: 1px solid var(--bb-content-border-color);
	padding-top: 10px;
	padding-bottom: 5px;
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .wc-MyAccount-sub-heading h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .my_account_orders {
	margin-bottom: 0;
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields {
	width: 100%;
	margin: 0;
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col {
	width: 50%;
	margin: 0 10px;
}

.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split fieldset {
	margin: 0;
	padding: 0;
}

@media (max-width:1200px) {
	.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}
	
	.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block .woocommerce-account-fields .wcf-split .wcf-col {
		width: 100%;
		margin: 0;
	}
}

.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
	padding: 0;
}

.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:after, .woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set:before {
	display: none;
}

@media (max-width:992px) {
	.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .col2-set {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:992px) {
	.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address {
		width: 100%;
	}
	
	.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-1 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.woocommerce .bsMyAccount--dashboard .wc-DashBoard-address-wrapper .woocommerce-Address.col-2 {
		margin-left: 0;
	}
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address {
	width: 50%;
	margin: 0;
	float: none;
	background-color: var(--bb-content-background-color);
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address address {
	padding: 20px;
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-1 {
	margin-right: 10px;
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address.col-2 {
	margin-left: 10px;
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title {
	border-bottom: 1px solid #eef0f3;
	padding: 10px 20px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500;
}

.woocommerce .bsMyAccount--dashboard .woocommerce-Address-title a.edit {
	margin-left: auto;
}

.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:first-child:last-child>td, .woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item:last-child>td {
	border: 0;
}

.woocommerce .bsMyAccount--dashboard-inner .shop_table.order_details .order_item .product-name .product-quantity {
	margin-right: 10px;
}

.woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child td, .woocommerce .bsMyAccount--dashboard-inner tfoot tr:first-child th {
	border-bottom: 0;
}

.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:first-child, .woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.woocommerce .bsMyAccount--dashboard-inner table.order_details tr:last-child td:last-child, .woocommerce .bsMyAccount--dashboard-inner table.subscription_details tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

@media (max-width:800px) {
	.woocommerce .bsMyAccount.bsMyAccount--dashboard .MyAccount-content--dashboard>.wc-MyAccount-inner-content {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:1200px) {
	.logged-in.woocommerce-account.has-sidebar .widget-area:not(.widget-area-secondary) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.logged-in.woocommerce-account.has-sidebar:not(.profile-sidebar, .group-sidebar, .sfwd-sidebar, .llms-pointer) #primary {
		max-width: 100%;
	}
}

@media (max-width:800px) {
	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb, .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb {
		text-align: center !important;
		width: 100%;
	}
	
	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img, .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb img {
		max-width: 100px;
		width: 100px;
	}
	
	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before, .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items td.product-thumb:before {
		display: none;
	}
	
	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td, .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr:nth-child(2n) td {
		background-color: #fff;
	}
	
	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td, .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tbody tr:last-child td {
		border-bottom: 0;
	}
	
	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item, .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__line-item {
		margin-bottom: 30px;
	}
	
	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note, .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr.woocommerce-table__product-purchase-note {
		position: relative;
		bottom: 30px;
	}
	
	.woocommerce table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb, .woocommerce-checkout .woocommerce .woocommerce-order .woocommerce-order-details-wrapper table.woocommerce-table--order-details.shop_table_responsive.order_details_items tr td.woocommerce-table__product-thumb {
		border-top: 0;
	}
}

body.woocommerce-account:not(.llms-pointer) header.entry-header {
	display: none;
}

.woocommerce-account .select2-container .select2-results, .woocommerce-account .select2-container .select2-selection--single, .woocommerce-account .select2-container input {
	font-size: 14px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--members-area a:before {
	font-family: bb-icons;
	content: "";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
	font-family: bb-icons;
	content: "";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--wc-smart-coupons a:before {
	font-family: bb-icons;
	content: "";
}
