
         #header {
         position: relative;
         z-index: 999;
         background-color: #fff;
             box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
         }
         .header-top {
         border-bottom: 1px solid #e5e5e5;
         }
         ul.flat-support li {
         display: inline-block;
         line-height: 38px;
         height: 37px;
         }
         ul.flat-support li:first-child > a {
         padding-left: 0;
         }
         ul.flat-support li a {
         border-right: 1px solid #e5e5e5;
         padding-right: 10px;
         padding-left: 7px;
         font-size: 12px;
         font-weight: 400;
         }
         ul.flat-infomation {
         text-align: center;
         list-style: none;
         }
         ul.flat-unstyled {
         text-align: right;
         margin-right: 3px;
         }
         ul.flat-unstyled > li {
         display: inline-block;
         line-height: 38px;
         height: 37px;
         position: relative;
         }
         ul.flat-unstyled > li:first-child > a {
         border-left: none;
         }
         ul.flat-unstyled > li > ul {
         background-color: #fff;
         border-radius: 10px;
         padding: 10px 0;
         box-shadow: 0px 2px 3px 0px rgba(72, 72, 72, 0.15);
         opacity: 0;
         visibility: hidden;
         position: absolute;
         left: 0;
         z-index: 99;
         width: 130px;
         text-align: left;
         top: 100px;
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         }
         ul.flat-unstyled > li > ul:before {
         content: '';
         position: absolute;
         left: 30px;
         top: -8px;
         border-left: 8px solid transparent;
         border-right: 8px solid transparent;
         border-bottom: 8px solid #e5e5e5;
         z-index: 100;
         }
         ul.flat-unstyled li > ul > li > a {
         display: block;
         padding: 1px 15px;
         line-height: 24px;
         font-size: 12px;
         }
         ul.flat-unstyled > li:hover > ul {
         opacity: 1;
         visibility: visible;
         top: 38px;
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         }
         .header-middle #logo img{
         width: 70%;
         }
         .top-search {
         padding: 15px 0;
         }
         .top-search form.form-search {
         position: relative;
         }
         .top-search form.form-search .cat-wrap {
         position: absolute;
         z-index: 9;
         padding: 15px 0;
         }
         .header-bottom {
         background-color: #fff;
         }
         #mega-menu {
         position: relative;
         /*top: -10px;*/
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         padding: 18px 10px;
         }
         #mega-menu > .btn-mega {
         font-weight: 600;
         font-size: 16px;
         color: #484848;
         border-top-left-radius: 0px;
         border-top-right-radius: 0px;
         position: relative;
         z-index: 98;
         cursor: pointer;
         }
         #mega-menu > .btn-mega > span {
         position: absolute;
         height: 2px;
         width: 18px;
         left: 46px;
         top: 31px;
         background-color: #fff;
         display: inline-block;
         }
         #mega-menu > .btn-mega > span:before {
         content: '';
         position: absolute;
         height: 2px;
         width: 24px;
         top: -7px;
         background-color: #fff;
         }
         #mega-menu > .btn-mega > span:after {
         content: '';
         position: absolute;
         height: 2px;
         width: 24px;
         top: 7px;
         background-color: #fff;
         }
         #mega-menu > ul.menu {
         position: relative;
         z-index: 90;
         background-color: #fff;
         border: 1px solid #484848;
         border-bottom-left-radius: 8px;
         border-bottom-right-radius: 8px;
         top: -40px;
         opacity: 0;
         visibility: hidden;
         height: 516px;
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         display: none;
         }
         #mega-menu:hover ul.menu {
         top: -1px;
         visibility: visible;
         opacity: 1;
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         }
         #mega-menu > ul.menu > li > a {
         height: 50px;
         line-height: 51px;
         padding: 0 24px;
         border-bottom: 1px solid #e5e5e5;
         display: block;
         position: relative;
         }
         #mega-menu > ul.menu > li > a .menu-img {
         margin-right: 18px;
         min-width: 30px;
         display: inline-block;
         text-align: center;
         }
         #mega-menu > ul.menu > li > a .menu-title {
         color: #484848;
         }
         #mega-menu > ul.menu > li > a.dropdown:after {
         content: '\f105';
         position: absolute;
         font-family: 'fontawesome';
         right: 29px;
         font-size: 14px;
         color: #484848;
         }
         #mega-menu > ul.menu > li .drop-menu {
         transform: translateX(-10%);
         opacity: 0;
         visibility: hidden;
         padding: 27px 7px 27px 0;
         position: absolute;
         top: -1px;
         left: 270px;
         width: 875px;
         border-radius: 10px;
         z-index: -1;
         height: 516px;
         background-color: #fff;
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         }
         #mega-menu > ul.menu > li:hover > .drop-menu {
         opacity: 1;
         visibility: visible;
         transform: translateX(0%);
         }
         #mega-menu > ul.menu > li .drop-menu > .one-third {
         width: 33.3%;
         float: left;
         padding-left: 42px;
         padding-right: 15px;
         }
         #mega-menu > ul.menu > li .drop-menu > .one-third .cat-title {
         color: #f28b00;
         font-size: 16px;
         font-weight: bold;
         margin-bottom: 20px;
         }
         #mega-menu > ul.menu > li .drop-menu > .one-third ul li {
         margin-bottom: 5px;
         }
         #mega-menu > ul.menu > li .drop-menu > .one-third ul li a:not(:hover) {
         color: #484848;
         }
         #mainnav {
         float: left;
         }
         #mainnav > ul.menu {
         margin-bottom: unset;
         padding-left: unset;
         }
         #mainnav > ul.menu > li {
         display: inline-block;
         line-height: 57px;
         height: 55px;
         }
         ul.menu li.column-1 {
         position: relative;
         }
         #mainnav ul.menu > li > a {
         display: inline-block;
         color: #237f22;
         font-size: 14px;
         font-weight: 500;
         padding: 0 15.5px;
         border-right: 1px solid #fec579;
         line-height: 1;
         position: relative;
         z-index: 8;
         }
         #mainnav ul.menu > li > a:after
         Specificity: (1,1,4)
         {
         content: '';
         position: absolute;
         bottom: -20px;
         left: -1px;
         opacity: 0;
         background-color: #fff;
         height: 48px;
         width: calc(100% + 2px);
         z-index: -3;
         border-top-left-radius: 10px;
         border-top-right-radius: 10px;
         }
         ul.menu li.column-1 .submenu {
         width: 263px;
         left: -1px;
         padding: 18px 0;
         }
         @media only screen and (min-width: 992px) {
         ul.submenu {
         word-spacing: 2px;
         }
         }
         @media only screen and (min-width: 992px) {
         .submenu {
         position: absolute;
         top: 100px;
         right: 15px;
         width: 1140px;
         background-color: #fff;
         opacity: 0;
         visibility: hidden;
         z-index: 99;
         padding: 30px;
         word-spacing: 2px;
         border-bottom-left-radius: 10px;
         border-bottom-right-radius: 10px;
         box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         }
         }
         ul.menu li.column-1 .submenu > li {
         line-height: 30px;
         }
         ul.menu li.column-1 .submenu > li > a {
         display: block;
         font-size: 13px;
         padding-left: 22px;
         position: relative;
         font-weight: 500;
         color: #484848;
         }
         ul.menu li.column-1 .submenu > li > a i {
         padding-right: 15px;
         }
         #mainnav ul.menu > li:hover > .submenu {
         opacity: 1;
         visibility: visible;
         top: 55px;
         -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         }
         .today-deal {
         float: right;
         }
         .today-deal a {
         line-height: 55px;
         color: #ffffff;
         font-size: 14px;
         font-weight: 600;
         position: relative;
         }
         .search-header-button{
         border-radius: 26px;
         padding: 12px 39px;
         background: #74d31d;
         color: #fff;
         font-weight: 500;
         border: 1px solid #1d840f;
         margin-left: -7rem;
         }
         .top-search .form-control {
         padding: 0.375rem 1.75rem;
         border-radius: 28px;
         box-shadow: none !important;
         /*border-color: #000 !important;*/
         }
        
         .top-marquee{
         background-color: #74d31d;
         }
         .top-nav .bd-bot {
         border-bottom: 1px solid #a8a8a8;
         padding: 10px 0px 5px;
         }
         .top-uls {
         list-style-type: none;
         float: right;
         margin-bottom: unset;
         }
         .top-uls > li {
         display: inline-block;
         margin-left: 0.5rem;
         }
         .btn-get-enquiry{
         background: #74d31d;
         border: 1px solid #fff;
         border-radius: 20px;
         padding: 7px 28px;
         color: #fff;
         }
         .btn-get-enquiry:hover{
         background: #fff;
         border: 1px solid #fff;
         border-radius: 20px;
         padding: 7px 28px;
         color: #74d31d;
         }
         /*bootstrap channges*/
         .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
         width: 100%;
         padding-right: var(--bs-gutter-x, 2.5rem);
         padding-left: var(--bs-gutter-x, 2.5rem);
         margin-right: auto;
         margin-left: auto;
         }
         .list-menu-top{
         display: flex;
         margin-bottom: 0;
         list-style: none;
         flex-direction: row;
         justify-content: right;
         }
         .list-menu-top li{
         list-style: none;
         margin-left: 1.2rem;
         padding: unset;
         }
         .list-menu-top li a{
         color: #fff;
         padding: unset;
         }
         .list-menu-top .dropdown-item {
                display: block;
                width: 100%;
                padding: .25rem 1rem;
                clear: both;
                font-weight: 400;
                color: #212529 !important;
                text-align: inherit;
                text-decoration: none;
                white-space: nowrap;
                background-color: transparent;
                border: 0;
            }
         .btn-profile-menu{
         background: #ff5b5b;
         margin: 0px;
         color: #fff;
         padding: 10px 20px;
         border-radius: 25px;
         }
         .top-bar-menu{
             background: #74d31d;
                 padding-top: 8px;
    padding-bottom: 8px;
         }
         @media(max-width: 560px){
              /*bootstrap channges*/
         .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
         width: 100%;
         padding-right: var(--bs-gutter-x, .75rem);
         padding-left: var(--bs-gutter-x, .75rem);
         margin-right: auto;
         margin-left: auto;
         }
         .top-search {
    padding: 5px 0;
}
.top-search .form-control {
    padding: 0.375rem 1.5rem;
    border-radius: 28px;
}
.search-header-button {
    border-radius: 26px;
    padding: 0px 26px;
    background: #74d31d;
    color: #fff;
    font-weight: 500;
    border: 1px solid #1d840f;
    margin-left: -7rem;
}
.top-bar-menu {
    background: #74d31d;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: .7rem;
}
        }
        
        .cart-icon {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 2px;
}

