
.edit{
    color: #026CD0;
    background: 0;
    border: 0;
}

.edit:hover{
    color: #0a61c3;
}

.sortby{
    margin-top: 20px;
    float: right;
}

.sortby select{
    padding: 5px;
}

.grid{
    display: grid;
}

#products{
    padding: 0;
}

#products.search{
    padding: 0 20px;
}

#backissues-search{
   background-color: #026CD0;
    color: white;
    border-radius: 0 0 5px 5px;
    padding: 1rem;
}

#backissues-search .col-2{
    align-items: center;
    display: flex;
}

#backissues-search h3{
    align-items: center;
    display: flex;
    padding: 0 10px;
    margin: 0;
    font-size: 100%;
}

#backissues-search input{
    width: 90%;
    padding: 5px 10px;
    border-radius: 5px 0 0 5px;
    border: 0;
}

#backissues-search button{
    border-radius: 0 5px 5px 0;
    background-color: white;
    border: 0;
    width: 10%;
}

#backissues-search button:hover{
    background-color: #d9d9d9 !important;
    cursor: pointer;
}

#jumpTo{
    width: 40px;
    padding: 2px;
}

#backissues-search a{
    align-items: center;
    display: flex;
    color: white;
    font-weight: 600;
    position: absolute;
    right: 20px;
}

.scroll-banner .col-3,
#character-banner .col-3{
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
}

.scroll-banner .logo{
    height: 5rem;
    width: auto;
    background-color: white;
    border-radius: 3px;
    border: 2px solid #e3e3e3;
}

.scroll-banner .logo a{
    height: 100%;
    overflow: hidden;
}

.scroll-banner img{
    width: 100%;
    height: 100%;
    transition: .2s ease-out;
    
}

.scroll-banner img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.caterogies .col-6{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.cat-item{
    height: 100%;
}

.cat-item img {
    width: 100%;
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -ms-filter: brightness(75%);
}

.pagePos{
    font-size: 16px;
}

.bi-options{
    float: right;
}

.bi-home a,
.bi-back a,
.bi-next a{
    color: white;
    font-weight: 700;
}


.bi-home a,
.bi-back a{ 
    float: right;
    padding: 5px 10px 5px 20px
}

.bi-next a{ 
    float: left;
    padding: 5px 20px 5px 10px
}

.bi-home{
    float: left;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
    background-color: #0a61c3;
    border-radius: 4px;
    margin-bottom: 5px;
    transition: .2s ease-in-out;
}

.bi-home:hover,
.bi-back:hover{
    transform: translateX(-2px);
    -ms-transform: translateX(-2px);
}

.bi-next:hover{
    transform: translateX(2px);
    -ms-transform: translateX(2px);
}

.bi-pagenav{
    right: 0;
    position: absolute;
}

.bi-pagenav div{
    margin: 0 5px;
}

.bi-back{
    float: left;
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
    -ms-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
    background-color: #848484;
    border-radius: 4px;
    margin-bottom: 5px;
    transition: .2s ease-in-out;
}

.bi-next{
    float: right;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    -ms-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    background-color: #848484;
    border-radius: 4px;
    margin-bottom: 5px;
    transition: .2s ease-in-out;
}

.bi-cover{
    width: 10%;
}


#bi-searchContainer{
    border-radius: 5px;
}

.bi-search-table{
    width: 100%;
    margin: auto;
    background-color: white;

}

.bi-search-table th{
    text-align: center;
    background-color: #026CD0;
    color: white;
    padding: 5px;
}

.bi-search-table td{
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

.bi-search-table tbody tr{
    text-align: center;
}

.bi-search-table td img{
    height: 125px;
    float: left;
    border-radius: 3px;
    margin-right: 15px;
    
     box-shadow:
    /* The top layer shadow */
    0 0px 0px rgba(0,0,0,0.15),
    /* The second layer */
    4px 4px 0 -2px #f2f2f2,
    5px 5px 0 -1px #adadad,
     /* The third layer */
    8px 8px 0 -2px #f2f2f2,
    9px 9px 0 -1px #adadad
    
}

.bi-search-table tbody tr:nth-child(odd){
    background-color: #f5f5f5;
}

.bi-search-table tbody tr:nth-child(even){
    background-color: #d6d6d6;
}

.bi-title{
    text-align: left;
    padding: 0 !important;
}

.hideImage{
    height: 0 !important;
    padding: 0 !important;
}

#price-range input{
    margin-right: 5px;
}

#price-range label{
    margin-right: 20px;
}

#grade-range .long-name{
    margin-right: 20px;
}

