* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Raleway", "Open Sans", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img.lazy {
	opacity: 0;
}

.archived-issue-notice {
	font-weight: bold;
}

.site-wrapper {
	overflow: hidden;
	min-height: 100%;
	padding-bottom: 250px;
	position: relative;
}

.site-footer {
	padding-top: 30px;
	background-color: #303438;
	color: #909498;
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(#1b1e22, #303438 10%, #404448);
	margin-top: 40px;
}

.site-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}

.footer-column {
}

.centered {
	text-align: center;
}

.footer-logo {
	max-width: 200px;
}

.footer-branding {
	color: #fff;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: 800;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.footer-branding img {
	max-height: 20px;
	margin-right: 10px;
}

.footer-copyright {
	font-size: 80%;
	margin-top: -30px;
	max-width: 200px;
}

.site-footer ul {
	list-style: none;
}

.site-footer li {
	font-size: 80%;
	font-weight: 600;
	text-transform: uppercase;
}

.site-footer a:hover {
	color: #fff;
}

.footer-apps {
	text-align: right;
}

.footer-apps li {
	margin-bottom: 5px;
}

.footer-apps img {
	width: 130px;
}

.navbar-spacer {
	height: 60px;
}

.navbar {
	background-color: rgba(248, 249, 250, 0.98) !important;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 0px 15px;
}

