* {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #f8f7ff;
}

html, body {
    height: auto;
    margin: 0px;
    background-color: #212730;
}

.prodCell {
    border-radius: 0.4375em;
    width: 192.5px;
    padding: 0rem 5px 0rem 5px;
    /* box-shadow: 0.25em 0.25em #13171c; */
    height: inherit;
    background-color: #323A48;
}

.prodName, .colorName {
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}

.prodBrand {
    color: rgb(172, 172, 172);
    font-style: italic;
    text-decoration: none;
    text-align: center;
    display: block;
}

.prodImg {
    max-width: 192.5px;
    max-height: 192.5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin: 1.5rem auto 1.5rem auto;
    border-radius: 7px;
}

#allAny:hover {
    /* color: purple;
    box-shadow: none;
    /*border: solid black 1px;
    background-color: lightgray; */
    cursor: pointer;
    border-radius: 0.1875em;
    padding-left: 0.1875em;
    padding-right: 0.1875em;
    padding-bottom: 0.125em;
}

.prodPrice, .prodCurrency {
    display: inline;
    color: #F88CB0;
    font-weight: bolder;
}

.prodCurrency.none {
    color:rgb(172, 172, 172)
}

.priceDiv {
    width: fit-content;
    margin: 1em auto 1em auto;
}

select {
    border: none;
    border-radius: 0.1875em;
    padding-left: 0.1875em;
    padding-right: 0.1875em;
    padding-bottom: 0.125em;
    box-shadow: 0.125em 0.125em #212730;
    font-weight: bold;
    color: #F88CB0;
    background-color: #2a313c;
    display: block;
}

select:hover {
    border: none;
    border-radius: 0.1875em;
    padding-left: 0.1875em;
    padding-right: 0.1875em;
    padding-bottom: 0.125em;
    font-weight: bold; /*
    box-shadow: none;
    color: purple;
    background-color: lightgray; */
}

button,[type=image] {
    padding-left: 0.1875em;
    padding-right: 0.1875em;
    padding-bottom: 0.1875em;
    box-shadow: 0.125em 0.125em #212730;
    font-weight: bold;
    color: #F88CB0;
    background-color: #2a313c;
    cursor: pointer;
    margin: 3px auto 3px auto;
    border: none;
    border-radius: 0.1875em;
    
}

.panel button {
    margin: 3px auto 3px auto;
    text-align: center;
    display: block;
    background-color: #2a313c;
}

[type=image] {
    border: 0.125em solid #F88CB0;
    border-radius: 0.4375em;
}

select:hover:not(.inactive),#allAny:hover:not(.inactive),button:hover:not(.inactive),[type=image]:hover:not(.inactive) {
    filter: brightness(0.8) hue-rotate(-20deg);
    box-shadow: none;
}

.popOutDiv {
    border-radius: 3px;
    box-shadow: 2px 2px #212730;
    background-color: #323A48;
    position: absolute;
    padding: 10px;
    visibility: hidden;
    z-index: 2;
}

.popOutText {
    font-size: 12px;
    text-align: justify;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    visibility: inherit;
    color: #f8f7ff;
    font-weight: normal;
}

.prodCurrency .popOutDiv {
    width: 160px;   
    left: -80px;
    bottom: 30px;
}

.moreColorsDiv {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-auto-rows: max-content;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0.4375em;
    width: fit-content;
    visibility: hidden;
}

.colorsDiv+p:hover .moreColorsDiv {
    visibility: visible;
}

.prodCurrency {
    position: relative;
}

.prodCurrency:hover .popOutDiv {
    visibility: visible;
}

.colorsDiv {
    padding: 0rem 1rem 0rem 1rem;
    margin: 0rem;
    display: grid;
    grid-column-gap: 10px;
    background-color: #323A48;
    justify-content: center;
}

.colorBox {
    height: 17px;
    width: 17px;
    display: inline-block;
    position: relative;
    border: 1px solid #f8f7ff;
}

.colorBox:hover {
    filter: brightness(0.75);
}

.colorsDiv+p {
    display: block;
    text-align: center;
    font-style: italic;
    color: rgb(172, 172, 172);
    margin: 0.5rem auto 1.5rem auto;
    position: relative;
}

#openUser {
    padding-top: 3px;
    margin: 0px 4.75px;
    float:right;
}

.inactive {
    filter: none;
    filter: grayscale(1);
    box-shadow: none;
    cursor: none;
}

/* Starts out hidden */
#userDiv, #userOptionsDiv, #sortDiv, #filterDiv, #highlight {
    display: none;
}

#userDiv {
    padding: 0.5em;
    background-color: #323A48;
    border-radius: 0.4375em;
    /* border: 0.125em solid #fff; */
    box-shadow: 0.125em 0.125em #212730;
    width: fit-content;
    margin: 4.75px;
    position: absolute;
    right: 0px;
    z-index: 1;
}

