/* Theme style rules for 480px screens and greater.

	* Table of contents

	- Footer
		- Social media icons
		- Payment methods
		- Copyright
	- My account
		- Personal information
		- Wishlist
	- Departments
 */

/* Footer
================================================================================================= */

/* Social media icons
------------------------------------------------------------------------------------------------- */

.social-media {
	height: 24px;
}

/* Payment methods
------------------------------------------------------------------------------------------------- */

.footer-payment__icon {
	width: 42px;
}

/* Copyright
------------------------------------------------------------------------------------------------- */

/* force .wrap */
.footer-copyright {
	margin-right: -10px;
	margin-left: -10px;
}

/* My account
================================================================================================= */

/* Personal information
------------------------------------------------------------------------------------------------- */

.my-account-fields__actions {
	flex-direction: row;
}

/* Wishlist
------------------------------------------------------------------------------------------------- */

.wishlist__container {
	gap: 30px 20px;
}

/* Departments
================================================================================================= */

.department .contact-data__wrap {
	grid-template-columns: repeat( 2, 1fr );
}

.department .contact-data_time {
	grid-row: 2;
}

/* If only time information added */
.department .contact-data_time:nth-of-type( 1 ),
.department .contact-data_time:nth-of-type( 1 ) ~ .contact-data_time {
	grid-row: 1;
}