.wcgwp-wrapper {
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

.wcgwp-wrapper .wcgwp-prompt-wrapper,
.wcgwp-wrapper .wcgwp-checkbox-wrapper {
	display: inline-block;
	margin-bottom: 1em;
}

.wcgwp-slidedown {
	display: none;
	margin-bottom: 2em;
}

.wcgwp-modal {
	margin: 1em 0;
}

.wcgwp-prompt-wrapper,
.wcgwp-checkbox-wrapper,
.giftwrapper_products {
	width: 100%;
}

.wcgwp-prompt-wrapper button {
	cursor: pointer;
}

.wcgwp-wrapper-woocommerce_after_cart .wcgwp-prompt-wrapper,
.wcgwp-wrapper-woocommerce_after_coupon .wcgwp-prompt-wrapper {
	margin-top: 1em;
}

.wcgwp-wrapper-woocommerce_after_coupon {
	clear:none;
}

.wcgwp-ul:not(.wcgwp-singular),
.woocommerce .wc-giftwrap .wcgwp-ul:not(.wcgwp-singular) {
	display: flex;
	flex-flow: row wrap;
	gap: 2em 3em;
	justify-content: flex-start;
	line-height: inherit;
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
}

.cart_item .giftwrap-cart ul {
	display: inline-block;
}
.wcgwp-li {
	list-style: none;
}

.wcgwp-wrapper .giftwrap_thumb img,
.wcgwp-wrapper .wcgwp-thumb img,
.entry-content .giftwrap_thumb img,
.entry-content .wcgwp-thumb img,
.wcgwp-wrapper .giftwrap_thumb img:hover,
.wcgwp-wrapper .wcgwp-thumb img:hover {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.giftwrap-coupon {
	margin-bottom: 1em;
	text-align: left;
}

.wcgwp-title {
	font-weight: 600;
}

.wcgwp-desc:not(.wcgwp-singular-label),
.woocommerce-page #content table.cart td.actions .coupon .wcgwp-wrapper label,
.woocommerce table.cart td.actions .coupon .wcgwp-wrapper label,
.woocommerce-page table.cart td.actions .wcgwp-wrapper .coupon label,
table.cart td.actions .coupon .wcgwp-wrapper label {
	display: inline;
	margin-left: .5em;
}

.woocommerce-cart table.cart .product-name .wcgwp-wrapper a,
.woocommerce-cart table.cart .product-name .wcgwp-wrapper a:hover {
	color: inherit;
}

.wcgwp-note-container label,
.woocommerce table.cart td.actions .coupon .wcgwp-note-container label {
	display: block;
	margin-left: 0;
}

.wcgwp-note {
	border: 1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	min-height: 4em;
	overflow: scroll;
	-webkit-appearance: none;
	width: 100%;
}

.wcgwp-wrapper .amount:before {
	content: "- ";
}

.wcgwp-wrapper.wcgwp-checkbox-wrapper .amount:before,
.wcgwp-wrapper.wcgwp-wrapper-product .amount:before {
	content: "";
}

.single_add_to_cart_button + .wcgwp-wrapper-product {
	margin-top: 1em;
}

.wcgwp-remove a {
	color: #fff;
}

table.cart .coupon .wcgwp-slidedown .button,
.woocommerce .wcgwp-slidedown button.button,
table.cart .coupon .wcgwp-wrapper .non_modal .button,
.woocommerce .wcgwp-wrapper .non_modal button.button {
	margin: 1em 0 0 0;
}

/* Theme-specific "fixes" */
.theme-go .giftwrap_ul input[type="radio"] {
	opacity: 1;
}

.qode-theme-bridge.woocommerce-cart .wrapper,
.qode-theme-bridge.woocommerce-checkout .wrapper,
.qode-theme-bridge.woocommerce-cart .content,
.qode-theme-bridge.woocommerce-checkout .content,
.qode-theme-bridge.woocommerce-cart .container,
.qode-theme-bridge.woocommerce-checkout .container {
	z-index: auto;
}

/* Media queries */

@media ( min-width:768px ) {
	.woocommerce table.cart td.actions .wcgwp-wrapper {
		text-align: left;
	}
}

@media ( max-width:800px ) {
	.wcgwp-wrapper {
		text-align: left;
	}
}