*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.text_secondary{
    color: #f05815;
   
}
.text_green{
    color: #96c83e;
}

.bg_secondary{
    background-color: #f05815;
   
}

.bg_green{
    background-color: #96c83e;
   
}
.font_bold{
    font-weight: 600;
}
.font_bold_700{
    font-weight: 700;
}

.fs-30px{
    font-size: 30px;
}
.fs-25px{
    font-size: 25px;
}
.fs-20px{
    font-size: 20px;
}

.fs-15px{
    font-size: 15px;
}
.fs-17px{
    font-size: 17px;
}

.fs-13px{
    font-size: 13px;
}
.fs-10px{
    font-size: 10px;
}
.border_8px{
    border-radius: 8px;
}


header{
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
}


.dropdown-menu{
    /* transform: translate3d(1338px, 35px, 0px) !important; */
    /* left: -130px !important; */
    /* top: 7px !important; */
}

.dropdown-item{
    color: #000 !important;
}


.header_btn_border{
    border-right: 2px solid #49494962;

}
.header_btn{
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: #000;
    align-items: center;
    height: 20px;
    
}
.open_btn{
    display: none;

}
.header_btn img{
    height: 100%;
  
}

.header_btn span{
    font-size: inherit;
    padding-right: 24px;
    text-wrap: nowrap;
    color: #000;
}


.input-form-control {
    width: 80%;
    outline: none;
    border: none;
    background: #ebebeb80;
    padding: 6px;
}
.seach_btn {
   
   
    outline: none;
    background: #f05815;
    color: white;
    border: none;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.seach_container{
display: flex;
flex-direction: row;

height: 40px;
/* margin-left: 300px; */
width: 50%;

}

.second_row{
    padding: 0 0 10px 0;
    
}
.second_row .logo_img{
    width: 70px;
    height: 70px;
  
}
.search_here_icon{
    width:20px;
    height: 20px;
}


.main_container{
    background-color: #f2f2f2;
   
}
.left_side_categories{
    background-color: #fff;
    border-radius: 10px;
}

.category_section_img{
    width: 20px;
    min-height: 100%;

}
.right_side_img{
  height: 500px;
  width: 100%;
 
}
.latest_product_card{
    border-radius: 10px;
}
.latest_products_icon{
    height: 20px;
}

.latest_product_company_name{
    color: #c5c5c5;
    text-decoration: underline;
    font-size: 15px;
}

.latest_product_card_content img{
    height: 30px;
}
.view_more{
    color: #c5c5c5;
}

.footer_icon{
    height: 25px;
}
.shownav{
    display: flex !important;
    transition: all 0.5s ease-in-out !important;
    transform: translateY(0) !important;
}
.hide{
    display: none !important;
    transition: all 0.5s ease-in-out !important;
}


.create_using_img {
    height: 45px;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    box-shadow: -2px 1px 7px 0px #00000036;
}


.first_row_content{
    display: flex;
    gap: 10px;
    margin-bottom: 0 !important;
}
.dropdown-menu{
    flex-direction: column;
    min-width: 179px;
    display: none;
}
.dropdown-menu a{

width: 100%;

padding: 0;
}
.my_account_icons{
    height: 20px;
    margin-right: 10px;
}





@media only screen and (max-width: 762px) {

    .dropdown-menu{
        flex-direction: column;
        width: auto;
    }

    .open_btn{
        display: block;
        background-color: transparent;
        border: none;
        color: #000;
        height: 100%;
    }
    .first_row{
        position: relative;
    }
    .first_row .first_row_content {
        flex-direction: column !important;
        background-color: #fff;
        z-index: 99;
        position: absolute;
       
        top: 0 !important;
        /* display: none ;  */
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        align-items: center !important;
        justify-content: center !important;
        /* margin-left: 30px; */
        padding-top: 50px;
        box-shadow: -2px 1px 7px 0px #00000036;
        transform: translateY(-226px);
    transition: all 0.5s ease-in-out !important;


       
    }
    .first_row_content div{
        width: 100%;
    }
    .first_row .first_row_content a{
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
        outline: none;

    }
    .first_row .first_row_content  img{
        height: 30px;
    }
    
    .first_row span{
    padding-right: 5px;
    border-right: none !important;
    font-size: 15px;

    }
    .close_btn{
        position: absolute;
        top: 0;
        right: 20px;
        border: none;
        color: #000;
        background-color: transparent;
        font-weight: bold;
        font-size: 25px;
        display: block !important;

    }
    .seach_row{
        width: 100%;
    }
    .second_row div{
        padding: 0 10px 0 10px !important;

        justify-content: space-between !important;
    }
   .second_row img{
    margin-left: 0 !important;

   }
   .seach_container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 75% !important;
    height: 40px !important;
    margin-left: 10px;
   
    
    }
    .input-form-control{
        width: 100%;
    }

    .right_side_img{
        height: 500px;
        margin-top: 20px;
    }
    
  }








.header_btn {
    padding: 0;
    /* background: red; */
}

.header_btn img {
    padding: 0 !important;
}

.header_btn_border {
    /* border-left: 2px solid #49494962; */
    border-right: 0;
    padding-left: 7px;
    position: relative;
    padding-bottom: 16px;
    /* background: red; */
}

.dropdown-menu.p-3.show, .dropdown:hover .dropdown-menu {
    right: 0 !important;
    transform: unset !important;
    top: 20px !important;
    text-align: right;
}


.dropdown-menu.p-3.show, .dropdown:hover .dropdown-menu:dir(rtl) {
    
    text-align: left !important;
}


[dir="rtl"] ,.dropdown-menu.p-3.show, .dropdown:hover .dropdown-menu{
    text-align: left !important;
    

}