
.footer-content {
	background-color: #fff;
	font-size: 16px;
	margin-top: 15px;
	padding: 27px 15px 29px;
}

@media (min-width: 1024px) {
	.footer-content {
		margin-top: 30px;
	}
}

@media (min-width: 1366px) {
	.footer-content {
		padding: 55px 57px 69px;
	}
}

@media(min-width:1600px) {
	.footer-content {
		padding-left: 130px;
		padding-right: 130px;
	}
}

.footer-content-title, .article-cat-content h2, .footer-content-collapse-dv h2 {
	color: #2b2b2b;
	font: 500 24px/28px var(--roboto-condensed);
	margin-bottom: 20px;
}

.footer-content p {
	margin-bottom: 10px;
}

.footer-content ul, .footer-content ol {
	padding-left: 18px;
}

.footer-content ul li {
	list-style: disc;
	margin-bottom: 10px;
	padding-left: 9px;
}

.footer-content ol li {
	list-style: decimal;
	margin-bottom: 10px;
	padding-left: 9px;
}
.footer-content .footer-content-list li, .footer-content .footer-content-square li {
	list-style: none;
	padding-left: 25px;
	position: relative;
}

.footer-content-list li:before {
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 3px;
}

.fa-heart:before {
	content: "\f004";
}

.footer-content-square li:before {
	border: 1px solid #4d4d4d;
	content: '';
	display: inline-block;
	height: 7px;
	position: absolute;
	left: 2px;
	top: 8px;
	width: 7px;
}

.footer-content-decimal {
	padding-left: 17px;
}

.footer-content-decimal li {
	list-style: decimal;
}

.article-content, .article-cat-content, .footer-contnt-collapse-row {
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	word-wrap: break-word;
	padding: 0 15px;
}

.article-content + .article-content, .article-cat-content + .article-cat-content {
	margin-top: 17px;
}

@media(max-width: 1023px) {
	.article-content, .article-cat-content {
		padding: 0;
	}

	.article-content + .article-content, .article-cat-content + .article-cat-content {
		margin-top: 12px;
	}
}

.article-content a, .article-cat-content a, .footer-content-collapse-dv a {
	text-decoration: underline;
}
.article-content a:hover, .article-cat-content a:hover, .footer-content-collapse-dv a:hover {
	color: var(--free-speech-red);
} 

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	padding: 0;
}

.table {
	border: 1px solid #b4b4b4;
	width: 100%;
	max-width: 100%;
}

.article-content div table, .article-cat-content div table  {
	border: 1px solid #b4b4b4;
}

.table-responsive, .article-content div {
	overflow-x: auto;
}

@media (max-width: 767px) {
	.table-responsive, .article-content div, .article-cat-content div {
		width: 100%;
		margin-bottom: 15px;
	}

	.table-responsive > .table > tbody > tr > td, .article-content div table tbody tr td, .article-cat-content div table tbody tr td {
		white-space: nowrap;
	}
}

.table > tbody > tr > td, .article-content div table tbody tr td, .article-cat-content div table tbody tr td {
	padding: 8px;
	vertical-align: top;
}

.table td, .table th {
	border-top: 1px solid #b4b4b4;
}

.article-content div table tr th, .article-content div table tr td, .article-cat-content div table tr th, .article-cat-content div table tr td {
	border-bottom: 1px solid #b4b4b4;
}

.table td + td, .table th + th, .article-content div table tr th + th, .article-content div table tr td + td, .article-cat-content div table tr th + th, .article-cat-content div table tr td + td {
	border-left: 1px solid #b4b4b4;
}

.mt10 {
	margin-top: 10px;
}

footer {
	background-color: #3E4041;
	border-top: 10px solid #393B3D;
	display: flex;
	flex-direction: column;
	padding: 25px 15px 0;
}

@media(min-width:1366px) {
	footer {
		padding: 30px 57px 0;
	}
}

@media(min-width:1600px) {
	footer {
		padding-left: 130px;
		padding-right: 130px;
	}
}

@media(max-width:1023px) {
	footer {
		padding-top: 0;
	}
}

footer a {
	color: #D6D6D6;
	font-weight: 300;
}

.footer-toggle {
	display: none;
}