@media only screen and (max-width: 1500px) {
    .caterogies .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .cat-item{
        height: 100%;
    }
}
@media only screen and (max-width: 980px) {
    
    #search-main{
        overflow: hidden;
    }
    
    .scroll-banner .logo{
        height: 5rem;
        width: 100%;
    }
    
    .scroll-banner .col-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .scroll-banner {
        padding: 1rem;
        overflow-y: scroll;
        display: -webkit-inline-box;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .scroll-banner::-webkit-scrollbar {
        width: 0;
        border-radius: 5px;
        height: 4px;
    }

    .scroll-banner::-webkit-scrollbar-track {
      border-radius: 10px;
      background: rgba(0,0,0,0);
      border: 0px;
    }

    .scroll-banner::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #afafaf;
        border: 1px solid #aaa;
    }

    .scroll-banner::-webkit-scrollbar-thumb:hover {
      background: #6d6d6d;
    }

    .scroll-banner::-webkit-scrollbar-thumb:active {
      background: linear-gradient(left, #22ADD4, #1E98BA);
    }
    
    .container-fluid {
        margin: 0 2vw;
    }
    
    #landing-banner{
        height: auto;
    }

    #backissues-search .col-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    #backissues-search .col-8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
}

@media only screen and (max-width: 768px) {
    .sc-header{
        order: 0;
        font-size: 18px;
        -ms-flex: 0 0 75% !important;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
    
    .sc-fld{
        order: 2;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 5px;
    }
    .sc-advance{
        order: 1;
    }
    
    .scroll-banner .col-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .scroll-header{
        padding-left: 15px;
    }
    
    .bi-search-table td{
        width: 30%;
    }
    
    #landing-banner h3 {
        font-family: 'oswald', sans-serif;
        font-size: 3rem;
    }
    #backissues-search .col-2{
        padding: 0;
    }
    #backissues-search h3{
        padding: 0;
    }
    #backissues-search a{
        font-size: 12px;
    }
    .bi-search-table th{
        font-size: 14px;
    }
    
    .bi-search-table td{
        font-size: 12px;
    }
    .bi-search-table tbody tr,
    .bi-search-table td img {
        height: 150px;
    }
    
    .bi-options .checkbox input:checked + label i {
        font-size: 1.5vw !important;
    }
    
}


@media only screen and (max-width: 420px) {
    
    .bi-options .checkbox input:checked + label i {
        font-size: 4vw !important;
    }
    
    .scroll-banner .col-3,
    .scroll-banner .col-3{
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .sc-header{
        margin: 0;
        padding: 0;
        -ms-flex: 0 0 55% !important;
        flex: 0 0 55% !important;
        max-width: 55% !important;
    }
    .sc-header h3{
        padding: 0 !important;
        margin: 0;
    }
    .sc-advance{
        -ms-flex: 0 0 45% !important;
        flex: 0 0 45% !important;
        max-width: 45% !important;
        position: absolute;
        right: 0;
        top: 24px;
    }
    
    #landing-banner h3 {
        font-family: 'oswald', sans-serif;
        font-size: 2.5rem;
        margin-top: 1rem;
    }
    
    h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
    }

    .bi-search-table tbody tr, .bi-search-table td img {
        height: 80px;
    }
    
    .caterogies .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .bi-cover{
        width: 10% !important;
    }

    .pagePos{
        display: none;
    }
    
    .bi-options{
        display: flex;
        width: 100%;
    }
    
    #adv-search{
        padding: 10px !important;
    }
    
    #adv-search button{
        width: 100%;
    }
    
    #adv-search h3{
        font-size: 16px;
    }
    
    #adv-search h4{
        font-size: 14px;
    }
    
    #price-range label {
        margin-right: 35px;
    }
    
    #adv-search-input{
        margin-top: 20px !important;
    }
    
    #adv-search-input input{
        width: 100% !important;
    }
    
    .bi-nav{
        margin: auto;
    }
    
    .bi-pagenav{
        right: 5px;
    }
    
    #bi-searchContainer{
        margin-top: 5px !important;
    }
    
    #date-publish div>div{
        margin-bottom: 10px;
    }
    
    #date-publish div div:nth-child(even) label{
        padding-left: 20px !important; 
    }
    
    .bi-options {
        padding-left: 10px
    }
    .sortby {
        margin-top: 20px;
        float: none;
    }
    .scroll-banner .logo {
        height: 5rem;
        width: 119%;
    }
    
    
    #sb{
        float: left;
    }
    
    #pp{
        float: right;
    }
    
}


@media only screen and (max-width: 320px) {
    #landing-banner h3 {
        font-family: 'oswald', sans-serif;
        font-size: 2rem;
    }
    
    h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
    }
    .checkbox input:checked + label i {
        font-size: 4.4vw !important;
        padding: .4vw !important;
    }
    .bi-search-table tbody tr, .bi-search-table td img {
        height: 0px;
    }
    .bi-cover {
        width: 0 !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .bi-show-img{
        display: none;
    }
    .scroll-banner .logo {
        height: 4rem;
        width: 125%;
    }

    
    #pp{
        display: none;
    }
    #sb{
        width: 100%;
    }
    .bi-home a, .bi-back a, .bi-next a{
        font-size: 12px;
    }
}