﻿@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400&display=swap');

/*@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-light';
    src: url('../../fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-bold';
    src: url('../../fonts/Lato-Bold.ttf') format('truetype');
}*/


body {
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.btn {
    font-family: var(--theme-font);
}

    .btn.active, .btn:active {
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

strong {
    font-weight: bold;
}

.text-theme {
    color: var(--themecolor) !important
}

.text-dark {
    color: #34353e;
}

.btn:focus {
    outline: none;
}

.overflow-hidden {
    overflow: hidden;
}

.btn-theme:hover {
    background: var(--themecolor) !important
}

.bookapp_icoan {
    color: black;
}

#header-single-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    font-size: 14px;
    box-shadow: 1px 1px 5px rgba(130, 130, 130, 0.44);
    /*z-index: 99999999;*/
}

.overlay {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.82);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#header-single-bar .header-top-bar {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
}

    #header-single-bar .header-top-bar > div {
        /*flex:1;*/
    }

    #header-single-bar .header-top-bar .search-group {
        box-shadow: 1px 1px 3px rgba(199, 199, 199, 0.22);
        width: 100%;
        border-radius: 30px;
        border: 1px solid #efefef;
    }

    #header-single-bar .header-top-bar #search_mini_form {
        /*margin-right: 1rem*/
    }

    #header-single-bar .header-top-bar .search-group input[type="text"] {
        margin-top: 0;
        border-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
        letter-spacing: 0;
        width: 100%;
        border: 0;
        border-color: #efefef;
        /*padding: 8px 20px;*/
    }

    #header-single-bar .header-top-bar .search-group:focus {
        border-color: var(--themecolor);
    }

    #header-single-bar .header-top-bar .search-group input[type="text"]:focus {
        box-shadow: none;
    }

    #header-single-bar .header-top-bar .search-group button.btn {
        margin-left: 0;
        border-radius: 30px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background: transparent !important;
    }

        #header-single-bar .header-top-bar .search-group button.btn span:before {
            font-size: 18px;
        }

#header-single-bar .logo {
    max-height: 80px;
    /* max-width: 200px; */
    padding: .5rem 0;
}


#header-single-bar .header-top-bar .navbar-header {
    flex: 1;
    flex-basis: auto;
}

#header-single-bar .header-top-bar .navbar-brand {
    f flex-grow: initial;
    /* margin-right: 1rem; */
    align-items: center;
    justify-content: center;
    margin: auto;
    /*margin-right: 1rem;*/
    /*background: #fff;
        margin-bottom: -20px;
        padding: 8px;
        padding-top: 0;
        border-bottom-left-radius: 42px;
        border-bottom-right-radius: 42px;*/
}

#header-single-bar .header-top-bar .top-right-header {
    flex-basis: auto;
}

#header-single-bar .header-top-bar .center-search {
    flex-basis: 40%;
}

#header-single-bar .header-top-bar .top-right-header-menu .dropdown-menu {
    margin-top: 0;
}

#header-single-bar .header-top-bar .top-right-header-menu li:hover .dropdown-menu {
    visibility: visible;
    transform-origin: top;
    transform: scale(1);
    transition: all 0.2s;
    z-index: 1080;
    padding: 0;
}

#header-single-bar .header-top-bar .top-right-header-menu .currency-dropdown {
    /*border: 1px solid #efefef;
            border-radius: 4px;
            box-shadow: 1px 1px 2px rgba(199, 199, 199, 0.22);*/
    /*margin-left: .75rem;*/
}

    #header-single-bar .header-top-bar .top-right-header-menu .currency-dropdown .currency-selector {
        width: 100%;
        height: 30px;
        padding-left: .5rem;
        border: 0;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        /*background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='#000' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") 100%/16px no-repeat;*/
        font-family: inherit;
        color: inherit;
        padding-right: .9rem;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 23px;
        outline: none;
    }

#header-single-bar .header-top-bar .top-right-header-menu .cart-widget {
    position: relative;
    /*margin-right: .5rem;*/
    /*margin-top: .25rem;*/
    padding: .5rem .5rem;
    z-index: 1;
}

#header-single-bar .header-top-bar .top-right-header-menu .book_appointment > a {
    /*padding: 9px 9px 6px 9px;*/
    border-radius: 50%;
    background: var(--themehovercolor);
}

