.xoo-wsc-footer .free-claim-close-btn {
			--size: 30px;
			width: var(--size);
			height: var(--size);
			position: absolute;
			right: 0;
			top: -16px;
			left: 0;
			margin: 0 auto;
			background-color: #000;
			border-radius: 50%;
			background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
			background-repeat: no-repeat;
			background-position: center;
			cursor:pointer;
		transition:all 0.2s linear;
	}
	.xoo-wsc-footer.hide .free-claim-close-btn {
			rotate: 180deg;
	}

	.xoo-wsc-modal .xoo-wsc-footer {
			transition: max-height 0.3s;
			max-height: 700px;
	}
	.xoo-wsc-modal .xoo-wsc-footer.hide div#dnm-free-tag-side {
			display: none;
	}
	.xoo-wsc-modal .xoo-wsc-footer.hide {
			padding-top: 25px;
	}
	.xoo-wsc-ft-extras .xoo-wsc-slc-remove{
		width:100%;
		font-size:13px;
	}
	.xoo-wsc-ft-extras .xoo-wsc-slc-remove span.xoo-wsc-remove-coupon {
			width: 30%;
	}

.xoo-wsc-drh-txt:has(.offer-text) {
    font-size: 0;
}

.xoo-wsc-drh-txt .offer-text {
    font-size: 14px;
}

.cart-drawer-product-card {
    display: block;
}

.dnm-row button.button.alt,
.cart-drawer-product-card input {
    display: none;
}

.cart-drawer-product-card .radio-product-card {
    border: 1px solid #000000;
    padding: 3px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
}

.dnm-free-tag label {
    font-size: 13px;
}

.dnm-free-tag small {
    position: absolute;
    top: 9px;
    right: 19px;
}

.cart-drawer-product-card .product-price .woocommerce-Price-amount {
    font-size: 10px;
    margin-top: 3px;
}

.cart-drawer-product-card:has(input:checked) .radio-product-card {
    outline: 1px solid #000000;
}

.radio-product-img img {
    width: 100%;
    min-width: 100%;
    height: 65px;
    border-radius: 10px;
    object-fit: contain;
    background: #fff;
}

.product-title {
    display: block;
    font-size: 16px;
    line-height: 1;
}

.cart-drawer-product-card-wrapper {
    display: flex;
    gap: 10px;
}

#freegift-radios {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

#freegift-radios .cart-drawer-product-card {
    display: flex;
    pointer-events: none;
    position: relative;
}

.radio-product-card .product-title {
    font-size: 11px;
    margin-top: 9px;
    line-height: 1.1;
}

span.product-price .woocommerce-Price-amount {
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
}

#freegift-radios .cart-drawer-product-card:before {
    content: '+';
    position: absolute;
    background: #000000;
    line-height: 1px;
    font-size: 20px;
    font-weight: lighter;
    width: 20px;
    height: 20px;
    display: inline-grid;
    padding: 8.1px 0px 0px 5.5px;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    color: #FFFFFF;
    cursor: pointer;
    pointer-events: auto;
}

@media screen and (max-width:767px){
	.xoo-wsc-footer .free-claim-close-btn:before {
		content: '';
		position: absolute;
		left: var(--size);
		--size: -8px;
		right: var(--size);
		top: var(--size);
		bottom: var(--size);
	}

	.xoo-wsc-footer.hide .xoo-wsc-ft-amt:not(.xoo-wsc-ft-amt-total),
	.xoo-wsc-footer.hide .xoo-wsc-sl-applied{
		display: none;
	}
	.xoo-wsc-footer .xoo-wsc-ft-amt.xoo-wsc-ft-amt-total {
		padding-top: 7px;
	}
	.xoo-wsc-footer.hide   form.xoo-wsc-sl-apply-coupon {
		margin-bottom: 15px;
	}
}