/* Mmenu Panel - Website Products */
.mmenu-styles#mmenu-navigation {

	.mm-listview>li:not(.mm-divider):after {
		border-bottom: none;
	}

	img.logo {
		transition: all .2s ease;
		max-width: 66%;
		max-height: 120px;
		margin: 1em auto;
		opacity: .25;

		&:hover {
			opacity: 1;
		}
	}

	p.warranty {
		color: #aaa;
		font-size: .875em;
		font-style: italic;
		margin-bottom: 1.5rem;
	}

	p.subtitle {
		color: $base-accent-color;
		font-weight: 300;
		text-transform: uppercase;
	}

	p.thank-you {
		color: #d5d5d5;
		font-size: .85em;
		font-weight: 300;
		text-align: center;
		text-transform: capitalize;
		margin: 3em auto 0;
	}

	ul {
		li {
			width: 100%;

			a {
				transition: all .15s ease;
				background: white;
				color: $base-accent-color;
				font-weight: 500;

				img {
					max-width: 25%;
					margin-right: 10px;
					vertical-align: middle;
				}

				img {
					transition: all .15s ease;
					border: 2px solid $base-accent-color;
				}

				&:hover {
					background: $base-accent-color;
					color: white;

					img {
						border-color: white;
					}
				}
			}
		}
	}

	ul.product-tiles {
		display: flex;
		flex-wrap: wrap;

		li {
			a {
				display: flex;
				align-items: center;
			}
		}
	}
}