#header-single-bar .header-top-bar .top-right-header-menu .cart-widget > a {
    padding: 9px 9px 6px 9px;
    border-radius: 50%;
    background: var(--themehovercolor);
}

    #header-single-bar .header-top-bar .top-right-header-menu .cart-widget > a:hover {
        background: var(--themehovercolor);
    }

#header-single-bar .header-top-bar .top-right-header-menu .cart-widget svg {
    fill: var(--themecolor);
    height: 16px;
    width: 16px;
}

#header-single-bar .header-top-bar .top-right-header-menu .cart-widget > a:hover svg {
    fill: var(--themecolor);
}

#header-single-bar .header-top-bar .top-right-header-menu .cart-widget a .badge-count, #header-single-bar .header-top-bar .top-right-header-menu .btn-dropdown .badge-count {
    position: absolute;
    font-weight: normal;
    background-color: var(--themecolor);
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    position: absolute;
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    top: 3px;
    right: -1px;
    padding: 0;
}

#header-single-bar .header-top-bar .top-right-header-menu li {
    /* padding: 0.5rem; */
}

    #header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown {
        position: relative;
        padding: .5rem;
    }

        #header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown > a {
            background: var(--themehovercolor);
            border-radius: 50%;
            padding: .4375rem;
            color: var(--themecolor) !important;
        }

    #header-single-bar .header-top-bar .top-right-header-menu li.btn-dropdown {
        position: relative;
        padding: .5rem .5rem;
    }

    #header-single-bar .header-top-bar .top-right-header-menu li.btn-visitors {
        display: none;
    }

    #header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown .dropdown-menu {
        position: absolute;
        right: 8px;
        left: auto;
        border-radius: 3px;
        border: #fff;
        top: 100%;
        margin: 0;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.09);
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.09);
    }

#header-single-bar .header-top-bar .top-right-header-menu .dropdown-menu:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    top: -12px;
    right: 10px;
}

#header-single-bar .header-top-bar .top-right-header-menu .dropdown-menu:before {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-bottom-color: #efefef;
    top: -13px;
    right: 10px;
}

#header-single-bar .header-top-bar .top-right-header-menu li i {
    color: var(--themecolor);
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

#header-single-bar .header-top-bar .top-right-header-menu li:hover i {
    color: var(--thmecolor) !important;
}

#header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown .dropdown-menu li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
}

    #header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown .dropdown-menu li a:hover {
        color: var(--themecolor) !important;
        background: var(--themehovercolor) !important;
    }

#header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
}

#header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown .dropdown-menu li a span {
    flex: 1;
}

#header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown .dropdown-menu li a i {
    margin-right: 5px;
    line-height: 24px;
}

#header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown .dropdown-menu li a .badge {
    margin-bottom: 0;
}

#header-single-bar .header-top-bar .top-right-header-menu .header-badge .badge {
    background-color: var(--themecolor) !important;
}

#header-single-bar .header-bottom {
    background: var(--themehovercolor);
}

