.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	margin-top: 40px;
}
.custom-product {
	width: 16%;
	display: inline-block;
	margin: 20px 20px;
}
.free_bogo_deal_text,
.free-items-name {
	font-weight: bold !important;
}
.button-for-adding-removed-item {
	padding: 16px;
}
@media only screen and (max-width: 1024px) {
	.custom-product {
		width: 26% !important;
	}
}
@media only screen and (max-width: 700px) {
	.custom-product {
		width: 42% !important;
	}
	.hexcoupon_select_free_item h3 {
		text-align: center;
		font-size: 26px;
	}
}
@media only screen and (max-width: 560px) {
	.custom-product {
		width: 40% !important;
	}
}
@media only screen and (max-width: 460px) {
	.custom-product {
		width: 38% !important;
	}
	.hexcoupon_select_free_item h3 {
		text-align: center;
		font-size: 20px;
	}
}
@media only screen and (max-width: 435px) {
	.custom-product .has-text-align-center button {
		font-size: 14px !important;
	}
}
@media only screen and (max-width: 380px) {
	.custom-product {
		width: 90% !important;
	}
}
.referral-top-bar {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.referral-container {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}
.referral-container.two {
	margin-top:20px;
	text-align: center;
}
.referral-container.two .notice {
	padding: 15px;
	border-left: 4px solid #007cba;
	background-color: #f0f8ff;
	margin-bottom: 20px;
	border-radius: 4px;
	color: #007cba;
}
.referral-container.two .notice-info {
	border-color: #007cba;
}
.current-points {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.points-log-link {
	font-size: 16px;
}
.referral-container h2 {
	margin-bottom: 20px;
	color: #333;
}
.referral-box {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.referral-box input {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-right: 10px;
}
.referral-box button {
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.conversion-rate {
	font-size: 14px;
	color: #555;
	margin-top: 10px;
}

/* Notice for checkout block */
.custom-checkout-notice-wrapper {
	padding: 15px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #1e293b;
}
.custom-checkout-notice-wrapper .components-notice {
	color: #1e293b;
	font-weight: bold;
}

/*Store Credit*/
.store-credit-logs-container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.store-credit-balance {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.store-credit-logs-table {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#store_credit_filter {
	padding: 2px;
	max-height: 50px;
	font-size: 16px;
}

/*Loyalty program*/
.loyalty-points-log {
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.loyalty-points-log h2 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
}
.loyalty-points-log-table {
	width: 100%;
	border-collapse: collapse;
}
.loyalty-points-log-table th,
.loyalty-points-log-table td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
}
.loyalty-points-log-table th {
	background-color: #f2f2f2;
	font-weight: bold;
}
.loyalty-points-log-table tr:nth-child(even) {
	background-color: #f9f9f9;
}
.loyalty-points-log-table tr:hover {
	background-color: #e9e9e9;
}
.social-share-buttons {
	margin-bottom: 20px;
}

/* Coupon Shortcode */
.discount-card {
	background-color: #2c2c2c;
	color: #f5deb3;
	padding: 20px;
	border: 4px dotted #f5deb3;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	width: 100%;
	margin: 20px auto;
}
.discount-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.discount-rate {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 10px;
}
.discount-rate span {
	font-size: 0.5em;
	vertical-align: top;
}
.discount-details {
	font-size: 0.9em;
}
.discount-code, .discount-expiry {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.discount-code .icon, .discount-expiry .icon {
	margin-right: 5px;
}
@media (max-width: 500px) {
	.discount-rate {
		font-size: 2.5em;
	}
	.discount-details {
		font-size: 0.8em;
	}
}

/* My Account Page All Coupons Tab */
.woocommerce-Address-title.title h3 {
	text-align: center;
}
.coupon-section-title {
	text-align: center;
	margin: 20px 0;
}
.user-all-coupon-wrap {
	display: flex;
	flex-wrap: wrap;
}
.user-all-coupon-wrap .discount-card {
	width: 33%;
}
.discount-card.upcoming {
	background-color: #2c2c2ca6;
}
