.lists-toolbar {
    display: flex;
    margin-top: 40px;
}

@media only screen and (max-width: 424px) {
    .lists-toolbar {
        display: block;
    }
}

.lists-toolbar-bookmarks {
    margin-bottom: 40px;
}

.lists-button {
    appearance: none;
    background-color: transparent;
    border: 0;
    margin: 0 1em 0 0;
    padding: 0;
}

.lists-button .label {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.lists-button .icon-active-hover,
.lists-button .icon-inactive-hover {
    display: none;
}

.lists-button .icon-inactive {
    display: none;
}

.lists-button:hover .icon-active-default {
    display: none;
}

.lists-button:hover .icon-active-hover {
    display: block;
}

.lists-button.active .icon-active {
    display: none;
}

.lists-button.active .icon-inactive {
    display: block;
}

.lists-button.active:hover .icon-inactive-default {
    display: none;
}

.lists-button.active:hover .icon-inactive-hover {
    display: block;
}

.lists-button .icon-list,
.lists-button.active .icon-list {
    display: none;
}

.lists-button svg {
    display: block;
    width: 107px;
}

.lists-manage {}

.lists-item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    padding: 1em 0;
    margin: 0;
}

.lists-item-thumbnail {
    width: 20%;
}

.lists-item-thumbnail img {
    display: block;
    height: auto;
    margin-right: 1em;
    width: 100%;
}

.lists-item-info {
    box-sizing: border-box;
    font-family: "proxima-nova", sans-serif;
	font-weight: 800;
    font-style: normal;
    padding: 0 1.4em 0 1em;
    flex: 1;
    text-align: left;
    text-transform: uppercase;
}

.account .lists-item-info p {
    padding-bottom: 0.05em;
    text-align: left;
}

@media only screen and (min-width: 768px) {
	.lists-item-info {
		padding-top:1%;
}
	.account .lists-item-info p {

	}
}

.lists-item-title {
    font-size:22px;
    line-height: 1.0em;
}

.lists-item-distance {
    font-size: 14px;
    padding:0 0 10px 0;
}

.account .lists-item-info a{
	padding:8px 13px;
	font-size: 14px;
	line-height:14px;
	background:#B0B0B0;
	border-radius: 18px;
	display:inline-block;
	text-decoration:none;
	color: #efeade;
}

.account .lists-item-info a:hover{
	text-decoration:none;
	background: #c53936;
	color: #efeade;
}

.lists-item-button {
    margin-left: auto;
}

.lists-item-none {
    text-align: center;
}

.lists-item + .lists-item-none {
    display: none;
}

.lists-modal {
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.lists-modal.active {
    display: flex;
}

.lists-modal:after {
    background: rgba(0, 0, 0, 0.8);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lists-modal-content {
    background-color: #F2F1EE;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
	font-style: normal;
    font-size: 18px;
    max-width: 600px;
    padding: 3em;
    position: relative;
    z-index: 1;
}

.lists-modal-content p:last-child {
    padding: 0;
}

.lists-modal-close {
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #A23D3B;
    font-family: inherit;
    margin: 0;
    padding: 0;
}
