
.page-content { padding-bottom: 0 !important; }
.inner-wrapper { padding: 0; }
.header-logo { margin: 0; }
.menu-link { bottom: auto; top: 0; padding: 0; }
.menu-link a { color: #fff; }
.menu-link a:hover  { color: #50DA5E; }
h1,
.intro { text-align: center; width: 100%; max-width: 370px; padding: 0 15px; box-sizing: border-box; }
.intro .hero { display: block; width: 100%; height: auto; margin: 0 0 30px; border-radius: 12px; }
.content { margin-top: 30px; }
h1 { margin-bottom: 30px; font-size: 2.5rem; }
.intro.hide { animation: hide-intro 0.5s ease-out forwards; }
.intro p:not i { font-size: 23px; vertical-align: middle; padding-left: 5px; }
.matcher-start { margin: 0; border: 0; font-size: 1.6rem; font-weight: 500; cursor: pointer; padding: 8px 15px; font-family: "Montserrat", sans-serif; }
.matcher-start:hover { background: #000; }

.intro,
.card-outer { margin: 0 auto; }

.card-outer { opacity: 1; transition: opacity 0.5s ease-out 0.5s; max-height: none; margin: 30px auto 0; display: flex; flex-flow: row wrap; width: 100%; height: 493px; justify-content: center; }
.card-outer.hide { opacity: 0; max-height: 0; visibility: hidden; }

.card,
.buttons { width: 300px; }
.card { border-radius: 25px; background: #fff; box-shadow: 1px 1px 10px 0 #b0b0b0; cursor: ew-resize; overflow: hidden; height: 403px; }
.card-left { animation: cardLeft 0.33s ease-out forwards; }
.card-right { animation: cardRight 0.33s ease-out forwards; }
.card-drop { animation: cardDrop 0.33s ease-out forwards; }
.end { opacity: 0; transform: scale(0); transition: all 0.5s ease-out; align-self: center; color: #fff; padding: 15px; box-sizing: border-box; text-align: center; display: none; }
.end p { margin-bottom: 10px; font-weight: 500; }
.end p i { padding-right: 10px; }
.end a { color: #fff; }
.end a:hover { color: #50DA5E; }
.end .icon-done { font-size: 50px; }
.end-view-list.hide { display: none; }

.end.show { flex: 1 1 100%; transform: scale(1); opacity: 1; }

@keyframes hide-intro {
    100% { opacity: 0; max-height: 0; visibility: hidden; }
}

@keyframes cardDrop {
    0% { transform: translateY(-500px); }
    100% { transform: translateY(0); }
}

@keyframes cardLeft {
    100% { transform: translateX(-100vw); opacity: 0; }
}

@keyframes cardRight {
    100% { transform: translateX(100vw); opacity: 0; }
}


.card.delay { animation-delay: 0.5s; }
.card { font-size: 1.6rem; }
.card-image-wrapper { position: relative; pointer-events: none; }
.card-image-wrapper p { position: absolute; bottom: 0; background: rgba(218,16,32,0.7); color: white; padding: 2px 9px; margin: 0; font-weight: 500; }
.card-image-wrapper p i { padding-right: 10px; }
.card-image-wrapper img { width: 100%; }
.card-info { padding: 12px; pointer-events: none; }

.buttons { display: grid; grid-template-columns: 1fr repeat(2, auto) 1fr; grid-column-gap: 15px; padding: 40px 0 5px; flex: 0 0 300px; align-self: flex-end; }
.buttons p { margin: auto 0; font-weight: 500; }
.buttons button { background: none; margin: 0; border: 0; color: #000; }
.buttons button i { font-size: 45px; background: #fff; border-radius: 50%; }
@media (hover: hover) {
    .buttons button:hover i { color: #000; cursor: pointer; }
}

span.price { font-weight: 600; }
p.status { text-align: right; }
p.name { margin: 0; }
.items { padding-left: 10px; }


@media only screen and (max-width: 499px) {
    .intro .hero { display: none; }
    .content { margin-top: 22px; }
    .card-outer { margin-top: 0; height: 473px; }
    h1 { margin-bottom: 22px; max-width: 100%; width: 100%; }
    .logo-link { width: 260px; }
    .buttons { padding-top: 0; }
}