/*
 * Native footer refinement.
 * Uses Porto's existing footer-1 widget markup; no builder markup or content
 * is introduced here.
 */
/* Center the native basket glyph independently of the inherited text baseline. */
.product-image .viewcart::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1em;
	height: 1em;
	margin: 0;
	line-height: 1;
	text-align: center;
	transform: translate(-50%, -50%);
}

#footer.footer-1 {
	background: #222529;
}

#footer.footer-1 .footer-main {
	padding: 80px 0 0 !important;
	border: 0 !important;
}

#footer.footer-1 .footer-main::before,
#footer.footer-1 .footer-main::after,
#footer.footer-1 .footer-bottom::before,
#footer.footer-1 .footer-bottom::after {
	content: none !important;
	border: 0 !important;
}

#footer.footer-1 .footer-main > .container > .row {
	row-gap: 34px;
}

#footer.footer-1 .widget {
	margin-bottom: 0;
}

#footer.footer-1 .widget-title {
	margin: 0 0 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

#footer.footer-1 .widget p,
#footer.footer-1 .widget li,
#footer.footer-1 .widget a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}

#footer.footer-1 .widget ul {
	margin: 0;
}

#footer.footer-1 .widget li {
	margin: 0 0 4px;
}

#footer.footer-1 .widget a {
	color: rgb(255 255 255 / 70%);
	text-decoration: none;
	transition: color 160ms ease;
}

#footer.footer-1 .widget a:hover,
#footer.footer-1 .widget a:focus-visible {
	color: #fff;
}

#footer.footer-1 .footer-main .share-links a {
	width: 28px;
	height: 28px;
	margin: 8px 8px 0 0;
	border: 1px solid rgb(255 255 255 / 22%);
	border-radius: 50%;
	color: #fff;
	line-height: 26px;
	text-align: center;
}

#footer.footer-1 .footer-main .share-links a:hover,
#footer.footer-1 .footer-main .share-links a:focus-visible {
	border-color: #fff;
	background: rgb(255 255 255 / 10%);
}

#footer.footer-1 .footer-bottom {
	padding: 20px 0 !important;
	background: #222529;
}

#footer.footer-1 .footer-bottom > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

#footer.footer-1 .footer-bottom .footer-left,
#footer.footer-1 .footer-bottom .footer-right {
	float: none;
	margin: 0;
}

#footer.footer-1 .footer-bottom .footer-left {
	font-size: 12px;
	letter-spacing: .005em;
}

#footer.footer-1 .footer-payment-img {
	width: auto;
	max-height: 22px;
	opacity: .82;
}

#footer.footer-1 .payment-icons {
	display: flex;
	justify-content: flex-end;
	gap: 2px;
}

#footer.footer-1 .payment-icons .payment-icon {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}


@media (max-width: 991px) {
	#footer.footer-1 .footer-main {
		padding: 60px 0 0 !important;
	}
}

@media (max-width: 767px) {
	#footer.footer-1 .footer-main {
		padding: 60px 0 0 !important;
	}

	#footer.footer-1 .footer-main > .container > .row {
		row-gap: 32px;
	}

	#footer.footer-1 .widget-title {
		margin-bottom: 20px;
	}

	#footer.footer-1 .footer-bottom {
		padding: 16px 0 !important;
	}

	#footer.footer-1 .footer-bottom > .container {
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}

	#footer.footer-1 .payment-icons {
		justify-content: center;
	}
}

/* Avoid stacking native container/column padding with footer section spacing. */
#footer.footer-1 .footer-main > .container {
	padding-top: 0 !important;
	padding-bottom: 24px !important;
}
#footer.footer-1 .footer-bottom .footer-left,
#footer.footer-1 .footer-bottom .footer-center,
#footer.footer-1 .footer-bottom .footer-right {
	padding-top: 0;
	padding-bottom: 0;
}
