/*
Version: 10.107
*/
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	background: #f4f4f4;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	-ms-font-feature-settings: "lnum";
	-o-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}
.max-content {
	width: 100%;
	max-width: 2560px;
	margin: 0 auto;
}
.container {
	padding: 0;
	width: 100%;
	max-width: 1260px;
}
p:last-child {
	margin: 0;
}
.post-content p {
	margin-bottom: 18px;
}
.post-content .kc-container {
	padding: 0px;
}
.post-content > p:last-child {
	margin-bottom: 0px;
}
a {
	color: #272727;
}
a:hover, a:focus {
	color: inherit;
}
a:hover, a:focus, a:active, body .blog-item-title a:hover, .infobox-content a:hover {
	outline: 0;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.post-content img.full-width {
	border-radius: 0px;
}
iframe {
	border: none;
	display: block;
}
.break-word {
	word-break: break-all;
}
select {
	max-width: 100%;
	padding: 2px 5px 0px 5px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	color: #272727;
	margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6, .header-alike {
	font-weight: 400;
}
h1 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}
h2, .h2-size {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}
h3, .h3-size {
	width: 100%;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 11px;
}
.coupon-action-button.header-alike {
	font-weight: 600;
}
blockquote {
	font-size: 20px;
	font-style: italic;
	border: none;
	text-align: center;
	padding: 50px 0px;
	position: relative;
	opacity: 0.8
}
blockquote:before, blockquote:after {
	content: ' ';
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	opacity: 0.2;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
blockquote:before {
	top: 0px;
	content: '\f10d';
}
blockquote:after {
	bottom: 0px;
	content: '\f10e';
}
cite {
	margin-top: 15px;
	font-size: 16px;
	font-style: normal;
	text-align: right;
	display: block;
}
dl dd {
	margin-left: 5px;
	margin-bottom: 10px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}
footer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #eaeaea;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.d-flex {
	display: flex;
}
.space-between {
	justify-content: space-between;
}
.flex-column {
	flex-direction: column;
}
.align-center {
	align-items: center;
}
.ds-none {
	display: none !important;
}
.flex-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.flex-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.grid-row {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
}
.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width:360px) {
	.grid-2-sm {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-4-sm {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (min-width:768px) {
	.grid-3-lg {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-5-lg {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media screen and (min-width:1025px) {
	.grid-4-xl {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-5-xl {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
	}
}
.white-block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.white-block.descriptions {
	margin: 30px 0;
}
.white-block .white-block-content, .white-block .white-block-single-content {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	border-radius: 14px;
}
.list-unstyled.list-flex {
	display: flex;
	flex-wrap: wrap;
}
.modal.log-reg .modal-content .modal-rigth h4 {
	margin: 0 0 24px;
}
.list-unstyled.list-flex.list-benefits {
	float: left;
	width: 100%;
	gap: 12px;
	margin: 0 0 24px 0;
}
.list-unstyled.list-flex li {
	display: flex;
	width: 100%;
	gap: 10px;
}
.list-unstyled.list-flex.list-benefits li .icon {
	color: #00a100;
}
.kc_tabs:not(.coupon-tabs) .ui-tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active, .white-block {
	margin-bottom: 20px;
}
.coupon-tabs .ui-tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
	background: transparent;
}
.ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content, .white-block-content {
	width: 100%;
	padding: 40px;
}
.white-block-content.tag-block {
	padding: 30px 40px;
}
.blog-content {
	float: left;
	width: 100%;
}
.blog-content .page_title {
	margin: 0 0 20px;
}
.blog-content .banner_img {
	width: 100%;
	padding: 0 0 40px;
}
.blog-content .banner_img img {
	border-radius: 12px;
	max-height: 300px;
	width: auto;
}
.white-block-single-content {
	display: block;
	width: 100%;
	padding: 40px;
}
.wp-block-separator {
	float: left;
	width: 100%;
	border-top: 2px solid #eaeaea;
	margin: 20px 0;
	display: block;
}
.white-block-single-content h2 {
	font-size: 2.2rem;
	margin: 0 0 10px;
}
.white-block-single-content p {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.white-block-single-content.clearfix h2, .white-block-single-content.clearfix h3 {
	float: left;
	width: 100%;
	margin-top: 14px;
}
.white-block-single-content.clearfix ul {
	float: left;
	width: 100%;
	margin: 0;
}
.white-block-single-content.clearfix h2:first-child {
	margin-top: 0;
}
.tag-section {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tag-section a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 3px 12px;
	border: 1px solid #d1d1d1;
	border-radius: 8px;
	font-size: 14px;
}
.tag-section a .category-img img {
	max-width: 20px;
	max-height: 20px;
	width: auto;
	height: auto;
}
.tag-section a svg {
	width: 18px;
	height: 18px;
}
.single-badges {
	margin-bottom: 15px;
}
.single-badges span {
	margin-right: 5px;
}
.tag-section i {
	margin-right: 10px;
}
.coupon-tabs .ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content {
	padding: 0px;
}
.styled-checkbox, .styled-radio {
	width: 100%;
	position: relative;
}
.styled-checkbox label {
	margin: 0;
	width: calc(100% - 31px);
}
.styled-checkbox input, .styled-radio input {
	width: 20px;
	opacity: 0;
	position: relative;
	z-index: 2;
	margin: 0 6px 0 0;
	display: inline-block;
}
.styled-checkbox label:before, .styled-radio label:before {
	content: ' ';
	position: absolute;
	top: 3px;
	left: 0px;
	border: 1px solid #c9c9c9;
	height: 20px;
	width: 20px;
	border-radius: 4px;
}
.styled-checkbox.active label:after, .styled-checkbox input:checked + label:after, .styled-radio.active label:after, .styled-radio input:checked + label:after {
	content: ' ';
	position: absolute;
	left: 4px;
	top: 7px;
	width: 12px;
	height: 12px;
	background: #dddddd;
	border-radius: 2px;
}
.styled-radio label:before, .styled-radio.active label:after, .styled-radio input:checked + label:after {
	border-radius: 50%;
}
.main-title {
	padding: 10px 0px;
}
.flex-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input-group {
	display: flex;
	width: 100%;
}
body .kc-elm:not(.kc_column) {
	float: none;
}
section {
	display: block;
	float: left;
	width: 100%;
}
.reg-term, .reg-term a {
	font-size: 14px;
	color: #8d8d8d;
	font-weight: 400;
}
.hp .section-wrap {
	float: left;
	width: 100%;
	padding: 25px 0;
}
.page_title {
	display: flex;
	padding: 0;
	margin: 0 0 32px;
	border-radius: 14px;
}
.page_title p {
	width: 100%;
}
.hp.banners .section-wrap {
	padding: 30px 0 0;
}
.hp.faq .section-wrap {
	padding-bottom: 20px;
}
.hp.faq .white-block-content {
	padding: 40px;
}
.hp.stores-list .store-item {
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
	background: #FFFFFF;
	border-radius: 6px;
}
.hp.stores-list .store-item .store-name {
	position: relative;
	white-space: nowrap;
	width: calc(100% - 30px);
	overflow: hidden;
}
.hp.stores-list .store-item .store-name:before {
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	content: "";
	display: block;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}
.stats-wrap {
	padding: 20px 0;
	border-bottom: 1px solid #cdd3da;
}
.stats-wrap .flex-row {
	justify-content: space-between;
}
.stats .stats-box {
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.stats .stats-box .text {
	display: flex;
	gap: 6px;
}
.stats .stats-box .count {
	font-size: 1.6rem;
	font-weight: 600;
}
.page_title h1 {
	font-weight: 700;
	margin: 0 0 14px;
}
.full-width-title .page_title {
	padding: 0 18px;
	margin: 10px 0 20px;
}
.faq .white-block-content {
	border-radius: 14px;
	background: #FFFFFF;
	padding: 25px 40px;
}
.newsletter {
	background: #e1e9fc;
	padding: 20px 0px;
	margin: 40px 0 0;
}
.page-template-newsletter_unsubscribe .newsletter {
	background: transparent;
	padding: 0;
}
.newsletter.unsubscribe {
	margin: 20px 0 0;
}
.newsletter.unsubscribe .white-block-content {
	background: #e1e9fc;
}
.newsletter .white-block-content.content-xl {
	padding: 40px 0;
}
.newsletter h2 {
	font-size: 28px;
	margin: 0 0 12px;
}
.newsletter .reg-info {
	background: #efffef;
	padding: 12px 20px;
	border-radius: 14px;
	font-weight: 500;
}
.newsletter .gdpr-info {
	font-size: 12px;
	padding: 0 2px;
}
.section-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 12px;
}
.section-title.title-faq {
	justify-content: flex-start;
}
.section-title h2, .section-title h2 a {
	font-size: 2.4rem;
	font-weight: 700;
	transition: all 200ms ease;
}
.show-all a {
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 600;
	color: #272727;
	transition: all 200ms ease;
}
.show-all a:hover {
	color: #FF6D02;
}
.section-bottom {
	float: left;
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 24px 0 0;
}
.list-inline {
	display: flex;
	margin: 0;
}
.list-inline>li {
	padding: 0;
}
.icon {
	display: flex;
}
.icon-right {
	position: relative;
	top: 1px;
}
.icon .icon-discount {
	transform: rotate(45deg);
}
.icon .icon-discount-code {
	transform: rotate(-45deg);
}
.bg_white {
	background: #FFFFFF;
}
.m-10-20 {
	margin: 10px 0 20px 0;
}
.bg-orange {
	background: rgba(255 109 2 / 0.1);
}
.bg-blue {
	background: rgba(0 137 255 / 0.05);
}

/* END OVERALL STYLING */

/* 4. BUTTONS */
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 10px 24px;
	border-radius: 24px;
	font-weight: 600;
	color: #FFFFFF;
	background: linear-gradient(-60deg, #f47c30, #fe6261);
	font-size: 1.5rem;
}
.btn:hover, .btn:focus {
	box-shadow: none;
	outline: none;
	color: #FFFFFF;
	background: linear-gradient(-60deg, #fe6261, #f47c30);
}
input[type='submit'] {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 10px 24px;
	border-radius: 10px;
	font-weight: 600;
	color: #1c1e21;
	background: #e2e5e9;
	font-size: 1.5rem;
	border: none;
}
.btn-secondary, a.btn-secondary {
	background: linear-gradient(-60deg, #f47c30, #fe6261);
	color: #FFFFFF;
}
.btn-secondary:hover, a.btn-secondary:hover {
	background: background:linear-gradient(-60deg, #f47c30, #fe6261);
	color: #FFFFFF;
}
.btn.medium {
	padding: 8px 20px;
}
.btn.large {
	padding: 12px 24px;
}
.btn-link {
	background: transparent;
	color: #000000;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color: #000000;
	text-decoration: none;
	outline: none !important;
}
.btn-border {
	background: transparent;
	color: #000000;
	border: 1px solid #919191;
	transition: all 100ms ease;
}
.btn-border:focus, .btn-border:active {
	color: #000000;
	background: transparent;
}
.btn-border:hover {
	color: #000000;
	border-color: #919191;
	background: #FFFFFF;
}
.has-feedback textarea.form-control, .has-feedback textarea.form-control:focus, .has-feedback textarea.form-control:active, .has-feedback textarea.form-control:focus:active {
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-clip: padding-box;
}
.btn-share {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #aaa;
	font-weight: 400;
	font-size: 14px;
}
.btn-share:focus {
	color: #aaa;
}
.btn-share:hover, .btn-share .icon {
	color: #aaa;
	transition: all 200ms ease;
}
.btn-share:hover .icon {
	color: #000000;
}
.btn.btn-lg {
	padding: 14px 24px;
}
.btn-load-more {
	padding: 14px 40px;
	margin: 30px 0 0;
	border-radius: 32px;
	outline: none !important;
}

/* END BUTTON */

/* Newsletter */
.newsletter form {
	width: 100%;
}
.newsletter #mail-format {
	font-size: 16px;
	padding: 0 10px;
	color: #ff2828;
	margin: 0 0 6px;
	font-weight: 500;
}
.newsletter input {
	width: 100%;
	padding: 10px 20px;
	background: #FFFFFF;
	height: auto;
	border: none;
}
.newsletter input:focus {
	outline: none;
	border: none;
}
.newsletter .btn {
	border-radius: 0;
	padding: 11px 24px 10px 24px;
}
.newsletter .btn:focus {
	outline: none;
	color: #FFFFFF;
}
.newsletter .input-group {
	margin: 0 0 10px;
	border-radius: 8px;
	overflow: hidden;
}

/* Newsletter */

/* 3. TABLES */
table {
	width: 100%;
	border: 1px solid #eeeeee;
	margin: 15px 0px;
	font-size: 16px;
}
hr {
	border-top: 1px solid #eeeeee;
	margin: 10px 0px;
}
table th {
	background: #f5f5f5;
	padding: 3px;
}
table:not(.alignleft):not(.alignright) th, table:not(.alignleft):not(.alignright) td {
	text-align: center;
	border-color: #d3d3d3;
}
.wp-block-table {
	font-size: left;
	width: 100%;
}
.wp-block-table thead {
	border: none;
}
table td {
	border: 1px solid #eeeeee;
	padding: 3px;
}
.logo img {
	max-width: 170px;
}
.table-responsive {
	width: 100%;
	background: #FFFFFF;
	padding: 20px;
	border-radius: 14px;
}
table.table-white {
	width: 100%;
	margin: 0;
	border: none;
}
table.table-white th {
	background: #FFFFFF;
	padding: 8px 20px 12px 20px;
	white-space: nowrap;
}
table.table-white td {
	background: #FFFFFF;
	padding: 8px 20px;
	border-right: none;
	border-left: none;
}
table.table-white td .discount {
	color: #FF6D02;
	white-space: nowrap;
	font-weight: 700;
}
table.table-white td .discount_img {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 1.4rem;
	text-transform: lowercase;
}
table.table-white td .discount svg {
	width: 22px;
	height: 22px;
}
table.table-white tr:last-child td {
	border-bottom: none;
}

/* END TABLES */

/* 6. BLOG ITEM */
article {
	position: relative;
}
.blog-item-media {
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
}
.blog-media img {
	width: 100%;
}
.blog-item-title {
	margin: 0px;
	word-wrap: break-word;
}
.blog-item-meta, .blog-item-meta a {
	position: relative;
	color: #aaa;
}
.blog-shortcode .blog-item-meta {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}
.blog-item-meta a {
	position: relative;
	z-index: 2;
}
.blog-item-meta .blog-cat {
	float: right;
	color: #FF6D02;
	font-weight: 400;
	text-decoration: none;
}
.blog-shortcode h2 {
	float: left;
	width: 100%;
	margin-top: 0;
	margin: 0 0 12px;
	font-size: 1.8rem;
	line-height: 2.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
}
.blog-shortcode {
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
	border-radius: 14px;
	margin: 0;
}
.blog-shortcode .white-block-content {
	float: left;
	width: 100%;
	padding: 20px;
}
.blog-shortcode .blog-media {
	width: 100%;
	max-height: 150px;
	height: 150px;
	overflow: hidden;
}
.blog-shortcode img {
	transition: all 300ms ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-shortcode:hover img {
	transform: scale(1.04, 1.04);
}
.blog-shortcode .blog-item-meta a, .blog-shortcode .blog-item-meta a:visited {
	font-size: 14px;
}
.blog-shortcode .short_note {
	float: left;
	width: 100%;
	margin: 0;
	height: 7.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.continue-read, .continue-read:visited {
	font-weight: 700;
}
.continue-read i {
	margin-left: 5px;
}
.blog-tags {
	float: left;
	width: 100%;
}

/* END BLOG ITEM */

/* Store page */
.is-admin .grid-block .coupon-content, .is-admin .grid-block .modal-content {
	background: #ffcdcd;
}
.store-box {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px;
	margin: 0 0 24px;
	background: #FFFFFF;
	border-radius: 24px;
}
.store-box .store-logo {
	align-items: flex-start;
	width: 254px;
}
.store-box .store-logo-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border: 2px solid #f2f2f2;
	border-radius: 14px;
}
.store-box .store-logo .store-coupons-count {
	display: flex;
	padding: 15px 10px;
	border-top: 2px dashed #cfcfcf;
	color: #8f8f8f;
}
.store-box .store-page {
	width: 100%;
}
.store-box .store-page h1 {
	width: 100%;
	margin: 0 0 20px;
}
.store-box .store-page .store-center {
	width: 100%;
}
.store-box .store-page .store-center .store-buttons {
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}
.store-box .store-page .store-center .store-buttons .store-tools {
	gap: 10px;
}
@media (min-width:1023px) {
	.store-page {
		display: grid !important;
		grid-template-columns: 254px 1fr;
		column-gap: 44px;
		align-items: start;
	}

	/* logo vlevo */
	.store-page .store-logo {
		grid-column: 1;
		grid-row: 1 / span 3;
		height: 100%;
	}
	.store-box .store-logo-wrap {
		padding: 20px 0;
	}

	/* H1 vpravo nahoře */
	.store-page > h1 {
		grid-column: 2;
		grid-row: 1;
		margin-top: 0;
	}

	/* store-top (H2) hned pod H1 */
	.store-page .store-top {
		grid-column: 2;
		grid-row: 2;
		margin: 0 0 10px;
	}

	/* tlačítka pod tím (pokud chceš vpravo) */
	.store-page .store-center {
		grid-column: 2;
		grid-row: 3;
	}
}
.store-info {
	flex-wrap: wrap;
	margin: 0;
	width: calc(100% - 220px);
	padding-right: 30px;
}
.store-rating {
	display: flex;
	justify-content: flex-end;
	width: 220px;
}
.store-info h2 {
	width: 100%;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 600;
	margin: 0 0 10px;
}
.page-short-text {
	position: relative;
	margin: 0 0 6px;
	height: calc(2 * 2.4rem);
}
.page-short-text p {
	font-size: 1.4rem;
	display: inline-block;
	height: calc(2 * 2.4rem);
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-short-text .toggle-btn {
	border: 0;
	color: #272727;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	z-index: 2; /* aby bolo nad fade */
}

/* fade gradient (iPhone friendly) */
.page-short-text .toggle-btn::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: -40px; /* ekvivalent padding-left:40px (šírka fade) */
	background: linear-gradient(to right, transparent, #ffffff 30%);
	pointer-events: none;
	z-index: -1; /* fade za textom tlačidla */
}
.page-short-text.expanded {
	height: auto;
}
.page-short-text.expanded p {
	display: inline-block;
	height: auto;
}
.page-short-text.expanded .toggle-btn {
	display: none;
}
.store-content .coupons {
	margin: 24px 0;
}
.store-content .similar-coupons {
	margin: 0 0 24px;
}
.store-content .coupons .flex-row:last-child .coupon-list {
	margin: 0;
}
.store-content .coupons.coupons-first {
	margin: 0 0 24px;
}
.store-content .best-coupons-block {
	margin: 0 0 30px;
}
.store-content .best-coupons-block .widget-title {
	margin: 0 0 10px;
}
.store-content .flex-row.store-info {
	margin: 50px 0 0;
}
.search-header h2 {
	font-size: 2rem;
	font-weight: 500;
	margin: 0;
}
.store-img {
	display: flex;
	justify-content: center;
	width: 100%;
}
.store-img a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: auto;
	padding: 15px 0;
}
.store-img a img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.tax-coupon-store .coupons-info {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 10px;
}
.tax-coupon-store .coupons-info .value {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.coupons-info span {
	font-weight: 600;
	margin-left: 6px;
}
.share-box {
	width: auto;
	position: relative;
}
.share-popup {
	position: absolute;
	display: none;
	top: 32px;
	left: 0;
	min-width: 200px;
	background: #FFFFFF;
	padding: 15px;
	border-radius: 14px;
	box-shadow: 0px 0px 12px 1px rgba(16, 24, 40, 0.1);
	z-index: 99;
}
.share-box.active .share-popup {
	display: flex;
	flex-wrap: wrap;
}
.share-box.active .share-popup .title h3 {
	width: auto;
	font-size: 16px;
}
.share-box.active .share-popup .title .icon {
	cursor: pointer;
	margin-bottom: auto;
}
.share-box.active .btn-share .icon {
	color: #000;
}
.tax-coupon-store .anchor {
	position: relative;
	top: -50px;
}
.store-rich-content .description_wrap h2 {
	font-size: 2.2rem;
	font-weight: 600;
}
.store-rich-content .description_wrap h3 {
	width: 100%;
	margin: 0 0 18px;
}
.store-rich-content .description_wrap p {
	margin: 0 0 12px;
}
.store-rich-content ul, .store-rich-content ol {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.store-rich-content .white-block-content p:last-child {
	margin: 0;
}
.old-coupons h2 {
	margin: 0;
}
.only_admin .store-name, .only_admin .coupon-box-description, .only_admin .expired, .only_admin .badges, .only_admin .discount, .only_admin .tools {
	display: none !important;
}
.coupons {
	margin: 0 0 30px;
}
.store_blog {
	margin: 0 0 30px;
}

/* Store page */

/* HEADER */
.header-wrapper {
	position: relative;
	background: #FFFFFF;
	z-index: 100;
}
.header-wrapper .lni-user-circle-1:before {
	font-size: 36px;
}
.top-header .flex-wrap {
	flex-wrap: wrap;
}
.top-header .icon-user:before {
	font-size: 2.2rem;
	color: #65686c;
}
.top-header .header-bottom {
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top-header .header-bottom .title-wrap {
	justify-content: center;
}
.top-header .header-bottom .title {
	width: auto;
	flex-direction: column;
	justify-content: center;
}
.top-header .header-bottom h1 {
	text-align: center;
	margin: 0 0 5px;
}
.top-header .header-bottom h2 {
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	margin: 0 0 16px;
}
.header-categories a {
	color: #aaa;
	margin: 0px 15px;
	text-align: center;
	display: inline-block;
}
.header-categories i {
	display: inline-block;
	font-size: 27px;
	line-height: 1;
}
.header-categories span {
	display: block;
	font-size: 14px;
}
.header-categories a:hover {
	color: #eee;
}

/* ============================================================
   HLAVNÉ VYHĽADÁVANIE (INPUT V HLAVIČKE)
   ============================================================ */
.main-search {
	position: relative;
	border-radius: 4px;
	text-align: left;
}
.main-search input::placeholder {
	color: #525252;
}
.main-search a.submit-form {
	width: 30px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -1px;
	right: 10px;
	color: #7b7b7b;
	line-height: 0;
	background: inherit;
	text-transform: uppercase;
	border-radius: 0px 14px 14px 0px;
	z-index: 2;
}

/* Štýl pre input (v oboch hľadaniach) */
.main-search input, .main-search input:focus, .main-search input:active, .main-search input:focus:active {
	width: 400px;
	height: 44px;
	min-height: 0px;
	border: none;
	border-radius: 24px;
	padding: 5px 46px 5px 24px;
	font-size: 16px;
	background: #f3f5f7;
	outline: none;
	transition: all 200ms ease;
}

/* ============================================================
   WHISPERER (NASEPTÁVAČ) - KONTAJNER
============================================================ */
#custom_search, #blog_search {
	position: relative;
}
.whisper-results-custom {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 1050; /* Zvýšený z-index pre prekrytie menu */
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
	border-radius: 16px;
	overflow: hidden;
}
.whisper-results-custom .whisper-list-custom {
	max-height: 480px;
	overflow-y: auto;
	margin: 10px 0;
}

/* Scrollbar pre whisperer */
.whisper-list-custom::-webkit-scrollbar {
	width: 6px;
}
.whisper-list-custom::-webkit-scrollbar-thumb {
	background: #d1d1d1;
	border-radius: 10px;
}

/* Delič kategórií vo výsledkoch */
.search-divider {
	padding: 10px 15px 5px;
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}

/* ============================================================
   ZJEDNOTENÁ POLOŽKA VÝSLEDKU (SEARCH ITEM)
   ============================================================ */
.search-item {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none !important;
	transition: background-color 0.15s ease;
	border-left: 3px solid transparent; /* Príprava pre hover bez skákania textu */
}

/* Hover a Selected stav (Zlúčené podľa požiadavky) */
.search-item:hover, .search-item.selected {
	background-color: #f4f4f4 !important;
	cursor: pointer;
}

/* Obrázok (Logo obchodu / Thumbnail článku) */
.search-item .search-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	min-width: 70px;
	height: 48px;
	margin-right: 15px;
	border: 1px solid #eee;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}
.search-item .search-image img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}

/* Textový wrapper */
.search-item .search-name-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* Samotný názov (Max 2 riadky) */
.search-item .search-name {
	font-weight: 600;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	padding-right: 10px;
}

/* Ikony vpravo (Shop / Coupon / Article) */
.search-item .icon {
	margin-left: auto;
	color: #686868;
}

/* Špeciálne natočenie tvojich ikoniek */
.search-item .icon .discount-code {
	transform: rotate(-45deg);
}
.search-item .icon .discount-1 {
	transform: rotate(45deg);
}

/* Farby pre tvoje cat-icon triedy */
.cat-icon.discount-code {
	fill: #FF6D02;
}
.cat-icon.discount-1 {
	fill: #2ecc71;
}

/* Zvýraznenie hľadaného textu (Highlighter) */
.whisper-list-custom .highlight {
	color: #FF6D02 !important;
	font-weight: 700;
	background: transparent;
}

/* END HEADER */

/*  8. NAVIGATION */
.sticky-nav {
	position: fixed;
	left: 0px;
	right: 0px;
	top: -300px;
	z-index: 3;
}
.navbar {
	min-height: auto;
}
.navbar-default {
	position: unset;
	width: auto;
	border: none;
	background: transparent;
	margin: 0px;
}
.social-icons {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 0 8px;
}
.social-icons a {
	display: flex;
}
.social-icons a.facebook svg {
	color: #0866ff;
}
.navbar-nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.navbar-collapse {
	padding: 0px;
}
.navbar-default .navbar-nav > li {
	display: flex;
	align-items: center;
}
.navbar-default .navbar-nav > li a {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 600;
	letter-spacing: 1px;
	background: transparent;
	color: #000000;
	padding: 14px;
	font-size: 16px;
	transition: all 200ms ease;
}
.navbar-default .navbar-nav li a .icon, .navbar-default .navbar-nav li a .cat-icon {
	display: flex;
}
.navbar-default .navbar-nav li a .cat-icon {
	margin: 0 5px 0 0;
}
.navbar-default .navbar-nav li a .cat-icon svg {
	width: 26px;
	height: 26px;
}
.navbar-default .navbar-nav li a .icon svg {
	width: 16px;
	height: 16px;
}
.navbar-default .navbar-nav li a .cat-icon.cat-discount svg {
	transform: rotate(-45deg);
	width: 28px;
	height: 28px;
}
.navbar-default .navbar-nav li a .cat-icon.discount svg {
	transform: rotate(45deg);
}
.navbar-default .navbar-nav li.open .sub-menu {
	display: grid;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-color: #cfd9e2;
}
.navbar-nav > li {
	position: unset;
}
.navbar-nav > li > a {
	padding: 15px 14px;
}
.navbar-default .navbar-nav> li > a:hover, .navbar-default .navbar-nav > li >a:focus {
	color: #f1551c;
}
.navbar-default .navbar-nav > li > a:hover > li > a, .navbar-default .navbar-nav > li > a:focus > li > a {
	color: #000000;
}
.navbar li.dropdown ul li.dropdown ul {
	left: 100%;
	top: -7px;
}
.navbar-default .navbar-nav >.open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: transparent;
	color: #f1551c;
}
.navbar li {
	margin-bottom: 0px;
}
.nav-paste {
	display: none;
}
.sub-menu {
	float: left;
	width: 100%;
	list-style-type: none;
}
.menu-bck {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	background: rgba(7, 9, 15, 0.50);
	z-index: 98;
}
.sub-menu > li {
	float: left;
	width: 100%;
}
.navigation .sub-menu-wrapper {
	flex-wrap: wrap;
	position: absolute;
	background: #f4f4f4;
	display: none;
	padding: 40px 0px;
	top: 56px;
	left: 0;
	width: 100%;
	z-index: 99;
}
.navigation .sub-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 16px;
	padding: 0;
	background: #f4f4f4;
}
.navigation .show-all-coupons {
	float: left;
	justify-content: center;
	margin: 30px 0 0;
}
.navigation .show-all-coupons a.btn {
	padding: 12px 40px;
	border-radius: 24px;
	font-size: 15px;
}
.navigation .sub-menu > li {
	display: flex;
	float: left;
	width: 100%;
}
.navigation .sub-menu > li > a {
	float: left;
	gap: 15px;
	width: 100%;
	color: #000000;
	width: 100%;
	padding: 12px 20px;
	font-size: 15px;
	line-height: 2.2rem;
	background: #FFFFFF;
	border-radius: 8px;
}
.navigation .sub-menu > li > a:hover {
	color: #f1551c;
}
.navigation .sub-menu > li .cat-img {
	max-width: 20px;
	max-height: 20px;
	width: auto;
	height: auto;
}
.navigation .sub-menu > li .cat_name {
	width: calc(100% - 30px);
}
.navigation .sub-menu > li .cat-icon {
	width: 24px;
	height: 24px;
}
@media (max-width:769px) {
	.nav-paste {
		display: block;
	}
	.nav-copy {
		display: none;
	}
	.navbar {
		min-height: 0px;
	}
}
.special-action a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000000;
	font-size: 25px;
	cursor: pointer;
	gap: 2px;
}
.special-action a span.icon {
	height: 30px;
}
.special-action a span svg {
	width: 30px;
	height: 30px;
}
.special-action a span.text {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
}

/* END NAVIGAION */
.to_top.btn {
	position: fixed;
	right: 20px;
	bottom: 15px;
	display: none;
	z-index: 100;
	padding: 0px;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 1px rgba(16, 24, 40, 0.1);
	color: #545454;
}
.to_top.btn span {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 10. WORDPRESS CORE*/
.featured-image {
	margin-bottom: 50px;
}
.sticky {
	border: none;
}
.wp-caption-text {
	border: none;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0px auto 0px auto;
}
.alignright, a img.alignright {
	float: right;
	margin: 0px;
	margin-left: 15px;
}
.alignnone, a img.alignnone {
	margin: 0px;
}
.alignleft, a img.alignleft {
	float: left;
	margin: 0px;
	margin-right: 15px;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	max-width: 100%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

/* END WORDPRESS CORE */

/* CONTACT PAGE */
.contact-map img {
	max-width: none;
}
.contact-map {
	height: 300px;
}
.agreement-box {
	display: flex;
	align-items: center;
}
.agreement-box input[type="checkbox"] {
	margin: 0px;
	margin-right: 10px;
}
.agreement-box label {
	margin: 0px;
	font-size: initial;
	font-weight: 400;
	text-transform: none;
}
.agreement-box p:last-child {
	margin: 0px;
}

/* END CONTACT PAGE */

/* 12. INPUTS */
.error404 main {
	margin-bottom: 75px;
}
.contact-form {
	margin: 0px;
}
input, textarea {
	background-clip: padding-box;
}
.comment-form .form-group {
	margin-bottom: 12px;
}
.form-group {
	width: 100%;
}
input[id^="pwbox-1168"], .form-control, .form-control:focus, .form-control:active, .form-control:focus:active {
	box-shadow: none;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 24px;
	color: #1c1e21;
	min-height: 44px;
	background-clip: padding-box;
	border: 1px solid #d6d6d6;
}
input[id^="pwbox-1168"] {
	margin-left: 5px;
}
input[type="file"].form-control, input[type="file"].form-control:focus, input[type="file"].form-control:active, input[type="file"].form-control:focus:active {
	padding: 0px;
	border: none;
}
.widget .form-control, .widget .form-control:focus, .widget .form-control:active, .widget .form-control:focus:active {
	min-height: 40px;
	padding: 0px 10px;
}

/* END INPUTS */

/* 12. WIDGETS */
.widget {
	display: flex;
	width: 100%;
	background: inherit;
}
.widget .widget-title h2 {
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 600;
}
.widget h3 {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 600;
}
.widget .white-block-content {
	padding: 15px 20px;
	font-size: 1.5rem;
	background: transparent;
	border: 1px solid #d8d8d8;
}
.widget .widget-title {
	width: 100%;
}
.widget ul {
	padding-left: 0;
	margin: 0;
}
.widget ul li {
	width: 100%;
	list-style-type: none;
}
.widget ul li a {
	display: flex;
	gap: 12px;
	padding: 6px 0px;
	transition: all 100ms ease;
	align-items: center;
}
.widget ul li a .cat-img {
	display: flex;
	align-items: center;
	width: 20px;
	height: auto;
}
.widget ul li a.act {
	color: #f1551c;
}
.widget ul li a:hover {
	color: #f1551c;
}
.widget ul.sub-cat li {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.widget.content-nav ul {
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding-left: 21px;
}
.widget.content-nav li {
	list-style-type: circle;
}
.widget.widget_widget_stores .flex-row {
	float: left;
	gap: 10px;
	padding: 5px 0;
}
.widget.widget_widget_stores a {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #ececec;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 1.4rem;
}
.widget.coupons-info .value_wrap {
	width: 100%;
	float: left;
}
.widget.coupons-info .value {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 4px 0;
}
.widget.widget-countries .country-link {
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.widget.widget-countries .country-link img {
	width: 22px;
}
.widget.widget-update-info {
	border: none;
}
.widget.widget-update-info .white-block-content {
	background: #FFFFFF;
	border: none;
}
.widget.widget-update-info .update-block {
	float: left;
	gap: 14px;
	padding: 5px 0;
}
.widget.widget-update-info .update-block .update-text {
	width: 100%;
	border-radius: 8px;
	padding: 15px;
	border: 2px solid #f4f4f4;
	font-size: 14px;
}
.widget.widget-update-info .update-block .update-text.verified .title_wrap {
	color: #38ae38;
}
.widget.widget-update-info .update-block .update-text.currentoffer .title_wrap {
	color: #3776c8;
}
.widget.widget-update-info .update-block .update-text.checkpublish .title_wrap {
	color: #e79d15;
}
.widget.widget-update-info .update-block .update-text .store-last-updated {
	width: 100%;
	padding: 10px 0 0;
	margin: 4px 0 0;
	border-top: 2px solid #f4f4f4;
}
.widget.widget-update-info .update-block .update-text .store-last-updated span {
	font-weight: 600;
}
.widget.widget-update-info .update-block .update-button {
	margin: 5px 0 0;
}
.widget.widget-update-info .update-block .update-button .btn {
	font-size: 14px;
	width: 100%;
	border: 1px solid #d7d7d7;
}
.widget.widget-update-info .title_wrap {
	align-items: center;
	gap: 6px;
	margin: 0 0 10px;
}
.widget.widget-update-info .title_wrap h3 {
	margin: 0;
	color: inherit;
}

/* END WIDGETS */

/* 13. FOOTER */
.footer {
	background: #FFFFFF;
}
.footer .footer-center {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 40px 0;
}
.footer .footer-center .footer-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 25%;
}
.footer .footer-center .footer-left .mail {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #8c8c8c;
}
.footer .footer-center .footer-left span {
	color: #8c8c8c;
}
.footer .footer-center .footer-left span.text {
	display: none;
}
.footer .footer-center .footer-right {
	width: 75%;
}
.footer p, .footer a, .footer span {
	color: #000000;
}
.footer .nav.nav-footer {
	display: flex;
	flex-wrap: wrap;
}
.footer .nav > li > a, .footer .nav > li > span {
	display: flex;
	align-items: center;
	padding: 0;
	font-size: 2rem;
	line-height: 3.2rem;
	font-weight: 600;
	cursor: default;
}
.footer .nav > li > a .icon, .footer .nav > li > span .icon {
	display: none;
}
.footer .nav > li > a .fa-angle-down, .footer .nav > li > span .fa-angle-down {
	display: none;
}
.footer .nav > li > a:hover, .footer .nav > li > a:focus {
	background: inherit;
}
.footer .nav .open > a, .footer .nav .open > a:hover, .footer .nav .open > a:focus, .footer .nav .open > span, .footer .nav .open > span:hover, .footer .nav .open > span:focus {
	background: inherit;
}
.footer .nav.nav-footer li {
	width: 33.33333%;
}
.footer .nav.nav-footer li ul li {
	float: left;
	width: 100%;
}
.footer .nav.nav-footer li ul.sub-menu {
	display: flex;
	flex-direction: column;
	margin: 10px 0 0;
	padding: 0;
}
.footer .nav.nav-footer li ul li a {
	float: left;
	width: 100%;
	padding: 5px 0;
	transition: all 200ms ease;
	color: #000000;
}
.footer .nav.nav-footer li ul li a:hover {
	color: #000000;
	background: inherit;
}
.footer .nav.nav-footer li ul li.cmplz-show-banner a {
	cursor: pointer;
}
.footer .copyrights {
	padding: 20px 0;
	color: #929292;
	font-size: 1.3rem;
	border-top: 1px solid #cdd3da;
}
.footer-subscribe {
	background: #FFFFFF;
	padding: 40px 30px;
	text-align: center;
	border-radius: 14px;
	margin: 0 0 30px;
}
.footer-subscribe h2 {
	margin: 0 0 12px;
	font-weight: 600;
}
.footer-subscribe p {
	margin: 0 0 8px;
}
.footer .social-icons {
	padding: 0;
}

/* END FOOTER */

/* 14. SUBMIT FORMS */
.topkody-form {
	width: 100%;
	display: block;
	position: relative;
}
.topkody-form .btn {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	border-radius: 0px 2px 2px 0px;
	line-height: 33px;
	width: 50px;
}
.topkody-form .btn {
	padding: 0;
}
.widget .topkody-form .btn {
	line-height: 40px;
	width: 40px;
	padding: 0px;
}
.widget .subscribe-form .alert {
	margin-bottom: 0px;
}
.topkody-form .btn i {
	margin: 0px;
}
.no-margin {
	margin: 0px;
}
.ajax-form-result .alert {
	margin-top: 15px;
}
.alert {
	padding: 10px 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.alert-danger, .alert-success {
	font-size: 95%;
	border: none;
}
.alert-success {
	background: rgba(90, 171, 92, 0.17);
}
.alert.activation-alert {
	border-radius: 0px;
	margin: 0px;
	text-align: center;
}

/* END SUBMIT FORMS */

/* 18. PAGINATION */
.stores-alt-pagination {
	width: 100%;
	float: left;
	justify-content: center;
}
.stores-alt-pagination .btn-load-more {
	margin: 0;
}
.flex-row.load-coupons, .flex-row.load-posts {
	justify-content: center;
}

/* END PAGINATION */

/* 21. ALERTS */
.alert .fa {
	margin-right: 10px;
}
.alert .close {
	text-shadow: none;
	opacity: 0.5;
	padding-top: 4px;
	right: 0px;
}

/* END ALERTS */

/* 34. 404 PAGE */
.error404 .icon-compass {
	color: #e2e5e9;
	font-size: 150px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
}

/* END 404 PAGE */

/* 27. LAZY LOAD */
.image-loader {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #e2e5e9;
	z-index: 1;
}
.screen-reader-text {
	display: none;
}

/* END LAZY LOAD */

/* IE 11 FIX */
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
	body {
		-ms-font-feature-settings: normal;
	}
}

/* END IE FIX */

/* CATEGORIES LIST */
.main-listing {
	display: block;
	float: left;
	width: 100%;
}
.left-column {
	float: left;
	width: 280px;
}
.right-column {
	float: left;
	width: calc(100% - 280px);
	padding-left: 24px;
}
.right-column.store-descriptions {
	margin-left: auto;
}
.categories-list li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #eee;
}
.categories-list li a {
	display: flex;
	align-items: center;
	padding: 10px;
}
.categories-list li:last-child {
	border: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.categories-list li:nth-child(2) a, .categories-list li:last-child a {
		padding-top: 11px;
	}
}
.categories-list li .icon-wrap {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #eee;
	color: #aaa;
	font-size: 18px;
	width: 30px;
}
.categories-list li .cat-count {
	margin-left: auto;
	color: #aaa;
	margin-right: 5px;
}
.flex-row.flex-cards {
	gap: 15px;
}
.flex-row.flex-cards .card {
	display: block;
	border-radius: 8px;
	padding: 25px;
}
.flex-row.flex-cards .content.left {
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 60px;
	height: 60px;
	border: 1px solid #ebebeb;
	background: #FFFFFF;
	border-radius: 10px;
}
.flex-row.flex-cards .content.left span {
	color: #FF6D02;
}
.flex-row.flex-cards .content.left span.num {
	font-weight: 700;
	position: absolute;
}
.flex-row.flex-cards .card .grid-block {
	position: relative;
}
.flex-row.flex-cards .card .grid-block:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.flex-row.flex-cards .content.right {
	display: flex;
	flex-direction: column;
	gap: 15px;
	float: left;
	width: calc(100% - 60px);
	padding-left: 20px;
}
.flex-row.flex-cards .content.right img {
	border-radius: 14px;
}

/* TAXONOMY */
.store-tax-header-wrap {
	position: relative;
}
.store-rich-content > *:last-child {
	margin-bottom: 0px;
}
.single-tax-action {
	position: absolute;
	top: 30px;
	right: 30px;
}
.store-tax-header-wrap .single-tax-action {
	top: 0px;
	right: 0px;
}
.taxonomy-header .contact-map {
	margin-top: 30px;
}
.single-tax-action .save-store {
	position: static;
	vertical-align: top;
	line-height: 1;
}
.single-tax-action .listing-style {
	vertical-align: top;
	font-size: 16px;
	margin-right: 0px;
	margin-inline-start: 5px;
}
.single-tax-action .listing-action {
	margin: 0px;
	margin-inline-start: 10px;
}
.taxonomy-header .white-block-content {
	padding: 30px;
}
.taxonomy-header h1 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 15px;
}
.taxonomy-header p {
	margin-bottom: 20px;
}
.taxonomy-header .flex-middle {
	padding-left: 20px;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	max-width: 600px;
}
.taxonomy-count {
	text-align: center;
}
.taxonomy-count span {
	font-size: 20px;
}
.taxonomy-count p {
	text-transform: uppercase;
	font-size: 14px;
}
.taxonomy-header .flex-wrap {
	align-items: stretch;
}
.taxonomy-header .flex-left {
	flex-shrink: 0;
}
.taxonomy-header .share {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 34px;
	display: inline-block;
	border-radius: 4px;
}
.taxonomy-header .post-share {
	align-self: flex-end;
	margin-top: auto;
	width: 100%;
}
.save-store {
}
.save-store:hover .icon, .save-store.added .icon {
	color: #ff5d74;
}
a.visit-store {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #e2e5e9;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 4px;
}
.category-info p:last-child {
	margin: 0px;
}
.category-icon {
	color: #e2e5e9;
	font-size: 100px;
	vertical-align: middle;
	margin-right: 25px;
}
.tax-coupon-category .taxonomy-header i, .tax-coupon-category .taxonomy-header svg, .tax-coupon-category .taxonomy-header img {
	z-index: 1;
	color: #fff;
	font-size: 20px;
	margin: 0px;
	position: relative;
	transform: translateY(-50%);
	top: calc(50% - 5px);
	line-height: 1;
}
.tax-coupon-category .taxonomy-header svg {
	fill: #fff;
	width: 30px;
	height: auto;
}
.subcategories ul {
	margin-bottom: 0px;
}
.subcategories li {
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subcategories li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.tag-header .white-block-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tag-header h1 {
	margin: 0px;
}
.tag-header .single-tax-action {
	position: static;
}
.tag-header .listing-action {
	display: flex;
	align-items: center;
}
@media (max-width:600px) {
	.tax-coupon-store .taxonomy-header .flex-wrap {
		display: block;
	}
	.tax-coupon-store .taxonomy-header .store-logo {
		padding-bottom: 50%;
		width: auto;
	}
	.tax-coupon-store .taxonomy-header .flex-middle {
		width: 100%;
		padding: 0px;
	}
	.tax-coupon-store .single-tax-action {
		position: static;
		text-align: center;
		margin-top: 20px;
		margin-bottom: -10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.tax-coupon-store .taxonomy-header h1 {
		margin-top: 20px;
	}
	.tax-coupon-store .single-tax-action .listing-action {
		margin: 0px;
	}
	.tax-coupon-store a.visit-store {
		position: static;
		width: 100%;
		margin-top: 15px;
		display: block;
		text-align: center;
	}
	.tax-coupon-store .taxonomy-header .post-share {
		text-align: center;
	}
}
@media (max-width:350px) {
	.category-info i {
		display: block;
		margin-bottom: 20px;
	}
}
.tax-coupon-category .taxonomy-header .white-block-content {
	display: flex;
}
@media (max-width:600px) {
	.tax-coupon-category .taxonomy-header .white-block-content {
		display: block;
	}
	.tax-coupon-category .single-tax-action {
		position: static;
		text-align: left;
		margin-top: 20px;
		margin-bottom: -5px;
	}
	.tax-coupon-category .single-tax-action .listing-action {
		margin: 0px;
	}
	.tax-coupon-category .has-icon .single-tax-action {
		margin-left: 100px;
	}
	.tax-coupon-category .single-tax-action .listing-action a:first-child {
		margin: 0px;
	}
}

/* END TAXONOMY */

/* COUPON LISTING */
.coupon-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	transition: all 200ms ease;
}
.coupon-box .expired-overlay {
	border-radius: 8px;
}
.coupon-box.coupon-list {
	flex-direction: row;
}
.coupon-box.coupon-list .coupon-content.top {
	width: calc(100% - 240px);
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
}
.coupon-box.coupon-list .coupon-content.bottom {
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	width: 240px;
	padding: 20px;
	gap: 10px;
}
.coupon-box.coupon-list .coupon-content.bottom:before {
	position: absolute;
	top: 12px;
	height: calc(100% - 24px);
	content: "";
	width: 4px;
	border-left: 4px dashed #f4f4f4;
	left: -2px;
}
.coupon-box.coupon-list .coupon-content.bottom .icon-share {
	width: 22px;
	height: 22px;
}
.coupon-box .coupon-image, .coupon-box>.coupon-action-button {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	width: auto;
	background: #FFFFFF;
	width: 100px;
	height: 74px;
	border-radius: 6px;
}
.coupon-box .coupon-image img, .coupon-box>.coupon-action-button img {
	max-width: 80%;
}
.coupon-box .coupon-top-meta {
	display: none;
}
.coupon-box .discount {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	gap: 6px;
	background: #fff4ea;
	font-size: 18px;
	font-weight: 700;
	color: #FF6D02;
	border-radius: 8px;
	padding: 8px 5px;
}
.coupon-box .discount.long-dis {
	font-size: 18px;
}
.coupon-box .discount.discount_img {
	text-transform: lowercase;
	font-size: 14px;
}
.coupon-box .discount.discount_img svg {
	width: 24px;
	height: 24px;
}
.coupon-box.coupon-small .discount {
	padding: 8px 15px;
	margin-right: auto;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 8px;
	font-size: 16px;
}
.coupon-box .store-name {
	display: flex;
	margin: 0 0 4px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #FF6D02;
}
.coupon-box h2 {
	float: left;
	width: 100%;
	margin-top: 0;
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
}
.coupon-box.coupon-small h2 {
	width: 100%;
	margin: 0;
	font-size: 17px;
	text-align: center;
	word-break: break-word;
}
.coupon-box .flex-left {
	width: 130px;
	display: flex;
}
.coupon-box .flex-left a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coupon-box .flex-left img {
	max-width: 80%;
}
.coupon-box-description {
	float: left;
	width: 100%;
}
.coupon-box .coupon-content {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	width: 100%;
	padding: 24px;
	border-radius: 14px;
	gap: 15px;
}
.coupon-box .coupon-content.bottom {
	position: relative;
	padding: 14px 20px;
}
.coupon-box .coupon-content.bottom:before {
	position: absolute;
	top: -2px;
	width: calc(100% - 24px);
	content: "";
	height: 4px;
	border-top: 4px dashed #f4f4f4;
	left: 12px;
}
.coupon-grid {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	margin: 0;
}
.coupon-grid .grid-top-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.coupon-grid .coupon-image {
	width: 80px;
	height: 80px;
}
.coupon-grid .coupon-image img {
	max-width: 100%;
}
.coupon-grid .grid-top-right {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.coupon-grid .coupon-link {
	font-size: 14px;
}
.coupon-grid .coupon-link .text {
	padding: 5px 12px;
}
.coupon-grid .partial-code {
	padding: 5px 20px;
}
.badges_wrap {
	display: flex;
	align-items: flex-end;
	margin-top: auto;
	gap: 10px;
}
.badges_wrap a.save-coupon {
	display: flex;
	align-items: center;
	width: 26px;
	height: 26px;
	padding: 0;
	background: #e3e3e3;
	border-radius: 6px;
}
.badges_wrap a.save-coupon:hover {
	background: #ff6464;
}
.badges_wrap a.save-coupon:hover .icon {
	color: #FFFFFF;
}
.badges_wrap a.save-coupon.added {
	background: #ff6464;
}
.badges_wrap a.save-coupon .icon {
	color: #1c1e21;
}
.badges_wrap a.save-coupon.added .icon {
	color: #FFFFFF;
}
.badges_wrap a.save-coupon .icon svg {
	width: 16px;
	height: 16px;
}
.badges {
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 5px 15px;
	background: #cbe1ff;
	color: rgb(28, 30, 33);
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.8px;
	text-align: center;
	border-radius: 6px;
}
.badges.exclusive {
	background: #d2c4ff;
}
.badges.black-friday-label {
	background: #313131;
	color: #FFFFFF;
}
.badges.verified {
	background: #38ae38;
	color: #FFFFFF;
}
.coupon-list .flex-wrap {
	align-items: stretch;
}
.coupon-list .grid-top {
	display: flex;
}
.coupon-list .grid-top .grid-top-left {
	width: 115px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
a.coupon-link {
	display: block;
	position: relative;
	width: 100%;
	font-size: 15px;
	background: linear-gradient(-60deg, #f47c30, #fe6261);
	border: 2px solid transparent;
	border-radius: 6px;
	overflow: hidden;
	transition: all 200ms ease;
	color: #FFFFFF;
}
a.coupon-link:hover .code-text-full {
	background: linear-gradient(-60deg, #fe6261, #f47c30);
}
a.coupon-link:hover .code-text {
	width: calc(100% - 49px);
	background: linear-gradient(-60deg, #fe6261, #f47c30);
}
a.coupon-link.coupon-link-admin .partial-code {
	width: 100%;
	text-align: center;
	word-break: break-all;
}
.button-wrapper {
	display: block;
	float: left;
	position: relative;
	width: 100%;
}
.flex-row.buttons_wrap .button-wrapper .code_wrap input {
	filter: blur(3px);
}
.button-wrapper a.coupon-link.coupon-link-admin .partial-code {
	text-align: right;
}
.icon.cursor {
	position: absolute;
	right: -14px;
	bottom: -20px;
	color: #4e4e4e;
	z-index: 10;
}
.icon.cursor.copy {
	right: -10px;
	bottom: -12px;
}
.coupon-box .btn-share {
	padding: 5px;
}
.coupon-box .btn-share .text {
	display: none;
}
.coupon-list .grid-center {
	display: flex;
	flex-wrap: wrap;
}
.coupon-list .grid-center {
	width: 100%;
}
.coupon-list .grid-center-left {
	display: flex;
	flex-direction: column;
}
.coupon-list .grid-center {
	position: relative;
}
.code-text .angle {
	content: ' ';
	display: block;
	width: 42px;
	height: 100%;
	position: absolute;
	border-radius: 0 0 4px 4px;
	right: -29px;
	top: 7px;
	-webkit-transform: rotate(20deg) translateY(-10px) scaleX(0.8);
	-ms-transform: rotate(20deg) translateY(-10px) scaleX(0.8);
	transform: rotate(20deg) translateY(-10px) scaleX(0.8);
	background: -o-linear-gradient(52deg, #fca, #fca 49%, rgba(202, 235, 137, 0) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(38deg, #fca, #fca 49%, rgba(202, 235, 137, 0) 50%, rgba(255, 255, 255, 0));
	background-position: 0 4px;
	background-repeat: no-repeat;
	z-index: 13;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.code-text .angle-bottom {
	display: block;
	content: ' ';
	width: 23px;
	height: 10px;
	background-color: #f1551c;
	position: absolute;
	z-index: 12;
	right: -14px;
	bottom: 0;
	-webkit-transform: skew(12deg);
	-ms-transform: skew(12deg);
	transform: skew(12deg);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.coupon-link .text {
	position: absolute;
	left: 0;
	width: calc(100% - 36px);
	padding: 6px 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.5px;
	z-index: 20;
}
.coupon-list .coupon-link .text {
	padding: 8px 12px;
}
.coupon-image img {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	transition: all 200ms ease;
}
.coupon-list h4 {
	height: auto;
}
.coupon-content-excerpt {
	float: left;
	width: 100%;
	margin: 0 0 12px;
}
.coupon-content-excerpt p {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.coupon-content-excerpt.more-desc p {
	display: block;
}
.coupon-content-excerpt.more-desc .toggle-more .icon {
	transform: rotate(180deg);
	position: relative;
	top: 3px;
}
.coupon-content-excerpt.more-desc p {
	overflow: unset;
	display: block;
}
.expire {
	padding: 5px 15px;
	background: #f4f4f4;
	color: rgb(28, 30, 33);
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.8px;
	text-align: center;
	border-radius: 6px;
}
.expire svg {
	width: 21px;
	height: 21px;
}
.expire.expired {
	font-weight: 600;
}
.expire.valid_from {
	font-weight: 600;
	color: red;
}
.coupon-list .expired-overlay img {
	display: none;
}
.read-coupon-more, .read-coupon-more:visited {
	float: left;
	display: flex;
	align-items: center;
	gap: 5px;
	color: #a2a2a2;
	font-size: 14px;
	cursor: pointer;
	margin: 6px 0 0;
}
.coupon-list .grid-top .coupon-image {
	width: 100%;
	height: 74px;
	border-radius: 8px;
	margin: 0 0 10px;
}
.coupon-list .grid-top .coupon-image .discount {
	padding: 8px;
	flex-direction: column;
	height: 100%;
	background: transparent;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
.coupon-list .grid-top .coupon-image .discount.long-9 {
	font-size: 20px;
}
.coupon-list .grid-top .coupon-image .discount.discount_img {
	font-size: 16px;
}
.coupon-list .grid-top .coupon-image .discount.discount_img svg {
	width: 36px;
	height: 36px;
}
.featured-caption .expire {
	position: static;
}
.online-sale-explanation {
	margin: 0px;
	margin-bottom: -10px;
}
.code-text {
	position: absolute;
	background: inherit;
	top: 0px;
	left: 0px;
	bottom: 0;
	width: 80%;
	transition: all 200ms ease;
}
.code-text-full {
	width: 100%;
	padding: 10px 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	float: left;
	text-align: center;
}
.partial-code {
	display: block;
	float: right;
	padding: 8px 20px;
	width: 90%;
	background: #FFFFFF;
	color: #272727;
	font-weight: 600;
	text-align: right;
}
.coupon-bottom-meta {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0px;
	line-height: 1;
}
.coupon-top-meta, .coupon-bottom-meta a {
	color: #aaa;
}
.coupon-top-meta li {
	line-height: 1;
	vertical-align: middle;
}
.coupon-bottom-meta li:last-child {
	padding-right: 0px;
}
.share-coupon {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(255, 255, 255, 0.97);
}
.share-coupon .post-share {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	text-align: center;
}
.share-coupon.open {
	display: block;
}
.share-coupon .share {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 31px;
	font-size: 15px;
	display: inline-block;
	border-radius: 4px;
}
.share-coupon .toggle-coupon-share {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}
.single-share .post-share {
	text-align: center;
}
.single-share a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin: 0px 5px;
}
.save-coupon.added .icon {
	color: #ff425d;
}

/* END COUPON LISTING */

/* MODALS */
.modal-dialog {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	margin: 0;
}
.modal-content {
	width: 100%;
	box-shadow: none;
	border: none;
	max-width: 500px;
	max-height: 90%;
	overflow-y: auto;
	border-radius: 16px;
	padding: 34px 32px;
}
.modal-content.coupon_modal_content {
	max-height: 90vh;
	max-width: 500px;
	overflow: auto;
}
.modal-dialog.modal-top {
	max-width: 1260px;
	margin: 0 auto;
	justify-content: flex-end;
	align-items: flex-start;
}
.modal-dialog.modal-top .modal-content {
	position: relative;
	top: 92px;
	right: -20px;
	max-width: 350px;
}
.modal-xl .modal-content {
	max-width: 800px;
}
.modal.in.log-reg .modal-dialog .modal-content {
	padding: 0;
}
.modal.log-reg .modal-content .row {
	width: 100%;
	margin: 0;
}
.modal.log-reg .modal-content .modal-left, .modal.log-reg .modal-content .modal-rigth {
	padding: 34px 32px
}
.modal.log-reg .modal-content .border-line {
	display: flex;
	justify-content: center;
	position: relative;
}
.modal.log-reg .modal-content .border-line h4 {
	background: #FFFFFF;
	width: 70px;
	z-index: 1;
}
.modal.log-reg .modal-content .border-line:after {
	position: absolute;
	left: 0;
	bottom: 16px;
	content: "";
	width: 100%;
	height: 1px;
	background: #e2e5e9;
}
.modal.log-reg .modal-content .modal-rigth {
	background: #f4f4f4;
}
.iosBugFixCaret .modal {
	position: absolute;
}
.modal-content .user-nav li.menu-newsletter {
	display: none;
}
.modal-content .nav.user-nav>li.menu-logout {
	display: block;
}
.modal-content .nav.user-nav>li>a {
	padding: 7px 0;
}
.modal-content .nav.user-nav>li>a[title='Newsletter'] {
	display: none;
}
.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: none;
}
.modal-header h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 20px;
}
.modal-header, .modal-body {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
}
.modal-body form {
	width: 100%;
}
.modal-body h3 {
	font-size: 22px;
	margin: 0 0 20px;
}
.modal-body .col-sm-12 h3 {
	margin: 0 0 20px;
}
.modal-content .close {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 1;
	color: #000000;
	z-index: 1;
}
.modal-content .close svg {
	width: 30px;
	height: 30px;
}
.modal-body .flex-row.title_wrap {
	flex-wrap: nowrap;
	gap: 15px;
	padding-right: 20px;
	margin: 0 0 20px;
}
.modal-body .flex-row.title_wrap h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}
.modal-body .img .store-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 62px;
	height: 62px;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
}
.modal-body .img .store-image img {
	max-width: 80%;
	max-height: 80%;
}
.modal-body .flex-row.buttons_wrap {
	flex-direction: column;
	gap: 10px;
	margin: 20px 0 0;
}
.modal-body .flex-row.content {
	margin: 0;
}
.modal-body .flex-row.content .coupon-content-excerpt-wrap {
	float: left;
	width: 100%;
	height: calc(3 * 2.4rem);
	overflow: hidden;
}
.modal-body .flex-row.content p {
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.modal-body .flex-row.content.more-desc p {
	display: block;
	overflow: unset;
}
.modal-body .flex-row.content.more-desc .coupon-content-excerpt-wrap {
	height: auto;
	overflow: unset;
}
.modal-body .flex-row.tools_wrap {
	justify-content: space-between;
	margin: 20px 0 0;
}
.modal-body .flex-row.tools_wrap .coupon-works {
	display: flex;
}
.modal-body .flex-row.tools_wrap .coupon-works .feedback-wrap {
	display: flex;
	gap: 10px;
}
.modal-body .flex-row.tools_wrap .coupon-works .feedback-wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #aaa;
	font-weight: 400;
	font-size: 14px;
	gap: 4px;
}
.modal-body .flex-row.tools_wrap .coupon-works .feedback-wrap a .icon {
	color: #009200;
}
.modal-body .flex-row.tools_wrap .coupon-works .feedback-wrap a.btn-dislike .icon {
	color: #ff7c7c;
}
.modal-body .flex-row.tools_wrap .share-popup {
	top: -110px;
	left: -134px;
}
.flex-row.buttons_wrap .code_wrap {
	border: 2px dashed #d6d6d6;
	border-radius: 10px;
	overflow: hidden;
}
.flex-row.buttons_wrap .code_wrap .copied-text {
	display: none;
}
.flex-row.buttons_wrap .code_wrap input {
	padding: 10px 20px;
	width: calc(100% - 60px);
	border: none;
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	cursor: pointer;
}
.flex-row.buttons_wrap .code_wrap input:focus, .flex-row.buttons_wrap .code_wrap input:active {
	border: none;
	outline: none;
}
.flex-row.buttons_wrap .code_wrap .btn-copy {
	width: 60px;
	background: transparent;
	color: #f47c30;
	border-radius: 0;
}
.flex-row.buttons_wrap .code_wrap.code-copied {
	position: relative;
	border-color: #00ad00;
}
.flex-row.buttons_wrap .code_wrap.code-copied .copied-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 60px);
	background: #efffef;
	font-weight: 600;
	padding-left: 30px;
	color: #009200;
}
.flex-row.buttons_wrap .code_wrap.code-copied .btn-copy {
	background: #efffef;
}
.coupon-works .disabled {
	cursor: default;
}
.coupon-code-copied.after-copy {
	display: none;
}
.social-login {
	width: 100%;
}
.social-login li {
	width: 100%;
	padding: 0;
}
.modal .text-center label {
	margin-top: 20px;
}
.social-login button {
	width: 100%;
	gap: 8px;
	padding: 8px 24px;
	outline: none !important;
}
.social-login button .icon {
	background: #FFFFFF;
	padding: 4px;
	border-radius: 4px;
}
.social-login button img {
	width: 20px;
}
.submit-ajax-form .fa {
	margin-left: 5px;
}
.small-action {
	font-weight: 600;
	font-size: 14px;
	color: #aaa;
}
label {
	font-weight: 600;
	font-size: 14px;
}
.styled-checkbox label {
	cursor: pointer;
}
.modal-header h4 {
	margin: 0px;
}
.bck-grey {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: .5;
}

/* END MODALS */

/* SELECT BOXES */
.styled-select.inline-select {
	display: inline-block;
	margin-right: 5px;
}
.styled-select select, .styled-select select:focus, .styled-select select:active {
	box-shadow: none;
	position: relative;
	border: 1px solid #eee;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	z-index: 2;
	border-radius: 4px;
	height: 34px;
	width: 100%;
	padding: 0 10px;
	font-size: 14px;
}
.styled-select {
	position: relative;
}
.styled-select .icon {
	top: 6px;
	right: 10px;
	position: absolute;
}
.styled-select .icon svg {
	width: 18px;
	height: 18px;
}

/* END SELECT BOXES */

/* TABS */
body .kc_tabs > .kc_wrapper > .kc_tabs_nav {
	background: transparent;
}
body .kc_accordion_wrapper, body .kc_tabs {
	margin-bottom: 0px;
}
body .kc_tabs_nav > li:hover, body .kc_tabs_nav > li {
	border: none;
	padding: 0px;
	font-weight: 400;
	font-size: 14px;
}
body .kc_tabs_nav  i {
	margin-inline-end: 10px;
}
body .kc_tabs_nav > li > a, body .kc_tabs_nav > li > a:hover, body .kc_tabs_nav > .ui-tabs-active > a {
	padding: 10px 20px;
	line-height: 1.7;
	background: transparent;
	color: #272727;
}
body .kc_tabs_nav > li > a:hover, body .kc_tabs_nav > .ui-tabs-active, body .kc_tabs_nav > .ui-tabs-active:hover, body .kc_tabs_nav > .ui-tabs-active > a, body .kc_tabs_nav > .ui-tabs-active > a:hover {
	background: #fff;
	color: #e2e5e9;
}
body .kc_tabs_nav ~ .kc_tab {
	width: calc(100% + 3px);
	padding-right: 3px;
}

/* END TABS */

/* MY ACCOUNT */
.nav.user-nav>li>a {
	padding: 7px 0;
}
.nav>li>a:hover, .nav>li>a:focus {
	background: inherit;
}
.nav.user-nav>li.menu-logout {
	display: none;
}

/* END MY ACCOUNT */

/* STORES */
a.save-store, a.save-coupon {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 5px;
	font-size: 14px;
	color: #a9a9a9;
}
a.save-store {
	padding: 0;
}
a.save-store .icon, a.save-coupon .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #a9a9a9;
	transition: all 200ms ease;
}
a.save-coupon .text {
	display: none;
}
.store-block .store-title .white-block-content {
	padding: 5px 10px;
}
.store-block .store-image {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	border-radius: 14px;
	overflow: hidden;
}
.store-block .store-image img {
	width: auto;
	max-width: 70%;
	max-height: 70%;
	transition: all 300ms ease;
}
.store-block .store:hover img {
	transform: scale(1.08, 1.08);
}
.store-block .save-store {
	display: none;
	position: absolute;
	right: 0px;
	top: 10px;
}
.store-block .save-store .text {
	display: none;
}
.stores-wrap {
	float: left;
	width: 100%;
}
.letter-section {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.letter-group-wrapper {
	width: 100%;
	padding: 30px 0;
	grid-gap: 24px;
}
.stores-wrap .store-block {
	font-size: 15px;
	transition: all 200ms ease;
}
.stores-wrap .store-block:hover {
	color: #f1551c;
}
.store-block.done .store-image {
	background: #dfecff;
}
ul.store-letter-filter {
	background: #fff;
	font-size: 17px;
	font-weight: 700;
	padding: 25px 30px;
	margin: 0 0 30px;
	border-radius: 8px;
}
#store_name {
	border: none;
	line-height: 60px;
	height: 60px;
	padding: 0px 20px;
	border-top: 1px solid #eee;
}
#store_name::-webkit-input-placeholder {
	color: #eee;
	font-size: 18px;
}
#store_name::-moz-placeholder {
	color: #eee;
	font-size: 18px;
}
#store_name:-ms-input-placeholder {
	color: #eee;
	font-size: 18px;
}
#store_name:-moz-placeholder {
	color: #eee;
	font-size: 18px;
}
#store_name:placeholder {
	color: #eee;
	font-size: 18px;
}
.store-letter-filter .pull-right {
	margin-left: auto;
}
.store-letter-filter a {
	padding: 6px 10px;
	display: inline-block;
	border-radius: 8px;
	font-size: 1.8rem;
	color: #494949;
	transition: all 200ms ease;
}
.store-letter-filter a:hover {
	background: #f47c30;
	color: #FFFFFF;
}
.store-letter-filter a.search-store-toggle {
	padding: 11px 5px;
}
.letter-title h3 {
	width: auto;
	float: left;
	font-size: 2.4rem;
	margin: 0 20px 0 0;
	padding: 15px 30px;
	border-radius: 14px;
	background: linear-gradient(-60deg, #f47c30, #fe6261);
	color: #FFFFFF;
}
.letter-title {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.letter-title:after {
	content: '';
	flex-grow: 1;
	display: block;
	height: 3px;
	border-radius: 24px;
	background: linear-gradient(-60deg, #f47c30, #fe6261);
}
.search-store, .stores-search-results {
	display: none;
}
.stores-search-results {
	flex-wrap: wrap;
	width: 100%;
	background: white;
	padding: 25px;
	margin: 0 0 40px;
	border-radius: 14px;
}
.stores-search-results .stores-list {
	width: 100%;
}
.stores-search-results .store-block .store-image {
	border: 1px solid #d8d8d8;
}
.search-store {
	width: 100%;
	margin: 0;
}

/* END STORES */

/* ALL CATEGORIES */
.category-block i, .category-block svg, .category-block img {
	height: 40px;
	width: auto;
	margin-bottom: 15px;
}
.category-block i {
	font-size: 40px;
	color: #e2e5e9;
}
.category-block:hover .white-block {
	background: #e2e5e9;
	color: #fff;
}
.category-block:hover i {
	color: #fff;
}
.category-block:hover svg {
	stroke: #fff;
	fill: #fff;
}
.category-block span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

/* END ALL CATEGRIES */

/* SUBMIT PAGE */
.datepicker-dropdown {
	border-color: #eee;
}
.datepicker-panel > ul > li.highlighted:hover, .datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li:hover {
	background-color: rgba(241, 169, 160, 0.5);
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
	color: #FC7033;
}
.datepicker-top-left:before, .datepicker-top-right:before {
	border-bottom-color: #eee;
}
.page-template-page-tpl_submit main .small-action {
	margin-top: -5px;
	margin-bottom: 15px;
}
.page-template-page-tpl_submit .small-action label {
	font-size: 12px;
	line-height: 26px;
}
.page-template-page-tpl_submit .form-group {
	margin-bottom: 15px;
}
.page-template-page-tpl_submit textarea, .page-template-page-tpl_submit textarea:focus, .page-template-page-tpl_submit textarea:active, .page-template-page-tpl_submit textarea:focus:active {
	min-height: 150px;
}
.exclusive-check {
	margin-top: 5px;
}

/* END SUBMIT PAGE */

/* BREADCRUMBS */
.breadcrumb {
	margin: 16px 0 16px 0;
	border-radius: 0px;
	background: transparent;
	padding: 0px 20px;
	line-height: 18px;
}
.breadcrumb li {
	font-size: 14px;
	line-height: 18px;
}
.breadcrumb li a {
	font-size: 14px;
	line-height: 18px;
}
.breadcrumb>li+li:before {
	padding: 0 2px 0 5px;
}

/* END BREADCRUMBS */

/* SEARCH PAGE */
.search-header {
	margin: 0 0 20px;
}
.search-header .flex-right {
	height: 36px;
}
.search-header .styled-select {
	min-width: 150px;
	display: inline-block;
}
.search-header .flex-wrap {
	width: 100%;
	justify-content: space-between;
	gap: 14px;
}
.listing-action {
	display: none;
	margin-right: 10px;
}
.listing-style {
	font-size: 21px;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
	color: #aaa;
}
.listing-style.active {
	color: #FF6D02;
}
.search-header .coupon-type {
	display: flex;
	flex-wrap: wrap;
	z-index: 10;
}
.order_wrap {
	display: none;
}
.ordertype_wrap {
	display: flex;
	gap: 8px;
}
.act_filter {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
	height: 36px;
	padding: 0 20px;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #d8d8d8;
	border-radius: 24px;
	background: #FFFFFF;
}
.act_filter svg {
	width: 18px;
	height: 18px;
}
.act_order {
	display: none;
}
.search-header .filter-wrap .ordertype_wrap button {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	background: transparent;
	height: 36px;
	padding: 0 20px;
	font-size: 14px;
	border: 1px solid #d8d8d8;
	border-radius: 24px;
	transition: all 200ms ease;
	outline: none;
}
.search-header .filter-wrap .ordertype_wrap button:hover {
	background: #FFFFFF;
}
.search-header .filter-wrap .ordertype_wrap button.act {
	font-weight: 600;
	background: #FFFFFF;
}
.filter-wrap.act {
	z-index: 99;
	position: relative;
}
.filter-wrap.act .select {
	position: absolute;
	top: 40px;
	right: 0;
	display: flex;
	flex-direction: column;
	min-width: 140px;
	background: #FFFFFF;
	border: 1px solid #e7e7e7;
	border-radius: 14px;
	padding: 6px;
}
.filter-wrap.act .select.left-position {
	left: 0;
	right: auto;
}
.filter-wrap.act .select button {
	padding: 6px 12px;
	margin: 0;
	background: #FFFFFF;
	font-size: 1.5rem;
	border: none;
	white-space: nowrap;
	transition: all 200ms ease;
}
.filter-wrap.act .select button:hover {
	color: #f47c30;
}

/* SERVICE */
.service-icon {
	display: inline-block;
	border-radius: 50%;
	width: 59px;
	height: 59px;
	line-height: 59px;
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
	flex-shrink: 0;
}
.service h4, .service p {
	margin: 0px;
}
.service.vertical {
	text-align: center;
}
.service.horizontal .service-icon {
	margin-bottom: 0px;
	margin-right: 15px;
}
.service.horizontal .white-block-content {
	display: flex;
	align-items: center;
}
.service.horizontal.right .white-block-content {
	justify-content: space-between;
}
.service.horizontal.right .service-icon {
	order: 2;
	margin-right: 0px;
}
.service.horizontal.right .service-content {
	order: 1;
}

/* END SERVICE */

/* SELECT 2 */
.select2-container--default .select2-selection--single {
	border: 1px solid #eee;
	min-height: 40px;
	border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #eee;
	border-radius: 4px;
}
.select2-results__option {
	font-size: 14px;
}
.styled-select.select2-styled:after {
	bottom: 3px;
	right: 3px;
}

/* END SELECT 2 */

/* STORE LISTING */
.store-listing {
	display: grid;
	column-gap: 30px;
}
.store-listing .col-sm-2 {
	float: none;
	width: 100%;
	padding: 0px;
}

/* END STORE LISTING 
*/
.show-res {
	display: none;
}

/* Swiper carousel design */
.swiper-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	margin: 0 0 -8px;
}
.swiper-carousel {
	float: left;
	width: 100%;
	display: block;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
	z-index: 1;
}
.swiper-carousel.swiper-banners {
	width: calc(100% + 20px);
	padding: 0 0 25px;
	margin-left: -10px;
}
.swiper-carousel.swiper-stores {
	width: calc(100% + 16px);
	margin-left: -8px;
}
.swiper-carousel.swiper-blog {
	width: calc(100% + 30px);
	margin-left: -15px;
}
.swiper-carousel.store-swiper-blog {
	width: calc(100% + 20px);
	margin-left: -10px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #ff6229;
	border-radius: 3px;
	margin: 0 3px;
	width: 18px;
	height: 6px;
}

/* Swiper categories carousel design */
.swiper-categories .swiper-slide, .swiper-categories .swiper-slide:focus {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border: none;
	padding: 0 10px;
	width: 22.222222%;
}
.swiper-categories .cat-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
	border-radius: 8px;
	transition: all 200ms ease;
	background: #FFFFFF;
}
.swiper-categories .cat-img img {
	max-width: 50%;
	max-height: 47%;
	width: auto;
	height: auto;
	-webkit-backface-visibility: visible;
}
.swiper-categories .swiper-slide:hover .cat-img {
	background: #FFFFFF;
	transition: all 200ms ease;
}
.swiper-categories .swiper-slide .cat_name {
	margin: 8px 0 0;
	line-height: 2rem;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
}
.swiper-horizontal .swiper-button-prev {
	left: -50px;
}
.swiper-horizontal .swiper-button-next {
	right: -50px;
}
.swiper-horizontal .swiper-button-prev svg, .swiper-horizontal .swiper-button-next svg {
	width: 2.6rem;
	height: 2.6rem;
	color: #c9c9c9;
	transition: all 200ms ease;
}

/* Swiper banners carousel design */
.swiper-banners .swiper-slide {
	width: 33.333333%;
	padding: 0 10px;
}
.swiper-banners .swiper-slide a.coupon-link {
	background: none;
}
.swiper-banners .swiper-slide img {
	border-radius: 10px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
}

/* Swiper stores carousel design */
.swiper-stores .swiper-slide {
	width: 10%;
	padding: 0 6px;
}
.swiper-stores .store-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0;
	background: #FFFFFF;
	height: 80px;
	border-radius: 8px;
	transition: all 200ms ease;
}
.swiper-stores .store-icon img {
	top: auto;
	left: auto;
	transform: none;
	transition: all 200ms ease;
	max-width: 75%;
	max-height: 75%;
	width: auto;
}
.swiper-stores .store-icon:hover img {
	transform: scale(1.08, 1.08);
}
.swiper-blog .swiper-slide {
	padding: 0 15px;
	width: 33.333333%;
}
.store-swiper-blog .swiper-slide {
	padding: 0 10px;
	width: 33.333333%;
}

/* faq */
.accordion {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.accordion .card {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #FFFFFF;
}
.accordion .card .card-header {
	width: 100%;
}
.accordion .card .card-header h3 {
	margin: 0;
}
.accordion .card .card-header .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0px;
	font-size: 18px;
	font-weight: 600;
	transition: all 300ms ease;
	white-space: normal;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #f4f4f4;
	text-align: left;
}
.accordion .card .card-header .btn:hover, .accordion .card .card-header .btn:focus {
	background: transparent;
}
.accordion .card .card-header .btn span:first-letter {
	text-transform: uppercase;
}
.accordion .card .card-header .btn svg {
	transition: all 300ms ease;
	display: flex;
}
.accordion .card .card-header .btn:not(.collapsed) svg {
	transform: rotate(180deg);
}
.accordion .card:last-child .card-header .btn.collapsed {
	border-bottom: none;
	border-color: #f4f4f4;
}
.accordion .card-body {
	padding: 15px 0px;
}
.show-mob {
	display: none;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
	display: flex;
	font-size: 2rem;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner {
	border-radius: 14px;
	padding: 24px;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	background: linear-gradient(-60deg, #f47c30, #fe6261);
	border: none;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-divider {
	font-size: 1.4rem;
	line-height: 2rem;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link {
	text-decoration: none;
	font-size: 1.4rem;
	color: #6a6a6a;
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
	margin-top: 15px;
}
#topkody-store-rating {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.topkody-stars-wrap {
	position: relative;
	left: -3px;
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 2px;
}
.topkody-rating-result {
	margin: 0;
}
.topkody-stars {
	display: flex;
	cursor: pointer;
	user-select: none;
}
.topkody-rating-result {
	display: flex;
	justify-content: center;
	margin: 4px 0 0;
	gap: 5px;
	font-size: 14px;
}
.topkody-stars .star {
	display: flex;
	color: #ddd;
	transition: color 0.16s, transform 0.13s;
	cursor: pointer;
	font-size: 2.9rem;
	position: relative;
}
.topkody-stars .star.full {
	color: #FFBE19;
	text-shadow: 0 1px 6px #fff6c3;
	transition: all 300ms ease;
}
.topkody-stars .star.half {
	color: #ddd;
	transition: all 300ms ease;
}
.topkody-stars .star.half:before {
	content: '\2605';
	color: #FFBE19;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	overflow: hidden;
	display: block;
	z-index: 2;
}
.topkody-stars .star.empty {
	color: #ddd;
}

/* Responsive design */
@media screen and (min-width:1290px) {
	.left-column {
		width: 300px;
	}
	.right-column {
		width: calc(100% - 300px);
	}
	.navbar-default .navbar-nav li.current_page_item > a, .navbar-default .navbar-nav li.current_page_item > a:visited {
		color: #f1551c;
	}
	.navbar-default .navbar-nav li.current_page_item > a:focus {
		color: #f1551c;
	}
	.navbar-default .navbar-nav li.current_page_item > a:visited:hover {
		color: #f1551c;
	}
	.navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav li.current_page_item.open > a, .navbar-default .navbar-nav li.current_page_item.open > a:visited {
		background: #FFFFFF;
		color: #f1551c;
	}
	.navbar-default .navbar-nav li.current_page_ancestor > a, .navbar-default .navbar-nav li.current_page_ancestor > a:visited {
		color: #f1551c;
	}
	.navbar-default .navbar-nav li.current_page_ancestor.open > a, .navbar-default .navbar-nav li.current_page_ancestor.open > a:visited, .navbar-default .navbar-nav li.current_page_ancestor > a:focus, .navbar-default .navbar-nav li.current_page_item.open > a, .navbar-default .navbar-nav li.current_page_item.open > a:visited {
		color: #f1551c;
		background: #FFFFFF;
	}
	.footer .sub-menu {
		display: block !important;
		box-shadow: none;
		border: none;
	}
	.navbar li.menu-item-top:first-child > a {
		padding-left: 6px;
	}
	.store-box .store-logo-wrap {
		height: 100%;
		justify-content: center;
		padding: 0;
	}
}
@media screen and (min-width:1025px) {
	.top-header {
		padding: 24px 0;
	}
	.top-bottom {
		border-top: 2px solid #f4f4f4;
		position: relative;
	}
}
@media screen and (max-width:1429px) {
	body.modal-open {
		padding-right: 0 !important;
	}
}
@media screen and (max-width:1400px) {
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
}
@media screen and (max-width:1360px) {
	section.hp.categories {
		overflow: hidden;
	}
}
@media screen and (max-width:1290px) {
	.container {
		padding: 0 15px;
	}
	.social-icons {
		padding-right: 0;
	}
	.navbar li.menu-item-top:first-child > a {
		padding-left: 0px;
	}
	.navigation {
		margin: 0;
		width: 100%;
	}
	.modal-dialog.modal-top .modal-content {
		right: 0;
	}
	.newsletter .white-block-content.content-xl {
		padding: 30px 20px;
	}
}
@media screen and (max-width:1024px) {
	h1 {
		font-size: 2.8rem;
		line-height: 3.4rem;
	}
	h2, .h2-size {
		font-size: 2.4rem;
		line-height: 3rem;
	}
	h3, .h3-size {
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.grid-4 {
		grid-template-columns: repeat(3, 1fr);
	}
	.page_title {
		margin: 0 0 24px;
		width: 100%;
	}
	.left-column {
		width: 100%;
		order: 2;
	}
	.left-column .categories, .left-column .content-nav {
		display: none;
	}
	.tax-coupon-store .left-column, .blog-content .left-column {
		width: 100%;
	}
	.tax-coupon-store .right-column.store-descriptions {
		order: 3;
	}
	.tax-coupon-store .flex-row .left-column {
		margin-top: 0;
	}
	.store-short-info {
		border-top: 1px solid #d8d8d8;
		border-radius: 16px;
	}
	.right-column {
		width: 100%;
		padding: 0;
	}
	.blog-content {
		display: flex;
		flex-wrap: wrap;
	}
	.show-res {
		display: flex;
	}
	.res-hide {
		display: none;
	}
	.breadcrumb {
		padding: 0;
		margin: 10px 0 16px 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
	}
	.breadcrumb::-webkit-scrollbar {
		background: #f4f4f4;
	}

	/* HEADER */
	.logo img {
		width: 140px;
	}
	.icon-user {
		width: 32px;
		height: 32px;
	}
	.header-wrapper .lni-user-circle-1:before {
		font-size: 32px;
	}
	.header-wrapper .flex-wrap {
		width: 100%;
		gap: 14px;
	}
	.header-wrapper .top-header .header-center {
		width: 100%;
		order: 2;
	}
	.header-wrapper .top-header .main-search {
		width: 100%;
	}
	.header-wrapper .top-header #custom_search {
		width: 100%;
	}
	.header-wrapper .top-header .main-search input {
		width: 100%;
	}
	.header-wrapper .top-header .header-right {
		align-items: center;
	}
	.header-wrapper.open-menu {
		position: relative;
		z-index: 1050;
	}
	.header-wrapper.open-menu .navigation {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100%;
		display: flex;
		margin: 0;
		z-index: 99;
	}
	.top-header {
		padding: 15px 0;
	}
	.navbar li.menu-item-top:first-child > a {
		padding-left: 14px;
	}
	.navigation .flex-wrap.flex-always {
		flex-direction: column;
		background: #FFFFFF;
		padding: 20px 15px;
		gap: 8px;
	}
	.navbar-default .navbar-nav li {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a {
		width: 100%;
		background: #FFFFFF;
		border: 2px solid #cfd9e2;
		border-radius: 10px;
		padding: 10px 14px;
	}
	.navbar-default .navbar-nav li .icon {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 52px;
		z-index: 10;
	}
	.navigation .flex-wrap.flex-always .social-icons {
		width: 100%;
		gap: 8px;
		padding: 0;
		margin: 12px 0 0;
		gap: 20px;
		justify-content: center;
	}
	.navigation .flex-wrap.flex-always .social-icons a {
		width: auto;
		background: #FFFFFF;
		border-radius: 10px;
		display: flex;
		align-items: center;
		font-size: 15px;
		font-weight: 600;
		gap: 3px;
	}
	.navigation .flex-wrap.flex-always .social-icons a.facebook svg, .navigation .flex-wrap.flex-always .social-icons a.tiktok svg {
		position: relative;
		left: -3px;
		width: 32px;
		height: 32px;
	}
	.navigation .flex-wrap.flex-always .social-icons a.instagram svg {
		width: 25px;
		height: 25px;
	}
	.navigation .flex-wrap.flex-always .social-icons a.instagram {
		gap: 9px;
	}
	.navbar-default {
		width: 100%;
	}
	.navbar-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2px;
		padding: 0 7px;
		margin: 0;
		color: #000000;
		cursor: pointer;
	}
	.navbar-toggle span.text {
		font-size: 12px;
		font-weight: 500;
		line-height: 12px;
	}
	.navbar-default .navbar-nav li a .icon svg {
		position: relative;
		top: -2px;
		width: 20px;
		height: 20px;
	}
	.social-icons {
		padding: 0 6px 0 0;
	}
	#menu-icon {
		width: 28px;
		height: 28px;
		position: relative;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#menu-icon span {
		display: block;
		position: absolute;
		height: 1.5px;
		width: 100%;
		background: #000000;
		right: 0;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		width: 26px;
	}
	#menu-icon span:nth-child(1) {
		top: 4px;
	}
	#menu-icon span:nth-child(2) {
		top: 12px;
	}
	#menu-icon span:nth-child(3) {
		top: 20px;
	}
	#menu-icon.open span:nth-child(1) {
		top: 13px;
		transform: rotate(135deg);
	}
	#menu-icon.open span:nth-child(2) {
		opacity: 0;
	}
	#menu-icon.open span:nth-child(3) {
		top: 13px;
		transform: rotate(-135deg);
	}
	.navigation {
		display: none;
	}
	.navigation .sub-menu {
		padding: 0;
	}
	.navigation .sub-menu-wrapper {
		display: none;
		position: relative;
		width: 100%;
		padding: 25px 20px;
		margin: 15px 0;
		top: unset;
		left: unset;
		border-radius: 14px;
		overflow: hidden;
	}
	.main-search input {
		width: 100%;
	}
	.navigation .sub-menu-wrapper a {
		min-height: auto;
	}
	.navigation .sub-menu-wrapper .sub-menu {
		display: none;
		box-shadow: none;
		width: 100%;
	}
	.navigation .dropdown.open .sub-menu-wrapper .sub-menu {
		display: flex;
		gap: 8px;
	}
	.navigation .sub-menu-wrapper .sub-menu ul li {
		width: 50%;
	}
	.navigation .sub-menu-wrapper.open {
		display: flex;
	}
	.navigation .sub-menu > li > a {
		font-size: 14px;
		gap: 10px;
		padding: 7px 14px;
	}
	.navigation .navbar-nav {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		width: 100%;
		background: #FFFFFF;
		margin: 0;
	}
	.navigation .navbar-nav:before, .navigation .navbar-nav:after {
		display: none;
	}
	.navigation .container {
		padding: 0;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		background: #FFFFFF;
		color: #000000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav .open > a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.current_page_ancestor > a, .navbar-default .navbar-nav li.current_page_ancestor > a:visited, .navbar-default .navbar-nav li.current_page_item > a, .navbar-default .navbar-nav li.current_page_item > a:visited {
		background: #FFFFFF;
		color: #000000;
	}
	.navigation .container ul li {
		border-radius: 8px;
	}
	.navigation .container ul li ul li {
		margin: 5px 0px;
	}
	.navigation .container ul li a {
		display: flex;
		justify-content: flex-start;
		border-radius: 8px;
		border: 2px solid #FFFFFF;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.navigation .container ul li a:focus {
		border: 2px solid #FFFFFF;
	}
	.navigation .container ul li a i {
		margin-left: auto;
		position: absolute;
		width: 35px;
		height: 35px;
		right: 5px;
		top: 12px;
	}
	.navigation .container ul li .dropdown-menu .container {
		background: #FC7033;
	}
	.navigation .container ul li .dropdown-menu {
		position: relative;
		top: auto;
		background: inherit;
	}
	.navbar-nav .open .dropdown-menu {
		background: #FFFFFF;
	}
	.navigation .container ul li .dropdown-menu .container {
		padding: 0;
	}
	.navigation .container ul li .dropdown-menu li {
		padding: 0;
		width: 50%;
		padding-right: 5px;
	}
	.navigation .container ul li .dropdown-menu li:nth-child(2n) {
		padding-left: 5px;
		padding-right: 0;
	}
	.navigation .container ul li .dropdown-menu a:hover {
		background: #FFFFFF;
	}
	.navigation .container ul li .dropdown-menu li a {
		padding: 12px 15px;
		background: #FFFFFF;
		height: 100%;
	}
	.navigation .container ul li > a {
		border-radius: 8px;
		padding: 8px 12px;
	}

	/* categories design */
	.main-listing {
		display: flex;
		flex-wrap: wrap;
	}
	.right-column.title {
		order: -1;
	}
	.left-column {
		margin: 0 0 15px;
	}
	.widget.categories {
		margin: 0;
		border: none;
		border-radius: 0;
	}
	.widget.categories .white-block-content {
		padding: 0;
		width: 100%;
	}
	.widget.categories .widget-title {
		display: none;
	}
	.widget.categories .white-block-content ul {
		width: 100%;
		height: 40px;
		overflow: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		display: inline-flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 6px;
		padding: 0;
	}
	.widget.categories .white-block-content ul.sub-cat {
		margin-left: 6px;
	}
	.widget.categories .white-block-content ul::-webkit-scrollbar {
		background: #f4f4f4;
	}
	.widget.categories .white-block-content ul li {
		width: auto;
		display: flex;
	}
	.widget.categories .white-block-content ul li a {
		display: flex;
		align-items: center;
		border: 1px solid #d1d1d1;
		align-items: center;
		padding: 0px 12px;
		border-radius: 8px;
		font-size: 14px;
		height: 34px;
	}
	.widget.categories .white-block-content ul li a .cat-img {
		display: none;
	}
	.search-header .coupon-type .act_order {
		display: flex;
	}
	.search-filter {
		margin: 0;
		border: none;
	}
	.search-filter .white-block-content {
		padding: 0;
	}
	.search-filter .white-block-content .result {
		font-weight: 700;
		margin: 0 0 6px;
		font-size: 2.2rem;
		line-height: 3.2rem;
	}

	/* Store design */
	.store-box {
		padding: 20px;
	}
	.store-info {
		padding-right: 0;
		width: 100%;
	}
	#topkody-store-rating {
		flex-direction: row;
		align-items: center;
		gap: 10px;
	}
	.topkody-stars-wrap {
		left: 0;
		margin: 0;
	}
	.store-box .store-logo {
		width: 150px;
	}
	.store-img a {
		width: 120px;
		height: 120px;
	}
	.store-img a img {
		width: auto;
		max-width: 90%;
		max-height: 90%;
	}
	.store-box .store-logo-wrap {
		border: none;
	}
	.store-img {
		border: 2px solid #f2f2f2;
		border-radius: 14px;
	}
	.store-box .store-logo .store-coupons-count {
		padding: 10px 0 0;
		border: none;
	}
	.store-box .store-top {
		justify-content: space-between;
		width: calc(100% - 150px);
		padding-left: 30px;
		gap: 10px;
	}
	.store-box .store-page .store-center {
		justify-content: flex-end;
	}
	.store-box .store-page .store-center .store-buttons {
		width: calc(100% - 150px);
		padding-left: 30px;
	}
	.store-rating {
		width: 100%;
		width: auto;
	}
	.store-tools .btn-border {
		display: none;
	}
	.tax-coupon-store .title-wrap {
		order: -1;
	}
	.tax-coupon-store .title-wrap .page_title {
		margin: 0 0 12px;
	}
	.newsletter #newsletter-box {
		margin: 20px 0 0;
	}
	.newsletter .white-block-content.content-xl {
		padding: 25px 20px;
	}

	/* FOOTER */
	.footer .container {
		padding: 0;
	}
	.footer .nav.nav-footer {
		flex-direction: column;
		padding: 0 25px;
	}
	.stats-wrap {
		padding: 20px 25px;
	}
	.footer .footer-center {
		padding: 30px 0;
	}
	.footer .footer-center .footer-left {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		padding: 0 25px;
	}
	.footer .footer-center .footer-right {
		width: 100%;
	}
	.footer .nav.nav-footer .sub-menu-wrapper {
		display: none;
	}
	.footer .nav.nav-footer > li {
		width: 100%;
		border-bottom: 2px solid #f4f4f4;
	}
	.footer .nav.nav-footer > li.open {
		padding: 0 0 16px;
	}
	.footer .nav.nav-footer > li:last-child {
		border: none;
	}
	.footer .nav > li > a, .footer .nav > li > span {
		display: flex;
		align-items: center;
		font-size: 1.8rem;
		padding: 8px 0px;
		cursor: pointer;
	}
	.footer .sub-menu {
		transition: all 400ms ease;
		box-shadow: none;
		margin: 0;
	}
	.footer .nav.nav-footer li ul li a {
		padding: 5px 0px;
	}
	.footer .nav .open > a {
		gap: 6px;
	}
	.footer .nav .dropdown > a .icon, .footer .nav .dropdown > span .icon {
		display: flex;
		margin-left: auto;
		transition: all 400ms ease;
	}
	.footer .nav .dropdown.open > a .icon, .footer .nav .dropdown.open > span .icon {
		transform: rotate(180deg);
	}
	.footer .nav.nav-footer li ul.sub-menu {
		margin: 0;
	}
	.footer .sub-menu li {
		padding: 0;
	}
	.footer .nav.nav-footer li ul li {
		border-bottom: none;
	}
	.footer .copyrights {
		display: flex;
		justify-content: center;
		padding: 10px;
	}
}
@media screen and (max-width:900px) {
	.navbar-default .navbar-nav li.open .sub-menu {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width:767px) {
	h1 {
		font-size: 26px;
		line-height: 3.2rem;
	}
	h2, .h2-size {
		font-size: 22px;
		line-height: 2.8rem;
	}
	h3, .h3-size {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	p, a {
		font-size: 15px;
	}
	.hp.banners .section-wrap {
		padding: 20px 0 0;
	}
	.hp .section-wrap {
		padding: 20px 0;
	}
	.hp.stores .section-wrap {
		padding-bottom: 10px;
	}
	.white-block-content.content-xl, .ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content, .white-block-content {
		padding: 24px 20px;
	}
	.faq .white-block-content {
		padding: 10px 20px;
	}
	.hp.faq .white-block-content {
		padding: 24px 20px;
	}
	.btn, a.btn {
		font-size: 1.5rem;
	}
	.page_title {
		margin: 0 0 20px;
	}
	.page_title p {
		text-align: left;
	}
	.section-title h2, .section-title h2 a {
		font-size: 2.2rem;
	}
	.newsletter h2 {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}
	.newsletter .gdpr-info {
		padding: 0;
	}
	.hide-mob {
		display: none;
	}
	.show-mob {
		display: flex;
	}
	.table-responsive {
		padding: 10px;
	}
	table.table-white th, table.table-white td {
		font-size: 1.4rem;
	}
	table.table-white td.best-expire {
		white-space: nowrap;
		font-size: 1.3rem;
	}
	table.table-white th {
		padding: 8px 10px 8px 10px;
	}
	table.table-white td {
		padding: 8px 10px;
	}
	table.table-white td .discount_img .text {
		display: none;
	}
	.special-action a span.icon {
		height: 24px;
	}
	.special-action a span svg {
		width: 24px;
		height: 24px;
	}
	.special-action a span.text {
		font-size: 10px;
	}
	.navigation .sub-menu-wrapper {
		padding: 20px 10px;
		margin: 5px 0 15px 0;
	}
	.navbar-default .navbar-nav li.open .sub-menu {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 12px;
	}
	.navbar-toggle span.text {
		font-size: 10px;
		line-height: 10px;
		width: 100%;
		text-align: center;
	}
	.navigation .show-all-coupons {
		margin: 20px 0 0;
	}
	.navigation .show-all-coupons a.btn {
		padding: 10px 40px;
		font-size: 14px;
	}
	#menu-icon {
		width: 24px;
		height: 24px;
	}
	#menu-icon span {
		width: 24px;
	}
	#menu-icon span:nth-child(1) {
		top: 3px;
	}
	#menu-icon span:nth-child(2) {
		top: 9px;
	}
	#menu-icon span:nth-child(3) {
		top: 15px;
	}
	#menu-icon.open span:nth-child(1) {
		top: 9px;
	}
	#menu-icon.open span:nth-child(3) {
		top: 9px;
	}
	.whisper-results-custom {
		border-radius: 12px;
	}
	.search-item .search-image {
		width: 60px;
		min-width: 60px;
		height: 45px;
	}
	.search-item .search-name {
		font-size: 1.5rem;
	}
	.flex-row.flex-cards .card {
		display: flex;
	}
	.flex-row.flex-cards .content.right {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 0 15px;
	}
	.flex-row.flex-cards .content.right h3 {
		margin: 0;
	}
	.flex-row.flex-cards .content.right.bottom {
		width: 100%;
		margin: 10px 0 0;
		padding: 0;
	}
	.modal.in .modal-dialog {
		padding: 0;
		align-items: end;
	}
	.modal.in .modal-dialog .modal-content {
		border-radius: 16px 16px 0 0;
		padding: 24px 20px;
		max-width: 100%;
		top: auto;
	}
	.modal.log-reg .modal-content .modal-left, .modal.log-reg .modal-content .modal-rigth {
		padding: 24px 20px;
	}
	.modal.log-reg.log .list-unstyled.list-flex.list-benefits, .modal.log-reg.log .modal-rigth h4 {
		display: none;
	}
	.modal.log-reg.log .modal-rigth h3 {
		font-size: 16px;
		margin: 0 0 15px;
	}
	.blog-content .banner_img {
		padding: 0 0 24px;
	}
	.white-block-single-content {
		padding: 24px 20px;
	}
	.grid-coupons {
		grid-gap: 15px;
	}
	.hp.stores-list .grid-row {
		grid-gap: 12px;
	}
	.hp.stores-list .store-item {
		padding: 8px 12px;
		overflow: hidden;
	}
	.swiper-stores .store-icon {
		height: 60px;
	}

	/* categories design */
	.widget.categories .white-block-content {
		padding: 0;
	}
	.widget.categories .white-block-content .widget-title {
		padding: 15px 20px;
	}
	.flex-row.load-coupons, .flex-row.load-posts {
		justify-content: center;
	}

	/* coupons design */
	.coupon-box .discount {
		font-size: 16px;
		font-weight: 800;
	}
	.coupon-box .coupon-content {
		padding: 15px;
		gap: 15px;
	}
	.coupon-box .coupon-content {
		flex-direction: row;
	}
	.coupon-list .grid-top .grid-top-left {
		width: 90px;
	}
	.coupon-list .grid-top .coupon-image {
		width: 90px;
		height: 90px;
	}
	.coupon-list .grid-top .coupon-image .discount {
		font-size: 20px;
	}
	.coupon-box.coupon-list {
		flex-direction: column;
	}
	.coupon-box.coupon-list .coupon-content.top, .coupon-box.coupon-list .coupon-content.bottom {
		width: 100%;
		gap: 14px;
	}
	.coupon-box.coupon-list .coupon-content.bottom {
		border-left: none;
		border-top: 4px dashed #f4f4f4;
		padding: 15px;
	}
	.coupon-box.coupon-list .coupon-content.bottom:before {
		display: none;
	}
	.coupon-box.coupon-list a.btn-share .text {
		display: none;
	}
	.coupon-box.coupon-list .d-flex.tools {
		position: absolute;
		top: -48px;
		right: 13px;
	}
	.coupon-box.coupon-list .coupon-content.bottom a.save-coupon svg {
		width: 22px;
		height: 22px;
	}
	.coupon-box.coupon-list .coupon-content.bottom .icon-share {
		width: 20px;
		height: 20px;
	}
	.coupon-box.coupon-list .code-text {
		width: calc(100% - 36px);
	}
	.coupon-box.coupon-list .coupon-link .text {
		padding: 7px 12px;
	}
	.coupon-box.coupon-list .coupon-link .partial-code {
		padding: 7px 12px;
	}
	.badges_wrap {
		gap: 6px;
	}
	.badges_wrap a.save-coupon {
		position: absolute;
		top: -16px;
		right: -16px;
		border-radius: 0px 16px 0 16px;
		width: 40px;
		height: 40px;
	}
	.badges, .expire {
		padding: 4px 12px;
	}
	.coupon-box h2 {
		width: calc(100% - 34px);
		font-size: 1.7rem;
		line-height: 2.3rem;
	}
	.coupon-box.coupon-small h2 {
		font-size: 15px;
	}
	.coupon-box.coupon-small a.coupon-link {
		font-size: 13px;
	}
	.coupon-box.coupon-small .coupon-link .text, .coupon-box.coupon-small .partial-code {
		padding: 6px 10px;
	}
	.coupon-box.coupon-small .discount {
		font-size: 14px;
		padding: 6px 12px;
	}
	.coupon-box .expire .icon-clock {
		display: none;
	}
	.coupon-box .coupon-content.bottom {
		padding: 12px 15px;
	}
	.coupon-content-excerpt p {
		-webkit-line-clamp: 2;
	}
	.search-content {
		margin: 0 0 30px;
	}
	.btn-load-more {
		margin: 0;
	}

	/* Store design */
	.store-box {
		position: relative;
		padding: 0;
		background: inherit;
	}
	.store-box .store-page h1 {
		margin: 0 0 15px;
		width: calc(100% - 30px);
		font-size: 2.4rem;
		line-height: 3rem;
	}
	.stores-wrap .row {
		margin-left: -6px;
		margin-right: -6px;
	}
	.store-box .store-logo-wrap {
		border-radius: 14px;
	}
	.store-box .store-logo {
		width: 90px;
	}
	.store-img {
		background: #FFFFFF;
	}
	.store-img a {
		width: 90px;
		height: 90px;
	}
	.store-img a img {
		width: auto;
		max-width: 90%;
		max-height: 90%;
	}
	.store-box .store-logo .store-coupons-count {
		font-size: 1.4rem;
	}
	.store-box .store-top {
		width: calc(100% - 90px);
		padding-left: 15px;
		gap: 5px;
	}
	.store-block .store-image {
		height: 80px;
	}
	.store-box .store-page .store-center .store-buttons {
		width: 100%;
		padding: 0;
		margin: 20px 0 0;
	}
	.store-box .store-page .store-center .store-buttons .store-button {
		width: calc(100% - 105px);
	}
	.store-box .store-page .store-center .store-buttons .store-link {
		width: 100%;
		border-radius: 6px;
		padding: 8px 20px;
		line-height: 2.1rem;
	}
	.share-box {
		width: 50%;
	}
	.store-box .store-page .store-center .store-buttons .btn-share {
		border-radius: 6px;
		width: 100%;
		height: 38px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: white;
		background: #e3e3e3;
	}
	.store-box .store-page .store-center .store-buttons .btn-share svg {
		color: #1c1e21;
		width: 18px;
		height: 18px;
	}
	.store-box .store-page .store-center .store-buttons .btn-share .text {
		display: none;
	}
	.store-box .store-page .store-center .store-buttons .store-share {
		width: 90px;
		gap: 6px;
	}
	.store-box .store-page .store-center .store-buttons .store-tools .save-store {
		display: flex;
		align-items: center;
		border-radius: 6px;
		width: 50%;
		height: 38px;
		padding: 0;
		background: #e3e3e3;
	}
	.store-box .store-page .store-center .store-buttons .store-tools .save-store .text {
		display: none;
	}
	.store-box .store-page .store-center .store-buttons .store-tools .save-store svg {
		width: 16px;
		height: 16px;
		color: #1c1e21;
	}
	.store-info {
		padding-right: 10px;
	}
	.search-header h2 {
		font-size: 1.8rem;
	}
	.page-short-text .toggle-btn::before {
		background: linear-gradient(to right, transparent, #f4f4f4 30%);
	}
	.ordertype_wrap:not(.order-mob) {
		display: none;
		gap: 0;
	}
	.ordertype_wrap.order-mob {
		gap: 6px;
	}
	.search-header .filter-wrap .ordertype_wrap.order-mob button {
		font-size: 1.3rem;
		height: 34px;
		padding: 0 16px;
	}
	#storeCouponsFilter {
		width: 100%;
		height: 34px;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		display: inline-flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		padding: 0;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	#storeCouponsFilter::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}
	.act_filter {
		height: 34px;
		font-size: 1.4rem;
		background: #FFFFFF;
		white-space: nowrap;
	}
	.act_filter svg {
		width: 16px;
		height: 16px;
	}
	.filter-wrap.act .select button {
		text-align: left;
	}
	.cmplz-cookiebanner {
		width: calc(100% - 30px) !important;
	}
	.cmplz-cookiebanner .cmplz-header {
		grid-template-columns: 0px 1fr 0px !important;
	}
	.stats-wrap .flex-row {
		gap: 24px;
	}
	.stats .stats-box {
		gap: 0px;
		width: calc(50% - 12px);
		flex-direction: column;
		align-items: center;
	}
	.stats .stats-box .text {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.newsletter .white-block-content.content-xl {
		padding: 10px 20px;
	}
	.footer .footer-center .footer-left {
		align-items: center;
		flex-direction: column;
		margin: 0 0 20px;
	}
	ul.store-letter-filter {
		padding: 10px 15px;
		margin: 0 0 24px;
	}
	.store-letter-filter a {
		font-size: 1.6rem;
	}
	.letter-title h3 {
		font-size: 2rem;
		padding: 15px 30px;
		margin: 0 15px 0 0;
	}
	.letter-group-wrapper {
		grid-gap: 15px;
		padding: 24px 0;
	}
	#topkody-store-rating {
		gap: 8px;
	}
	.topkody-stars .star {
		font-size: 2.4rem;
	}
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before {
	box-shadow: none !important;
}
@media screen and (max-width:640px) {
	.swiper-carousel.swiper-banners {
		margin-left: 0;
		width: 100%;
	}
	.swiper-banners .swiper-slide {
		padding: 0;
	}
}
@media screen and (max-width:425px) {
	.cmplz-cookiebanner .cmplz-header {
		display: flex !important;
		width: 100%;
		justify-content: center;
	}
}
@media screen and (max-width:360px) {
	.navigation .flex-wrap.flex-always .social-icons {
		gap: 12px;
		font-size: 13px;
	}
}
