.btn-menu-top.vh3-bl, .btn-menu-top.vh4 {
    background: #6695a5;
}

.btn-search {
    background-color: #6695a5;
}

.display-table {
    text-align: center;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    height: 38px;
}

@media (min-width: 300px) and (max-width: 500px) {
    .banner-blocks-container .bb-col-xs, .wall-category-box .wc-col-xs {
        float: none;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 768px) {
    .easy-catalog-box.dflex, .wall-category-box.d-xs-flex {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: wrap !important;
    }

    .imgcategory .wall-cat-name, .wall-category-box .wall-cat-name {
        overflow: hidden;
        padding: 3px 5px;
        text-align: center;
        height: 45px;
        background: #F8F9FA;
        margin-left: 0px;
        margin-bottom: 20px;
        margin-right: 0px;
        border-radius: 8px;
        margin-top: 10px;
        position: relative;
    }

    .item-category.parent_category .wall-cat-name a {
        margin-right: 0;
    }

    .box-sub-cat .item-subc {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .open-sub-cat {
        display: none
    }

    .price-actions-box {
        margin-top: 0px !important;
        min-height: 40px;
    }

    .box-sub-cat {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.wall-category-box .wall-cat-image {
    position: relative;
    padding: 0px;
}

.imgcategory .wall-cat-name, .wall-category-box .wall-cat-name {
    background: #6695a5;
}

.item-category .wall-cat-name a, .imgcategory .product-thumb .wall-cat-name a {
    color: #fff;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.imgcategory .product-thumb:hover .wall-cat-name a, .wall-category-box .item-category:hover .wall-cat-name a {
    color: #ffffff;
}

.wall-category-box .item-category:hover .wall-cat-name {
    background: #a94442;
}

.product-thumb .image a {
    position: relative;
    padding: 0px;
}

.editproducts {
    display: none;
}

.subcategory {
    padding: 5px;
}

.display-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .product-grid .product-thumb .actions .addit-action, .container-module .product-thumb .actions .addit-action {
        position: absolute;
        bottom: auto;
        margin-bottom: 20px;
        left: auto;
        right: 0px;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
        top: -95%;
    }

    .ocf-btn-mobile-fixed {
        top: 80% !important;
    }

    .ocf-btn-mobile-fixed .ocf-btn {
        background-color: #a76761 !important;
    }

    .product-thumb .product-name {
        margin-top: 5px;
    }

    .container-module .item.no-slider.f-col-xs-6, .product-layout.product-grid.col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px;
    }

    .product-grid .product-thumb .actions .addit-action > div, .container-module .product-thumb .actions .addit-action > div {
        margin: 4px 4px;
        z-index: 99;
    }

    .product-thumb .product-name a {
        color: #000;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
    }

    .item-category .wall-cat-name a, .imgcategory .product-thumb .wall-cat-name a {
        color: #fff;
        line-height: 16px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    .addit-action {
        display: none!important;
    }
}

@media (max-width: 380px) {
    .item-category .wall-cat-name a, .imgcategory .product-thumb .wall-cat-name a {
        color: #fff;
        line-height: 15px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px !important;
    }
}