    #menu_head { height: 69px; }
    #menu_head .wrraper { min-height: 52px;border-bottom: none !important; }
    .orange{color:white;}
    .img-view { width: 100%;}
    .box {width: 33.3333%;position:relative;}
    .desc-view, .read-more {padding-right:0;}
    .desc-view {font-size: 12px;line-height: 14px;}
    .head-view{ text-align: center;}
    footer{margin-top:0px;}
    .om_home_row {
        position: relative;
        display: flex;
    }
    .om_home_row:not(.panel_3):not(.panel_11){
        padding-bottom:24px
    }
    .om_home_row.panel_3{
        padding-bottom:36px
    }
    .panel_3 img{
        width: 100%;
        height:100%;
        object-fit:contain;
    }
    .home_products a{
        font-size: 16px;
        color: black;
        display:block;
    }
    .product_image{
        height:170px;
    }
    .wrraper{
        width: 96.5%;
        max-width: 96.5%;
    }
    
    .om_home_row .split_div{
        width:50%;
        position: relative;
        text-align: center;
    }
    .desc_fifty{
        position: absolute;
        padding: 4vw 1vw;
        left: 47%;
        width: 29% !important;
        color: rgba(69, 58, 47, 0.8);
        transform: translateX(0%);
    }
    @media(max-width:1024px){
        .desc_fifty{ padding: 2.5vw 1vw; }
    }
    @media only screen and (width:1920px){
        .desc_fifty{ left:46.5%; }
    }
    .desc_fifty_header{
        padding-bottom:20px;
        color:rgba(69, 58, 47, 0.8);
        font-weight: 900;
    }
    .desc_fifty a{
        color:#dc7027;
        text-decoration:underline;
        padding-left:4px;
    }
    .desc_fifty p{
        /*font-size:1.2vw;*/
        font-size:16px;
    }
    .desc_text{
        padding-bottom: 23px;
    }
    
    .row .col.s3{
        text-align:center;
        width: 20%;
    }
    a {
        color: #fff;
        outline: none;
    }
    /*#minvalue{
        min-height: 170px;
    }*/
    .home_products{
        width: 80%;
        margin: auto;
    }
    .home_products_title{
        text-align:center;
    }
    .home_products_title span{
        color: #dc7027;
        font-family: Josefin Sans;
        /*font-size: 1.2vw;*/
        font-size: 16px;
        padding-top: 20px;
        border-bottom: 1px solid #dc7027;
        font-weight: 600;
    }
    .hovered_text{
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 25px;
        /*font-size: 2vw;*/
        color: #fff;
        transform: translate(-50%,-50%);
        font-family: Josefin Sans;
    }
    .hovered_text_bottom{
        position: absolute;
        top: 88%;
        left: 50%;
        font-size: 25px;
        /*font-size: 2vw;*/
        color: #fff;
        transform: translate(-50%,-88%);
        font-family: Josefin Sans;
    }
    .hovered_text_right{
        position: absolute;
        top: 50%;
        left: 80%;
        font-size: 25px;
        /*font-size: 2vw;*/
        color: #fff;
        transform: translate(-80%,-50%);
        font-family: Josefin Sans;
    }
     .orange_text{
        color: #dc7027;
    }
    .red_text{
        color:#d4080b;
    }
    /*.search .boxu{
        margin-top:6px;
    }
    #submit-suggest{
        margin-bottom:0;
        height:14px;
    }*/
    .single p{
        border-top: none !important;
    }
    input[type="text"]:not(.browser-default):disabled{
        border-bottom: 0px dotted rgba(0, 0, 0, 0.42);
    }
    #autocomplete{
        margin-bottom:0;
    }
    #autocomplete-bckg{
        margin-bottom:0;
    }
    map > area,map > area:active,map > area:focus {
        outline: none;
    }
    .om_home_row > a { width : 100%;} 
    /*welcome popup*/
    #welcome_popup{
        height: auto;
        padding: 30px;
        border-radius: 0;
    }
    .modal.modal-fixed-footer .modal-content {
        position: static;
        height: auto;
    }
    .mail a:hover{
    text-decoration: underline !important;
    }
    .modal-overlay{
        opacity:0.3 !important;
    }
    [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
        position: static;
        opacity: 1;
        pointer-events: auto;
    }
    .intial_did_u_know { display:none; }
   .did_u_know{
        position: fixed;
        width: 250px;
        bottom: 0;
        height: 250px;
        overflow: hidden;
        right: 0;
        z-index: 10000;
        animation: 5s slide-up;
        background: url(/img/Circle.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .did_u_know_slide_down{
        position: fixed;
        width: 250px;
        bottom: 0;
        height: 250px;
        overflow: hidden;
        right: 0;
        z-index: 10000;
        animation: 5s slide-bottom;
        background: url(/img/Circle.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
    .did_u_know .DYK_close, .did_u_know_slide_down .DYK_close{
        position: absolute;
        right: 19px;
        top: 33px;
        cursor:pointer;
    }
    @keyframes slide-up {
      from {
        bottom:-335px;
      }
    
      to {
        bottom:0px;
      }
    }
    @keyframes slide-bottom {
      from {
        bottom:0;
      }
    
      to {
        bottom:-335px;
      }
    }
    .DYK_seeall { color:#dc7027;text-decoration:underline;cursor:pointer;font-style: normal;font-size: 12px; }
    .DYK_dontshow { text-decoration:underline;color:#a1a1a1;cursor:pointer;font-style: normal;font-size: 12px; }
    .DYK_title { color:#dc7027;font-family:Josefin Sans;font-weight: bold;font-size: 20px;    padding-top: 7px;padding-bottom: 5px; }
    .DYK_random_highlight { color:#dc7027; }
    .DYK_random_text { padding: 0px 5px;font-size: 16px; }
    .DYK_random_image { max-width: 50px; }
    
    
    /*Admin*/
    
.home_products .row {
  display: flex;
  flex-wrap: wrap;
}
.home_products dde {
  width: calc(20% - 40px);
}
.home_products .row dde .col.s3 {
  width: 100%;
}
    