#header-single-bar .header-bottom-navigation .bottom-nav {
    position: relative;
    /*height: 100%;*/
}

    #header-single-bar .header-bottom-navigation .bottom-nav > li {
        /*height: 100%;*/
    }

        #header-single-bar .header-bottom-navigation .bottom-nav > li a {
            text-decoration: none !important;
            font-size: 1rem;
        }

        #header-single-bar .header-bottom-navigation .bottom-nav > li > a:hover {
            color: var(--themecolor);
        }

        #header-single-bar .header-bottom-navigation .bottom-nav > li.active > a {
            color: var(--themecolor);
        }

        #header-single-bar .header-bottom-navigation .bottom-nav > li > a {
            color: #353535;
            position: relative;
            padding: 25px 8px;
            font-size: 13px;
            text-align: -webkit-center;
            font-weight: bold;
            height: 100%;
            /* box-sizing: border-box; */
            display: block;
            align-items: center;
            text-transform: uppercase;
        }

            #header-single-bar .header-bottom-navigation .bottom-nav > li > a.dd-toggle {
                position: static;
                display: none;
            }

            #header-single-bar .header-bottom-navigation .bottom-nav > li > a i {
                /*display: none;*/
            }

            #header-single-bar .header-bottom-navigation .bottom-nav > li > a:after {
                content: '';
                position: absolute;
                left: 18px;
                right: 18px;
                height: 2px;
                background: transparent;
                bottom: 0;
                transform: scale(0,1);
                transition: 0.4s;
            }

            #header-single-bar .header-bottom-navigation .bottom-nav > li > a:hover:after, #header-single-bar .header-bottom-navigation .bottom-nav > li.active > a:after {
                background: var(--themecolor);
                transform: scale(1,1);
            }

    #header-single-bar .header-bottom-navigation .bottom-nav li.dropdown {
        position: static;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu {
        max-width: 900px;
        width: auto;
        overflow: hidden;
        display: none;
        margin: 0 auto;
        left: 0;
        right: 0;
        border: 0;
        border-radius: 0;
        transition: display ease 0.3s;
        /*transform: translateY(10px);*/
    }


    #header-single-bar .header-bottom-navigation .bottom-nav li .dropdown-menu > li > a {
        font-weight: 500;
        text-shadow: none;
        font-size: 14px;
        background: #ecf6fb;
        padding: .75rem 1rem;
        /*border-bottom: 1px solid #efefef;*/
        /*text-transform: uppercase;*/
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li > a:hover {
        color: var(--themecolor);
        background: var(--themehovercolor) !important
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li:hover .dropdown-toggle .icon-angle-down:before {
        transform: rotate(180deg);
        transition: 0.3s;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu .SubDrop {
        /*background: #fff;
        border-radius: 0;*/
    }

        #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu .SubDrop li a {
            padding: 5px 20px;
            font-size: 13px;
            display: block;
            clear: both;
            font-weight: normal;
            line-height: 19px;
            color: #333333;
            white-space: nowrap;
            text-transform: capitalize;
        }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li {
        border: 0;
        margin-left: 5px;
        border-radius: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 10px;
        border-left: 1px solid var(--themehovercolor);
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu .SubDrop li a:hover {
        color: var(--themecolor);
        background-image: none;
        background-color: white;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li:hover > .dropdown-menu .SubDrop {
        left: inherit;
        top: inherit;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        position: relative;
        box-shadow: none;
        width: 100%;
        /*padding: 5px 0;*/
        border: none;
        margin: 0;
        background: none;
        display: block;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > .dropdown-menu .SubDrop {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.btn.btn-icon {
    background-color: #fff;
    background: var(--themehovercolor) !important;
    border-radius: 50%;
    max-height: 34px;
    height: 34px;
    width: 34px;
    max-width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ecf6fb !important;
    color: var(--themecolor) !important;
    padding: 0;
}

    .btn.btn-icon:hover {
        background: rgba(15, 142, 199, 0.08);
    }

.btn.search-btn-icon.btn-icon {
    max-height: 28px;
    height: 28px;
    width: 28px;
    max-width: 28px;
    margin-left: .5rem;
}


#header-single-bar .header-badge .badge {
    min-width: 18px;
    height: 18px;
    padding: 0 !important;
    text-align: center;
    font-weight: normal;
    text-shadow: none;
    line-height: 18px;
    top: -51px;
    /* MARGIN-TOP: -35PX; */
    left: 14px;
}

#header-single-bar .top-right-header .btn-icon i {
    /*padding: .4375rem;*/
}

#header-single-bar .top-right-header .mobile-search-link {
    display: none;
}

#header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li.brand-list {
    border: 0;
}

.brand-box {
    margin-bottom: .5rem;
    width: 150px;
}

#header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li.brand-list a {
    border: 0;
    background: #fff;
    text-align: center;
}

/*.stellarnav ul ul {
    background: #fff;
}*/

.card-header {
    padding: .5rem .75rem;
    border-bottom: 1px solid #efefef;
}

.card-footer {
    padding: .5rem .75rem;
    border-top: 1px solid #efefef;
}

    .card-footer .btn {
        color: #fff !important;
    }

.cart-body {
    position: absolute;
    min-width: 250px !important;
    background: #fff;
    display: none;
    right: 8px;
    z-index: 1222;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.09);
    border: 0;
    border-radius: 3px;
    left: auto;
    text-align: left;
}

    .cart-body h2 {
        font-size: 16px;
    }

