:root {
    --primary-color: #1455ac;
    --app-color: #7AB333;
    --text-color: #333;
}


.collapsebyphone {
    display: none;
}

.offerDisplay {
    display: block;
}

.authView {
    display: block;
}

.dropdown-menu {
    min-width: 251px !important;
    margin-left: -8px;
    border-top-left-radius: .1px;
    border-top-right-radius: .1px;
}

.card-body.search-result-box {
    overflow: scroll;
    height: 400px;
    overflow-x: hidden;
}

.seller {
    font-weight: 600;
}

.active .seller {
    font-weight: 700;
}

.for-count-value {
    position: absolute;

    right: 0.6875rem;
    ;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: rgb(0, 34, 128);

    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

/* by Nazmul */

.top-wish .navbar-tool-icon-box {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: transparent !important;
}

.top-wish .navbar-tool-icon {
    line-height: 1.2;
    font-size: 1rem;
}

.top-wish .navbar-tool .navbar-tool-label {
    width: 1rem;
    height: 1rem;
}

.top-wish.navbar-tool .navbar-tool-label {
    width: .75rem;
    height: .75rem;
    font-size: .5rem;
    line-height: .8rem;
    top: -.2rem;
    right: -0.5rem;
    padding: 0;
}

.top-wish a.bg-secondary:hover,
.top-wish a.bg-secondary:focus {
    background: transparent !important;
    color: var(--accent) !important;
}


.top-lang .topbar-link img {
    position: relative;
    top: -2px;
}

.topbar-text.top-lang {
    position: relative;
    top: -1px;
}

.top-right-f .fa-phone-square {
    position: relative;
    top: -2px;
}

.btn-fb,
.btn-g {
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 1.2em;
}

.btn-fb {
    background-color: #1977F2;
}

.btn-g {
    background-color: #DB4437
}

.steps-light .step-item:hover {
    color: rgb(34 107 149);
}

.btn-fb:hover,
.btn-g:hover,
.btn-fb:focus,
.btn-g:focus {
    color: #fff;
    background: #226b95;
}

ul.hori-mega-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 75vh;
    position: absolute;
    left: 0;
    transition: .3s;
    top: 130%;
    width: 800px;
    background: #fff;
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    overflow-y: scroll;
}

.list-brand {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    overflow-y: scroll;
}

ul.hori-mega-nav li {
    float: left;
    width: 25%;
}

li.nav-item.has-mega-nav {
    position: relative;
}

li.nav-item.has-mega-nav>a:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    right: 7px;
    top: 52%;
    transform: translateY(-50%);
    font-size: .8rem;
}

ul.hori-mega-nav li a {
    display: block;
    padding: 8px 11px;
    text-overflow: ellipsis;
    border-bottom: 1px solid #e3e9ef;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    text-transform: capitalize;
    border-left: 1px solid #e3e9ef;
    padding-right: 20px;
}

ul.hori-mega-nav li:nth-child(even) a {
    border-left: 1px solid #e3e9ef;
}

li.nav-item.has-mega-nav:hover .hori-mega-nav {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
}

ul.hori-mega-nav .badge {
    color: #226b95;
    float: right;
    position: absolute;
    right: 3px;
    border: 1px solid #226b957a;
    padding-left: 3px;
    padding-right: 3px;
}

.text-center.search-brand-form input {
    border: 1px solid #226b95;
    height: 31px;
    padding: 5px;
    border-radius: 2px;
}

.text-center.search-brand-form input[type="submit"] {
    background: #226b95;
    color: #fff;
    margin-left: 4px;
    padding: 5px 15px;
}

.text-center.search-brand-form {
    margin: 7px 0;
}

.text-center.search-brand-form input[type="text"]:focus,
.text-center.search-brand-form input[type="text"]:hover {
    border-color: #226b95;
    box-shadow: none;
    outline: none;
}

.brand-search-wrap .input-group-text {
    padding: 7px 10px;
    color: #226b95;
    border-color: #226b95;
}

/* end */

@media only screen and (min-width:320px) and (max-width: 992px) {
    /* .collapsebyphone {
        display: block;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    } */

    .offerDisplay {
        display: none;
    }

    .search_button .input-group-text {
        border: 0 !important;

        border-radius: 0 !important;
    }



    /* .authView {
        display: none;
    } */
}

