/*
Theme Name: Bedesk
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.0
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*/

div.header-search-form form {
	display: none !important;
}
div.header-icon .header-page-link {
	display: none !important;
}

div.item-product-cat-content h2,
div.item-product-cat-content h2 a {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
}

div.bwp-top-bar {
	display: none;
}

// Products on home page

div#products_home .products-list .item-product {
	margin: 0 !important;
	padding: 0 !important;
}
div#products_home .products-list .product-thumb-hover {
	margin: 0 !important;
	padding: 0 !important;
}
div#products_home .products-list .products-entry {
	margin: 0 !important;
}
div#products_home .products-list .products-thumb {
	margin: 0 !important;
}
div#products_home .products-list .products-content {
	display: none !important;
}
@media (max-width: 1199px) {
    .bwp_product_list .row .item-product {
        padding: 0 !important;
    }
}

div.menu-main-menu-mega-container div.sub-menu {
	position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 120px !important;
    min-width: 100% !important;
    padding-top: 20px !important;
    padding-left: 30px !important;
    border-top: 1px solid #999;
}
.bwp-navigation ul.menu>li.level-0.mega-menu.mega-menu-fullwidth-width>.sub-menu .content-megamenu {
    padding: 0 !important;
}

/*
// COMING SOON
html {
	height: 100% !important;
	width 100% !important;
}
body {
	position: relative !important;
	height: 100% !important;
	width 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: url('https://fmodcollective.com/wp-content/uploads/2025/05/Web-background-final-scaled.jpg') top center no-repeat !important;
	background-size: cover !important;
}
body > div {
	position: absolute !important;
	bottom: 50px;
	left: 50%;
	width: 120px;
	height: 40px;
	line-height: 40px;
	transform: translateX(-50%);
}
body > div > a {
	height: 40px;
	padding-bottom: 3px;
	font-family: Arial;
	font-size: 1vmax;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	cursor: pointer !important;
	border-bottom: 2px solid white;
}
@media only screen and (max-width: 1300px) {
	body > div {
		width: 200px;
	}
	body > div > a {
		font-size: 2vmax;
	}
}
*/