﻿.grw-brand-table-box.style-3 {
	margin: 1.5rem 0;
}
.grw-brand-table-box.style-3 .brand-card {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 0;
	border: 2px solid #7bb9a6;
	padding: 15px 20px;
	transition: all 0.3s ease;
	animation: fadeIn ease 1s;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}
.grw-brand-table-box.style-3 .brand-card.no-terms {
	padding-bottom: 1rem;
}
.grw-brand-table-box.style-3 .brand-card:hover {
	border: 2px solid #cbc3c3;
}
.grw-brand-table-box.style-3 .brand-card + .brand-card {
	margin-top: 30px;
}
.grw-brand-table-box.style-3 .brand-card .order-number {
	order: 1;
	flex: 0 0 auto;
	margin-bottom: 30px;
	margin-right: 9px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-left: 5px;
}
.grw-brand-table-box.style-3 .brand-card .order-number::before {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: #bdbdbd;
	position: absolute;
	left: 0;
	top: 50px;
}
.grw-brand-table-box.style-3 .brand-card .order-number::after {
	content: '.';
}
.grw-brand-table-box.style-3 .brand-card .title {
	width: 65%;
	order: 2;
	flex: 1 1 auto;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}
.grw-brand-table-box.style-3 .brand-card > .rating-review-box {
	order: 3;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.grw-brand-table-box.style-3 .brand-card > .rating-review-box.no-review {
	width: 15%;
	justify-content: end;
}
.grw-brand-table-box.style-3
	.brand-card
	> .rating-review-box
	.rating-box:before {
	content: '';
	width: 22px;
	height: 22px;
	font-family: 'custom-icons';
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	color: #ffcb00;
}
.grw-brand-table-box.style-3
	.brand-card
	> .rating-review-box
	.rating-box
	strong {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.grw-brand-table-box.style-3 .brand-card > .rating-review-box .rating-box span {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.grw-brand-table-box.style-3 .brand-card > .dynamic-field-box,
.grw-brand-table-box.style-3 .brand-card > .logo,
.grw-brand-table-box.style-3 .brand-card > .buttons {
	order: 5;
	flex: 1 0 25%;
}
.grw-brand-table-box.style-3 .brand-card > .logo {
	flex: 1 0 19%;
	margin-right: 30px;
}
.grw-brand-table-box.style-3 .brand-card > .logo img {
	width: 240px;
	min-width: 210px;
	aspect-ratio: 3;
	border-radius: 6px;
	object-fit: cover;
	background-color: #333;
}
.grw-brand-table-box.style-3 .brand-card > .dynamic-field-box {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	gap: 10px;
	margin-right: 30px;
	overflow: auto;
	flex: 1 0 18%;
}
.grw-brand-table-box.style-3 .brand-card > .buttons {
	display: flex;
	flex-direction: column;
	width: 22%;
	align-self: center;
	flex: 1 0 22%;
}
.grw-brand-table-box.style-3 .brand-card > .buttons a {
	background: var(--color-primary, #2cb00b);
	padding: 20px 15px;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	line-height: 1;
	min-width: 160px;
	text-decoration: none;
	border-radius: 100px;
	font-size: 20px;
	font-weight: 700;
	align-content: center;
}
.grw-brand-table-box.style-3 .brand-card > .buttons a:hover {
	background: var(--color-primary-hover, var(--color-primary, #2cb00b));
}
.grw-brand-table-box.style-3 .brand-card > .buttons a:focus {
	outline: 1px dashed var(--color-primary-hover, var(--color-primary, #2cb00b));
	outline-offset: 1px;
}
.grw-brand-table-box.style-3 .brand-card > .buttons a:active {
	background: var(--color-primary-active, var(--color-primary, #2cb00b));
}
.grw-brand-table-box.style-3 .brand-card > .buttons .promo-code-box {
	border-radius: 6px;
	background: var(--color-primary-opacity-5, var(--color-primary, #2cb00b));
	width: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 15px 63px 15px 15px;
	position: relative;
	justify-content: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-title {
	color: var(--color-primary, #2cb00b);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-value {
	color: var(--color-primary, #2cb00b);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	user-select: all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-copy-btn {
	width: 24px;
	border: none;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary, #2cb00b);
	padding: 24px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;
	cursor: pointer;
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-copy-btn:before {
	content: '';
	font-family: 'custom-icons';
	color: #fff;
	font-size: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-copy-btn:hover {
	background-color: var(--color-primary-hover, var(--color-primary, #2cb00b));
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-copy-btn:focus {
	outline: 1px dashed var(--color-primary-hover, var(--color-primary, #2cb00b));
	outline-offset: 1px;
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-copy-btn:active {
	background-color: var(--color-primary-active, var(--color-primary, #2cb00b));
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-copy-btn.success {
	background-size: 20px;
	outline: none;
	cursor: pointer;
	pointer-events: none;
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-copy-btn.success:before {
	content: '';
	font-size: 18px;
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-copy-btn.error {
	outline: none;
	cursor: pointer;
	pointer-events: none;
	background-size: 20px;
}
.grw-brand-table-box.style-3
	.brand-card
	> .buttons
	.promo-code-box
	.promo-code-copy-btn.error:before {
	content: '';
	font-size: 20px;
	color: #ef0201;
}
.grw-brand-table-box.style-3 .brand-card .terms {
	color: #000;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: calc(100% + 40px);
	min-width: calc(100% + 40px);
	margin-left: -20px;
	border-top: 1px solid #dadada;
	padding-top: 11px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 11px 25px 0;
	margin-top: 22px;
	order: 6;
}
.grw-brand-table-box.style-3 .brand-card .terms a {
	text-decoration: underline;
}
.grw-brand-table-box.style-3 .brand-card .terms a:hover {
	text-decoration: none;
}
@media (max-width: 1100px) {
	.grw-brand-table-box.style-3 .brand-card .buttons {
		margin-top: 20px;
		flex: 1 0 50%;
		flex-direction: row;
		width: 50%;
		gap: 10px;
	}
	.grw-brand-table-box.style-3 .brand-card .buttons .promo-code-box {
		width: 100%;
		margin-bottom: 0;
	}
	.grw-brand-table-box.style-3
		.brand-card
		.buttons
		.promo-code-box
		.promo-code-copy-btn {
		padding: 30px;
	}
	.grw-brand-table-box.style-3 .brand-card .buttons a {
		width: 100%;
	}
	.grw-brand-table-box.style-3 .brand-card .dynamic-field-box {
		flex: 1 0 30%;
		margin-right: 0;
	}
	.grw-brand-table-box.style-3
		.brand-card
		.dynamic-field-box
		+ .dynamic-field-box {
		margin-left: 30px;
	}
}
@media (max-width: 768px) {
	.grw-brand-table-box.style-3 .brand-card {
		padding-top: 33px;
	}
	.grw-brand-table-box.style-3 .brand-card .order-number {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.grw-brand-table-box.style-3 .brand-card .order-number:before {
		display: none;
	}
	.grw-brand-table-box.style-3 .brand-card .title {
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.grw-brand-table-box.style-3 .brand-card > .rating-review-box {
		flex: 1 0 100%;
		flex-direction: column;
	}
	.grw-brand-table-box.style-3
		.brand-card
		> .rating-review-box
		.rating-box:before {
		width: 30px;
		height: 30px;
		font-size: 30px;
	}
	.grw-brand-table-box.style-3
		.brand-card
		> .rating-review-box
		.rating-box
		strong {
		font-size: 26px;
		font-weight: 700;
	}
	.grw-brand-table-box.style-3
		.brand-card
		> .rating-review-box
		.rating-box
		span {
		font-size: 18px;
		font-weight: 600;
	}
	.grw-brand-table-box.style-3 .brand-card > .rating-review-box a.review {
		font-size: 18px;
		font-weight: 500;
		margin: 15px 0 5px 0;
	}
	.grw-brand-table-box.style-3 .brand-card .logo {
		flex: 1 0 100%;
		margin: 0 0 20px 0;
		text-align: center;
		position: relative;
	}
	.grw-brand-table-box.style-3 .brand-card .logo img {
		width: 360px;
		height: 180px;
	}
	.grw-brand-table-box.style-3 .brand-card .logo::before {
		content: '';
		display: block;
		height: 1px;
		width: 100%;
		background: #bdbdbd;
		position: absolute;
		left: 0;
		top: -20px;
	}
	.grw-brand-table-box.style-3 .brand-card .dynamic-field-box {
		flex: 1 0 100%;
		padding: 15px;
		gap: 10px;
	}
	.grw-brand-table-box.style-3 .brand-card .dynamic-field-box .value {
		font-size: 20px;
	}
	.grw-brand-table-box.style-3
		.brand-card
		.dynamic-field-box
		+ .dynamic-field-box {
		margin: 15px 0 0 0;
	}
	.grw-brand-table-box.style-3 .brand-card .buttons {
		flex-direction: column;
		width: 100%;
		margin-top: 15px;
		gap: 15px;
	}
	.grw-brand-table-box.style-3 .brand-card .buttons .promo-code-box {
		width: 100%;
	}
	.grw-brand-table-box.style-3
		.brand-card
		.buttons
		.promo-code-box
		.promo-code-copy-btn {
		padding: 24px;
	}
	.grw-brand-table-box.style-3 .brand-card .buttons a {
		width: 100%;
	}
}
@media (max-width: 540px) {
	.grw-brand-table-box.style-3 .brand-card .logo img {
		width: 100%;
		height: auto;
	}
}
.grw-brand-table-box.style-3 a.review {
	font-family: 'Montserrat', sans-serif;
	color: #2cb00b;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	margin-left: 20px;
}
.grw-brand-table-box.style-3 a.review:hover {
	text-decoration-line: none;
}
.grw-brand-table-box.style-3 .dynamic-field-box {
	border-radius: 6px;
	background: #f8f8f8;
	padding: 10px;
}
.grw-brand-table-box.style-3 .dynamic-field-box .value {
	color: #000;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.grw-brand-table-box.style-3 .dynamic-field-box .label {
	color: #000;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.grw-brand-table-box.style-3 .table-load-more {
	display: flex;
	justify-content: center;
	padding: 2rem 0;
	width: 100%;
}
.grw-brand-table-box.style-3 .table-load-more button {
	background: var(--color-primary, #2cb00b);
	border-radius: 0.3125rem;
	border: none;
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.25);
	padding: 1rem 2rem;
	color: #fff;
	text-align: center;
	font-size: 1.1875rem;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	width: 100%;
	max-width: 300px;
	height: 54px;
}
.grw-brand-table-box.style-3 .table-load-more button:hover {
	background: var(--color-primary-hover, var(--color-primary, #2cb00b));
}
.grw-brand-table-box.style-3 .table-load-more button:focus {
	outline: 1px dashed var(--color-primary-hover, var(--color-primary, #2cb00b));
	outline-offset: 1px;
}
.grw-brand-table-box.style-3 .table-load-more button:active {
	background: var(--color-primary-active, var(--color-primary, #2cb00b));
}
.grw-brand-table-box.style-3 .table-load-more button.loading {
	background-size: 200% 100%;
	background-image: linear-gradient(
		to right,
		var(--color-primary, #2cb00b) 50%,
		var(--color-primary-hover, var(--color-primary, #2cb00b)) 50%
	);
	animation: progress-bar 2s linear infinite;
	pointer-events: none;
}
@keyframes progress-bar {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: -100% 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
} /*# sourceMappingURL=style-3.css.map */
.header-logo {
	width: 145px;
}
.header-logo img {
	width: 100%;
}

.img-cov {
	width: auto;
	height: 100%;
}
.img-cov img {
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.header-logo {
		width: 80px;
	}
}