.cart-icon .cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #dc3545;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


                      .top-search {
    position: relative; /* IMPORTANT */
}

/* Dropdown */
.search-box {
    position: absolute;
    /*width: 427px;*/
    /*width: 100%;*/
    /*margin-right: 80px !important;*/
    right: 40px;
    background: #fff;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    z-index: 999;
    display: none; /* hidden by default */
}

/* List */
.search-box ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

/* Items */
.search-box ul li {
    padding: 13px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s ease;
}

/* Hover FIX */
.search-box ul li:hover {
    background-color: #f5f5f5;
    color: #28a745;
}
.search-box ul li.search-head {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    cursor: default;
    padding: 8px 15px 4px;
    margin-top: 6px;
    margin-left: 10px;
    letter-spacing: 0.5px;
    background-color: #eaeaec;
     /*text-align: center;*/
}




/* Optional divider line under header */
.search-box ul li.search-head::after {
    content: "";
    display: block;
    height: 1px;
    background: #eee;
    margin-top: 6px;
}

.search-box {
  display: none;
  position: absolute;
  /*width: 100%;*/
  background: #fff;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
}

.search-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-item {
  padding: 10px;
  cursor: pointer;
}

.search-item:hover {
  background: #f5f5f5;
}

.item-title {
  font-size: 14px;
  font-weight: 500;
}

.item-category {
  color: #888;
  font-size: 13px;
  margin-left: 5px;
}

strong {
  /*color: #000;*/
  /*background: yellow;*/
}
                 
      