.giftwrap_before_cart .wcgwp_slideout,
.giftwrap-coupon .wcgwp_slideout,
.giftwrap-checkout .wcgwp_slideout {
	display: none;
}

.giftwrap_header_wrapper {
	margin: 0 0 1em;
}

.giftwrap_before_cart,
.giftwrap_after_cart {
	width: 100%
}

.giftwrap_after_cart {
	margin: 1em 0 1em
}

.giftwrap_header a {
	cursor: pointer;
}

.wc-giftwrap {
	font-size: 90%;
}

.wc-giftwrap .giftwrap_ul,
ul.giftwrap_ul,
.type-page .wc-giftwrap ul,
#left-area ul.giftwrap_ul,
.entry-content ul.giftwrap_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	margin-left: 0;
}
li.giftwrap_li,.giftwrap_ul li,
.entry ul.giftwrap_ul li {
	list-style: none;
	margin-bottom: 1em;
	opacity: 1;
}

.giftwrap_li label {
	display: inline;
}

.giftwrap_li .giftwrap_thumb,
.wc-giftwrap .giftwrap_thumb {
	margin: 1em 0 0 0;
}

.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_notes_container textarea {
	box-sizing: border-box;
	width: 100%;
}

.giftwrapper_products_modal .amount:before {
	content: "- ";

}
.modal-open .product_layout_classic .product_content_wrapper .product_infos {
	z-index: auto;
}

.modal-open .product_layout_2 .product_content_wrapper .product_infos,
.modal-open .product_layout_4 .product_content_wrapper .product_infos {
	position: relative;
}
/*!
 * Bootstrap v5.1.3 (https: //getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https: //github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;transform: translate(0,-50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}

@media (min-width: 576px) {

	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-sm {
	max-width: 300px}

}

@media (min-width: 992px) {
	.modal-lg,.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.modal-fullscreen .modal-footer {
	border-radius: 0;
}