@media (max-width: 768px) {
    #adfy__floating-cart[data_type=drawer] {
        width: 100vw !important;
		border: unset !important;
		box-shadow: unset !important;
    }
}

body div.notyf-announcer,
body div.notyf {
	display: none !important;
}

#adfy__floating-cart #adfy__woofc-cart-errors {
    background-color: #F37321;
    border-radius: 0px !important;
    color: #000 !important;
	font-size: 14px !important;
	line-height: 24px !important;
}

.adfy__woofc-link.has-underline,
.adfy__woofc-link.has-underline:hover,
.adfy__woofc-link.has-underline:active,
.adfy__woofc-link.has-underline:focus {
	color: #000 !important;
}

#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .thumb .adfy__woofc-remove-cart-item:hover {
    background-color: #000 !important;
    color: #fff !important;
}

#adfy__floating-cart .adfy_woofc-inner {
	padding: 24px !important;
}  

.adfy__woofc-title {
	font-size: 20px !important;
	line-height: 32px !important;
}

.adfy__hide-woofc {
	color: #000 !important;
}

header.adfy__woofc-header {
    border: unset !important;
    margin: 0 !important;
    padding-bottom: 24px !important;
}

.adfy__woofc-coupon,
.adfy__woofc-cart-summary .sub-total{
	display: none !important;
}

.adfy__woofc-cart-summary .total .label,
.adfy__woofc-cart-summary .total .woocommerce-Price-amount, 
.adfy__woofc-cart-summary .total .woocommerce-Price-currencySymbol {
	font-size: 16px !important;
    line-height: 24px !important;
	font-weight: 400 !important;
}

.adfy__woofc-cart-summary .total .label {
	font-weight: 600 !important;
}

#adfy__floating-cart .adfy__woofc-header .adfy__close-button .adfy__hide-woofc svg {
    height: 24px !important;
    width: 24px !important;
}

.adfy__woofc-badge {
	font-size: 14px !important;
	background: unset !important;
    padding: 0 !important;
    color: #000 !important;
}

form.adfy__woofc-quantity-form {
    border-radius: unset !important;
    border: 1px solid #EAEAEA !important;
}

form.adfy__woofc-quantity-form input {
	font-size: 14px !important;
	line-height: 24px !important;
}

.adfy__woofc-item-title .woocommerce-loop-product__title {
	margin-bottom: 4px !important;
}

.adfy__woofc-item-title a.adfy__woofc-link {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.adfy__woofc-item-price .quantity {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.adfy__woofc-actions {
	display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
}

a.adfy__woofc-button {
    padding: 12px 0px !important;
    background: unset !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
	border-radius: unset !important;
}

a.adfy__woofc-button:hover {
	color: #fff !important;
	background: #000 !important;
}

.adfy__woofc-button.proceed-to-checkout {
	background: #2BAA4F !important;
	color: #fff !important;
	border: unset !important;
}

#adfy__woofc-overlay {
	backdrop-filter: blur(0px) !important;
    background: #0000008f !important;
}