#jumpToForm{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 20;    
}

#jumpToForm a{
    font-weight: 500;
    color: white;
    background: #026CD0;
    padding: 5px 50px;
    border-radius: 15px;
    opacity: .95;
    text-align: center;
    display: block;
    margin: auto;
    width: 400px;
    font-size: 16px;
}

#loadMore-container{
    margin: auto;
    text-align: center;
    padding-bottom: 15px;
}

#loadMore-btn{
    margin: auto;
    border: 5px;
    padding: 10px 20px;
    font-weight: 700;
    width: 90%;
    
/*
    color: #026CD0;
    background-color: white;
    border-color: #026CD0;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    
*/
    color: white;
    background-color: #026CD0;
    border-radius: 5px;
}

#preview-banner{
    border-radius: 5px;
    background-color: black;
    padding: 25px 50px;
    margin: 10px 0px;
    color: white;
}

#preview-banner h1,
#preview-banner h2,
#preview-banner h3{
    text-shadow: 2px 2px black;
}

#preview-banner h1{
    font-size: 22px;
    font-weight: 600;
    padding-right: 5px;
}

#preview-banner h2{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-left: 5px;
}

#preview-banner h3{
    font-weight: 700;
    font-size: 34px;
    
}

.center {
    margin: auto;
}

.dot {
    padding: 0 .5rem
}

.container-fluid {
    margin: 0 15rem;
    width: auto;
}

#weekly-header h3,
#weekly-header h2 {
    margin-top: 2rem;
    font-size: 1rem;
    color: #656565;
}

#weekly-subheader h2,
#weekly-subheader h3 {
    color: #6d6d6d;
}

#weekly-subheader select {
    height: 35px;
    width: 150px;
    color: #6d6d6d;
    margin-left: 2rem;
}

#publisher-reel {
    margin: auto;
}

#publisher-reel ul{
    list-style: none;
    align-items: center;
    width: fit-content;
    margin: auto;
}

#publisher-reel li{
    display: inline;
}

#publisher-reel span {
    padding: 1rem 1rem;
}

#publisher-reel button{
    background-color: #00000000;
    border: none;
}


#publisher-reel img {
    margin: auto;
    max-width: 12vw;
    max-height: 4vw;
}

#marvel-img:hover{
    filter: 
}

.clear-all {
    color: #026CD0;
    font-size: .6rem;
    padding-left: 3rem;
}


#pickup-form{
    background-color: white;
    padding: 2em;
    border-radius: 5px;
    margin: 10px;
}

#pickup-form table tr td{
    width: 50%;
}

#pickup-form table{
    width: 100%;
}

#pickup-form fieldset{
    display: inline;
    width: 100%;
}

#pickup-form fieldset input{
    display: inline;
     float: left;
    
}

#pickup-form legend{
    display: inline-block;
    font-size: 14px;
    width: auto;
    float: left;
    margin: 0;
}

#pickup-form h1,
#pickup-form h2{
    font-size: 16px;
}

#pickup-form button{
    position: relative;
    float: right;
}

#pickup-form .checkbox{
    width: auto;
}


#weekly-category {
    margin: auto;
}

#weekly-category td {
    margin: auto;
    padding: 1rem;
    width: auto;
}

#weekly-category button {
    text-align: center;
    width: 100%;
    border-radius: 5px;
    padding: 1rem;
    background-color: #d3d3d3;
    transition-timing-function: ease-in-out;
    border-style: solid;
    font-size: 1.2rem;
    border: none;
}

#weekly-category button:hover {
    background-color: #026CD0 !important;
}

#weekly-category button:hover p{
    color: white;
}

#pulllist-btn, .pulllist-btn {
    background-color: white;
    border-radius: 5px;
    border: 2px solid #026CD0;
    color: #026CD0;
}

#weekly-category .active {
    background-color: #026CD0;
    padding: 25px;
}

#weekly-category p{
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    
}
#weekly-category .active p {
    color: white;
    font-weight: 600;
}

.top-ad {
    height: 6rem;
}

.top-ad img {
    height: 6rem;
    width: 100%;
}

#search-header {
    margin: auto;
    padding: 2rem;
    color: #545454;
}

.filter-chips-container{
    padding: 0;
}

.filter-chip:focus{
    outline: rgb(59, 153, 252) auto 10px;
    transform: scale(1.1);
    color: white;
    background-color: #026CD0;
}

.filter-chip:focus::before{
    color: white;
}

#search-main {
    margin-bottom: 5rem;
}

#search-header span {
    color: #555555;
}

#sort-form {
    right: 0;
    padding-left: 15px;
}

#filters{
    padding: 0;
}

#filters ul {
    list-style: none;
    padding: 0;
}

