div#yith-quick-view-content h1 {
    font-size: 15px;
}

.nxs-item-hover-icon img {
    width: 25px !important;
    height: 25px !important;
}

div#yith-quick-view-content a.reset_variations {
    display: none !important;
}

.nxs-item-hover-box {
	position: absolute;
    bottom: 6px;
    z-index: 10;
    right: 0px;
    text-align: center;
}

.nxs-item-hover-icon {
	color: #000000;
    width: 30px;
	cursor: pointer;
}


.nxs-product-bundle-tag {
	display: inline-block;
	background-color: #ffd700;
	color: #000;
	padding: 2px 6px;
	font-size: 12px;
	border-radius: 3px;
	margin-top: 5px;
}


.nxs-discount-container {
    font-family: 'Inter';
    font-weight: bold;
    position: fixed;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fbdee3;
    padding: 5px;
    max-width: 445px;
    width: 95%;
    font-size: 12px;
	z-index: 10;
	border-radius: 100px 100px 00px 0px;
    padding-bottom: 35px;
    margin-bottom: -56px;	
}

.nxs-discount-text {
	text-align: center;
	color: #000000;
}

.nxs-discount-amount {
	text-align: center;
	color: #b1282c;
}


.nxs-checkout-container {
	font-family: inter;
	position: fixed;
	max-width: 450px;
	width: 96%;
	height: 50px;	
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	color: #fff;
	border-radius: 50px;
	padding: 10px 10px 10px 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.nxs-checkout-button {
	background-color: #fde67c;
	color: #000;
	border: none;
	border-radius: 50px;
	padding: 5px 15px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	flex-shrink: 0;
}

.nxs-middle-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex-grow: 1;
	margin: 0 20px;
}

.nxs-offer-text {
	background-color: #FFFF00;
	color: #000000;
	font-size: 13px;
	margin-bottom: 5px;
	padding: 2px 10px;
	border-radius: 10px;
}

.nxs-shipping-text {
	font-size: 14px;
	font-weight: bold;
	
}

.nxs-progress-bar {
	display: flex;
	width: 70%;
	margin-top: 5px;
	justify-content: space-between;
}

.nxs-progress-step.filled {
	background-color: #fde67c;
}

.nxs-cart-icon {
	display: flex;
	align-items: center;
	position: relative;
	flex-shrink: 0;
	cursor: pointer;
	margin-left: 0px;
}

.nxs-cart-icon img {
	width: 25px;
	height: 25px;
}

.nxs-item-count {
	position: absolute;
	top: -5px;
	right: -10px;
	background-color: #bf2025;
	border: 2px solid #ffffff;
	color: #ffffff;
	border-radius: 50%;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: bold;
}

.nxs-button-container {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.nxs-adjust-button {
	background-color: #fde67c;
	color: #000;
	border: none;
	border-radius: 50px;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
}

.woocommerce-mini-cart__total {
	display: none !important;
}

@keyframes nxs-vibrate {
	0% { transform: translateX(0); }
	25% { transform: translateX(-3px); }
	50% { transform: translateX(3px); }
	75% { transform: translateX(-3px); }
	100% { transform: translateX(0); }
}

.nxs-vibrate {
	animation: nxs-vibrate 0.3s ease-in-out;
}

@keyframes nxs-flyToCart {
	0% {
		transform: translate(0, -200px) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(0, 50px) scale(0.5);
		opacity: 0;
	}
}

.nxs-fly {
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url('https://img.icons8.com/ios-filled/50/000000/shopping-cart.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1000;
	animation: nxs-flyToCart 2s ease-in-out forwards;
}


#nxs-gif-overlay {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    justify-content: space-between;
    align-items: center;
	z-index: 9999; /* Ensure it's on top */
	
}

/* Centered GIF with aspect ratio maintained */
#nxs-gif-overlay img {
	max-width: 100%;
	max-height: 100%;
}



@media only screen and (max-width: 949px) {
	.nxs-checkout-container {
		height: 50px;
	}
	.nxs-discount-container {
		bottom: 90px;
		margin-bottom: -50px;
	}
	.nxs-checkout-button {
		padding: 5px 10px;
		font-size: 12px;
	}
	.nxs-middle-section {
		margin: 0px 8px;
	}
	.nxs-offer-text {
		font-size: 10px;
		padding: 2px 7px;
	}
	.nxs-shipping-text {
		font-size: 13px;
        font-family: 'arsal';
		line-height:1.2;
	}
	.yith-wcqv-wrapper .woocommerce-product-gallery img {
		width: 250px !important;
		margin: 0 auto !important;
	}
}

@media (min-width: 340px) and (max-width: 375px) {
  .nxs-progress-bar {
    display: flex;
    width: 83% !important;   
}
}

.nxs-offer-text {
	display: none !important;
}