.cart-item {
    padding: .75rem;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.cart-items-list {
    overflow-y: auto;
    height: 100%;
    max-height: 360px;
}

    .cart-items-list .cart-item:nth-of-type(odd) {
        background: rgba(222, 222, 222, 0.08);
    }

.cart-item-img {
    height: 100px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
}

.cart-item img {
    width: 60px;
    height: auto;
}

.item-price {
    font-size: 16px;
    color: #34353e;
    font-weight: bold
}

.item-name h3 {
    font-size: 15px;
    font-weight: normal;
    margin: 5px 0;
    color: #424242;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: var(--theme-font);
}

.item-info table td {
    padding: 0;
    font-size: 12px;
    border: 0;
    line-height: 1.6;
}

    .item-info table td strong {
        font-weight: bold;
        margin-left: .5rem;
        color: #34353e;
    }

#header-single-bar .header-top-bar .top-right-header-menu .btn-item-delete {
    position: absolute;
    right: 10px;
}

.navbar-toggle {
    display: none !important;
}

#header-single-bar .header-bottom-navigation li.brandImg {
    text-align: center;
}

#header-single-bar .header-bottom-navigation .bottom-nav li.dropdown.brandWrap {
    width: 100%;
    display: block;
    border: 0;
    margin: 0 !important;
}


#header-single-bar li.dropdown.brandWrap .dropdown-menu {
    position: static;
    width: 100%;
    display: block;
    border: 0 !important;
    box-shadow: none !important;
    overflow-y: auto;
    max-height: 400px;
}

#header-single-bar .brandWrap .dropdown-menu .brandImg {
    max-height: 120px;
}

    #header-single-bar .brandWrap .dropdown-menu .brandImg a img {
        width: 130px;
        height: auto;
        min-height: initial;
        max-height: 100%;
        margin: auto;
        max-width: 100%;
    }

@media (min-width: 992px) {
    .brandWrap .dropdown-menu {
        grid-template-columns: repeat(4, 1fr);
    }

        .brandWrap .dropdown-menu .brandImg:hover {
            transform: none !important;
        }
    /*#header-single-bar .header-bottom-navigation .bottom-nav li.dropdown {
        position: relative
    }*/
    #header-single-bar .header-bottom-navigation .bottom-nav > li:hover > .dropdown-menu {
        flex-wrap: wrap;
        flex-direction: column;
        max-height: calc(100vh - 50px);
        display: flex;
        column-count: 5;
        column-gap: 0;
        /*background: rgba(255,255,255,1);
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgb(249, 253, 255,1) 0%, rgb(249, 253, 255,1) 24%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 50%, rgb(249, 253, 255,1) 50%, rgb(249, 253, 255,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgb(249, 253, 255,1)), color-stop(24%, rgb(249, 253, 255,1)), color-stop(24%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgb(249, 253, 255,1)), color-stop(75%, rgb(249, 253, 255,1)), color-stop(75%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgb(249, 253, 255,1) 0%, rgb(249, 253, 255,1) 24%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 50%, rgb(249, 253, 255,1) 50%, rgb(249, 253, 255,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgb(249, 253, 255,1) 0%, rgb(249, 253, 255,1) 24%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 50%, rgb(249, 253, 255,1) 50%, rgb(249, 253, 255,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgb(249, 253, 255,1) 0%, rgb(249, 253, 255,1) 24%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 50%, rgb(249, 253, 255,1) 50%, rgb(249, 253, 255,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgb(249, 253, 255,1) 0%, rgb(249, 253, 255,1) 24%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 50%, rgb(249, 253, 255,1) 50%, rgb(249, 253, 255,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );*/
    }

    .dropdown-menu > li.mobile-link {
        display: none !important;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu {
        width: 800px;
        margin-left: 0;
        position: absolute;
        overflow-y: unset;
        padding-bottom: 0;
        border-radius: 0;
        border: 0;
    }

        /*#header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li {
            width: 800px;
            overflow: unset;
            padding-bottom: 0;
        }

        #header-single-bar .header-bottom-navigation .bottom-nav > li:hover > .dropdown-menu {
        display: block ;
        overflow: unset;
    }*/

        #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu .SubDrop {
            /*position: absolute !important;
            left: 100% !important;
            background: #fff !important;
            transform: translateX(10px);
            opacity: 0;
            transition: .3s;
            transform-origin: top;
            top: 0 !important;*/
            /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            padding-top: 0 !important;
            border: 1px solid #ddd !important;
            border-top: 2px solid var(--themecolor) !important;*/
        }

            #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu .SubDrop li a {
                white-space: nowrap;
                background-color: white !important;
            }

        /*#header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > .dropdown:hover .SubDrop {
        transform: translateX(0);
        top: 0;
        opacity: 1;
    }*/
        #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu.branddropdown {
            /*column-count: 1;*/
            width: auto;
        }

    #header-single-bar .header-bottom-navigation .bottom-nav li.dropdown.brandWrap {
        width: 500px;
        display: block;
        border: 0;
        margin: 0 !important;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li:hover > .dropdown-menu.branddropdown {
        display: block;
        /*width: 100%;*/
    }
}
/*responsive*/
@media (min-width: 992px) and (max-width:1024px) {
    #header-single-bar .header-bottom-navigation .bottom-nav > li > a {
        padding: 15px .75rem;
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {


    #header-single-bar .header-top-bar .search-group input[type="text"] {
        width: 100%;
    }

    .navbar-header {
        display: flex;
    }
}