.f-header {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    -webkit-transition: all 1000ms cubic-bezier(0.000, 0.960, 1.000, 0.005);
    -moz-transition: all 1000ms cubic-bezier(0.000, 0.960, 1.000, 0.005);
    -o-transition: all 1000ms cubic-bezier(0.000, 0.960, 1.000, 0.005);
    transition: all 1000ms cubic-bezier(0.000, 0.960, 1.000, 0.005);
}

.card-header:hover i {
    transform: scale(1.5);
}

#f-reset {
    position: relative;
    border: 0;
    background: 0;
    color: #0764e3;
    font-size: .8rem;
}

#f-reset:hover {
    border: 0 !important;
    background: 0 !important;
    color: #1f60b9;
}

#filters ul li i {
    color: #545454;
    padding: 0 .5rem;
}

#filters ul li .checkbox {
    text-transform: capitalize;
}

.layout-field {
    margin-left: 0;
    margin-right: 0;
    list-style: none;
}

#layout-field form div {
    display: inline;
}

#layout-field form {
    display: inline;
}

#layout-field li {
    display: inline;
    padding: 0 0.5rem;
}

#layout-field .active i {
    color: #026CD0 !important;
}

#layout-field li i {
    font-size: 2rem;
    color: #cccccc;
}

.pl-button {
    color: #026CD0;
    border-color: #026CD0 !important;
    background-color: white !important;
    border-style: solid !important;
}



.cart-button {
    color: white;
    border: none;
    z-index: 0 !important;
}

.cart-button button {
    border-color: #026CD0;
}

#searchinfo {
    float: left;
    margin-top: 1rem;
    margin-left: 2rem;
}

.cart-drop-down {
    border-left-color: white !important;
}

.product-card .dropdown-menu button {
    position: relative;
    bottom: 0 !important;
    width: 100% !important;
}

.product-card .dropdown-menu button {
    background-color: #eaeaea !important;
    border-style: solid;
}

.product-card .dropdown-menu button:hover {
    background-color: #cbcbcb !important;
}

.catergory-header {
    background-color: #026CD0;
    color: white;
    margin: 2rem 0;
    padding: 1rem 1rem .5rem 1rem;
    border-radius: 5px;
    width: 100%
}

.catergory-header h3 {
    font-weight: 300;
}

.publisher-header {
    background-color: #efefef;
    padding: 1rem 1rem .5rem 1rem;
    border-radius: 5px;
    width: 100%;
}

.publisher-header h3 {
    font-weight: 500;
}

.sub-section{
    padding-bottom: 1rem;
}

.product-section {
    margin: auto;
}

.search-input{
    width: 75%;
}

.search-button{
    width: 20%;
    padding: 0;
}

.search-button i{
    color: white !important;
    display: block !important;
    padding: 5px !important;
}

#searchinfo {
    float: left;
    margin-top: 1rem;
    margin-left: 2rem;
}



@media only screen and (max-width: 1680px){
    .container-fluid {
        margin: 0 8rem;
    }
}

@media only screen and (max-width: 1440px) {
    #weekly-category h4 {
        font-size: 1.2vw;
    }
    #weekly-category div {
        padding: 1rem 3rem;
    }
    .container-fluid {
        margin: 0 2rem;
    }

}

@media only screen and (max-width: 1080px) {
    #layout-field {
        margin: 0 0 0 -3rem;
    }
    #products {
        max-width: 75%;
        flex: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .container-fluid {
        margin: 0 2vw;
        width: auto;
    }
}

@media only screen and (max-width: 980px) {
    #products {
        max-width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    
    #weekly-category h4 {
        font-size: 1.5vw;
    }
    #weekly-category div {
        padding: 1vw;
    }
}

@media only screen and (max-width: 880px) {
    .list-style .prime-cart-btn {
        width: 160px;
    }
    .list-style .pl-button {
        width: 100%;
    }
    
    #preview-banner .dim{
        display: left;
        float: left;
        height: 100%;
        width: 100%;
        background-color: black;
        top: 0;
        right: 0;
    }
    
    #preview-banner h1,
    #preview-banner h2,
    #preview-banner h3{
        text-shadow: 2px 2px 1px black;
    }

    
    #preview-banner h1{
        font-size: 14px;
        font-weight: 600;
        padding-right: 5px;
    }

    #preview-banner h2{
        font-size: 14px;
        font-weight: 400;
        padding-left: 5px;
    }

    #preview-banner h3{
        font-weight: 700;
        font-size: 24px;
    }

}