.authView,
.cartview,
.input-group-text {
    border: 0 !important;

    border-radius: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    ul.hori-mega-nav {
        width: 675px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.hori-mega-nav {
        width: 400px;
    }

    ul.hori-mega-nav li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .navbar-sticky.navbar-stuck .navbar-stuck-menu.show {
        display: block;
        height: 55px !important;
    }

    li.nav-item.has-mega-nav>a {
        padding-right: 1.75rem !important;
    }

}

@media (min-width: 768px) {
    .navbar-stuck-menu {
        background-color: var(--app-color);
        line-height: 15px;
        padding-bottom: 6px;
    }

    .web {
        display: block;
    }

    .mobile {
        display: none;
    }

    ul.list-brand li a {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .search_button {
        background-color: transparent !important;
    }

    .search_button .input-group-text i {
        color: rgb(0, 34, 128) !important;
    }

    .navbar-expand-md .dropdown-menu>.dropdown>.dropdown-toggle {
        position: relative;
        padding-right: 1.95rem;
    }

    .navbar-brand img {}

    .web {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mega-nav1 {
        background: white;
        color: rgb(0, 34, 128) !important;
        border-radius: 3px;
    }

    .mega-nav1 .nav-link {
        color: rgb(0, 34, 128) !important;
        margin-top: 5px !important;
    }

    .text-center.search-brand-form input[type="submit"] {
        padding: 0px 15px;
    }

    .default-brand-innerm li a span,
    .list-brand li a span {
        border: 1px solid #e3e9ef;
        padding: 2px 4px;
        margin-left: 5px;
    }

    .default-brand-innerm li a,
    .list-brand li a {
        display: block;
        text-align: center;
        padding-bottom: 3px;
        border-bottom: 1px solid #e3e9ef;
    }
}

@media (max-width: 768px) {
    .tab-logo {
        width: 10rem;
    }
}

@media (max-width: 360px) {
    .mobile-head {
        padding: 3px;
    }
}

@media (max-width: 471px) {
    .navbar-brand img {}

    .web {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .mega-nav1 {
        background: white;
        color: rgb(0, 34, 128) !important;
        border-radius: 3px;
    }

    .mega-nav1 .nav-link {
        color: rgb(0, 34, 128) !important;
    }
}

/*category mega menu*/
.mega-menu {
    position: relative;
}

li.m-parent {
    margin-top: -1px;
}

.mega-menu-inner {
    width: 915px;
    position: absolute;
    z-index: 99;
    background: white;
    left: 100%;
    top: 0;
    padding: 8px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 12%);
    border-radius: 5px;
    min-height: 100%;
}

.home-sidebar ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.mega-menu-inner-wrap {
    display: flex;
    flex-wrap: wrap;
}

.mega-menu-inner-wrap .c-20 {
    max-width: 20%;
    flex: 0 0 20%;
}

.mega-menu-inner-wrap a {
    display: block;
    padding: 0 4px;
    font-size: .875rem;
    text-transform: capitalize;
}

ul.mega-menu-inner-list {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}

li.m-parent:first-child {
    margin-top: 0;
}

li.m-parent>a {
    font-size: .875rem;
    padding-left: .35rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border: 1px solid #e3e9ef;
    display: block;
    padding-right: 1.4rem;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
    text-overflow: ellipsis;
}

.mega-menu-inner-wrap a:hover,
.mega-menu-inner-wrap a:hover {
    font-weight: 600;
}

li.m-parent>a:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.mega-menu-inner {
    opacity: 0;
    visibility: hidden;
}

li.m-parent:hover .mega-menu-inner {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu .mega-menu-inner-wrap a {
    line-height: 21px;
}

ul.mega-menu.dropdown-menu {
    padding-top: 0;
    min-width: 225px !important;
}

.mega-nav {
    width: 225px;
}

@media only screen and (max-width: 1199px) {
    li.m-parent>a {
        font-size: .775rem;
        padding-left: .25rem;
        padding-top: .4rem;
        padding-bottom: .4rem;
        padding-right: 0.5rem;
    }

    .mega-menu-inner {
        width: 880px;
    }

    .mega-menu-inner-wrap .c-20 {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

@media only screen and (max-width: 1100px) {
    .mega-menu-inner {
        width: 785px;
    }

    .mega-menu-inner-wrap .c-20 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .mega-nav .nav-item .nav-link {
        padding-left: 10px !important;
    }

    .mega-nav {
        width: 200px;
    }

    ul.mega-menu.dropdown-menu {
        min-width: 200px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .mega-menu-inner {
        width: 660px;
    }

    .mega-menu-inner-wrap .c-20 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

@media only screen and (max-width: 900px) {
    .dropdown-menu.mega-menu .mega-menu-inner {
        width: 560px;
    }

    .mega-menu-inner {
        width: 520px;
    }

    .mega-menu-inner-wrap .c-20 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: Pink;
}