@media (max-width: 991.98px) {
    #header-single-bar .header-bottom-navigation .bottom-nav a.dd-toggle {
        position: static;
        display: none !important;
    }

    #header-single-bar .header-top-bar {
        padding: .35rem 0;
    }

    #header-single-bar .navbar-toggle {
        display: block !important;
        top: 22px;
        right: 20px;
    }

    #header-single-bar .top-right-header-menu {
        margin-right: 32px;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > a:before {
        /*content: "\f107";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        position: absolute;
        right: 1.2rem;*/
    }

    #header-single-bar .header-bottom-navigation .bottom-nav li {
        height: auto;
        text-align: left;
        display: block;
        position: static
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > a {
        justify-content: space-between;
        display: flex;
        padding: 1rem;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li.active > a:after {
        background: var(--themecolor);
    }


    #header-single-bar .header-bottom-navigation .bottom-nav > li > a.dropdown-toggle {
        position: relative
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li {
        padding-bottom: 0
    }

    #header-single-bar .header-bottom-navigation .bottom-nav li .dropdown-menu {
        position: static;
        z-index: 9999;
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow-y: auto;
        box-shadow: none;
        padding-top: 0;
        border: 0;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li > a {
        padding-left: 1.5rem;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu .SubDrop li a {
        padding: .5rem 1rem;
        padding-left: 1.65rem;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li.open > .dropdown-menu {
        display: block;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li .dropdown-menu.droptoggle {
        display: block;
        width: 100%;
        max-height: 100%;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu .SubDrop {
        border-right: 0;
        position: static;
        display: block;
        float: none;
        box-shadow: none;
        border: 0;
    }

    #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li {
        border: 0;
        margin: 0;
        border-radius: 0;
    }

        #header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li > a.linkDrop {
            font-weight: bold;
        }

    #header-single-bar .container {
        width: auto !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #header-single-bar .header-bottom-navigation .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    #header-single-bar .header-bottom-navigation {
        transform: translateX(108%);
        -webkit-transform: translateX(108%);
        -moz-transform: translateX(108%);
        position: fixed;
        height: auto;
        margin-top: 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        bottom: 0;
        margin-bottom: 0;
        top: 0;
        left: auto;
        right: 0;
        padding-left: 0;
        z-index: 9;
        /*background: #fff;*/
        background: rgba(0, 0, 0, 0.4);
    }

        #header-single-bar .header-bottom-navigation.open {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
        }

        #header-single-bar .header-bottom-navigation .bottom-nav {
            display: block !important;
            float: right !important;
            width: 200px;
            padding-top: 50px;
            height: 100%;
            margin: 0;
            overflow-y: auto;
            box-shadow: 1px 1px 13px rgba(39, 39, 39, 0.07);
            background: #fff;
            -webkit-transition: .5s;
        }

    .stellarnav.mobile .menu-toggle {
        display: none;
    }

    .navbar-toggle .icon-bar {
        height: 2px;
        width: 18px;
        background: var(--themecolor);
        display: block;
        position: relative;
        margin: 2px 0;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
    }

    .navbar-toggle {
        background: transparent !important;
        margin-left: 0;
        padding: 5px 0;
        position: fixed;
        z-index: 9;
    }

        .navbar-toggle:focus, .navbar-toggle:hover {
            background: transparent !important;
            outline: none;
            box-shadow: none !important;
        }


        .navbar-toggle .icon-bar:before {
            content: '';
            height: 2px;
            width: 24px;
            background: var(--themecolor);
            position: absolute;
            top: 6px;
            left: 0;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
        }

        .navbar-toggle .icon-bar:after {
            content: '';
            height: 2px;
            width: 24px;
            background: var(--themecolor);
            display: inline-block;
            position: absolute;
            bottom: 6px;
            left: 0;
            transition: .3s;
            -webkit-transition: .3s;
            -moz-transition: .3s;
        }

        .navbar-toggle.toggle-icon .icon-bar {
            background: transparent;
        }

            .navbar-toggle.toggle-icon .icon-bar:before {
                top: 0;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
            }

            .navbar-toggle.toggle-icon .icon-bar:after {
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                bottom: 0;
            }

    button.search-toggle {
    }

    .navbar-toggle.toggle-icon {
        transform: scale(.9);
    }

    .back {
        position: absolute;
        top: 10px;
        left: 10px;
    }
}

