.wc-giftwrap .wcgwp_slideout,
.giftwrap-single .giftwrapper_products,
div[class^="giftwrapper_products-"],
.gift-wrapper-cancel,input[type="checkbox"].wcgwp_single_checkbox,
.wcgwp_header_add,
.wcgwp_header_remove {
	display: none;
}

.wc-giftwrap {
	clear:both;
	display:flex;
	font-size:90%;
	flex-direction:row;
	flex-wrap:wrap;
}

.wc-giftwrap .wcgwp_slideout {
	margin-bottom: 3em;
}

.giftwrap-single .giftwrapper_products,
div[class^="giftwrapper_products-"] {
	margin: 1em 0;
}

.giftwrap-single,
.giftwrap-simple {
	margin-bottom:1em;
	width: 100%;
}

.giftwrap_header_wrapper,
.giftwrapper_products {
	width: 100%;
}

.giftwrap_header button {
	cursor: pointer;
}

.giftwrap_after_cart .giftwrap_header_wrapper,
.giftwrap_coupon .giftwrap_header_wrapper {
	margin-top: 1em;
}

.giftwrap_coupon {
	clear:none;
}

.giftwrap_ul:not(.singular),
.woocommerce .wc-giftwrap .giftwrap_ul:not(.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;
}

.wc-giftwrap li {
	list-style: none;
}

.wc-giftwrap .giftwrap_thumb img,
.entry-content .giftwrap_thumb img,
.wc-giftwrap .giftwrap_thumb img:hover {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

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

.wcgwp_single {
	position: relative;
}

.wc-giftwrap .wcgwp_single input[type="radio"] {
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.giftwrap_ul li .giftwrap_desc:not(.singular_label),
.woocommerce-page #content table.cart td.actions .coupon .wc-giftwrap label,
.woocommerce table.cart td.actions .coupon .wc-giftwrap label,
.woocommerce-page table.cart td.actions .wc-giftwrap .coupon label,
table.cart td.actions .coupon .wc-giftwrap label {
	display: inline;
	margin-left: .5em;
}

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

.simple_giftwrapper_notes {
	display: block;
}

.wc_giftwrap_notes_container {
	clear:both;
	display:block;
}

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

.wc-giftwrap textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	margin-bottom:1em;
	overflow: scroll;
	-webkit-appearance: none;
	width: 100%;
}

.wc-giftwrap .amount:before,.giftwrapper_products .amount:before {
	content: "- ";
}

.giftwrap-simple .amount:before {
	content: "";
}

.gift-wrapper-remove a {
	color: #fff;
}

table.cart .coupon .wc-giftwrap .non_modal .button,
.woocommerce .wc-giftwrap .non_modal button.button {
	margin: 1em 0 0 0;
}

.wcgwp-cart-item > td:not(.product-remove):first-child,
.wcgwp-line-item > td:not(.product-remove):first-child {
	padding-left: 2em;
}

table.shop_table tr.wcgwp-line-item .product-name,
table.shop_table tr.wcgwp-cart-item .product-name {
	padding-left:2.427em;
}

table.shop_table_responsive tr.wcgwp-line-item.wcgwp-wrap-product td.product-name:before,
table.shop_table_responsive tr.wcgwp-cart-item.wcgwp-wrap-product td.product-name:before {
	content: "\0021b3 ";
	display: inline;
}

/* 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 .wc-giftwrap {
		text-align: left;
	}
}

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