﻿.author_bio_toggle_wrapper {
     float: left;
     width: 40px;
     margin-top: 50px;
}
#main_sidebar {
    display: block;
}
 .main_sidebar {
     /*margin-top: 0px;
     margin-right: 0px;
     background-color: #777777;
     width: 66.992px;
     width: 68px;
     height: -webkit-fill-available;
     height: calc(100% - 100px);
     position: absolute;
     border-top: 1px solid white;
     z-index: 11*/
     margin-top: 0px;
     margin-right: 0px;
     background-color: #777777;
     width: 68px;
     height: 100vh;
     min-height: 100%;
     position: fixed;
     /*height: 100%;*/
     z-index: 11;
     top: 90px;
     /*top: 100px;*/
     /*/*position: absolute;*/
}
 .main_sidebar ul li {
     height: 75px;
     padding-bottom: 18.5px;
     padding-top: 18.5px;
}
 .main_sidebar ul li a {
     padding-left: 12px;
     /*width: 150px;*/
}
 .main_sidebar ul li:hover {
     background-color: rgb(223,17,28);
}
 .user_popup {
     background-color: rgb(223,17,28);
     /*height: 112.5px;*/
     height: auto;
     width: 170px;
     margin-left: 66.992px;
     padding: 4px 0;
     margin-top: -57px;
     display: none;
}
 .user_popup_long{
      width: 190px;
 }
 .user_popup a {
    font: bold 16px Helvetica;
    color: #ffffff !important;
     margin: 15px 3px 15px 0px;
     border-left: 2px solid transparent;
}
.user_popup a:hover {
    border-left: 2px solid #fff;
}
#cart_count {
    width: 26px;
    height: 26px;
    background-color: black;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    margin-top: -14px;
    position: absolute;
    margin-left: 35px;
    color: white;
    font-weight: bold;
}

.recordNotFound {
    width: 100% !important;
    display: block !important;
    margin-top: 10px;
}
.recordNotFound h1{
    font-size: 25px;
}
.recordNotFound h2 {
    font-size: 15px;
    padding: 30px 0 15px 0;
}
.recordNotFound ul li{
    font-size: 13px;
    margin-left: 30px;
    list-style-type: disc;
    line-height: 20px;
}
@media only screen and (max-width:767px) {
    #main_sidebar {
        display: none;
    }
     .main_sidebar {
        top: 65px;
     }
}