#userDiv input {
    height: 1rem;
    width: 15ch;
    color:gray;
}

[type=text] {
    color: gray;
}

#logInForm {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

#logInForm, label {
    padding-top: 2px;
}

#greeting {
    margin: 3px;
}

.topBarDiv {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    margin: 0px;
    height: fit-content;
    background-color: palevioletred;
    z-index: 3;
}

.topBarMessage {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding: 1.5rem;
    margin: 0rem;
    color: #f8f7ff;
}

.panel {
    /* border: 0.125em #fff solid; */
    border-radius: 0.4375em;
    background-color: #323A48;
    width: 14.25em;
    padding: 0px 0.4375em 0px 0.4375em;
    box-shadow: 0.125em 0.125em #212730;
    height: fit-content;
    max-height: calc(100vh - 1.75rem);
    position: sticky;
    top: 0.875rem;
}

#searchDiv p {
    text-align: center;
    margin: 3px;
}

#appetizers {
    position: relative;
}

#openTags {
    width: 10ch;
}

#allAny {
    color: #F88CB0;
    cursor: pointer;
    /* border: solid darkgray 1px; */
    background-color: #2a313c;
    border-radius: 0.1875em;
    padding-left: 0.1875em;
    padding-right: 0.1875em;
    padding-bottom: 0.125em;
    box-shadow: 0.125em 0.125em #212730;
}

h2 {
    text-align: center;
    font-size: 1.5rem;
    color: #f8f7ff;
    margin-top: 1.5rem;
    border-bottom: #f8f7ff 0.125rem solid;
    padding-bottom: 1.5rem;
    margin-bottom: 0rem;
}

#titleDiv {
    background-color: #f72684;
    padding: 4.75px 0em 4.75px 4.75px;
}

h1 {
    font-size: 2.25rem;
    margin: 0px;
    color: #f8f7ff;
    letter-spacing: 3.5px;
    display: inline;
    width: fit-content;
}

#body {
    margin: 0.875rem;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    grid-column-gap: 0.875rem;
}

#displayDiv {
    display: grid;
    align-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: max-content;
}

.metric {
    font-weight: bold;
    color: #F88CB0;
}

.color {
    width: 14.25em;
    height: 14.25em;
}

.colorHex {
    margin: 3px auto 7px auto;
    text-align: center;
}

#highlight {
    border-bottom: solid 0.125em #fff;
    padding-top: 1.5rem;
    max-height: calc(100vh - 16.8125rem);
    overflow: scroll;
}

.buttonsDiv {
    display: grid;
    align-content: center;
    grid-template-columns: 1fr 1fr;
    margin: 1.5rem auto 1.5rem auto;
}

#priceRange p, #priceRange input {
    display: inline;
    margin: 0px;
}

#priceRange input {
    width: 4ch;
}

#priceRange {
    margin: 0.1875rem auto 1.5rem auto;
    width: fit-content;
}

#brandClear, #typeClear, #categoryClear {
    display: inline-block;
}

.filter {
    display: inline-block;
}

.comparisonHeader {
    font-weight: bold;
    text-align: center;

}

.comparisonMessage {
    color:#F88CB0;
}

.priceWarning {
    font-style: italic;
    color:#f72684;
}

.prodDescription {
    border-bottom: #f8f7ff 0.125rem solid;
    padding-bottom: 1.5rem;
    margin: 1.5rem auto 1.5rem auto;
}

.comparisonDiv {
    margin: 1.5rem auto 1.5rem auto;
}

#maxButton, #minButton {
    display: inline-block;
    margin: 0px 0px 0px 0.25rem;
}

#persistent p {
    display: inline-block;
    margin: 0px;
}

#persistent div {
    margin: 0.75rem 0px 0.75rem 0px;
}

#persistent {
    margin: 1.5rem 0px 1.5rem 0px;
}

#applyDiv {
    border-top: #f8f7ff 2px solid;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#searchDiv .scrollPanel {
    max-height: calc(100vh - 11.1875rem);;
    overflow: scroll;
}

#openFilters, #openSorts, #clear {
    margin: 1.5rem auto 1.5rem auto;
}

.selectDiv {
    width: fit-content;
    margin: 0.1875rem auto 1.5rem auto;
}

#tagsDiv {
    margin-top: 0.1875rem;
}

#sortDiv {
    margin: 1.5rem 0rem 1.5rem 0rem;
}

#iconsDiv {
    border-radius: 0.4375em;
    background-color: #323A48;
    width: auto;
    margin: 0.875rem;
    color:#F88CB0;
    padding: 0.4375em;
}

#iconsDiv p {
    margin: 0rem;
    color:#F88CB0;
}

#loader {
    border: none;
}

::-webkit-scrollbar {
    display: none;
}