/* PRODUCT CATALOG SPECIFIC CLASSES */

#suggestionSearchBtn {
    color: #000;
}

.searchBarGroup {
    display: block;
    position: relative;
}

.searchSuggestionBox {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    color: #000;
    margin: 0;
    padding: 0;
    z-index: 50;
    width: calc(100% - 20px);
}

.searchSuggestionBox div {
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 10px 8px 5px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-weight: bolder;
}

.searchSuggestionBox div:hover {
    color: #FFF;
    background-color: #1a94e9;
    cursor: pointer;
}

.viewSearchBox {
    display: flex;
    gap: 12px;
}

.viewSearchBox button {
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #ffffff;
    padding: 5px;
    color: #FFF;
}

.viewSearchBox button img {
    width: 22px;
    height: 22px;
}

.viewSearchBox button.Active {
    background: #1a94e9;
}

.avaSearchText {
    border-radius: 0;
    border-width: 0;
    font-family: \'Roboto\', sans-serif;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    outline: none;
    width: 200px;
    margin-right: 0;
}

.avaClearSearch {
    margin: 0;
    background-color: #ffffff;
    border: 0;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    font-family: \'Roboto\', sans-serif;
    letter-spacing: -0.01em;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    vertical-align: top;
    outline: none;
    color: #888888;
}

.avaClearSearch:hover {
    color: #000000;
    cursor: pointer;
}

.catalogContainer {
    display: flex;
    background: #111;
    flex-flow: column nowrap;
    align-items: flex-start;
    padding: 40px 45px;
}

.catalogTitles {
    background: -webkit-linear-gradient(#23bcff, #188fe3);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #20b2ff;
    border-bottom: 3px solid #30b2ff;
    font-family: tahoma, verdana, arial;
    font-size: 26px;
    font-weight: bolder;
    align-self: flex-start;
    margin-top: 40px;
    margin-bottom: 15px;
}

.catalogTitles:first-of-type {
    margin-top: 0;
}

.catalogTileRow {
    display: flex;
    row-gap: 10px;
    flex-flow: row wrap;
    width: 100%;
}

.catalogTileRow::after {
    content: "";
    flex: auto;
}

.catalogTileCard {
    display: flex;
    flex-flow: column;
    background: #000813;
    color: #7c7c7c;
    width: calc(20% - 5px);
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-right: 5px;
}

.catalogTileTitle {
    display: flex;
    width: 100%;
    height: 100px;
    background: #222;
    padding: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #FFF;
    font-style: italic;
}

.catalogTileTitle > img {
    max-width: 80%;
    width: auto;
    height: 70%;
}

.catalogTileFlags {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: flex;
    gap: 3px;
}

.catalogTileContent {
    display: flex;
    flex-flow: column;
    min-height: 100px;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.catalogTitle {
    color: #20b2ff;
    font-weight: bolder;
}

.catalogDescription {
    font-size: 12px;
    font-weight: bolder;
}

.catalogTileContent .catalogDescription {
    text-align: center;
}

.productCatalogTable {
    display: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #7c7c7c;
    border-spacing: 0;
}

.productCatalogTable img {
    max-width: 100%;
}

.productCatalogTable tr:nth-child(odd) {
    background: #000813;
}

.productCatalogTable td {
    border: 1px solid #2f2f2f;
    padding: 10px;
    vertical-align: middle;
}

.productCatalogTable td span {
    display: block;
}

.productCatalogTable td:last-child {
    width: 40px;
}

.prodTableLogo {
    text-align: center;
    width: 200px;
    height: 80px;
}

.prodTableLogo img {
    height: 80%;
}


.prodTableCurrency {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5px;
}

.productCatalogTable .catalogDescription {
    margin-top: 5px;
}

.avaViewButton {
    border-radius: 0;
    background-color: #000000;
    border: 1px solid #ffffff;
    padding: 5px;
}

.avaViewButton.Active {
    background: #1a94e9;
}

.productCatNoTopBorder {
    border-top: none !important;
}

/* NEW PRODUCTION TABLE */
.prodCatTableContainer {
    display: flex;
    flex-flow: column nowrap;
    font-family: 'Roboto', sans-serif;
    color: #7c7c7c;
    font-size: 14px;
    width: 100%;
    border-left: 1px solid #2f2f2f;
    border-top: 1px solid #2f2f2f;
}

.prodCatTableRow {
    display: flex;
}

/* Override max width for tooltip text*/
.prodCatTableRow > .tooltiptext {
    max-width: fit-content;
}

.catalogTileCard > .tooltiptext {
    max-width: calc(100% - 10px);
}

.catalogTileCard > .tooltiptext-bottom {
    top: 105%;
}

.prodCatTableContainer .prodCatTableRow:nth-child(odd) {
    background: #000813;
}

.prodLogo, .prodInfo, .prodCurrency {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
}

.prodLogo {
    padding: 10px;
    width: 200px;
    height: 80px;
}

.prodLogo img {
    height: 80%;
    max-width: 100%;
}

.prodInfo {
    flex-grow: 2;
    align-items: flex-start;
    padding: 10px;
    gap: 5px;
}

.prodCurrency {
    width: 40px;
    gap: 5px;
}

/* This class will only activate locally and will put a border around the box */
.catalogBoxAlert {
    border: outset 3px #f3e56b;
}

/* RESPONSIVE */
@media (max-width: 1650px) {
    .catalogTileCard {
        width: calc(33.33% - 5px);
    }
}

@media (max-width: 1250px) {
    .catalogTileCard {
        width: calc(50% - 5px);
    }
}

@media (max-width: 1000px) {
    .catalogTileCard {
        width: 100%;
    }
}
