a {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body,
html {
    font-family: 'Montserrat', sans-serif;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    overflow-x: hidden;
}

header {
    text-transform: uppercase;
    background: #232425;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 1.5% 3%;
    font-size: 1.35em;
}

select{
    -webkit-appearance:none;
}

.souvenircoin header .label .light{
    font-size:.68em;
}

header div {}

nav a,
nav a:visited {
    color: white;
    margin: 3px;
}

nav a.lang-btn {
    display: none;
    text-transform: none;
    cursor: pointer;
}

nav a.lang-btn.active {
    display: inline;
}

.bold {
    font-weight: bold;
}

.light {
    font-weight: lighter;
}

#receipts::before {
    content: " ";
    position: absolute;
    border-right: 0px solid transparent;
    margin-top: -100px;
    border-top: 79px solid transparent;
    border-left: 100vw solid #f0f1f2;
    height: 22px;
    pointer-events: none;
}

#receipts {
    min-height: 360px;
    background: #f0f1f2;
}

#receipts>div {
    display: flex;
    justify-content: center;
    align-items: center;
}


#receipts h2 {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

#receipts .options * {
    margin: 7px;
}



#receipts input,
select,
button {
    width: 270px;
    border-radius: 0;
    border: 1px solid #dcddde;
    padding: 12px;
}
#receiptselect{
    width:296px;
    background: white;
}

#receipts button {
    color: white;
    background: #003cff;
    width: 120px;
    text-transform: uppercase;
}

.datetimepicker {
    background: white;
    border: 1px solid lightgray;
    position: absolute;
    display: none;
}

.receipts_results>div {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border-bottom: solid 1px lightgray;
    background: fade(slategrey, 20%);
}

#receipts #receipts_results_container {
    display: none;
    flex-direction: column;
    padding-bottom: 100px;
}

#receipts_results_container h3 {
    margin-top: 30px;
}


.receipts_results.t3cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
    width: 80%;
}

.receipts_results.t3cols>div {
    width: 33%;
}

.head {
    text-transform: uppercase;
}


footer::before {
    content: " ";
    position: absolute;
    border-right: 0px solid transparent;
    height: 52px;
    margin-top: -100px;
    border-top: 79px solid transparent;
    border-right: 100vw solid #232425;
    pointer-events: none;
}

footer {
    font-size: 1.5em;
    background: #232425;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer a,
footer a:visited {
    margin: 10px;
    color: white;
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    background: #00000088
}

#popup {
    z-index: 10002;
    display: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    width: 800px;
    height: 500px;
    justify-content: center;
}

#popup .close {
    cursor: pointer;
    position: absolute;
    right: -22.5px;
    top: -22.5px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    color: white;
    text-align: center;
    background: black;
    line-height: 1.6;
    font-size: 30px;
}

#popup::before {
    content: " ";
    position: absolute;
    border-right: 0px solid transparent;
    border-top: 250px solid transparent;
    border-left: 600px solid #003cff;
    height: 0;
    pointer-events: none;
    bottom: 0;
}

#popup>div {
    width: 50%;
    float: left;
}

.popupleft {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popupleft img {
    padding-top: 33px;
    width: 200px;
    height: 200px;
    z-index: 10;
}

.popupright {}

.popupright .content {
    padding: 50px 10px;
}

.popupright h4 {
    font-size: 2em;
    margin-bottom: 15px;
    word-break: break-word;
}

.popupright .icon_location {
    cursor: pointer;
    background-image: url("../assets/icon_location.svg");
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}

#pricecontainer {
    background: #003cff;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    color: white;
    right: 30px;
    bottom: 30px;
}

#pricecontainer p:first-of-type {
    margin: 20px 0 0px 0;
    font-size: 1.4em;
}

#pricecontainer p:last-of-type {
    font-size: 2.1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}