@media only screen and (max-width: 768px) {
    .container-fluid {
        margin: 0 0;
        width: auto;
    }
    
    #filters ul li .checkbox{
        padding: 1vw;
        font-size: 14px;
    }
    #search-options {
        width: 100%;
        margin: auto;
        top: 0 !important;
        padding: 1rem 0 0 0;
    }
    
    #search-main {
        margin-bottom: 0rem;
    }
    
    #products{
        max-width: 100%;
    }
    
    #weekly-header {
        display: none;
    }
    #weekly-subheader {
        margin: 2vw 0 0 0;
        padding: 0;
    }
    #weekly-subheader h2,
	#weekly-subheader h3	{
        margin-bottom: 0;
        color: black;
        font-weight: 900;
        font-size: 5vw;    
    }
    #weekly-subheader select {
        padding: 0;
        margin: 0;
        margin-left: 3vw;
        width: 35vw;
        border-radius: 5px;
    }
    #weekly-category {
        margin-top: 4vw;
        z-index: 2;
        position: relative;
    }
    #weekly-category td {
        padding: 0;
        height: 2vw;
    } 
    #weekly-category .active {
        background-color: #026CD0;
        padding: 0;
    }
    #weekly-category p {
        font-size: 14px;
    }
    #weekly-category button {
        background-color: white;
        border-color: #026CD0 !important;
        border-width: 0.5px;
        border-style: solid;
        height: 100px;
    }
    #weekly-cat1 {
        border-radius: 5px 0 0 5px !important;
    }
    #weekly-cat2 {
        border-radius: 0 !important;
    }
    #weekly-cat3 {
        border-radius: 0 5px 5px 0 !important;
    }
    #weekly-category label {
        color: #026CD0;
        font-size: 3.2vw;
        padding: 1vw;
        line-height: 3vw;
        margin-bottom: 0;
    }

    .catergory-header{
        margin: 2vw 0;
    }
    
    .catergory-header h3 {
        font-size: 14px
    }
    #publisher-accordion button{
        border: 0;
        background: none;
        color: black;
        text-decoration: none;
    }
    #publisher-accordion .card-header h5{
        background-color: white;
    }
    #publisher-accordion button:hover{
        border: 0 !important;
        background: none !important;
    }
    #publisher-accordion .card{
        background-color: white;
        border-radius: 5px;
        border-color: #bcbcbc;
        border-width: 1px;
        border-style: solid;
    }
    
    #layout-field {
        margin: auto;
        text-align: center;
        font-size: 5vw;
    }
    #layout-field i{
        font-size: 3rem !important;
    }
    .publisher-header {
        background: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0;
        margin-top: 2vw;
    }

    #f-shipping .card-body{
        margin: 5vw;
        text-align: center;
    }
    
    #show-ofs + label{
        border-radius: 5px;
        border-color: aliceblue;
    }
    
    #f-list {
        margin: 5vw;
    }
    
    .filter-chips-container {
        padding: 4vw 0 0 0;
    }
        #searchinfo {
        margin-top: 0rem;
        margin-left: 0rem;
        font-size: 3vw;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #pickup-form table tr td{
        display: block;
        width: 100%;
    }
    
    #preview-banner {
        border-radius: 5px;
        background-color: black;
        padding: 10px 25px;
        margin: 10px 0px;
        color: white;
        background-repeat: no-repeat;
    }
    
    #preview-banner h1{
        font-size: 14px;
        font-weight: 600;
        padding-right: 5px;
    }

    #preview-banner h2{
        font-size: 14px;
        font-weight: 400;
        padding-left: 0;
    }

    #preview-banner h3{
        font-weight: 700;
        font-size: 18px;
    }
    
    
}


@media only screen and (max-width: 465px) {
    .container-fluid {
        padding-top: 0;
        margin: 0 2vw;
        width: auto;
    }
    
    #preview-banner{
        background-position: -245px; 
    }
    
    #weekly-category p{
        font-size: 12px;
        display: inline-block;
        margin-bottom: 0;

    }
    #search-main{
        margin-top: 0vw;
    }
    #weekly-subheader h2,
	#weekly-subheader h3{
        padding-top: 1.5vw;
    }

    #weekly-category button{
        padding: 2.5vw;
        height: 18vw;
    }
    #weekly-category label {
        color: #026CD0;
        font-weight: 600;
        font-size: 3vw;
        padding: 0vw;
        line-height: 3vw;
        margin-bottom: 0;
    }
    #layout-field i {
        font-size: 2rem !important;
    }
}

@media only screen and (max-width: 320px) {
    #layout-field i {
        font-size: 7vw !important;
    }
    #search-options {
        top: -31vw !important;
    }
    
    .Sort-By, .filters {
        font-size: 5vw;
        padding-top: 3vw;
        font-weight: 700;
        color: #026CD0;
    }
    #weekly-category p {
        font-size: 10px;
    }
    .Sort-By, .filters {
        font-size: 4vw;
    }

    
}

@media screen and (max-height: 420px) {
    .m-filters{
        margin-top: 0 !important;
    }

}

/***ADDED***/
.list-style .strike {
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
    }

    .list-style .pc-discounted {
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
    }

