/* =====================================
   HARF-O-SUKHAN MENU FINAL FIX
===================================== */


/* REMOVE BLUE BACKGROUND */

.pkp_navigation_primary_row,
.pkp_navigation_primary_wrapper,
.pkp_navigation_primary{

    background:#64171b !important;

}



/* MENU BAR POSITION */

.pkp_navigation_primary_row{

    position:absolute !important;

    bottom:0 !important;

    left:0 !important;

    right:0 !important;

    height:50px !important;

    width:100% !important;

    display:flex !important;

    align-items:center !important;

    border-bottom:3px solid #c49b3b !important;

    z-index:999 !important;

}





/* MENU */

.pkp_navigation_primary{

    height:50px !important;

    display:flex !important;

    align-items:center !important;

    margin-left:35px !important;

    padding:0 !important;

}





/* MENU ITEMS */

.pkp_navigation_primary > li > a{


    height:50px !important;

    display:flex !important;

    align-items:center !important;


    padding:0 20px !important;


    color:#fff !important;


    font-size:12px !important;


    font-weight:bold !important;


    text-transform:uppercase !important;


}





/* HOVER */

.pkp_navigation_primary > li > a:hover{


    background:#c49b3b !important;

    color:#64171b !important;


}




/* CURRENT GOLD BUTTON */


.pkp_navigation_primary > li:first-child > a{


    background:#c49b3b !important;

    color:white !important;


}




/* SEARCH RIGHT */

.pkp_navigation_search_wrapper{


    position:absolute !important;

    right:35px !important;

    top:10px !important;


}



.pkp_search input{


    width:130px !important;

    height:28px !important;

    border:none !important;


}



.pkp_search button{


    height:28px !important;

    width:32px !important;

    background:#c49b3b !important;

    color:white !important;

    border:none !important;


}





/* REMOVE EXTRA BLUE AREA */

.pkp_structure_head{


    background-color:#fff!important;

}


.pkp_structure_page{

    overflow:hidden!important;

}



html,body{

    overflow-x:hidden!important;

}