#header   .submenu {
    position: relative;
    padding:5px;
    margin:5px;
     
}
#header .dropdown-mega-sub-title {
    font-size: 14pt;
    color: #9ca2aa;
     
    margin-bottom: 10px;
}

    #header   .submenu-item {
        padding: 15px 75px 15px 15px;
        border-radius: 8px !important;
        transition: all 0.2s linear;
    }

        #header .submenu-item h5 {
            font-size: 12pt;
            color: #24A8AF;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-right: 80px;
        }

#header  .submenu-item h6 {
    font-size: 11pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right:80px;
}

#header   .submenu-item .submenu-item-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 45px;
}

 

.rb-ofh {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}


.header-body {
    border: 0;
    box-shadow: none;
    background-color: transparent !important;
}

.header-container {
    padding: 10px 30px;
    border-radius: 0px 0px 32px 32px;
    box-shadow: rgba(158, 158, 158, 0.25) 0px 0px 12px 0px;
    background-color: white;
}

.btn-custom {
    border: 1px solid #11a8a3 !important;
    border-radius: 12px !important;
    padding: 12px 16px;
    box-sizing: border-box;
    display: flex;
    color: #fff;
    background-color: #1cc0bb !important;
    font-weight: 600;
    font-size: 1rem;
}

.btn-custom-dark {
    border: 1px solid #11a8a3 !important;
    border-radius: 12px !important;
    padding: 12px 16px;
    box-sizing: border-box;
    color: #fff;
    background-color: #159F9B !important;
    font-weight: 600;
    font-size: 1rem;
}

    .btn-custom:hover {
        background: #159f9b;
        color: #ffffff
    }

.btn-cart {
    position: relative;
    background: #f7f7f7;
    padding: 16px 12px;
    border: 1px solid #f7f7f7;
    color: #1dbab5;
    border-radius: 12px;
}

    .btn-cart:hover {
        background: #1dbab5;
        color: #fff
    }

@media (max-width: 991px) {
    #header .header-nav-main {
        border-radius: 16px;
        margin-top: 5px;
        background-color: white;
    }

        #header .header-nav-main:before {
            background-color: transparent;
        }

        #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:hover {
            background-color: #24a8af54;
            color: white;
            border-radius: 7px !important;
        }
}

.shop {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .shop {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .shop {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .shop {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .shop {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .shop {
        max-width: 1320px
    }
}

.owl-item {
    border-radius: 10px;
}


@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 1.6rem;
        box-shadow: rgba(158, 158, 158, 0.25) 0px 0px 12px 0px;
        border-radius: 20px;
    }
}