/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* slider fix */
.woodmart-slide-inner .elementor-column.elementor-col-33 .elementor-widget-wrap {
    background-color: #ebeff0;padding: 50px 0px 50px 0px;}

.woodmart-slide-inner .woodmart-title-container {
    color: black;
    font-weight: normal;
}

/* store detail */
.profile-info-img.dummy-image {
	height: 330px !important;
}

.h-100,
.h-100 .elementor-widget-image,
.h-100 .elementor-widget-container,
.h-100 .elementor-image,
.h-100 img {
	height: 100%;
}
.h-100 img {
	object-fit: cover;
}

/* Woodmart > Shop Page */
.shop-loop-head {
    display: block;
}

/* No product found */
.dokan-geolocation-locations-map-top:empty {
    height: auto !important;
}

/* Map Loader - In complete */
.dokan-geolocation-filters-loading {
    display: none;
}

/* woocommerce */
li[data-wvstooltip="Black"] span {background-color: #000000;text-indent: -9999px;width: 100%;}
li[data-wvstooltip="Red"] span {background-color: #ff0000;text-indent: -9999px;width: 100%;}

/* product details */
.woocommerce-tabs li.shipping_tab,
.woocommerce-tabs li.geolocation_tab,
.woocommerce-tabs li.more_seller_product_tab,
.woocommerce-tabs li.seller_tab {
    display: none;
}

/* After removing product video gallery plugin */
.product-images-inner > .woo-variation-product-gallery {
    max-width: 100% !important;
}

/* Slider full link */
.woodmart-slide-inner .elementor-widget-wrap {
	    position: initial;
    }
.woodmart-slide-inner .fullwidth {
	    position: absolute;
	        top: 0;
	}
    .fullwidth .elementor-button,
    .woodmart-slide-inner .fullwidth .woodmart-button-wrapper a {
	        opacity: 0 !important;
	}
	.woodmart-slide-inner .fullwidth, 
	.fullwidth .elementor-widget-container, 
	.fullwidth .woodmart-button-wrapper, 
	.fullwidth .elementor-button-wrapper,
	.fullwidth .woodmart-button-wrapper a,
        .fullwidth .elementor-button-wrapper a {
		    height: 100%;
		    width: 100%;
	    }

/* push notifications */
.page-template-pushnotification .whb-row.whb-header-bottom, .page-template-pushnotificationlist .whb-row.whb-header-bottom {
	    display: none;
}

/* sidenav */
.sidenav ul {
	    padding-top: 15px;
	        background: #eeeeee;
		    padding: 25px 15px;
	    }

	    .sidenav ul li {
		        margin-bottom: 15px;
			    font-weight: bold;
			        padding-bottom: 15px;
				    border-bottom: 1px solid #d3d3d3;
			    }

			    .sidenav ul li:last-child {
				        margin-bottom: 0;
					    border-bottom: 0;
					        padding-bottom: 0;
					}

/* hide price */
/* div.product-grid-item .price {
	display: none;
}
.woodmart-hover-base .hover-content table tr:first-child {
	display: none;
}
body.single-product .price, .price { display: none !important; }
*/
