#close {
    float: right;
    margin-top: -30px;
    display: inline-block;
    padding: 2px 5px;
    margin-left: -19px;
    color: #fff;
    cursor: pointer;
}

#close:hover {
        float:right;
        display:inline-block;
        padding:2px 5px;
        background:#ccc;
        color:#fff;
    }

.custom-header-container{
    background: #6DC9F1;
}

.custom-sale-img{
    width: 480px;
}

.custom-header-background{
    background: #6DC9F1 !important;
}

.custom-header-img{
    width: 30vw;
}

.custom-navbar-image{
    justify-content: center;
}

.custom-header-top{
    padding: 0;
}

.middle_bar{
    background: #FAFAFA;
}

.download-app-text{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #FF7500;
}

.download-app-text:hover{
    color: #000;
}

.custom-discount-text-link{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #6900A9;
}

.custom-discount-text-link:hover{
    color: #000;
}

.custom-signup-text{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #8A8A8A;
}

.custom-signup-text:hover{
    color: #000;
}

.custom-header-lower-container{
    background: #fff;
}

.nav-shop-text{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #464647;
}

.custom-nav-shop-text{
     font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #464647;
}

.custom-mobile-shop{
    font-size: 18px !important;
    color: #FF7500;
}

.x-shop-menu-li i{
    font-size: 8px;
    border-radius: 10px;
    color: #FF7500;
    background: #FF7500;
}

.x-own-menu-li i{
    font-size: 8px;
    border-radius: 10px;
    color: #009ACE;
    background: #009ACE;
}
.x-dispose-menu-li i{
    font-size: 8px;
    border-radius: 10px;
    color: #009A44;
    background: #009A44;
}

.mob-link-top_bar li a{
    font-size: 14px;
    font-weight: 400;
}

.header-user-img{
    max-height: 50px;
    max-width: 50px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
}

.x-community-menu-li i{
    font-size: 8px;
    border-radius: 10px;
    color: #00205B;
    background: #00205B;
}

.xt-mob-menu-size .dropdown-item{
    padding: 0.25rem 0.5rem;
}

.custom-mobile-own{
    font-size: 18px !important;
    color: #009ACE;
}

.custom-mobile-dispose{
    font-size: 18px !important;
    color: #009A44;
}

.custom-mobile-community{
    font-size: 18px !important;
    color: #00205B;
}

.custom-nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
}

.custom-nav-link-style{
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-own-text{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #464647;

}

.custom-nav-own-text{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #464647;

}

.nav-dispose-text{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #464647;
}

.custom-nav-dispose-text{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #464647;
}

.nav-community-text{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #464647;
}

.custom-nav-community-text{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #464647;
}

.custom-search-inputbox{
    background: #FCFCFC;
    border-radius: 5px;
}

.custom-search-img{
    color: #8A8A8A;
}

.dropdown-menu[data-bs-popper]> li {
    border-bottom: none !important;
}

.dropdown-menu[data-bs-popper] {
    min-width: 14rem !important;
}

.shop-li-text:hover{
    color: #fff !important;
    background: #FF7500;
}

.own-li-text:hover{
    color: #fff !important;
    background: var(--third-color) !important;
}

.compare-dropdown:hover .compare-megamenu{
    display: block !important
}

.dispose-li-text:hover{
    color: #fff !important;
    background: var(--secondary-color) !important;
}

.community-li-text:hover{
    color: #fff !important;
    background-color: #00205B !important;
}

.dropdown-menu[data-bs-popper]> li> a {
    font-size: 14px !important;
    font-weight: normal;
}

.custom-sod li a {
    margin-left: 0px !important;
}

.header-comp-clr-change-orange{
    background-color: #FF7500;
}
.header-comp-clr-change-blue{
    background-color: #6DC9F1;
}
.header-comp-clr-change-green{
    background-color: #009A44;
}
.header-comp-clr-change-purple{
    background-color: #6900A9;
}
.whiteText{
    color: #ffffff !important;
}

.menu_item {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 15px;
}

.menu_item ul {
	padding: 0;
	list-style: none;
	justify-content: space-between;
}

.shop-drop-btn{
    background: #FF7500;
    color: #fff;
    padding-left: 3.5em;
    padding-right: 3.5em;
}

.own-drop-btn{
    background: var(--third-color);
    color: #fff;
    padding-left: 3.5em;
    padding-right: 3.5em;
}

.dispose-drop-btn{
    background-color: #009A44;
    color: #fff;
    padding-left: 3.05em;
    padding-right: 3.05em;
}

.community-drop-btn{
    background-color: #6900A9;
    color: #fff;
    padding-left: 2em;
    padding-right: 2em;
}

.dropdown-menu-shop{
    min-width: 9.7rem;
}

.dropdown-menu-dispose{
    min-width: 10.2rem;
}

.dropdown-menu-community{
    min-width: 10.2rem;
}

.drop-shop-text:hover{
    background: #FF7500;
    color: white;
}

.drop-own-text:hover{
    background: var(--third-color);
    color: white;
}

.custom-close-button{
    position: relative;
    top: -31px;
    font-size: 12px;
    padding: 0.5em;
}

.drop-community-text:hover{
    background-color: #6900A9;
    color: #fff;
}


.navbar-fixed {
    top: 0;
   position: fixed;
   z-index: 999;
    width: 100%;
}

@media only screen and (max-width: 912px) {
    .middle_bar{
        display: none;
    }

    .custom-nav-images{
        display: none;
    }
}

.search_web{
    width: 35%;
}


.custom-dropmenu-style{
    margin-top: 0px !important;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 0 !important;
}

.custom-dropdown-web{
    top: 5px;
    left: 230px;
}

.xt-menu-padding{
    padding: 30px 25px;
    cursor: default;
}

.xt-mob-menu-size{
    font-size: 14px !important;
}

.xt-mob-meu-div{
    margin-top: 5px;
    padding: 4px;
}

.compare-menu-name{
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    font-size: 14px !important;
    font-weight: normal;
}

.sub-catg-img{
    height: 55px;
    width: 55px;
}


/* Mega Menu classes*/

.compare-mega-sub-menu{
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:0;
  left:200px;
}

.compare-mega-menu-link:hover .li_shop{
    color:#fff !important;
}

.compare-mega-menu-link:hover{
    color: #fff !important;
    background: #FF7500;
}

.compare-mega-sub-menu-li{
    padding: 8px 10px;
}

.sub-catg-name-span{
    font-size: 15px !important;
    font-weight: normal;
}

.compare-mega-sub-menu .compare-mega-sub-menu-ul .compare-mega-sub-menu-li {
  color: black;
  padding: 1px 8px;
  text-decoration: none;
  display: block;
}

.compare-mega-sub-menu .compare-mega-sub-menu-ul .compare-mega-sub-menu-li:hover {
    color: #fff !important;
    background: #FF7500;
}

.child-cat-1-menu{
    color:black;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 650px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: 0;
    left: 250px;
    max-height: 600px;
    min-height:480px;
    overflow: auto;
}

.ul-height-sub-menu{
    height:99%
}

.mega_title, .mega_title:hover{
    color: #FF7500;
}

.child-categ-name-li{
    font-size: 15px !important;
    font-weight: normal;
}

.child-categ-name-li a{
    color:black;
}

.view-all-child-categ a{
    color: #009A44;
}

.child-catg-hr{
    border-top: 1px solid #DADADA;
    background-color: #DADADA !important;
    opacity: 100%;
}