/* Gift card product form — reuse firewood step/pill/qty/basket styles. */

.ls-gift-card-product .ls-gift-card-from-price {
	display: none;
}

.ls-gift-card-form {
	margin-top: 8px;
}

.ls-gift-card-form .quantity {
	margin: 0;
}

.ls-gift-card-form .quantity .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.ls-gift-card-form .form-row {
	margin: 0 0 14px;
}

.ls-gift-card-form .form-row > label {
	display: block;
	font-family: sofia-pro, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #000;
	margin-bottom: 2px;
}

.ls-gift-card-form .form-row .optional {
	text-transform: capitalize;
	font-size: 14px;
	color: #676767;
}

.ls-gift-card-form .form-row abbr.required {
	text-decoration: none;
	color: #E75000;
	border: 0;
}

.ls-gift-card-form .form-row input[type="text"],
.ls-gift-card-form .form-row input[type="email"],
.ls-gift-card-form .form-row textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #C4C4C4;
	border-radius: 0;
	background: #fff;
	padding: 10px 12px;
	color: #444;
	font-family: sofia-pro, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	outline: none;
	box-sizing: border-box;
}

.ls-gift-card-form .form-row textarea {
	height: auto;
	min-height: 110px;
	resize: vertical;
}

.ls-gift-card-form .form-row input::placeholder,
.ls-gift-card-form .form-row textarea::placeholder {
	color: #888;
	font-weight: 300;
}

.ls-gift-card-form .form-row input:focus,
.ls-gift-card-form .form-row textarea:focus {
	border-color: #3C3C3C;
}

.ls-gift-card-form .firewood_prod__add_to_basket {
	width: 100%;
	box-sizing: border-box;
}

.ls-gift-card-form .firewood_prod__btn {
	border: 0;
}

.basket-coupon__hint {
	margin: -8px 0 16px;
	color: #676767;
	font-family: sofia-pro, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}

.ls-gift-card-downloads {
	margin: 1.5rem 0;
	padding: 18px 20px;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	background: #fff;
}

.ls-gift-card-downloads h3 {
	font-family: "Roboto Slab", serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 6px;
}

.ls-gift-card-downloads p {
	margin: 0 0 12px;
	font-family: sofia-pro, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.ls-gift-card-downloads ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ls-gift-card-downloads li {
	margin: 8px 0 0;
}

.ls-gift-card-downloads .button,
.ls-gift-card-downloads a.button {
	display: inline-block;
	background: #E75000;
	color: #fff;
	border: 0;
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 18px;
	text-decoration: none;
}

.ls-gift-card-only .checkout_step--delivery,
.ls-gift-card-only .checkout_step--local,
.ls-gift-card-only .woocommerce-checkout__panel.checkout_step--delivery,
.ls-gift-card-only .woocommerce-checkout__panel.checkout_step--local {
	display: none !important;
}

.ls-gift-card-product .sidebar-delivery,
.ls-gift-card-product .free_delivery_prod {
	display: none;
}

body.ls-gift-card-only .woocommerce-billing-fields .billing_checkbox {
	display: none;
}

body.ls-gift-card-only .woocommerce-billing-fields .billing-hidden {
	max-height: none;
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

body.ls-gift-card-only .woocommerce-additional-fields {
	display: none;
}

@media only screen and (max-width: 430px) {
	.ls-gift-card-form .firewood_prod__add_to_basket {
		flex-direction: column;
		padding: 18px;
	}

	.ls-gift-card-form .firewood_prod__total {
		padding-bottom: 15px;
	}

	.ls-gift-card-form .firewood_prod__btn_wrap {
		order: 1;
	}

	.ls-gift-card-form .firewood_prod__btn {
		width: 100%;
	}
}
