/*
Theme Name: Dhoomal
Theme URI: http://wpbingosite.com/wordpress/bedesk/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Bedesk is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: bedesk*/

.shopby_categories .slider-content {
    position: relative;
    height: 100%;
    padding: 0px 0px;
}
.shopby_categories .bwp-button.default {
    display: flex;
    align-items: end;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.6) 0px,   /* Start at bottom with darker color */
        rgba(0,0,0,0.0) 100px   /* Fade out by 50px from bottom */
    );
    color: inherit;
    z-index: 2;
    border: none;
}

@media (max-width: 1200px) {
	.page-template-homepage .bwp-header.header-absolute {
		position: relative !important;
		background: #ffffff !important;
	}
}
.bwp-image:before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
    left: 0px;
    bottom: 0px;
}
.banner-wrapper-infor {
	z-index: 99;
}