/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.pre_order_single,
.pre_order_single-no-auto-format {
	font-style: normal !important;
	font-size: 20px;
	margin-bottom: 10px !important;
}

.pre_order_loop,
.pre_order_loop-no-auto-format {
	font-style: normal !important;
}

.pre_order_on_cart,
.pre_order_on_cart-no-auto-format {
	font-style: normal !important;
}

.single-product_preorder {
	padding: 10px 15px;
	border: 1px solid #9d8009;
	color: #9d8009;
	font-size: 16px;
}



.preorder-icon-center {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: auto;
	bottom: 20px;
	left: auto;
	right: auto;
	z-index: 99;
}

.catalog-product_preorder {
	position: relative;
	display: block;
	background-color: #9d8009;
	padding: 0 24px 0 40px;
	border-radius: 48px;
	color: #fff !important;
	margin: 0 auto;
	width: 80%;
	min-width: 180px;
	min-height: 44px;
}

.catalog-product_preorder img {
	position: absolute;
	display: block;
	height: 48px;
	width: 48px !important;
	max-width: 48px;
	max-height: 48px;
	top: -2px;
	left: 0;
	right: auto;
	text-align: left;
}

.catalog-product_preorder .pre_order_loop {
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
}

.catalog-product_preorder span.availability_date {
	display: block;
	font-size: 16px;
	margin-top: -6px;
}

.checkout-preorder-warning {
	border: 2px solid #9d8009;
	color: #9d8009;
	font-size: 16px;
	font-weight: 700;
	padding: 15px;
	margin-bottom: 20px;
}

/* CUSTOM BADGE GIFT STYLE START */
.yith-wcbm-badge.yith-wcbm-badge-text {
	background-color: transparent !important;
	width: 114px !important;
	height: 139px !important;
	background-image: url(https://coin24.ee/wp-content/uploads/2019/11/Present-badge-Coin24.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.yith-wcbm-badge .yith-wcbm-badge__wrap .yith-wcbm-badge-text {
	color: #fff;
	font-family: "Poppins";
	font-size: 32px;
	font-weight: 900;
	margin-top: 65px;
}

/* CUSTOM BADGE GIFT STYLE END */

@media screen and (max-width: 480px) {
	.catalog-product_preorder img {
		height: 30px;
		width: 30px !important;
		max-width: 30px;
		max-height: 30px;
		top: 1px;
		left: 0;
	}

	.catalog-product_preorder {
		padding: 0 10px 0 30px;
		border-radius: 30px;
		min-height: 30px;
		width: 100%;
		min-width: auto;
	}

	.catalog-product_preorder .pre_order_loop {
		font-size: 12px;
		font-weight: 600;
	}

	.catalog-product_preorder span.availability_date {
		display: block;
		font-size: 12px;
		margin-top: -6px;
	}

	.preorder-icon-center {
		bottom: 0px;
		left: auto;
		right: auto;
	}

	/* CUSTOM BADGE GIFT STYLE START */
	.yith-wcbm-badge.yith-wcbm-badge-text {
		width: 57px !important;
		height: 69.5px !important;
	}

	.yith-wcbm-badge .yith-wcbm-badge__wrap .yith-wcbm-badge-text {
		font-size: 18px;
		font-weight: 900;
		margin-top: 33px;
	}

	/* CUSTOM BADGE GIFT STYLE END */

}