.footer-text {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

@media(max-width:1023px) {
	.footer-text {
		margin-bottom: 0;
	}

	.footer-text + .footer-text {
		border-top: 1px solid #55595C;
	}
}

.footer-txt-hdn {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

@media(max-width:1023px) {
	.footer-txt-hdn {
		width: 100%;
	}
}

.footer-hdn-label {
	color: #fff;
	margin: 0;
	transition: all 0.25s ease-out;
}

@media(min-width:1024px) {
	.footer-hdn-label {
		min-width: 220px;
		margin: 0 auto;
	}
}

@media(max-width:1023px) {
	.footer-hdn-label {
		padding-top: 13px;
		padding-bottom: 12px;
		position: relative;
		width: 100%;
	}

	.footer-hdn-label:after {
		border-bottom: 2px solid #B4B4B4;
		border-right: 2px solid #B4B4B4;
		content: '';
		display: block;
		height: 6px;
		margin-top: -3px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: rotate(45deg);
		width: 6px;
	}

	.footer-toggle:checked ~ .footer-txt-hdn .footer-hdn-label:after {
		transform: rotate(-135deg);
	}
}

.footer-hdn-label a {
	color: #fff;
	font-weight: 500;
}

.footer-list {
	color: #d6d6d6;
}

@media(min-width:1024px) {
	.footer-list {
		flex-basis: 0;
		flex-grow: 1;
	}
}

.footer-list a, .footer-link {
	font-weight: 300;
	position: relative;
	cursor: pointer;
}

.footer-list a + a:before, .footer-link + .footer-link:before {
	content: '|';
	cursor: default;
	display: block;
	position: absolute;
	left: -10px;
	top: -3px;
}

@media(max-width:1023px) {
	.footer-list {
		transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
		max-height: 0;
		overflow: hidden;
	}

	.footer-list a, .footer-link {
		font-size: 16px;
	}

	.footer-toggle:checked ~ .footer-list {
		padding-bottom: 15px;
		max-height: 50em;
	}

	.footer-order-timing-pan .footer-toggle:checked ~ .footer-list {
		padding-top: 15px;
	}
}

.footer-city-row>.footer-list {
	background: url(/svg22/ftr-cty-bg.svg) no-repeat center 100%;
	background-size: cover;
	border-bottom: 1px solid #5F5F5F;
}

@media(max-width: 1024px) {
	.footer-city-row>.footer-list {
		background-size: contain;
	}
}

@media(max-width: 1023px) {
	.footer-city-row>.footer-list {
		border: none;
	}
}

.footer-sameday-text {
	font-weight: 300;
}

@media(min-width:1024px) {
	.footer-samday-row {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: 20% 30% auto;
		margin-top: 25px;
	}

	.footer-sameday-hdn {
		margin-bottom: 7px;
		text-align: center;
		width: 100%;
	}

	.footer-sameday-text {
		text-align: center;
	}

	.footer-sameday-time-hdn {
		border-bottom: 1px solid #55595B;
		margin-bottom: 7px;
		padding-bottom: 7px;
		text-align: center;
		width: 100%;
	}
}

@media(max-width:1023px) {
	.footer-sameday-text {
		color: #D6D6D6;
		line-height: 22px;
	}

	.footer-order-timing-pan + .footer-order-timing-pan {
		border-top: 1px dashed #55595C;
	}

	.footer-order-timing-pan .footer-sameday-time-hdn .footer-hdn-label:after {
		background: linear-gradient(#B4B4B4,#B4B4B4), linear-gradient(#B4B4B4,#B4B4B4);
		background-position: center;
		background-size: 18% 10px,10px 18%;
		background-repeat: no-repeat;
		border: none;
		transform: none;
		height: 10px;
		width: 10px;
	}

	.footer-order-timing-pan .footer-toggle:checked ~ .footer-sameday-time-hdn .footer-hdn-label:after {
		background-size: 10px 18%;
		transform: none;
	}
}

@media(min-width:1024px) {
	.footer-order-4pm {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-order-2pm {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.footer-order-12noon {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}

@media(min-width:1200px) {
	.footer-order-2pm {
		grid-template-columns: repeat(4, 1fr);
	}

	.footer-order-12noon {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media(min-width:1366px) {
	.footer-order-12noon {
		grid-template-columns: repeat(6, 1fr);
	}
}

.footer-city {
	color: #D6D6D6;
}

@media(max-width:1023px) {
	.footer-city {
		display: inline-block;
		padding-bottom: 10px;
	}

	.footer-city + .footer-city {
		margin-right: 5px;
	}

	.footer-city + .footer-city:after {
		content: '|';
		cursor: default;
		display: inline;
		margin-left: 8px;
	}

	.footer-city:last-of-type:after {
		display: none;
	}
}

.footer-link {
	font-weight: 300;
}

@media(min-width:1024px) {
	.footer-link {
		margin-right: 6px;
	}
}

@media (min-width:1024px) {
	.footer-link ~ .footer-link {
		margin: 0 6px;
	}
}

@media (max-width:1023px) {
	.footer-link {
		display: flex;
		margin: 15px 0 0;
	}
}

.footer-city-btm-sectn {
	color: #fff;
	margin-top: 12px;
	margin-bottom: 2px;
}

@media (min-width:1024px) {
	.footer-city-btm-sectn {
		display: block;
		text-align: center;
		margin: 25px 0 22px;
	}
}

.footer-city-btm-sectn h3 {
	font-size: 14px;
	font-weight: 500;
}

@media(max-width:1023px) {
	.footer-city-btm-sectn h3 {
		margin-bottom: 10px;
	}
}

.footer-mdl-content {
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	display: grid;
	grid-template-columns: repeat(1, auto);
}

@media (min-width:1200px) {
	.footer-mdl-content {
		grid-gap: 15px;
		grid-template-columns: repeat(3, auto);
		margin-top: 16px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width:1366px) {
	.footer-mdl-content {
		grid-gap: 20px;
	}
}

@media (min-width:1440px) {
	.footer-mdl-content {
		grid-template-columns: 285px auto 285px;
	}
}

@media (min-width:1600px) {
	.footer-mdl-content {
		grid-gap: 15px;
	}
}

@media (min-width:1920px) {
	.footer-mdl-content {
		grid-gap: 70px;
	}
}

.footer-social-media {
	color: #fff;
}

@media(max-width:1199px) {
	.footer-social-media, .footer-cards {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.footer-hdn {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	width: 100%;
}

@media (min-width:1200px) {
	.footer-hdn {
		text-align: center;
	}
}

.footer-card-list {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

@media(min-width:1200px) {
	.footer-card-list {
		justify-content: space-between;
	}
}

@media(min-width:1920px) {
	.footer-card-list {
		width: 100%;
		margin: 0 auto;
	}
}

.footer-social-link {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	font-size: 0;
	line-height: 0;
}

@media (max-width: 1199px) {
	.footer-social-link + .footer-social-link {
		margin-left: 15px;
	}
}
.footer-instagram {
	background-image: url(/svg22/instagram25.svg);
}
.footer-facebook {
	background-image: url(/svg22/facebook25.svg);
}
.footer-pinterest {
	background-image: url(/svg22/pinterest25.svg);
}
.footer-youtube {
	background-image: url(/svg22/youtube25.svg);
}
.footer-twitter {
	background-image: url(/svg22/twitter25.svg);
}
.footer-linkedin {
	background-image: url(/svg22/linkedin25.svg);
}

.footer-support {
	color: #D6D6D6;
}

@media (min-width:1200px) {
	.footer-support {
		border-left: 1px solid #5F5F5F;
		border-right: 1px solid #5F5F5F;
		padding: 0 15px;
	}
}

@media (min-width:1366px) {
	.footer-support {
		grid-gap: 20px;
	}
}

@media (min-width:1600px) {
	.footer-support {
		grid-gap: 25px;
	}
}

@media (min-width:1920px) {
	.footer-support {
		padding: 0 70px;
	}
}

@media (max-width:1199px) {
	.footer-support {
		border-top: 1px solid #5F5F5F;
		border-bottom: 1px solid #5F5F5F;
		padding: 15px 0;
	}
}

.footer-support-info {
	display: grid;
	grid-template-columns: repeat(1, auto);
}

@media (min-width: 768px) {
	.footer-support-info {
		grid-template-columns: auto 26%;
	}
}

@media (min-width:1920px) {
	.footer-support-info {
		margin: 0 auto;
		width: 763px;
	}
}

.footer-contactno, .footer-whatsap {
	padding-left: 50px;
	position: relative;
}

@media (min-width:1024px) {
	.footer-contactno, .footer-whatsap {
		padding-left: 40px;
	}
}

@media (min-width:1600px) {
	.footer-contactno, .footer-whatsap {
		padding-left: 50px;
	}
}

.footer-contactno {
	background: url(/svg22/call-icon25.svg) no-repeat 0 0;
	background-size: 35px 35px;
	display: grid;
	font-weight: 300;
	grid-template-columns: repeat(1, auto);
	line-height: 18px;
}

@media (min-width: 768px) {
	.footer-contactno {
		grid-template-columns: repeat(2, auto);
		height: 35px;
	}
}

@media (max-width: 767px) {
	.footer-contactno {
		border-bottom: 1px dashed #55595C;
		margin-bottom: 15px;
	}
}
.footer-whatsap {
	background: url(/svg22/whatsapp25.svg) no-repeat 0 0;
	background-size: 35px 35px;
	height: 35px;
}
@media (min-width: 1024px) {
	.footer-contactno-margin:nth-child(-n+2) {
		margin-bottom: 3px;
		margin-top: -2px;
	}
}

@media (max-width:1023px) {
	.footer-contactno-margin {
		margin-bottom: 10px;
	}
}

.footer-cc-visa {
	background-image: url(/svg22/visa25.svg);
}

.footer-cc-paypal {
	background-image: url(/svg22/paypal25.svg);
}

.footer-cc-mastercard {
	background-image: url(/svg22/mastercard25.svg);
}

.footer-cc-diners-club {
	background-image: url(/svg22/dinersclub25.svg);
}

.footer-cc-amex {
	background-image: url(/svg22/amex25.svg);
}

.footer-cc-discover {
	background-image: url(/svg22/discover25.svg);
}

.footer-copyright {
	color: #D6D6D6;
	font-weight: 300;
	padding-top: 13px;
	padding-bottom: 12px;
}

@media (min-width:1024px) {
	.footer-copyright {
		padding-top: 27px;
		padding-bottom: 25px;
	}
}

@media screen and (prefers-reduced-motion: no-preference) {
	html, body {
		scroll-behavior: smooth;
	}
}

.article-review-row {
	display: flex;
	flex-wrap: wrap;
}

.article-review-col {
	padding: 15px 15px 0;
	width: 100%;
}

@media (min-width:1024px) {
	.article-review-col {
		padding: 27px 15px 0;
		flex: 1;
	}
}

.section-title {
	background: url(/i22/bordr18.png) repeat-x 0 50%;
	color: #2b2b2b;
	font: 300 18px/20px 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
}

@media (min-width:1024px) {
	.section-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.section-title span {
	background-color: var(--background-color);
	padding: 0 10px;
	position: relative;
}

@media(min-width:1024px) {
	.section-title span {
		padding: 0 15px;
	}
}

.section-title a {
	color: #2b2b2b;
}

.article-review-dv {
	background-color: #fff;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	flex: 100%;
}

.article-review-inr-dv {
	overflow: hidden;
	padding: 12px 15px 11px;
	position: relative;
	width: 100%;
}

@media(max-width:768px) {
	.article-review-inr-dv {
		display: flex;
		flex-wrap: wrap;
		padding: 15px 15px 10px;
	}
}

.article-review-inr-dv~.article-review-inr-dv:before {
	border-top: 1px dashed #B4B4B4;
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	height: 1px;
}

@media(max-width:768px) {
	.review-hd-container, .article-hd-container {
		flex: 1;
	}
}

.article-review-hdn {
	color: #2B2B2B;
	font: 500 16px/22px 'Roboto', sans-serif;
	margin-bottom: 14px;
}

@media (max-width:768px) {
	.article-review-hdn {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 10px;
	}
}

.article-review-hdn a {
	color: #2B2B2B;
}

.review-section +.review-section {
	border-top: 1px dashed #B4B4B4;
}

@media(max-width:1023px) {
	.review-row {
		display: block;
		overflow: hidden;
	}
}

.review-row + .review-row {
	margin-bottom: 0;
}

.review-hd-container .review-row {
	margin-bottom: 8px;
}

.review-row span + span {
	float: right;
}

@media(max-width:1023px) {
	.review-row span + span {
		float: left;
		margin-top: 11px;
	}
}

.normal-review-star {
	flex: 1;
}

@media (max-width: 1023px) {
	.normal-review-star {
		display: flex;
		width: 100%;
	}
}

.normal-review-star i {
	display: inline-flex;
	font-size: 0;
	justify-content: center;
	width: 20px;
}

.normal-review-star i:before {
	content: '\f005';
	color: #4D4D4D;
	font-style: normal;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
	position: relative;
}

.normal-review-star i.full-star:before {
	color: #b20101;
	font-weight: 700;
}

.normal-review-star i.half-star:before {
	color: #b20101;
	content: '\f5c0';
	font-weight: 700;
}

.certified-logo {
	width: 100px;
}

.review-img-section {
	margin-right: 15px;
	width: 130px;
}

@media (min-width:769px) {
	.review-img-section {
		float: left;
		margin-top: 4px;
	}
}

@media (max-width:768px) {
	.review-img-section {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 12px;
		width: 110px;
	}
}

.review-img-section > .glider {
	height: 0;
	padding-bottom: 100%;
	width: 130px;
}

.review-img-section img {
	border-radius: 7px;
	height: auto;
	max-width: 130px;
}

@media (max-width:768px) {
	.review-img-section img {
		max-width: 110px;
	}
}

.review-dots {
	display: flex;
	max-width: 100%;
}

.review-msg {
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}

@media (min-width:769px) {
	.review-msg {
		line-height: 22px;
	}

	.review-img-section ~ .review-msg {
		margin-left: 145px;
	}
}

@media(max-width:768px) {
	.review-msg {
		width: 100%;
	}
}

.entry-meta {
	margin-top: 17px;
}

.entry-meta b {
	color: #2b2b2b;
}

.entry-meta a:hover, .entry-meta a:hover b {
	color: #b20101;
}

.entry-meta a b {
	color: #b20101;
}

.artcle-row {
	font-size: 14px;
	line-height: 22px;
}

@media(max-width:1023px) {
	.artcle-row {
		line-height: 18px;
	}
}

.artcle-img-section {
	height: 89px;
	margin: 2px 15px 14px 0;
	width: 110px;
}

@media(min-width:768px) {
	.artcle-img-section {
		float: left;
		height: 105px;
		margin: 4px 15px 7px 0;
		width: 130px;
	}
}

.artcle-img-section img {
	border-radius: 7px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.artcle-row p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 300;
}

@media(min-width:1024px) {
	.artcle-row p {
		-webkit-line-clamp: 4;
	}
}

.article-meta {
	margin-bottom: 11px;
}

.article-meta>span {
	margin-right: 20px;
}

.article-meta>span>span {
	font: 400 12px/16px 'Roboto', sans-serif;
	margin-left: 6px;
}

.fa-calendar-alt:before {
	content: '\f073';
}

.fa-user-edit:before {
	content: '\f4ff';
}

.light-grey-bg .section-title span, .light-grey-bg .item-mid-subhead span {
	background-color: #E2E2E2;
}

@media (max-width: 1023px) {
	.review-no-img .review-hd-container {
		min-height: auto;
		padding-left: 0;
	}
}

.show-read-more .more-text {
	display: none;
}

.read-more {
	display: inline;
	pointer-events: none;
}

.read-more span {
	color: #B20101;
	clear: both;
	cursor: pointer;
	pointer-events: auto;
}

.read-more span:before {
	content: '';
	display: table;
}

.read-more span:after {
	content: "\f150";
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-left: 10px;
}

.top-description {
	padding: 15px;
	text-align: center;
}

@media (min-width: 1366px) {
	.top-description {
		padding: 15px 57px;
	}
}

@media(min-width:1600px) {
	.top-description {
		padding-left: 107px;
		padding-right: 107px;
	}
}

.top-description a, .bottom-description a {
	color: #B20101;
	font-weight: 500;
}

.bottom-description {
	padding: 15px 15px 55px;
	text-align: center;
}

@media (min-width: 1366px) {
	.bottom-description {
		padding: 15px 57px 69px;
	}
}

@media(min-width:1600px) {
	.bottom-description {
		padding-left: 107px;
		padding-right: 107px;
	}
}

.breadcrumb-container {
	border-radius: 0;
	font-size: 12px;
	padding: 10px 15px;
}

@media (min-width: 1366px) {
	.breadcrumb-container {
		padding: 10px 57px;
	}
}

@media(min-width:1600px) {
	.breadcrumb-container {
		padding-left: 130px;
		padding-right: 130px;
	}
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li {
	padding-left: 10px;
}

.breadcrumb>li+li:before {
	color: #4d4d4d;
	content: '\f054';
	display: inline-block;
	font: 900 7px/17px "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	padding: 0 10px 0 0;
	text-rendering: auto;
}

.home-icon {
	font-size: 0;
}

.home-icon:before {
	font-size: 12px;
}

.fa-home:before {
	content: "\f015";
}

.chat-option {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
	cursor: pointer;
	display: flex;
	font-size: 0;
	line-height: 0;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 55px;
	width: 60px;
	z-index: 3;
}

.chat-option:before {
	background: url(/svg22/chat-icon.svg) no-repeat 0 0;
	content: '';
	display: block;
	height: 26px;
	margin: 0 auto;
	width: 30px;
}

@media(max-width:1023px) {
	.chat-option {
		height: 50px;
		width: 50px;
	}

	.chat-option:before {
		height: 19px;
		width: 21px;
	}
}

.loader-chat:before {
	display: none;
}

.loader-chat .loadercart {
	top: 16%;
	left: 16%;
}

@media(max-width:1023px) {
	.loader-chat .loadercart {
		width: 35px;
		height: 35px;
	}
}

.article-content .footer-content-collapse {
	counter-reset: section;
	display: block;
	margin: 0;
}

.footer-contnt-collapse-row {
	margin-top: 10px;
}

.footer-contnt-collapse-hdn {
	cursor: pointer;
	display: flex;
	font-weight: 500;
	list-style: none;
	position: relative;
}

summary.footer-contnt-collapse-hdn::-webkit-details-marker {
	width: 0;
	height: 0;
	display: none;
}

.footer-contnt-collapse-hdn:before {
	counter-increment: section;
	content: counter(section)". ";
	order: 2;
	margin-right: 3px;
}

.footer-contnt-collapse-hdn:after {
	background: url(/svg22/plus.svg) no-repeat 0 0;
	content: '';
	display: inline-block;
	height: 14px;
	filter: invert(26%) sepia(68%) saturate(4%) hue-rotate(35deg) brightness(96%) contrast(91%);
	order: 0;
	margin-right: 10px;
	position: relative;
	top: 3px;
	width: 14px;
}

.footer-contnt-collapse-row[open] .footer-contnt-collapse-hdn:after {
	background-image: url(/svg22/minus.svg);
}

.footer-contnt-collapse-hdn span, .footer-contnt-collapse-hdn h4 {
	order: 3;
}

.footer-contnt-collapse-body {
	padding: 12px 40px 0;
}

.article-content h3, .article-cat-content h3, .footer-contnt-collapse-row h3 {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0 5px;
}

.article-content h4, .article-cat-content h4, .footer-contnt-collapse-row h4 {
	font-weight: 500;
}

.category-indexed-wrap {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 7px;
	max-width: 398px;
	margin-bottom: 25px;
}

.footer-content .category-indexed-wrap ul {
	margin: 0 15px 15px;
}

.footer-content .category-indexed-wrap ul li {
	margin: 10px 0 0;
}

.footer-content .category-indexed-wrap ul li a, .footer-content .category-indexed-wrap ul li a:hover {
	color: var(--default-font-color);
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
}

.category-indexed-title {
	cursor: pointer;
	display: block;
	font: 500 18px/20px var(--roboto);
	position: relative;
	padding: 14px 15px;
	width: 100%;
}

.category-indexed-title:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	height: 20px;
	transform: translateY(-50%);
	width: 20px;
}

.category-indexed-title-down:after {
	background-image: url(/svg22/plus-icon.svg);
}

.category-indexed-title-up:after {
	background-image: url(/svg22/minus-icon.svg);
}

.footer-content div.show-more-height {
	height: 392px;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

@media (min-width: 430px) {
	.footer-content div.show-more-height {
		height: 372px;
	}
}

@media (min-width: 768px) {
	.footer-content div.show-more-height {
		height: 366px;
	}
}

@media (min-width: 844px) {
	.footer-content div.show-more-height {
		height: 350px;
	}
}

@media (min-width: 1280px) {
	.footer-content div.show-more-height {
		height: 500px;
	}
}
.footer-content div.show-more-height:after {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
    height: 50px;
    display: block;
}
.footer-content div.text {
	padding: 0 15px;
}

.footer-content div.text h2, .article-cat-content h2 {
	font-weight: 400;
}

.footer-content div.text h2 ~ h2, .article-cat-content h2 ~ h2 {
	margin-top: 20px;
}

.footer-content div.text .footer-contnt-collapse-hdn:before {
	display: none;
}

.footer-content div.show-more {
	align-items: center;
	border: 1px solid var(--dark-liver);
	border-radius: 4px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	height: 40px;
	justify-content: center;
	margin: 7px 0 27px;
	text-transform: uppercase;
	width: 120px;
}

.text .footer-content-title, .article-cat-content h2, .footer-content-collapse-dv h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 27px;
}

.footer-content .text h3, .article-cat-content h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 17px;
}

.footer-content .text h3 ~ h3, .article-cat-content h3 ~ h3 {
	margin-top: 14px;
}

.footer-content .text h4, .article-cat-content h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 9px;
}

.footer-content-collapse .footer-contnt-collapse-row {
	margin: 0;
}

.footer-contnt-collapse-row div {
	margin: 0;
}

.footer-content .table + p, .article-cat-content table + p {
	margin-top: 7px;
}

.footer-content .text .footer-content-title ~ .table , .footer-content .text .footer-content-title + p ~ .table, .footer-content .text .footer-content-title + h3 + p ~ .table,
.article-cat-content h2 ~ .table, .article-cat-content h2 + p ~ .table, .article-cat-content h2 + h3 + p ~ .table {
	width: 100%;
}

@media (max-width: 932px) {
	.footer-content .text .table, .article-cat-content table {
		border: 1px solid rgba(0,0,0,0.1);
	}

	.footer-content .text .table thead, .article-cat-content table thead {
		display: none;
	}

	.footer-content .text .table tr td ,
	.article-cat-content table tr td {
		border: none;
		display: flex;
		gap: 15px;
		padding: 12px 15px;
		width: 100%;
		white-space: wrap;
	}

	.footer-content .text .table tr + tr,
	.article-cat-content table tr + tr {
		border-top: 1px solid rgba(0,0,0,0.1);
	}

	.footer-content .text .table tr td[data-label]::before ,
	.article-cat-content table tr td[data-label]::before {
		background-color: var(--background-color);
		content: attr(data-label);
		font-weight: 500;
		margin: -12px 0 -12px -15px;
		padding: 12px 15px;
		flex: 0 0 130px;
	}

	.footer-content .text .table tbody tr td + td,
	.article-cat-content table tbody tr td + td {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.footer-content .text .table tbody tr td[data-label] + td[data-label],
	.article-cat-content table tbody tr td[data-label] + td[data-label] {
		border-top: none;
	} 
	.footer-content .text .table.table-sm thead,
	.article-cat-content table.table-sm thead {
		display: table-header-group;
	}
	.footer-content .text .table.table-sm th,
	.article-cat-content table.table-sm th {
		background-color: var(--background-color);
		border: none;
		padding: 6px 15px;
	}
	.footer-content .text .table.table-sm th + th,
	.article-cat-content table.table-sm th + th {
		border-left: 1px solid rgba(0,0,0,0.1);
	}
	.footer-content .text .table.table-sm td,
	.article-cat-content  table.table-sm td {
		display: table-cell;
		width: auto;
	}
	.footer-content .text .table.table-sm tbody tr td + td,
	.article-cat-content table.table-sm tbody tr td + td  {
		border: none;
		border-left: 1px solid rgba(0,0,0,0.1);
	}
}
.cookies-dv {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: center;
	left: 0;
	padding: 0.7em 1.8em;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 10000;
}

.cookies-dv p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	display: inline;
	line-height: 28px;
	margin: 0;
}

@media screen and (min-width:1441px) {
	.cookies-dv p {
		text-align: center;
	}
}

@media screen and (max-width:1024px) {
	.cookies-dv {
		padding: 10px 50px 10px;
	}

	.cookies-dv p {
		line-height: 18px;
	}
}

@media screen and (max-width:667px) {
	.cookies-dv, .cookies-dv p, .cookies-dv span {
		display: block;
	}

	.cookies-dv {
		padding: 10px 30px 10px 20px;
	}

	.cookies-dv p {
		margin-bottom: 15px;
	}
}

.cookies-dv p a {
	color: #fff;
}

.cookies-dv span {
	display: inline-block;
}

.cookies-dv span a {
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	padding: 4px 20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 102px;
}

.cookies-dv span a:hover {
	background-color: #fff;
	color: #000;
}

@media screen and (max-width:1024px) {
	.cookies-dv span {
		margin-right: 100px;
	}
}

.cookies-dv .close-cookie {
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.hide {
    display: none !important;
}
.footer-content-collapse-dv .footer-contnt-collapse-row {
	background-color: var(--background-color);
	border-radius: 7px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
@media (min-width: 1024px) {
	.footer-content-collapse-dv .footer-contnt-collapse-row {
		max-width: 50%;
	}
}
.footer-content-collapse-dv .footer-contnt-collapse-row + .footer-contnt-collapse-row {
	margin-top: 10px;
}
.footer-content-collapse-dv .footer-contnt-collapse-row h3 {
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 10px 35px 10px 15px;
}
.footer-contnt-collapse-title-down:after, .footer-contnt-collapse-title-up:after {
	background: url(/svg22/angle.svg) no-repeat 0 0;
	background-size: cover;
	content: '';
	display: inline-block;
	height: 6px;
	margin: 0;
	position: absolute;
	top: 18px;
	right: 15px;
	width: 11px;
}
.footer-contnt-collapse-title-up:after {
	transform: scaleY(-1);
}
.footer-content-collapse-dv .footer-contnt-collapse-row h3 ~ div[itemprop="acceptedAnswer"] {
	display: none;
	padding: 0 15px 12px;
}
.footer-content-collapse-dv .footer-contnt-collapse-row h3 ~ div p {
	margin-bottom: 0;
}
.footer-content-collapse-dv .footer-contnt-collapse-row h3 ~ div p + p {
	margin-top: 10px;
}
@media (min-width: 1024px) {
	.footer-contnt-collapse-title-down:after, .footer-contnt-collapse-title-up:after {
		height: 7px;
		width: 13px;
	}
}

.footer-product-container {
	/* overflow-x: initial; */
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	position: relative;
	width: auto;
}
 @media(min-width:1024px) {
	.footer-product-container {
		margin: 0;
		padding: 0 15px;
	}
}
@media(min-width:1024px) {
	.footer-product-container .carousel-container {
		padding-bottom: 35.29%;
	}
}
@media(min-width:1280px) {
	.footer-product-container .carousel-container {
		padding-bottom: 27.9%;
	}
}
@media(min-width:1440px) {
	.footer-product-container .carousel-container {
		padding-bottom: 27.9%;
	}
}
@media (min-width: 1536px) {
    .footer-product-container .carousel-container {
        padding-bottom: 22.59%;
    }
}
@media(min-width:1600px) {
	.footer-product-container .carousel-container {
		padding-bottom: 23.2%;
	}
}
@media(min-width:1920px) {
	.footer-product-container .carousel-container {
		padding-bottom: 22.84%;
	}
}
@media (max-width: 1023px) {
	.footer-product-container .carousel-btn, .footer-product-container .carousel-btn.disabled {
		display: none;
	}
}
.footer-product-container .carousel-container .carousel-item-wrap {
    background-color: var(--white-color);
    border-radius: 14px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    text-decoration: none;
}
.footer-product-container .carousel-prod-link {
    font: 300 14px / 20px var(--roboto);
    flex: 1;
    margin: 7px 10px 11px;
}
@media (min-width: 1024px) {
    .footer-product-container .carousel-prod-link {
        line-height: 26px;
    }
}
.footer-product-container .carousel-price-dv {
    margin: 7px 10px 11px 0;
	text-align: right;
}
.footer-product-container .carousel-previous {
	left: 30px;
}
.footer-product-container .carousel-next {
	right: 30px;
}