 /*
Theme Name: WoodMart Child
Theme URI: https://example.com/
Description: WoodMart Child Theme
Author: Your Name
Version: 1.0.0
Template: woodmart
*/
/* Header bar */
/* Normal header */
/* =========================================
   WoodMart Header
========================================= */

/* Normal header */
.whb-main-header .whb-row {
    background: #fff !important;
    border-radius: 14px !important;

    /* Important: allow dropdown menu outside header */
    overflow: visible !important;

    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
}


/* Sticky header */
.whb-sticky-prepared.whb-sticked .whb-row,
.whb-clone.whb-sticked .whb-row {
    background: #fff !important;
    border-radius: 14px !important;

    /* Important: do not cut dropdown menu */
    overflow: visible !important;

    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
}


/* =========================================
   Elementor Containers
========================================= */

.e-con {
    border-radius: 18px;
    overflow: visible;
}