@media (max-width:767.98px) {
    .btn.search-btn-icon.btn-icon {
        display: block !important;
    }

    #header-single-bar .top-right-header.header-right .nav > li > a.btn-icon {
        font-size: 12px !important;
    }

    #search_mini_form {
        display: none;
    }

    #header-single-bar .top-right-header .mobile-search-link {
        display: block;
    }
    /*#header-single-bar .header-top-bar .search-group {
            display: none;
        }*/
    #header-single-bar #mobile-search {
        top: 44px;
    }

    #header-single-bar .logo {
        max-height: 50px;
        max-width: 100px;
    }

    #header-single-bar .container {
        width: auto !important;
        padding-left: .75rem;
        padding-right: .75rem;
    }


    #header-single-bar .header-top-bar .top-right-header-menu .cart-widget {
        /*margin-right: .15rem;
            margin-top: .15rem;*/
    }



        #header-single-bar .header-top-bar .top-right-header-menu .cart-widget a .badge-count {
            height: 16px;
            min-width: 16px;
            font-size: 8px;
            line-height: 16px;
        }





    #header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown .dropdown-menu li a i {
        line-height: 15px;
    }

    #header-single-bar .header-top-bar .header-right ul li .dropdown-menu a {
        padding: 8px 10px;
        font-size: 13px;
    }

    #header-single-bar .header-badge .badge {
        min-width: 13px;
        height: 13px;
        margin-top: 0px;
        top: -31px;
        line-height: 14px;
    }
}

@media (max-width:575.98px) {
    #header-single-bar .navbar-toggle {
        top: 23px;
    }

    .btn_visit {
        height: 20px !important;
    }

    #header-single-bar .top-right-header.header-right .nav > li > a.btn-icon {
        padding: .282rem;
    }

    #header-single-bar .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .btn.btn-icon {
        max-height: 25px;
        height: 25px;
        width: 25px;
        max-width: 25px;
        line-height: 18px;
        box-sizing: border-box;
    }

    #header-single-bar .header-top-bar .search-group input[type="text"] {
        padding: 5px 15px;
    }

    #header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown {
        padding: .25rem;
    }

        #header-single-bar .header-top-bar .top-right-header-menu li.user-dropdown > a {
            font-size: 12px !important;
            line-height: 16px;
            font-size: 12px !important;
            line-height: 16px;
            padding: .282rem;
        }

    #header-single-bar .header-top-bar .top-right-header-menu .cart-widget > a {
        padding: 3px 6px 3px 6px;
    }

    #header-single-bar .header-top-bar .top-right-header-menu .cart-widget svg {
        height: 13px;
        width: 13px;
    }

    #header-single-bar .header-top-bar .top-right-header-menu li i {
        line-height: 16px;
        height: 16px;
        width: 16px;
    }

        #header-single-bar .header-top-bar .top-right-header-menu li i:before {
            font-size: 12px;
        }

    #header-single-bar .header-top-bar .top-right-header-menu .currency-dropdown .currency-selector {
        font-size: 10px;
        padding-right: .5rem;
        padding-left: .35rem;
        height: 24px;
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='#000' viewBox='0 0 24 24' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") 100%/8px no-repeat;
    }

    #header-single-bar .header-top-bar .top-right-header-menu .cart-widget {
        padding: .25rem .25rem;
        padding-left: .5rem;
    }

    #header-single-bar .header-top-bar .top-right-header-menu .currency-dropdown {
        margin-left: .15rem;
    }

    #header-single-bar .header-top-bar .top-right-header-menu .cart-widget a .badge-count {
        height: 14px;
        min-width: 14px;
        font-size: 7px;
        line-height: 14px;
        top: -4px;
        right: -2px;
    }

    .cart-body {
        min-width: 200px !important;
    }

    #header-single-bar .header-top-bar .top-right-header-menu li .dropdown-menu {
        right: 0 !important;
        top: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.stellarnav li a {
    color: #424242;
}

