.mainMenuWrapper{
        position: fixed;
        z-index: 120;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: auto;
        /* display: none; */
        /* min-height: 100%; */
        /* background-color: black; */
        visibility: hidden;
        -webkit-overflow-scrolling: touch;
}
.mainMenuStructure{
        width: 70%;
        /* overflow: hidden; */
        /* display: inline-block; */
        height: auto;
        background-color: rgba(255, 255, 255, 0.98);
        /* box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.15); */
        float: left;
        box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.3);
        /* min-height: 100%; */
        min-height: 100%;
        background-color: black;
        left: 0px;
        z-index: 30;
        position: absolute;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
        opacity: 1;
        left: -70%;
}
.mainMenuCloseButtonStructure{
    float: left;
    width: 100%;
    text-align: center;
    top: 0px;
    position: fixed;
    background-color: rgba(67, 67, 67, 0.78);
    height: 100%;
    padding-top: 20px;
    right: 0px;
    z-index: 29;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 0;
}
.mainMenuFullName{
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    /* position: relative; */
    padding-top: 23px;
    padding-left: 24px;
    padding-bottom: 21px;
    background-color: white;
    text-transform: capitalize;
}
.mainMenuNavBarStructure {
    width: 100%;
    /* border-top: solid 1px #ebedf5; */
    /* height: 42px; */
    /* padding-top: 14px; */
    background-color: white;
}
.mainMenuNavBarIcon{
        float: left;
        /* margin-left: 32px; */
        margin-top: -2px;
        width: 35px;
}
.mainMenuNavBarIcon img{
        width: 35px;
        height: 35px;
}
.mainMenuNavBarTitleStructure{
        clear: both;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        /* margin-top: 7px; */
        /* margin-left: 24px; */
        padding-top: 15px;
        padding-left: 24px;
        width: 100%;
        /* padding-bottom: 20px; */
        border-top: solid 1px #ebedf5;
        height: 60px;
        background-color: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
}
.mainMenuNavBarArrow{
        float: right;
        margin-right: 35px;
        margin-top: 6px;
        /* position: absolute; */
        right: 0px;
        margin-top: -9px;
        z-index: 1;
}
.secMenuNavBarStructure{
        width: 100%;
        background-color: #f5f7fb;
        height: 39px;
        padding-top: 13px;
}
.secMenuNavBarTitle{
        font-size: 14px;
        color: rgba(106, 108, 120, 0.61);
        margin-left: 40px;
        /* height: 42px; */
        /* padding-top: 14px; */
        margin-top: 7px;
}
.mainMenuPhoneStructure {
    background-color: black;
    height: 100%;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}

.mainMenuPhoneIcon {
    float: left;
}

.mainMenuPhoneTitle {
    /* float: left; */
    margin-top: 8px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.81;
    text-align: center;
    color: #ffffff!important;
    text-align: center;
    width: 127px;
    position: relative;
    margin: 0 auto;
    margin-top: 7px;
    text-decoration: none!important;
}
.mainMenuPhoneWrapper {
    border-radius: 100px;
    border: solid 2px #ffffff;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    padding-left: 7px;
    width: 80%;
    margin-left: 10%;
}
.mainMenuCloseButtonStructure img {
    position: fixed;
    right: 12%;
    margin-right: 4px;
}
.mainMenuNavBarTitle {
    position: relative;
    top: 8px;
    left: 8px;
}
.mainMenuLoginButtonStructure {
    background-color: white;
    height: 80px;
}

.mainMenuLoginButtonWrapper {
    width: 80%;
    height: 60px;
    border-radius: 100px;
    background-color: #627fe7;
    position: relative;
    margin: 0 auto;
    top: 10px;
}

.mainMenuLoginButtonIcon
 img {
    width: 30px;
    position: relative;
    top: 15px;
    left: 15px;
}

.mainMenuLoginButtonTitle {
    float: left;
    position: absolute;
    top: 20px;
    left: 0px;
    color: white;
    width: 100%;
    text-align: center;
}
.secMenuNavBarTitleStructure {
    color: #7d808b;
    background-color: #f5f7fb;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 12px;
}
.checkoutMobileIcon{
    width: 27px!important;
    height: auto!important;
    margin-left: 5px;
    margin-top: 5px;
}
.mainMenuNavBarTitleStructureBids .mainMenuNavBarIcon img {
    width: 29px;
    height: auto;
    position: relative;
    left: 6px;
    top: 3px;
}