﻿.ClassicMenu {
    height: 85px;
    width: 100%;
    z-index: 99999;
    position: fixed;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size:18px;
}

.ClassicMenuULWrapper {
    position: fixed;
    height: 100%;
    width: 500px;
    overflow: auto;
    background-color: #FFF;
    max-width: 100%;
    border-right: 1px solid #CCC;
    z-index: 999999999999;
}

.SideMenuHeader {
    opacity: 0;
    margin-top: 24px;
    font-size: 24px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

.ClassicMenuUL {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    padding-left:30px;
}

.ClassicMenu li {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.BurgerMenuLinks {
    color: #444 !important;
}

.ClassicMenu .pseudoLink, .ClassicMenu .siteLink {
    color: #9d9d9d;
    line-height: 20px;
    position: relative;
    display: block;
    padding-right: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-left: 3px solid #FF8000;
}

    .ClassicMenu .pseudoLink:hover, .ClassicMenu .siteLink:hover {
        border-left: 3px solid #002E8A;
    }

.MemberBtns {
    margin-right: 10px;
    /*width: 295px;*/
    position: fixed;
    right: 10px;
    top: 18px;
}

.MemberLogin, .MemberLogout {
    padding: 12px 20px 12px;
    border-radius: 6px;
    text-align: center;
    display: none;
    float: left;
    font-weight: 500;
    font-size: 16px;
    width: 93px;
    margin-right: 10px;
    cursor: pointer;
}

.MemberLogout {
    width: 100px;
    float: right;
}

.MemberSignup {
    background-color: #007FFF;
    color: #FFF !important;
    padding: 12px 20px 12px;
    border-radius: 6px;
    text-align: center;
    display: none;
    float: left;
    font-weight: 400;
    font-size: 16px;
    width: 190px;
    cursor: pointer;
}

.ActiveBurgerMenu {
    background-color: rgb(255, 255, 255) !important;
    width: 100% !important;
    padding-top: 40px !important;
    display: table !important;
    opacity: 1 !important;
}

    .ActiveBurgerMenu li {
        vertical-align: unset !important;
        margin-top: 30px !important;
        display: block !important;
        height: unset !important;
        margin-left: 40px !important;
    }

    .ActiveBurgerMenu .MemberBtns {
        position: relative !important;
        margin: 0 auto !important;
        width: 190px;
        right: unset;
        height: 200px;
    }

    .ActiveBurgerMenu .MemberLogin, .ActiveBurgerMenu .MemberLogout {
        width: 190px !important;
        margin-top: 24px !important;
        margin-right: unset;
    }

.BurgerBtnWrap {
    position: fixed;
    top: 15px;
    right: 15px;
}

.OpenBurgerBtn, .CloseBurgerBtn {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.CloseSideMenu {
    width: 22px;
    margin-right: 10px;
    position: absolute;
    display: inline-block;
    right: 10px;
    cursor: pointer;
}

.SearchWrapper {
    padding: 9px 10px 2px 10px;
    height: 48px;
    right: 20px;
    z-index: 9999;
    display: inline-block;
    margin-left: 20px;
    border-radius: 8px;
    background-color: #FFF;
    border: 1px solid #CCC;
    top: 75px;
    cursor: pointer;
    max-width: 96%;
}

.SearchSvg {
    width: 20px;
    float: left;
    max-height: 40px;
}

.BurgerBtnWrap .SearchWrapper {
    padding: 0px 10px 2px 10px;
    z-index: 9999;
    display: inline-block;
    margin-left: 20px;
    border-radius: 8px;
    background-color: #FFF;
    border: 1px solid #CCC;
    top: 16px;
    cursor: pointer;
    float: right;
    max-width: 96%;
    right: 130px;
    height: 29px !important;
    position: fixed;
}

.SearchConsole {
    width: 100%;
    height:0px;
    background-color: #FFF;
    border-bottom: 1px solid #000;
    text-align: center;
    overflow: hidden;
}

.SearchConsoleHeader {
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top:10px;
}

.GridCol {
    border-top: 1px solid #444;
    padding-top: 20px;
    border-left: 1px solid #CCC;
    padding-bottom: 34px;
}

.SearchConsoleGrid {
    display: grid;
    padding: 0;
    background-color: #fff;
    grid-column-gap: 0;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}

.SearchGridColHeader {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.SearchColorList, .SearchSizeList {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    display: inline-block;
}

.SearchSizeList {
    width: 80%;
}


@media (max-width: 840px) {
    .SearchColorList, .SearchSizeList {
        width: 80%;
    }
}

    .SearchColor {
    float: left;
    width: 150px;
    margin-bottom: 20px;
}

.SearchSize {
    float: left;
    width: 90px;
    margin-bottom: 20px;
}

.SearchColorCheck, .SearchSizeCheck {
    float: left;
}

    .SearchColorCheck input, .SearchSizeCheck input {
        width: 16px;
        height: 16px;
    }

.SearchColorSample {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 18px;
    margin-top: -1px;
}

.SearchColorLabel {
    float: left;
    margin-left: 6px;
    margin-top: 3px;
    font-weight: 500;
    font-size: 10px;
}

.SearchSizeLabel {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 11px;
    margin-top: -1px;
    font-weight:500;
}

.SearchAttrib {
    margin-bottom: 20px;
}

.SearchAttribLabel {
    display: inline-block;
}

.SearchAttribInput {
    display: inline-block;
    margin-left: 10px;
}

#searchNameInput {
    max-width: 280px;
}

#suggestionNameBox {
    display: none;
}

.GoSearch {
    padding: 6px 10px 6px 10px;
    border: 1px solid #444;
    border-radius: 4px;
    cursor: pointer;
    width: 74px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 500;
}



.SearchCriterion {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 40px;
}

.SearchProductWrap {
    display: inline-block;
    margin-left: 10px;
}

.SearchProductLabel {
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
    font-weight:500;
}


.SearchProductCheckWrap {
    width: 17px;
    height: 17px;
    display: inline-block;
}

.SearchProductCheck {
    width: 17px;
    height: 17px;
    display: inline-block;
}

.ColorsAndSizesMsg {
    margin-bottom: 20px;
}
