h1.page-heading {
    background: #fef200;
    font-size: 24px;
    margin-bottom:10px;
    color: #000;
}

.sidebarBlock-heading {
    margin-bottom: 10px;
    font-size: 16px;
    color:#000;
}

ul.navList {
    margin-bottom: 10px;
}

.navList-action {
    font-size: 16px;
}

#sort {
    background-image: none;
}

#product-listing-container .actionBar {
    margin: 10px 0 0 0 ;
}

.actionBar-section .form-field {
    max-width: 212px;
    border-radius: 0;
    border-color: #000;
}


#product-listing-container .actionBar .form-field {
    margin-bottom:0;
}

.pagination {
    background: #c4c4c4;
}

.pagination-list {
    margin-bottom:0;
}
.pagination-list .pagination-item {
    padding:2px;
}

.pagination-list li a {
    color: #333 !important;
}

.pagination-item.pagination-item--current {
    background:#fef200;
    color:#333333;
    border:none;
    border-radius: 0;
}

.pagination-list li a, .pagination-list li button {
    font-size: 18px !important;
}

.pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    font-weight: bold;
}

.sidebarBlock + .sidebarBlock {
    border:none;
    padding-top:0;
}

.empty-category h2 {
    margin-top:10px;
}

.empty-category form {
    color:#fff;
    border-radius: 20px;
    margin-top:40px !important;
    background-color: #333;
    padding: 0 20px 20px 20px;
    margin-bottom:100px;
}

.empty-category form h1{
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

.empty-category form .el-input__inner {
    height: 40px;
    padding-left: 10px;
}

.empty-category form .el-textarea__inner {
    min-height: 150px !important;
    padding-left:10px;
    padding-top:10px;
}

.empty-category form .cog-page__navigation {
    padding-top: 10px !important;
}

.empty-category form .el-button {
    background: #fef200;
    color: #000;
    margin: 0 auto;
    padding: 10px 20px;
    font-weight: bold;
}

.empty-category form .cog-abuse, .empty-category form .cog-branding {
    display: none !important;
}

.empty-phone {
    color: #00a4ef;
}

html form.cog-cognito.cog-form{
    max-width: 600px !important;
    min-width: 335px !important;
    margin-top:60px !important;
    margin-bottom: 120px !important;
}

.cog-page__navigation, :root:root:root:root:root .cog-page__navigation {
    justify-content: center;
}

.cog-error-message {
    width: 100% !important;
    margin-left: 0 !important;
}

.cog-confirmation-message {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    .breadcrumbs{
        display: none;
    }

    #shop-category-heading {
        text-align: center;
        background: #e5e5e5;
        padding: 5px 0;
    }
}

@media screen and (min-width: 551px) {
 h1.page-heading {
     display: none;
 }
}

@media screen and (min-width: 660px) {
    html form.cog-cognito.cog-form{
        min-width: 600px !important;
    }
   }

@media screen and (min-width: 801px) {
    #product-listing-container .actionBar {
        margin: 0;
    }
}