.stellarnav li li.has-sub > a:after {
    border-left-color: #888 !important;
}

#header-single-bar .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li > a:hover:after {
    color: var(--themecolor) !important;
}

a.noChild {
    background-color: #fff !important;
}

/*.stellarnav li li.has-sub > a:after {
    margin-left: 0px;
    border: 0 !important;
    position: relative;
    top: 4px;
    content: "\f3d3";
    /*display: inline-block;*/
/*font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;*/
/*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
/* font-size: 16px; */
/*font-size: inherit;*/
/*}*/

.close-menu.full {
    display: none !important;
}

.stellarnav.mobile ul {
    background: #fff !important
}

#header-bottom .header-bottom-navigation .bottom-nav > li > .dropdown-menu .SubDrop {
    border-right: 2px solid rgba(15, 142, 199, 0.08);
}



#header-bottom .header-bottom-navigation .bottom-nav > li > .dropdown-menu > li > a {
    font-weight: bold;
    text-shadow: none;
    font-family: Lato-Bold;
    font-size: 14px;
    background: rgba(15, 142, 199, 0.08);
    padding: .35rem 1rem;
}

#header-bottom .header-bottom-navigation li.brandImg {
    text-align: center;
    margin-bottom: .5rem;
    width: 150px;
}

.brandWrap .dropdown-menu .brandImg a .imgBox {
    /*margin-bottom: .5rem;
        width: 150px;*/
}
/*Custome Search Bar Sectoin Start*/
div#drope_box {
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    background: #fff;
    box-shadow: 0 9px 8px -3px rgb(64 60 67 / 24%), 8px 0 8px -7px rgb(64 60 67 / 24%), -8px 0 8px -7px rgb(64 60 67 / 24%);
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 0 10px 10px;
    padding-bottom: 4px;
    overflow: hidden;
    padding: 16px;
}
/*.recent_search_history {
    margin-bottom: 20px;  
    display: grid;   
    grid-template-columns: repeat(4, 0fr);
}*/
.recent_search_title {
    display: flex;
    justify-content: space-between;
}

.recent_search_history a p {
    background: #f0f0f0;
    display: inline-block;
    padding: 5px;
    color: #000;
}

.top_search_list a p {
    margin-bottom: 0;
}

img.delete_icon {
    width: 20px;
}

.recent_search_title h3 {
    font-size: 15px;
}

.top_search_list a {
    color: #bb0c0c;
    background: rgba(187,12,12,.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: .08rem;
    margin-top: .3rem;
    margin-right: .34rem;
    font-size: 19px;
    font-weight: bold;
    padding: 10px;
}

.top_search_list a {
    color: var(--themecolor);
    background: var(--MeasurementsLodarColor2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: .08rem;
    margin-top: .3rem;
    margin-right: .34rem;
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
    display: inline-flex;
    align-items: center;
}

.top_search-img {
    margin-left: 12px;
    width: 17px;
}

.recent_search_main {
    position: relative;
    display: inline-flex;
}

    .recent_search_main .closeView {
        position: absolute;
        right: -3px;
        top: -9px;
    }

    .recent_search_main .SelectRecent {
        margin-left: 10px;
    }
/*Custome Search Bar Sectoin End*/