@media (max-width: 767px) {
	body .elementor-widget-tabs.coupon-tabs .elementor-tabs-wrapper {
		display: flex !important;
		align-items: stretch;
		width: 100%;
		overflow: visible;
	}

	body .elementor-widget-tabs.coupon-tabs .elementor-tab-desktop-title {
		display: flex !important;
		flex: 1 1 33.333%;
		align-items: center;
		justify-content: center;
		min-width: 0;
		min-height: 64px;
		padding: 9px 4px !important;
		font-size: 0 !important;
		line-height: 1.3 !important;
		text-align: center;
		white-space: normal;
	}

	body .elementor-widget-tabs.coupon-tabs .elementor-tab-desktop-title i {
		flex: 0 0 auto;
		margin-inline-end: 0;
		font-size: 14px;
	}

	body .elementor-widget-tabs.coupon-tabs .elementor-tab-desktop-title i::after {
		margin-inline-start: 5px;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.3;
	}

	body .elementor-widget-tabs.coupon-tabs .elementor-tab-desktop-title[data-tab="1"] i::after {
		content: "Latest";
	}

	body .elementor-widget-tabs.coupon-tabs .elementor-tab-desktop-title[data-tab="2"] i::after {
		content: "Ending Soon";
	}

	body .elementor-widget-tabs.coupon-tabs .elementor-tab-desktop-title[data-tab="3"] i::after {
		content: "Popular";
	}

	body .elementor-widget-tabs.coupon-tabs .elementor-tab-mobile-title {
		display: none !important;
	}

	body .elementor-widget-tabs.coupon-tabs .elementor-tabs-content-wrapper {
		width: 100%;
	}

	body .coupon-tabs .kc_tabs_nav {
		display: flex !important;
		align-items: stretch;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	body .coupon-tabs .kc_tabs_nav > li {
		float: none !important;
		display: flex;
		flex: 1 1 33.333%;
		width: 33.333%;
		min-width: 0;
		margin: 0;
	}

	body .coupon-tabs .kc_tabs_nav > li > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 64px;
		padding: 9px 4px !important;
		font-size: 0 !important;
		line-height: 1.3 !important;
		text-align: center;
		white-space: normal;
	}

	body .coupon-tabs .kc_tabs_nav > li > a i {
		margin-inline-end: 0;
		font-size: 14px;
	}

	body .coupon-tabs .kc_tabs_nav > li > a i::after {
		margin-inline-start: 5px;
		font-family: "Open Sans", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.3;
	}

	body .coupon-tabs .kc_tabs_nav > li:nth-child(1) > a i::after {
		content: "Latest";
	}

	body .coupon-tabs .kc_tabs_nav > li:nth-child(2) > a i::after {
		content: "Ending Soon";
	}

	body .coupon-tabs .kc_tabs_nav > li:nth-child(3) > a i::after {
		content: "Popular";
	}
}
