.woocommerce .product.product-type-btpg_praxell_giftcard form.cart{display:grid !important;}
 .prices-wrap,
.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .input-wrap label {
	display: flex;
	flex-direction: column;
}
.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .input-wrap label.selected-gift-label{
	display: grid !important;
	grid-template-columns: 5% 1fr !important;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 1.5rem;
}
.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .bm {
	margin-bottom: 1.5rem;
}

.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .or-line {
	margin: 1.5rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .or-line:before,
.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .or-line:after {
	content: '';
	display: block;
	flex: 1 0 auto;
	height: 1px;
	background-color: #888;
}

.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .or-line span {
	color: #888;
	font-size: .85rem;
	font-weight: bold;
	padding: 0 .75rem;
}

.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .input-wrap .label {
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: .75rem;
}

.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .input-wrap input,
.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .prices-wrap .input-wrap select {
	display: block;
    width: 100%;
    font-size: 1.1rem;
    padding: .75rem .5rem;
    border: 1px solid hsl(0,0%,0%);
    color: #555;
}


.woocommerce .product.product-type-btpg_praxell_giftcard form.cart .input-wrap.submit [type="submit"] {
	display: block;
	width: 100%;
    font-size: 1.1rem;
    padding: 1rem .75rem;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