.nav-item {
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.nav-item .dropdown-item {
	font-size: 90%;
	font-weight: 600;
	color: #333;
	display: flex;
	align-items: center;
}

.nav-item .dropdown-item i {
	width: 1.5em;
}

.nav-item .dropdown-item:active {
	color: #fff;
}

.nav-item-button {
	padding: 0 20px;
}

.navbar-toggler {
	border: 0;
}

.navbar input[type="search"] {
	width: 180px;
}

.navbar .social {
	border-left: 1px solid #d0d5d9;
	padding-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
	color: #666;
	font-size: 95%;
	font-weight: 700;
}

.social a > img {
	width: 25px;
	height: 25px;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.social a:hover > img {
	opacity: 1;
}

.site-logo {
	/* width: 180px; */
	max-height: 50px;
}

.navbar .site-logo.logo-compact {
	display: none;
}

.spotlight-issues {
	list-style: none;
	margin: 0 -20px;
}

.spotlight-issues .issue {
	position: relative;
	width: 25%;
	height: 460px;
	box-sizing: border-box;
	float: left;
	padding: 10px 18px;
}

.spotlight-issues .issue-inner {
	position: relative;
	box-sizing: border-box;
	height: 100%;
}

.spotlight-issues .cover-container {
	height: 70%;
	height: calc(100% - 85px);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}

.spotlight-issues .cover {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	transform-origin: 50% 110%;
	transition: transform 0.15s, opacity 0.15s;
	/*
	border: 2px solid #ddd;
	border-width: 0 3px 2px 0;
	*/
}

.spotlight-issues .issue:hover .cover {
	transform: scale(1.05);
}

.spotlight-issues .issue-info {
	margin-top: 15px;
	line-height: 20px;
	height: 59px;
}

.spotlight-issues button {
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	font-size: 80%;
	line-height: 110%;
	margin-left: 10px;
	padding: 6px 9px;
}

.spotlight-issues h1 {
	font-size: 85%;
	font-weight: 600;
	text-transform: uppercase;
	color: #444;
}

.spotlight-issues h2 {
	font-size: 90%;
	font-weight: 300;
	color: #444;
}

.spotlight-issues .issue-info h3 {
	font-size: 90%;
}

.spotlight-issues .issue-info .show-all {
	font-weight: 600;
}

.spotlight-issues .issue-info .discount {
	color: #ff0a8d;
	font-size: 90%;
	font-weight: 800;
}

.spotlight-issues .issue-info * {
	margin-bottom: 0.1em;
}

.spotlight-issues .issue-info .delete {
	font-weight: 600;
	color: #666;
}

.vertical-spacer {
	min-height: 15px;
}

.btn-ll {
	background-color: #3af;
	color: #fff;
	line-height: 18px;
	font-size: 90%;
	font-weight: 800;
	border-width: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-ll:hover {
	color: #fff;
}

.btn-outline-ll {
	border-color: #18c;
	color: #18c;
}

.btn-outline-ll:hover {
	background-color: #18c;
}

.uc {
	text-transform: uppercase;
}

.modal-footer .btn-primary .loading-only {
	display: none;
}

.modal-footer .btn-primary.loading .loading-only {
	display: initial;
}

.modal-footer .btn-primary.loading .initial {
	display: none;
}

.single-issue .cover-action-button {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	transition: transform 0.2s, opacity 0.2s;
	transform: translateY(20px);
	opacity: 0;
}

.single-issue .cover-container:hover .cover-action-button {
	transform: translateY(0px);
	opacity: 1 !important;
}

.single-issue .cover-shade {
}

.purchase-products-options {
	list-style: none;
}

.purchase-products-options .g-recaptcha {
	display: none;
}

.purchase-products-options li {
	background-color: #fff;
	color: #444;
	border-radius: 0.25rem;
	padding: 8px 15px;
	margin: 10px 0;
	border: 2px solid #eee;
	font-size: 90%;
	font-weight: 400;
	cursor: pointer;
	padding-left: 40px;
	transition: border-color 0.2s, background-color 0.2s, color 0.2s;
	user-select: none;
}

.purchase-products-options .input .checked {
	display: none;
}

.purchase-products-options li:hover {
	border-color: #f2f4f6;
	background-color: #f2f4f6;
}

.purchase-products-options li.selected {
	border-color: #26a;
	background-color: #26a;
	font-weight: 600;
	color: #fff;
}

.purchase-products-options li.selected .g-recaptcha {
	display: block;
	margin: 1em 0;
}

.purchase-products-options .original-price {
	font-weight: 300;
	text-decoration: line-through;
}

.purchase-products-options .price {
	font-weight: 700;
}

.purchase-products-options .input {
	display: inline-block;
	position: absolute;
	margin-left: -25px;
}

.purchase-products-options li.selected .input .checked {
	display: inline;
}

.purchase-products-options li.selected .input .unchecked {
	display: none;
}

.purchase-products-options .icon {
	opacity: 0.4;
	margin: 0 5px;
}

.purchase-products-options .option-input {
	display: none;
	animation: fadeIn 0.2s ease-out;
}

.purchase-products-options li.selected .option-input {
	display: block;
}

.purchase-products-options .option-input {
	margin: 10px 0;
}

.purchase-products-options .option-input input[type="text"] {
	border: 0;
	padding: 5px 8px;
	width: 100%;
	background-color: #fff;
	border-radius: 3px;
	font-size: 120%;
}

.library-open-archive {
	float: right;
}

.section-header {
	margin: auto;
	padding: 0px;
	/*color: #26a;*/
	text-transform: uppercase;
	font-weight: 600;
	font-size: 140%;
	text-align: left;
	margin: 20px 0px;
	margin-top: 50px;
	color: #999;
}

.section-subheader {
	font-size: 140%;
	margin-bottom: 20px;
}

.section-block {
	margin-bottom: 2em;
}

.header-gfx {
	padding: 30px;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.header-gfx .punchline {
	max-width: 900px;
	margin: auto;
}

.frontpage .header-gfx {
	/* background-image: url(http://neu.lehtiluukku.fi/img/fxbg-1.jpg); */
	background-image: url(/img/lehtiluukku-gfx1.jpg);
}

.no-break {
	white-space: nowrap;
}

.page {
	margin-top: 20px;
}

.header-gfx h1 {
	display: inline;
	color: #fff;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0.7);
	line-height: 150%;
	padding: 0 20px;
}

.spotlight-issues .issue .price {
	display: none;
	color: #18c;
	margin-right: 10px;
}

.spotlight-issues .issue .price-ball {
	font-size: 85%;
	bottom: -12px;
	right: -12px;
	width: 46px;
	height: 46px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: 800;
	background-color: #39f;
	position: absolute;
	display: none;
}

.spotlight-issues .issue .price-ball.free {
	background-color: #f39;
}

.single-issue {
	margin-top: 50px;
}

.single-issue .cover-area {
	width: 95%;
}

.single-issue .cover {
	width: 100%;
	max-width: 470px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.single-issue .cover-area .issue-number {
	padding: 20px;
	position: relative;
	color: #777;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-issue .cover-area .issue-number h1 {
	font-size: 150%;
	font-weight: 300;
	text-align: center;
}

.single-issue .info-column .purchase-options {
	margin-top: 20px;
}

.issue-action-button {
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 800;
	font-size: 80%;
	padding: 10px 15px;
}

.issue-action-button:hover {
	background-color: #26a;
	color: #fff;
}

.issue-main-action {
	margin-top: 15px;
}

.issue-notify-button {
	background-color: #f5f5f5;
	color: #28d;
	font-weight: 600;
}

.issue-notify-button .label-disable {
	display: none;
}

.issue-notify-button.enabled .label-disable {
	display: inline;
}

.issue-notify-button.enabled .label-enable {
	display: none;
}

.single-issue .info-column h1 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 150%;
	color: #26a;
}

.single-issue .info-column h2 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 120%;
	color: #666;
}

.share-buttons {
	margin-bottom: 15px;
}

.share-buttons a {
	margin-right: 2px;
}

.share-buttons a > img {
	opacity: 0.5;
	filter: contrast(0.2) sepia(100%) hue-rotate(180deg);
	transition: opacity 0.3s, filter 0.3s;
}

.share-buttons a:hover > img {
	filter: contrast(0.2) sepia(100%) hue-rotate(180deg) saturate(600%)
		brightness(90%);
	opacity: 1;
}

.single-issue .meta-data h4 {
	font-size: 80%;
	color: #888;
}

.single-issue .tabs-container {
	margin: 20px 0;
}

.single-issue .cover-container {
	position: relative;
}

.mini-header {
	/* text-transform: uppercase; */
	font-size: 120%;
	font-weight: 800;
	color: #444;
}

.mini-header i {
	margin-right: 0.3em;
}

.tabbed .tabs {
	list-style: none;
}

.tabbed .tabs li {
	display: inline-block;
	cursor: pointer;
	user-select: none;
}

.tabbed .tab-content {
	display: none;
}

.tabbed .tab-content.tab-visible {
	display: block;
}

.tabs-container .tabs a {
	color: inherit;
	text-decoration: inherit;
}

.tabs-container .tabs a:hover {
	text-decoration: inherit;
}

.tabs-container .tabs li {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 80%;
	color: #888;
	transition: color 0.2s;
	margin-right: 10px;
}

.tabs-container .tabs {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.tabs-container .tabs li:hover {
	color: #444;
}

.tabs-container .tabs li.tab-selected {
	color: #007bff;
}

.tabs-container .tabs li.single-tab {
	color: #888;
	cursor: initial;
}

.tabs-container .tab-content {
	font-size: 90%;
	color: #333;
	animation: fadeIn 0.2s ease-out;
}

.user-tabs {
	margin-bottom: 2em;
}

.section-divider {
	height: 1px;
	border-bottom: 1px solid #ddd;
	margin: 20px 0;
}

.archive-list {
	list-style: none;
}

.archive-list li {
	float: left;
	width: 10%;
	height: 175px;
	padding: 8px;
	position: relative;
	text-align: center;
	font-size: 80%;
}

.archive-list .cover-container {
	width: 100%;
	height: 70%;
	height: calc(100% - 20px);
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.archive-list .cover {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s, opacity 0.2s;
	opacity: 0;
}

.archive-list .cover:hover {
	transform: scale(1.05);
}

.archive-list .issue-number {
	margin-top: 4px;
}

.archive-section.collapsible {
	clear: both;
	display: none;
	animation: fadeIn 0.2s ease-out;
}

.archive-section-toggle {
	float: left;
	border: 1px solid #bbb;
	color: #888;
	padding: 5px 20px;
	border-radius: 6px;
	font-size: 95%;
	font-weight: 700;
	line-height: 29px;
	display: flex;
	align-items: center;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	cursor: pointer;
	user-select: none;
	margin-bottom: 1%;
	margin-right: 1%;
	text-transform: uppercase;
}

.archive-section-toggle .fas {
	font-size: 150%;
	vertical-align: middle;
	margin-left: 10px;
}

.archive-section-toggle.by-month {
	width: 15.6%;
}

.archive-section-toggle:hover {
	background-color: #808488;
	border-color: #808488;
	color: #fff;
}

.archive-section-toggle .arr-down {
	display: none;
}

.archive-section-toggle.expanded .arr-right {
	display: none;
}

.archive-section-toggle.expanded .arr-down {
	display: inline;
}

.archive-section-toggle.expanded {
	float: none;
	clear: both;
	border-color: transparent;
	background-color: transparent;
	transition: none;
}

.archive-section-toggle.expanded:hover {
	color: #888;
}

.archive-section.expanded {
	display: block;
}

.error-message {
	margin: 20px 0;
	border: 2px solid #606468;
	color: #606468;
	border-radius: 5px;
	padding: 20px;
	font-weight: 700;
	text-align: center;
}

.single-issue .issue-change {
	font-size: 200%;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	color: #999;
}

.single-issue .issue-prev {
	right: 0px;
}

.single-issue .issue-next {
	left: 0px;
}

.ll-badge {
	background-color: #f44;
	color: #fff;
	position: absolute;
	min-width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	margin-top: -10px;
	margin-left: -0px;
	font-size: 90%;
	font-weight: 800;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 5px;
	opacity: 0;
}

.ll-badge-active {
	opacity: 1 !important;
}

.notice {
	padding: 20px 30px;
	border: 1px solid #ddd;
	margin: 20px 0;
	border-radius: 8px;
	color: #444;
	font-size: 90%;
}

.notice p {
	font-weight: 600;
	margin: 0;
}

.collapsed-action {
	display: none;
}

.description-collapsed {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

.description-collapsed .collapsed-action {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100px;
	display: flex;
	justify-content: left;
	align-items: flex-end;
	background: linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 1) 80%
	);
}

.modal {
}

.modal-open .modal {
	-webkit-overflow-scrolling: touch;
}

.modal-content {
	border: 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

.modal-content > div {
	padding: 20px;
}

.modal-header {
	/* border: 0; */
}

.modal-content .modal-footer {
	border: 0;
	padding-top: 0;
}

.modal-content .modal-body {
	/* padding-bottom: 10px; */
}

.notice .icon {
	margin-right: 5px;
}

.notice .icon.info {
	color: #26a;
}

.subscription-notice {
	display: none;
}

.subscription-notice.visible {
	display: block;
}

.dropdown-menu {
	margin-bottom: 10px;
	min-width: 280px;
}

.table-ll {
	width: 100%;
	font-size: 90%;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.order-history .order-date {
	color: #666;
}

.order-history.compact .order-entry-more {
	display: none;
}

.order-history .order-entry-show-more {
	display: none;
}

.order-history .order-entry-show-more td {
	border: 0;
	text-align: center;
}

.order-history.compact .order-entry-show-more {
	display: table-row;
}

.table-ll td {
	border-bottom: 3px solid #eee;
}

.table-ll td {
	vertical-align: top;
}

.table-ll td {
	padding: 5px 0;
	padding-right: 25px;
	line-height: 2em;
}

.table-ll td:last-child {
	padding-right: 0px;
}

.table-ll a {
	color: #007bff;
	font-weight: 800;
}

.table-ll {
	margin-bottom: 2em;
}

.table-ll .inactive {
	opacity: 0.5;
}

.order-products {
	width: 100%;
	border-spacing: 0;
	margin: 20px 0;
	margin-top: 40px;
	font-weight: bold;
}

.order-products th,
.order-products td {
	padding: 5px 10px;
	border: 1px solid #eee;
}

.order-products th {
	background-color: #eee;
}

.order-products td {
	background-color: #fff;
}

.order-details .order-totals {
	text-align: right;
}

.order-details {
	animation: fadeIn 0.3s ease-out;
	padding: 1em;
	margin: 1em 0;
	margin-bottom: 2em;
	border: 2px solid #ddd;
	font-size: 110%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.order-details .print {
	float: right;
}

.order-details .print-button {
	color: #fff;
}

.light-info {
	color: #888;
	margin-bottom: 2em;
}

.settings-dialog {
	padding: 20px;
	background-color: #f5f5f5;
	margin: 30px 0;
}

.settings-dialog input {
	padding: 8px 8px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
}

.settings-dialog input[type="text"],
.settings-dialog input[type="password"],
.settings-dialog input[type="email"] {
	width: 500px;
	max-width: 100%;
	margin-bottom: 10px;
	margin-right: 10px;
	appearance: none;
	-webkit-appearance: none;
}

.settings-dialog .inline-submit {
}

.settings-dialog.notifications p {
	color: #666;
	margin: 0;
}

.settings-dialog.notifications input {
	margin-right: 5px;
}

.change-email .email-value {
	display: block;
	font-size: 100%;
	font-weight: 600;
	padding: 0.2em 1em;
	background-color: #cfe2ff;
	display: inline-block;
	border-radius: 1em;
}

.notification-titles-list {
	list-style: none;
	margin: 10px 0;
}

.notification-titles-list li {
	float: left;
	width: 33%;
}

.notification-titles-list li > div {
	border: 1px solid #bbb;
	border-radius: 4px;
	color: #17b;
	padding: 5px 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 80%;
	cursor: pointer;
}

.notification-titles-list li > div:hover {
	background-color: #17b;
	border-color: #17b;
	color: #fff;
}

.notification-titles-list .delete-button {
	padding: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	line-height: 11px;
	box-sizing: border-box;
}

.faint-notice {
	text-align: center;
	background-color: #f5f5f5;
	padding: 20px;
	color: #666;
	margin: 1em 0;
}

.faint-notice p {
	margin: 0;
}

body.print-page {
	padding: 20px;
	height: auto;
}

.print-content {
	max-width: 800px;
	margin: auto;
}

.print-page .order-details-header {
	font-size: 150%;
	margin-bottom: 30px;
}

.print-page .order-products {
	margin-top: 30px;
}

.all-titles {
	list-style: none;
}

.all-titles a {
	color: #555;
	text-decoration: none;
}

.all-titles a:hover {
	text-decoration: none;
}

.all-titles li {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	font-size: 100%;
	font-weight: 600;
	margin-bottom: 30px;
	padding-right: 30px;
	width: 33.3%;
	float: left;
	transition: background-color 0.2s;
}

.all-titles li:hover {
	background-color: #f5f5f5;
}

.all-titles .title-cover {
	height: 130px;
	width: 100px;
	margin-right: 20px;
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.all-titles .cover {
	opacity: 0;
	transition: opacity 0.3s;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.all-titles .alphabet {
	font-size: 160%;
	font-weight: 800;
	color: #333;
	margin-bottom: 30px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.all-titles-alphabet-select {
}

a.all-titles-alphabet {
	font-size: 140%;
	padding: 4px 12px;
	margin-right: 0px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;

	transition: color 0.2s, background-color 0.2s;
	border-radius: 2em;
	text-align: center;
	font-size: 125%;
	display: inline-block;
	width: 1.9em;
	height: 1.9em;
}

a.all-titles-alphabet.all-alphabets {
	width: auto;
	border: 1px solid #ddd;
}

a.all-titles-alphabet:hover,
a.all-titles-alphabet.selected {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.alphabet-block {
	animation: fadeIn 0.3s ease-out;
}

.category-listing {
	list-style: none;
}

.category-listing li {
	width: 33.3%;
	float: left;
	font-weight: 700;
	font-size: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.category-listing a {
	color: #666;
}

.category-listing a:hover {
	color: #007bff;
}

.category-listing li.selected a {
	color: #007bff;
	font-weight: 800;
}

.all-titles li {
	width: 25%;
	display: block;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	height: 300px;
}

.all-titles li:hover {
	background: inherit;
}

.all-titles li .title-cover {
	width: 100%;
	height: 250px;
}

.all-titles li .title-name {
	margin-top: 14px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

.search-helper {
	position: relative;
}

.search-helper .search-suggestions {
	background-color: #fbfbfb;
	border: 1px solid #ddd;
	position: absolute;
	right: 10px;
	margin-top: 5px;
	width: 300px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	animation: fadeIn 0.2s ease-out;
}

.search-helper .search-suggestions ul {
	list-style: none;
	margin: 0;
	overflow-x: auto;
	max-height: calc(100vh - 70px);
}

.search-helper .search-suggestions li {
	padding: 8px 10px;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: 600;
	color: #666;
}

.search-helper .search-suggestions li:hover,
.search-helper .search-suggestions li.selected {
	background-color: #f0f0f0;
	color: #007bff;
}

.search-helper .search-suggestions a {
	text-decoration: none;
}

.search-helper .search-suggestions li.search-item-content {
	text-transform: none;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
}

.search-results {
	list-style: none;
}

.search-results a {
	text-decoration: none;
	color: inherit;
}

.search-results a:hover {
	text-decoration: none;
	color: inherit;
}

.search-results li {
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.search-results .match-cover {
	float: left;
	margin-right: 20px;
	width: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	min-height: 150px;
}

.search-results .match-cover img {
	width: 100%;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: opacity 0.2s;
}

.search-results h1 {
	font-size: 130%;
	font-weight: 500;
	text-transform: uppercase;
}

.search-results .match-number {
	font-weight: 300;
}

.search-results .match-page {
	color: #505356;
	border-radius: 20px;
	font-size: 90%;
	font-weight: 700;
}

.search-results .match-publication-date {
	font-size: 90%;
	color: #888;
	text-transform: uppercase;
}

.search-page-select {
	margin: 20px 0;
	margin-bottom: 30px;
}

.search-page-select a {
	font-weight: 700;
	padding: 5px;
	width: 40px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	color: #007bff;
	transition: background 0.2s, color 0.2s;
}

.search-page-select a:hover,
.search-page-select a.selected {
	background-color: #007bff;
	color: white;
	text-decoration: none;
}

.search-form {
	margin-bottom: 20px;
}

.search-form .search-field {
	border-bottom: 1px solid #ddd;
	display: flex;
	padding: 0px 0;
}

.search-form input[type="text"] {
	display: inline-block;
	width: 100%;
	border: 0;
	font-size: 150%;
	padding: 4px 0px;
	outline: none;
}

.search-form button {
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	width: 30px;
	border: 0;
	background: none;
	outline: none;
	color: #444;
	transition: color 0.2s;
	text-align: right;
}

.search-form button:hover {
	color: #007bff;
}

.search-form select {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	background: none;
	width: 100%;
	max-width: 100%;
	color: #666;
	text-transform: uppercase;
	outline: none;
}

.search-field {
	margin-bottom: 20px;
}

.title-field {
	border: 1px solid #ddd;
	padding: 8px 16px;
	position: relative;
}

.title-field .caret {
	position: absolute;
	right: 15px;
	top: 13px;
	color: #666;
}

.nav-item .dropdown-user-header {
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: none;
	font-weight: 400;
}

#modalCart .modal-body {
	position: relative;
	min-height: 120px;
}

.loading-indicator {
	top: 20px;
	left: 0;
	text-align: center;
	margin: 20px 0;
	position: absolute;
	width: 100%;
	height: 40px;
}

.cart-cover {
	max-width: 80px;
	margin-right: 25px;
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

table.cart {
	width: 100%;
	transition: opacity 0.2s;
	user-select: none;
	border-collapse: separate;
	border-spacing: 0 20px;
}

.loading table {
	opacity: 0.2;
}

.loading .payment-methods {
	opacity: 0.2;
}

.button-cancel {
	font-weight: bold;
}

.button-pay {
	font-weight: bold;
	float: right;
}

.cart-container {
	padding: 0;
	position: relative;
}

.cart td {
	padding-right: 10px;
	padding-bottom: 10px;
}

.cart .product-description {
	display: flex;
	align-items: center;
}

.cart .product-description a {
	color: inherit;
}

.cart .product-price {
	font-weight: bold;
	white-space: nowrap;
}

.cart .product-delete {
	text-align: right;
}

.cart .cart-total td {
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.cart .cart-sum-subtitle {
	text-align: right;
	font-weight: bold;
}

.cart .cart-sum-amount {
	font-weight: bold;
	white-space: nowrap;
}

.payment-methods-logos img {
	width: 72px;
	pointer-events: none;
}

.payment-methods li[data-disabled] .payment-methods-logos {
	display: none;
}

.payment-methods {
	list-style: none;
}

.payment-methods h4 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	transition: all 0.2s;
	margin: 0;
}

.payment-methods input[type="radio"] {
	margin-right: 6px;
}

.payment-methods li {
	border-radius: 6px;
	cursor: pointer;
	user-select: none;
	padding: 15px;
	border: 2px solid #ddd;
	margin-bottom: 20px;
	transition: all 0.2s;
	opacity: 0.7;
	transform: scale(0.98);
}

.payment-methods li:hover,
.payment-methods li.selected {
	border-color: #7799bb;
	opacity: 1;
	transform: scale(1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.payment-methods li:hover h4,
.payment-methods li.selected h4 {
	color: #000;
}

.payment-methods li[data-disabled],
.payment-methods li:hover[data-disabled] {
	opacity: 0.4;
	transform: scale(0.98);
	border: 2px solid #ddd;
}

.recurring-payment-methods-notice {
	text-align: center;
	padding: 1em;
	background-color: #16f;
	color: #fff;
	margin-bottom: 1em;
}

.recurring-payment-methods-notice p {
	font-weight: 600;
	font-size: 90%;
	margin: 0;
}

.info-graph {
	margin-bottom: 20px;
}

.anon-credentials {
	border: 1px solid #999;
	padding: 20px;
	margin-bottom: 20px;
}

.anon-credentials .value {
	font-family: Courier, Helvetica, Arial, sans-serif;
}

.anon-continue {
	font-size: 110%;
	margin-bottom: 30px;
	padding: 10px 20px !important;
}

.anon-bump {
	animation: bump 0.3s ease-out;
}

p.emphasized {
	font-size: 120%;
	padding: 20px;
	background-color: #f5f5f5;
}

.page-login {
	background: linear-gradient(#eee, #fff);
	background-image: url(/img/blurbg3.jpg);
	background-position: center;
	background-size: cover;
}

.login-screen-container {
	width: 100%;
	max-width: 450px !important;
	padding-top: 20px;
	margin: 20px auto;
	animation: slideIn 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.bump {
	animation: bumpAni 0.5s ease-out;
}

@keyframes bumpAni {
	0% {
		transform: scale(1);
	}

	20% {
		transform: scale(1.05);
	}

	40% {
		transform: scale(0.95);
	}

	75% {
		transform: scale(1.01);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes slideIn {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.login-error-message {
	background-color: #f54;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 20px;
	display: none;
	opacity: 0;
	animation: fadeIn 0.4s ease-out;
}

.login-error-message p:last-child {
	margin: 0;
}

.credentials-error .login-error-message {
	display: block;
	opacity: 1;
}

.login-logo {
	max-width: 100%;
	display: block;
	margin: auto;
}

.login-screen,
.notice-screen {
	background-color: #fff;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.notice-screen {
	padding: 20px;
	background-color: #ffffe9;
}

.login-screen h1 {
	text-align: center;
	font-size: 180%;
	font-weight: 600;
	padding: 20px 0;
	padding-top: 40px;
	margin: 0;
}

.login-screen .login-content {
	padding: 20px 40px;
}

.ll-input-group {
	margin-bottom: 20px;
	transition: opacity 0.3s;
}

.ll-input-group h4 {
	font-size: 100%;
	font-weight: 600;
}

.ll-input-group .header-add {
	font-size: 80%;
	float: right;
}

.ll-input-group input {
	width: 100%;
}

.ll-input-group input[type="text"],
.ll-input-group input[type="password"],
.ll-input-group input[type="email"] {
	border: 1px solid #ccc;
	padding: 6px 8px;
	border-radius: 3px;
	appearance: none;
	-webkit-appearance: none;
}

.credentials-error input[type="text"],
.credentials-error input[type="password"] {
	border-color: #f88;
}

.login-content {
	position: relative;
}

.login-form.loading .ll-input-group {
	opacity: 0.3;
}

.login-form .loading-indicator {
	display: none;
	z-index: 999;
}

.login-form.loading .loading-indicator {
	display: block;
}

.navbar .btn-sm {
	font-size: 90%;
}

.payment-login-section {
}

.payment-submit-buttons .button-pay {
	transition: opacity 0.4s ease-out;
}

.payment-submit-buttons .button-pay[disabled] {
	opacity: 0.3;
}

.payment-login-section a {
	text-decoration: underline;
}

.payment-login-userinfo {
	font-size: 110%;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
	font-weight: 800;
}

.payment-login-userinfo p {
	margin: 0;
}

.payment-login-userinfo .fas {
	color: #3c3;
	margin-right: 0.5em;
}

.payment-login-userinfo.hidden {
	display: none;
}

.ll-add-link {
	color: #666;
}

.sign-up-container .error-message {
	display: none;
	border: none;
	background-color: #f43;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	font-size: 90%;
	animation: fadeIn 0.3s ease-out;
}

.sign-up-container.error .error-message {
	display: block;
}

.sign-up-container.error input {
	border-color: #f33;
}

.purchase-options.loading .subscribe-button {
	pointer-events: none;
	opacity: 0.5;
}

.purchase-options .subscribe-button .spinner-border {
	display: none;
}

.purchase-options.loading .subscribe-button .value {
	display: none;
}

.purchase-options.loading .subscribe-button .spinner-border {
	display: inline-block;
}

.notice .fa-check {
	color: #3b3;
	margin-right: 5px;
}

.dropdown-menu {
	animation: fadeIn 0.2s ease-out;
}

.faq-list {
	margin-top: 40px;
	list-style: none;
}

.faq-list h2 {
	font-size: 110%;
	font-weight: 600;
	margin: 0px;
	color: #17f;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.faq-list h2 .icon-arrow {
	margin-top: 0.25em;
	font-size: 80%;
	margin-right: 8px;
	transition: transform 0.1s ease-out;
}

.faq-list p {
	margin: 0;
	margin-top: 10px;
}

.faq-list li {
	padding: 20px 0;
	border-top: 1px solid #eee;
}

.toggleable-items .toggleable-content {
	display: none;
	margin-top: 20px;
}

.toggleable-items .active .toggleable-content {
	animation: fadeIn 0.2s linear;
	display: block;
}

.toggleable-items .active .toggleable-toggler .icon-arrow {
	transform: rotateZ(90deg);
}

.page.support .info-box {
	font-size: 130%;
	margin-bottom: 20px;
}

.page.support .info-box h3 {
	font-size: 100%;
}

.page.support .info-box span {
	color: #18f;
	cursor: pointer;
}

.not-found-gloomie {
	float: right;
	font-size: 10em;
	color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 10px;
	margin-top: -40px;
}

.empty-library-notice {
	border: 2px dashed #bbb;
	font-size: 1.2em;
	color: #888;
	padding: 20px;
	margin: 1.5em 0;
	margin-bottom: 2em;
	text-align: center;
}

.empty-library-notice p {
	margin: 0;
}

.empty-library-notice .archive-notice {
	margin-top: 1em;
}

.empty-library-notice .archive-notice .btn-ll {
	font-size: 1rem;
	padding: 0.5rem 1.2rem;
}

a.btn-ll {
	text-decoration: none;
}

.issue-subscriber-login {
	margin-top: 20px;
}

.ll-captcha-defer {
	display: none !important;
}

.ll-captcha-defer-show {
	display: block !important;
}

.purchase-products-options li em {
	font-weight: bold;
	font-style: normal;
	border-radius: 1em;
}

.cart-contents .notice {
	border-color: #28e;
	background-color: #28e;
	color: #fff;
	font-size: 100%;
}

.user-subscriptions .dropdown .btn {
	padding: 0.1 0.5em;
	font-weight: bold;
}

.user-subscriptions .subscription-actions {
	text-align: right;
}

.user-subscriptions .dropdown-item {
	font-weight: normal;
}

.user-subscriptions .dropdown-item i {
	margin-right: 0.3em;
}

.user-subscriptions a.dropdown-item {
	color: #333;
}

.user-subscriptions .subscription-actions {
}

.user-subscriptions .subscription-actions > a,
.user-subscriptions .subscription-actions button {
	font-size: 90% !important;
	color: #fff;
	margin: 5px 0;
	margin-left: 5px;
}

.user-subscriptions .subscription-actions .dropdown {
	display: inline-block;
}

.table-ll td {
	vertical-align: middle;
}

.ll-light {
	opacity: 0.5;
}

.issue.listing-archive-link-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.issue.listing-archive-link-container p {
	color: #888;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: 600;
}

.issue .listing-archive-link {
	width: 4em;
	height: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #888;
	background-color: transparent;
	border: 2px solid #888;
	color: #888 !important;
	border-radius: 5em;
	margin-bottom: 1em;
	transition: all 0.2s ease-out;
	transition-property: border-color, background, color;
}

.issue .listing-archive-link:hover {
	text-decoration: none;
	background-color: #666;
	border-color: #666;
	color: #fff !important;
}

.issue .listing-archive-link .fas {
	font-size: 150%;
}

.title-listing-name {
	margin-right: 0.8em;
}

.subscription-features-container {
}

.subscription-features {
	line-height: 0;
	display: inline;
}

.subscription-features .feature-item {
	margin: 0;
	margin-right: 0.3em;
	padding: 0.3em;
	background-color: #abc;
	color: #fff;
	border-radius: 0.2em;
	display: inline-block;
}

.subscription-recommended {
	background-color: #f1c;
	padding: 0.1em 0.4em;
	font-weight: 800;
	font-size: 70%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 1em;
	margin: 0.5em;
}

.ts-top-logo-container {
	text-align: center;
	margin: 1.5em auto;
	padding-top: 0;
	display: flex;
}

.ts-top-logo-container hr {
	border: 0;
	background-color: #ddd;
	height: 1px;
	width: 100%;
	margin: 0;
	margin-top: 1em;
}

.ts-top-logo {
	max-width: 100%;
	flex-shrink: 1;
	flex-grow: 1;
}

.ts-top-logo-image {
	max-width: 100%;
	max-height: 200px;
}

.ts-top-menu-container {
}

.ts-top-menu {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
}

.ts-top-menu > li {
	margin-right: 2em;
}

.ts-top-menu > li .ts-top-menu-link {
	text-transform: uppercase;
	font-weight: 800;
	color: #666;
	text-decoration: none;
	padding: 0.7em 0;
	border-bottom: 3px solid transparent;
	transition: 0.2s color, 0.2s border;
}

.ts-top-menu > li .ts-top-menu-link:hover {
	color: #333;
	border-color: #59f;
}

.ts-layout .single-issue {
	margin-top: 2em;
}

.ts-layout .section-header {
	margin-top: 1em;
}

.ts-layout .top-menu-login-button {
	border-color: #3af;
	background-color: #3af;
	color: #fff;
	font-weight: 800;
	font-size: 90%;
}

.ts-layout .top-menu-login-button:hover {
	background-color: #26a;
	border-color: #26a;
}

li.ts-user-menu {
	flex-grow: 1;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}

li.ts-user-menu .nav-item-button {
	margin: 0;
	padding: 0;
}

.ts-top-section {
	background-color: #fff;
	padding-bottom: 1px;
}

.ts-menu-toggle {
	padding-left: 0;
	padding-right: 1em;
}

.ts-menu-toggle img {
	width: 1.5em;
}

.menu-open .ts-menu-toggle-open {
	display: none;
}

.ts-menu-toggle-close {
	display: none;
	animation: menuToggleAni 0.2s ease-out;
}

@keyframes menuToggleAni {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.menu-open .ts-menu-toggle-close {
	display: block;
}

.page-login.ts-layout {
	background: none;
}

.page-login.ts-layout .notice-screen {
	background-color: #39f;
	color: #fff;
	font-weight: 600;
}

.page-login.ts-layout .login-screen {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.or-spacer {
	position: relative;
	text-align: center;
	height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.or-spacer hr {
	position: absolute;
	width: 100%;
	top: 0;
	line-height: 1em;
	z-index: 0;
}

.or-spacer hr {
	margin: 0;
	margin-top: 0.5em;
}

.or-spacer span {
	position: relative;
	z-index: 100;
	font-size: 100%;
	line-height: 1em;
	background-color: #fff;
	padding: 0 1em;
}

.login-button-fb {
	background-color: #3b5998;
	padding: 0.5em 1em;
	color: #fff;
	font-weight: 600;
	appearance: none;
	border: none;
	width: 100%;
	border-radius: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.5em;
}

.login-button-fb i {
	padding-right: 0.5em;
	font-size: 130%;
}

.login-button-fb span {
	display: flex;
	align-items: center;
}

.login-button-fb .loader {
	display: none;
}

.login-button-fb.loading .initial {
	display: none;
}

.login-button-fb.loading .loader {
	display: inline-block;
}

.ts-top-menu .dropdown-toggle {
	padding: 0;
	color: #666;
	font-weight: 800;
	outline: none !important;
}

.ts-top-menu .dropdown-toggle:hover {
	color: #333;
}

.ts-contact-info {
	margin: 1em 0;
	border: 1px solid #ccc;
	padding: 1em 1.5em;
	font-weight: 600;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes bump {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@media (max-width: 1199px) {
	.category-listing li {
		width: 50%;
	}

	.spotlight-issues .issue {
		height: 400px;
	}

	.archive-list li {
		height: 140px;
	}

	.archive-section-toggle.by-month {
		width: 24%;
	}
}

@media (max-width: 991px) {
	.navbar .site-logo.logo-compact {
		display: block;
		margin: 5px 0;
		max-height: 40px;
	}

	.navbar .site-logo.logo-full {
		display: none;
	}

	.notification-titles-list li {
		width: 50%;
	}

	.navbar {
		font-size: 100%;
	}

	.navbar-brand img {
		/* max-width: 150px; */
	}

	.nav-item-button {
		padding-left: 40px;
	}

	.all-titles li {
		width: 33.3%;
		height: 320px;
	}

	.single-issue {
		margin-top: 30px;
	}

	.single-issue .info-column .purchase-options button {
		font-size: 75%;
	}

	.spotlight-issues .issue {
		font-size: 85%;
		width: 33.3%;
		height: 390px;
		padding: 0px 14px;
	}

	.btn-ll {
		padding: 10px 7px;
	}

	.issue-action-button {
		padding: 10px 15px;
		font-size: 80%;
	}

	.archive-list li {
		width: 16.6%;
		height: 180px;
	}

	.archive-section-toggle.by-month {
		width: 24%;
	}
}

@media (max-width: 767px) {
	.nav-item.social {
		margin-top: 0.3em;
	}

	.top-menu-login-button {
		display: inline-block;
		margin: 0.7em 0;
	}

	.navbar .site-logo {
		margin-left: 10px !important;
	}

	.navbar .social {
		padding-left: 10px;
		border: 0;
	}

	.section-header {
		margin-top: 25px;
	}

	.notification-titles-list li {
		float: none;
		width: 100%;
	}

	.issue-action-button {
		display: block;
		width: 100%;
	}

	.navbar-collapse {
		padding-bottom: 20px;
	}

	.nav-item-button {
		padding-left: 10px;
		margin-bottom: 5px;
	}

	.nav-item {
		padding-left: 10px;
		display: block;
	}

	.login-screen-container {
		padding-top: 0px;
	}

	.single-issue .cover-action-button {
		transform: none;
		opacity: 1 !important;
	}

	.all-titles li {
		width: 50%;
	}

	.category-listing li {
		width: 100%;
	}

	.purchase-products-options li {
		max-width: 100%;
	}

	.archive-section-toggle.by-month {
		width: 32.3%;
	}

	.archive-list li {
		width: 20%;
		height: 180px;
	}

	.site-footer {
		height: 370px;
		padding-bottom: 30px;
	}

	.site-footer .footer-copyright {
		margin: 0;
		text-align: left;
	}

	.site-wrapper {
		padding-bottom: 390px;
	}

	.footer-apps {
		text-align: left;
	}

	.single-issue .info-column .purchase-options button {
		width: 100%;
		margin-bottom: 10px;
	}

	.single-issue .cover-area {
		max-width: 300px;
		margin: auto;
	}

	.spotlight-issues {
		margin: 0;
	}

	.spotlight-issues .issue {
	}

	.spotlight-issues .issue {
		height: 350px;
		width: 33.3%;
	}

	.spotlight-issues .cover-container {
		height: calc(100% - 90px);
	}

	.ts-top-menu {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 1em;
	}

	.ts-top-menu li {
		width: 100%;
		padding: 1em;
	}

	.ts-top-menu li.ts-user-menu {
		justify-content: flex-start;
	}

	.ts-top-menu li.ts-user-menu ul {
		width: 100%;
	}

	.ts-top-menu-container {
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
		position: absolute;
		z-index: 10;
		display: none;
	}

	.menu-open .ts-top-menu-container {
		display: block;
	}

	.ts-top-menu .dropdown-menu {
		position: relative !important;
		transform: none !important;
		border: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.ts-top-logo-container {
		display: flex;
		align-items: center;
		min-height: 2.4em;
	}
}

@media (max-width: 600px) {
	.single-issue {
		margin-top: 30px;
	}

	.archive-list li {
		width: 25%;
		height: 190px;
	}

	.spotlight-issues .issue button {
		display: none;
	}

	.spotlight-issues .issue .price-ball {
		display: flex;
	}

	.spotlight-issues .issue {
		height: 300px;
	}

	.spotlight-issues .cover-container {
		height: calc(100% - 90px);
	}

	.archive-section-toggle.by-month {
		width: 49%;
		font-size: 90%;
	}
}

@media (max-width: 480px) {
	.all-titles li {
		font-size: 90%;
		height: 260px;
	}

	.all-titles li .title-cover {
		height: 200px;
	}

	.archive-list li {
		width: 33.3%;
		height: 190px;
	}

	.header-gfx h1 {
		font-weight: 600;
		font-size: 18px;
	}

	.spotlight-issues .issue {
		height: 350px;
		width: 50%;
	}

	.spotlight-issues .cover-container {
		height: calc(100% - 85px);
	}
}

@media (max-width: 420px) {
	.table-ll td {
		font-size: 80%;
	}

	.payment-methods h4 {
		font-size: 90%;
	}

	.payment-methods-logos img {
		width: 64px;
	}

	.payment-submit-buttons button {
		width: 100%;
		margin-bottom: 10px;
	}

	.cart-contents {
		font-size: 90%;
	}

	.search-results .match-cover {
		width: 80px;
		min-height: 120px;
	}

	.search-results h1 {
		font-size: 100%;
	}

	.spotlight-issues .issue-info .show-all {
		font-size: 85%;
	}

	.archive-list li {
		width: 33.3%;
		height: 180px;
	}

	.spotlight-issues .issue {
		height: 280px;
	}

	.spotlight-issues .cover-container {
		height: calc(100% - 90px);
	}

	.archive-section-toggle {
		width: 49%;
		margin-right: 1%;
		position: relative;
	}

	.archive-section-toggle .fas {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -0.5em;
	}
}

@media (max-width: 360px) {
	.cart-cover {
		display: none;
	}

	.all-titles li {
		font-size: 90%;
		height: 240px;
	}

	.all-titles li .title-cover {
		height: 170px;
	}

	.archive-section-toggle.by-month {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 90%;
		position: relative;
	}

	.archive-section-toggle.by-month .fas {
		position: absolute;
		right: 10px;
	}

	.archive-list li {
		width: 33.3%;
		height: 160px;
	}

	.spotlight-issues .issue {
		height: 255px;
	}
}

@media (max-width: 767px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}
