
body .vbf-next[disabled] {
	opacity: 0.6;
	cursor: default;
}

body .vfb-products-box {
	margin-top: 5px;
}
body .vfb-products-box,
body .vfb-products-box * {
	box-sizing: content-box;
}

body .vfb-product-box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	cursor: pointer;

	opacity: 0.6;
}

body .vfb-product-box:last-child {
	margin-bottom: 0 !important;
}

body .vfb-product-box.vfb-product-active {
	opacity: 1;
}

body .vfb-product-checkbox {
	width: 20px;
	padding: 10px;
}

body .vfb-product-details {
	flex-grow: 1;
	padding: 10px 0;
}

body .vfb-product-title {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
}

body .vfb-product-title .vfb-product-label{
	flex-grow: 1;
}

body .vfb-product-quantitative-box{
	white-space: nowrap;
}
body .vfb-product-quantitative-label{

}

body .vfb-product-quantitative{
	width: auto;
	padding: 0;
	border-width: 0;

	background: transparent !important;
	color: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	font-size: inherit !important;
}

body .vfb-product-price {
}

body .vfb-product-description {
}

body .vfb-product-title,
body .vfb-product-description,
body .vfb-product-price {
	line-height: normal;
}

body .vfb-shipping-box .vfb-shipping-row {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
}

body .vfb-shipping-box .vfb-shipping-row .vfb-shipping-col {
	flex: 1 1 100%;
}

body .vfb-checkout-box .vfb-checkout-row {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;

	padding-bottom: 10px;
}

body .vfb-checkout-box .vfb-checkout-row .vfb-checkout-title {
	flex: 1 1 100%;

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap;
}

body .vfb-checkout-box .vfb-checkout-row .vfb-checkout-title .vfb-description {
	text-align: right !important;
	text-align: end !important;
}

body .vfb-checkout-box .vfb-checkout-row .vfb-checkout-value {
	flex: 1 1 150px;

	font-weight: bold;
}

body .vfb-checkout-box {
	display: grid;
}

body .vfb-checkout-box .vfb-checkout-row .vfb-checkout-value input[type=text] {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

body .vfb-shipping-box {
	display: grid !important;
}

body .vfb-shipping-box .vfb-shipping-row .vfb-shipping-col input[type=text] {
	width: 100% !important;
	max-width: 100% !important;
}


.vfb-products-box { margin-bottom: 5px; }

.vfb-product-box { border-radius: 4px; padding: 5px; background-color: #EEEEEE; margin-bottom: 5px; }
.vfb-product-label { font-size: 16px; font-family: arial; color: #777777; padding-bottom: 5px; font-weight: bold; }

.vfb-product-description { font-size: 12px; font-family: arial; color: #999999; padding-bottom: 5px; }
.vfb-product-price { font-size: 12px; font-family: arial; color: #999999; }
.vfb-product-quantitative-box { font-size: 13px; font-family: arial; color: #777777; }

