
/* Footer */
.vs-new-footer {
	color: var(--vs-new-text-heading);
	clear:both;
}

.vs-new-footer-top {
	padding: 24px 0;
	background: #00abec;
}

.vs-new-footer-top-inner {
	display: flex;
	align-items: center;
}

.vs-new-subscribe-content {
	width: 30%;
	color: #fff;
}

.vs-new-subscribe-heading {
	float: none;
	clear: both;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.vs-new-subscribe-desc {
	font-size: 12px;
}

.vs-new-subscribe-form-content {
	flex: 1;
	padding-inline: 10px 50px;
}

.vs-new-subscribe-form {
	display: flex;
	align-items: center;
}

.vs-new-subscribe-form input {
	border-radius: 50px 0 0 50px;
	padding: 12px 20px;
}

.vs-new-subscribe-form .vs-new-subscribe-button {
	outline: none;
	border: none;
	color: #fff;
	background: #e94c3d;
	padding: 12px 20px;
	cursor: pointer;
	border-radius: 0 50px 50px 0;
}

.vs-new-socials {
	width: 25%;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
}

.vs-new-socials .vs-new-social-link {
	background: #fff;
	padding: 5px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}

.vs-new-socials a svg {
	color: #00abec;
	width:22px;
	height:22px;
}

.vs-new-footer-content {
	padding: 40px 60px;
	display: grid;
	gap: 20px;
	align-items: start;
	grid-template-columns: repeat(12, 1fr);
}

.column-menu {
	grid-column: 1 / span 8;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.column-contact {
	grid-row: 1;
	grid-column: 9 / span 4;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.column-store {
	grid-column: 1 / span 8;
}

.column-details {
	grid-row: 2;
	grid-column: 9 / span 4;
	margin-top: -120px;
}

.footer-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
}

.acco-mob-cheveron {
	display: none;
}

.column-menu .vs-new-footer-menus {
	flex: 1;
}

.vs-new-footer-menu {
	display: flex;
	gap: 5px;
	flex-direction: column;
}

.vs-new-footer-menu a {
	padding: 5px 0 0;
	display: inline-block;
	color: var(--vs-new-text-heading);
	transition: all .3s ease-in;
}

.vs-new-footer-menu a:hover,
.vs-new-support-title a:hover {
	color: var(--vs-new-primary-shade);
}

.vs-new-support-title a {
	color: var(--vs-new-text-heading);
}

.vs-new-support {
	padding: 20px 15px;
	display: flex;
	gap: 15px;
	flex-direction: column;
	border-radius: 15px;
	background: #ebebeb;
}

.vs-new-support-item {
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 15px;
	border-radius: 50px;
	background: #fff;
}

.vs-new-support-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: var(--vs-new-text-heading);
}

.vs-new-support-icon svg {
	width: 24px;
	height: 24px;
	color: #fff;
}

.vs-new-support-title {
	font-size: 16px;
	font-weight: bold;
}

.vs-new-support-desc {
	font-weight: 500;
}

.vs-new-footer-stores {
	display: flex;
	gap: 15px;
	align-items: center;
	padding-top: 10px;
}

.vs-new-footer-stores .vs-new-store-logo {
	max-width: 120px;
}

.vs-new-details-items:first-child {
	margin-bottom: 15px;
}

.vs-new-details-items {
	color: var(--vs-new-text-heading);
}

.details-desc {
	font-size: 12px;
	line-height: 1.4;
}

.details-desc-title {
	font-size: 14px;
	font-weight: 500;
	display: block;
}

.details-title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
}

.vs-new-footer-accepts {
	padding: 15px 0;
	background: #ebebeb;
}

.vs-new-footer-accepts-inner {
	display: flex;
	gap: 15px;
	align-items: center;
}

.vs-new-footer-brands {
	flex: 1;
	display: flex;
	gap: 15px;
	align-items: center;
}

.vs-new-accept-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--vs-new-text-heading);
}

.vs-new-footer-payment-accept .vs-new-accept-title {
	margin-right: 15px;
}

.vs-new-footer-brands a {
	padding: 5px 15px;
	background: #fff;
	border-radius: 15px;
}

.vs-new-brand-footer-logo {
	height: 50px;
	display: block;
}

