.product-type-gift-card .woocommerce-product-gallery__image {
	padding: 0;
}

/* Buttons */
.giftcard-button-mode {
	margin-bottom: 10px;
	display: block;
}

.giftcard-button-mode button {
	padding: 5px 10px !important;
	border-width: 1px !important;
	border-style: solid !important;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

/* Message box */
.woocommerce_gc_giftcard_form label,
.gift-cards_form .gift-card-content-editor label {
	display: block !important;
}
.woocommerce_gc_giftcard_form textarea,
.woocommerce_gc_giftcard_form input[type=text],
.gift-cards_form .gift-card-content-editor textarea,
.gift-cards_form .gift-card-content-editor input {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Button */
.gift_card_template_button {
	margin-top: 20px !important;
}

/* Titles */
.gift-card-content-editor.step-content h5 {
	font-weight: bold;
	font-size: 18px;
}

.gift-card-content-editor.step-content h5:not(:first-child),
.gift-cards_form>h3 {
	margin-top: 40px;
}

.gift-card-content-editor.step-content h5:first-child {
	margin-top: 0 !important;
}

/* Preview */
.ywgc-main-form-preview-container hr {
	background-color: #eeeeee;
	border-width: 0;
	height: 1px;
}

.ywgc-main-form-preview-container {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.ywgc-form-preview-title,
.gift-cards_form h3 {
	font-weight: bold;
	font-size: 22px;
}

.ywgc-main-form-preview-container {
	padding-top: 40px;
	min-height: auto !important;
}

/* Cart & checkout */
.ywgc_have_code,
.ywgc_enter_code {
	margin: 0;
}

.ywgc_have_code {
	margin-bottom: 10px;
}

@media(hover:hover) {
	.ywgc-show-giftcard:hover {
		text-decoration: underline;
	}
}

.ywgc_enter_code .form-row,
.checkout_coupon .form-row {
	width: 49%;
	padding: 0 15px !important;
	margin-bottom: 0 !important;
	float: none !important;
	display: inline-block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ywgc_enter_code .form-row-first,
.checkout_coupon .form-row-first {
	padding-left: 0 !important;
}

.ywgc_enter_code .form-row-last,
.checkout_coupon .form-row-last {
	padding-right: 0 !important;
}

.ywgc_enter_code>div {
	margin: 0 !important;
}

.ywgc_enter_code p:not(.form-row) {
	padding: 0 !important;
	margin-bottom: 25px;
}

.product-type-gift-card .woocommerce-product-gallery__wrapper {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
