.woosb-wrap {
	padding: 20px 19px 23px;
	border: 1px solid #000;
	border-radius: 5px;
}
.woosb-wrap .woosb-text {
	margin: 10px 0 0;
	white-space: pre-line;
}
.woosb-wrap .woosb-before-text {
	margin: 0 0 16px !important;
}
.woosb-total,
.woosb-total .woosb-total-value {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}
.woosb-total .amount {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: var(--supashop-color-primary);
}
.woosb-total ins {
	color: var(--supashop-color-primary) !important;
}
.woosb-total del {
	position: relative;
	text-decoration: none;
	color: var(--supashop-color-text-lighten) !important;
}
.woosb-total del:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	content: '';
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}
.woosb-total del .amount,
.woosb-total ins .amount {
	color: inherit !important;
}
.woosb-availability .entry-product-stock {
	margin: 0;
}
.woosb-availability .entry-product-stock .supashop-progress {
	margin: 1px 0 0;
}
.woosb-products {
	margin: 0 0 15px;
}
.woosb-products .woosb-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.woosb-products > .woosb-item-text,
.woosb-products > .woosb-product {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #eee;
}
.woosb-products > .woosb-item-text:first-child,
.woosb-products > .woosb-product:first-child {
	padding-top: 0;
	border-top: 0;
}
.woosb-products .woosb-item-text > * {
	margin: 0;
}
.woosb-products .woosb-thumb {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	max-width: 25%;
	margin: 0 10px 0 0;
}
.woosb-products .woosb-thumb img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.woosb-products .woosb-quantity label {
	display: none;
}
.woosb-products .woosb-quantity input {
	width: 100%;
}
.woosb-products .woosb-product-info,
.woosb-products .woosb-title-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.woosb-products .woosb-title {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
}
.woosb-products .woosb-description,
.woosb-products .woosb-variation-description {
	font-size: 14px;
}
.woosb-products .woosb-product-main-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.woosb-products .woosb-price {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 24px;
	margin: 0 0 0 5px;
}
.woosb-products .woosb-price .price {
	line-height: 24px;
}
.woosb-products .woosb-price .amount {
	font-size: 18px;
}
.woosb-products .woosb-price del {
	position: relative;
	font-weight: var(--supashop-typography-body-font-weight);
	text-decoration: none;
	color: var(--supashop-color-text-lighten);
}
.woosb-products .woosb-price del .amount {
	font-size: 15px;
	font-weight: inherit;
}
.woosb-products .woosb-price del:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: currentColor;
}
.woosb-products .variations {
	display: none;
}
.woosb-products .product-variation-select {
	width: auto;
	min-height: 26px;
	line-height: 28px;
	border: 0;
	padding: 0 15px 0 0;
	background-color: transparent !important;
	background-position: 100%;
}
.woosb-products div.quantity {
	--size: 26px;
}
.woosb-products div.quantity input.qty {
	background: none;
	border: 0;
	line-height: 1;
	padding: 0;
}
.woosb-alert {
	padding: 8px 10px 8px 14px;
	border-left: 4px solid #000;
	background-color: #eee;
	font-size: 14px;
	line-height: 22px;
	margin: 12px 0 0 !important;
}
.woosb-alert strong {
	color: var(--supashop-color-heading);
	font-weight: 500;
}
body.woocommerce-no-js .woosb-wrap + form.cart {
	display: none;
}
.woosb-disabled {
	opacity: 0.7 !important;
	cursor: not-allowed !important;
}
@media (max-width: 543px) {
	.woosb-products .woosb-product {
		padding: 10px;
	}
	.woosb-products .woosb-product + .woosb-product {
		margin: 10px 0 0;
	}
	.woosb-products .woosb-thumb {
		width: 70px;
		margin: 0 10px 0 0;
	}
	.woosb-products .woosb-product-main-info {
		display: block;
	}
	.woosb-products .woosb-price {
		margin: 5px 0 0;
	}
	.woosb-products .woosb-price .amount {
		font-size: 16px;
	}
	.woosb-products .woosb-price del .amount {
		font-size: 14px;
	}
	.woosb-products .woosb-product-cart {
		margin: 7px 0 0;
	}
}