.vs-new-footer-payment-accept {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.vs-new-payment-opt {
	display: flex;
	gap: 5px;
	align-items: center;
}

.vs-new-payment-opt img {
	width: auto;
	height: 28px;
	display: block;
}

.vs-new-footer-caption {
	padding: 10px 0;
	text-align: center;
}

.vs-new-footer-caption-text {
	color: var(--vs-new-text-heading);
	font-weight: 600;
}

.vs-new-footer-caption-text span {padding-right:10px;}

.vs-new-accept-title span {
	display: block;
}

/* Responsive */


@media (max-width: 1199px) {
	

	.vs-new-footer-content {
		padding-inline: 0 !important;
	}

	.vs-new-support-title {
		font-size: 14px;
	}
}

@media (max-width: 991px) {

	/* footer */
	.vs-new-footer-top-inner {
		gap: 15px;
		flex-direction: column;
	}

	.vs-new-socials,
	.vs-new-subscribe-content {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.vs-new-subscribe-desc {
		text-align: center;
	}

	.vs-new-subscribe-form-content {
		padding: 0;
	}

	.vs-new-footer-content {
		padding: 20px 0 30px;
		grid-template-columns: 1fr;
	}

	.vs-new-footer-column {
		grid-column: auto;
		flex-direction: column;
	}

	.footer-title {
		margin: 0;
		font-size: 16px;
		padding: 10px 0;
		border: solid #ccc;
		border-width: 1px 0 0;
	}

	.column-contact .footer-title {
		border: none;
	}

	.column-menu .vs-new-footer-menus:last-child {
		border-bottom: 1px solid #ccc;
	}

	.accoo-mob-item.active .acco-mob-cheveron svg {
		transform: scaleY(-1);
	}

	.acco-mob-cheveron {
		display: flex;
		align-items: center;
		justify-content: center;
		top: 0;
		bottom: 0;
		margin: auto 0;
		right: 0;
		position: absolute;
	}

	.acco-mob-cheveron svg {
		width: 20px;
		height: 20px;
		transform: scaleY(1);
		transition: all .3s ease-in;
	}

	.column-menu {
		gap: 0;
		margin: 0;
	}

	.vs-new-footer-menu {
		padding-block: 0 10px;
	}

	.column-contact {
		grid-row: 1;
	}

	.column-store {
		grid-row: 2;
	}

	.column-details {
		grid-row: 4;
		margin-top: 0;
	}

	.vs-new-footer-menu {
		display: none;
	}

	.vs-new-footer-menu.active {
		display: flex;
	}

	.vs-new-footer-accepts-inner {
		flex-direction: column;
	}

	.vs-new-footer-brands .vs-new-accept-title {
		margin-right: 0;
	}

	.vs-new-footer-brands {
		gap: 10px;
		justify-content: center;
		flex-wrap: wrap;
	}

	.vs-new-footer-brands .vs-new-accept-title {
		width: 100%;
		display: block;
	}

	.vs-new-footer-accepts .vs-new-accept-title {
		text-align: center;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	

	.vs-new-support {
		flex-direction: row;
	}

	.vs-new-footer-stores {
		justify-content: center;
	}

	.vs-new-support-item {
		flex: 1;
	}

	.vs-new-footer-brands {
		flex-wrap: nowrap;
	}

	.vs-new-footer-brands .vs-new-accept-title,
	.vs-new-footer-mobile {
		width: auto;
	}

	.vs-new-footer-top-inner {
		gap: 24px 15px;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.vs-new-subscribe-content {
		width: 40%;
		text-align: left;
	}

	.vs-new-subscribe-form-content {
		width: calc(60% - 15px);
		flex: none;
	}

	.vs-new-subscribe-desc {
		text-align: left;
	}

	.vs-new-accept-title span {
		display: inline-block;
	}

	.vs-new-footer-top {
		padding-bottom: 0;
	}

	.vs-new-socials {
		padding: 10px 25px;
		margin: 0 auto;
		gap: 16px;
		background: #fff;
		border-radius: 15px 14px 0 0;
		width: fit-content;
	}

	.vs-new-socials .vs-new-social-link {
		box-shadow: 0 0 6px #00000026;
	}
}

@media (max-width: 767px) {
	.vs-new-footer-mobile {
		display: block;
		margin-bottom: 5px;
	}

	.vs-new-spotlight-card-logo img {
		height: auto;
	}
}

@media (max-width: 575px) {
	.vs-new-spotlight-cards {
		padding: 0;
	}

	.vs-new-footer-stores {
		gap: 10px;
		justify-content: center;
		flex-wrap: wrap;
	}

	.vs-new-footer-stores .vs-new-accept-title {
		width: 100%;
		text-align: center;
	}

	.vs-new-extra-offer-items {
		width: calc((100% - 10px) / 2);
	}

	.vs-new-footer-stores .vs-new-accept-title,
	.column-contact .footer-title {
		display: none;
	}
}



@media (max-width: 391px) {
	.vs-new-footer-brands a {
		width: 47%;
		padding: 10px;
	}

	.vs-new-brand-footer-logo {
		width: auto;
		height: auto;
	}

	.vs-new-footer-payment-accept {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}

	.vs-new-footer-payment-accept .vs-new-accept-title {
		margin-bottom: 10px;
		margin-right: 0;
	}
}