﻿.site-navbar {
    margin-bottom: 70px !important;
}
.Menu-Flex {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 3px #888888;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

    .Menu-Flex > div {
        margin: 10px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }

#top-left-menu-toggler {
    color: #000;
    font-size: 1.3rem;
}

.cart-dropdown {
    font-size: 2.6rem;
    margin-right: 9px;
    position: relative;
    margin-top: -12px;
}

    .cart-dropdown.type2 .cart-toggle {
        align-items: center;
    }


.header .cart-dropdown > a {
    margin: 0 -1px 0 -2px;
}


.cart-dropdown .cart-label {
    cursor: pointer;
    display: block;
    font-weight: inherit;
    letter-spacing: -.025em;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
}

.label-block .cart-name {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: -3px;
    text-transform: capitalize;
    color: #000;
}

.label-block .cart-price {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.05em;
    color: #000;
}

.label-block span {
    display: block;
}

.cart-dropdown.type2 .label-block .cart-count {
    font-size: 12px;
    height: 17px;
    line-height: 1.5;
    width: 17px;
    font-family: 'Roboto-Bold';
}


.cart-dropdown.type2 .cart-count {
    background-color: #ff9900;
    border-radius: 50%;
    color: #fff;
    font-size: .9rem;
    height: 1.5rem;
    line-height: 1.7;
    position: absolute;
    right: -11px;
    text-align: center;
    top: -10px;
    width: 1.5rem rem;
    z-index: 1;
}


.cart-dropdown .cart-count {
    color: #9aba3b;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    transition: color .4s;
}

#ddlSearchType {
    border: 2px solid #ced4da;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    border-radius: 5px;
}

#ddlSearchType2 {
    border: 2px solid #ced4da;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    border-radius: 5px;
}

.input-group-append {
    position: absolute;
    right: 1px;
    top: 11px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-append .btnspan {
        position: relative;
        z-index: 2;
        height: 38px;
        margin-top: -3px;
        background-color: #000;
        width: 40px;
        padding-top: 10px;
        /* padding-left: 5px; */
        cursor: pointer;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.search-container {
    position: relative;
}

#topSearchBar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin-right: 30px;
}

#sidebar {
    padding-left: 15px;
}

.form-control {
    border: 2px solid #ced4da !important;
    height: 40px !important;
}

.topBrandsLogo .slick-slide img {
    width: auto !important;
}

.banner-img1 {
    height: 45px !important;
    margin-top: 18px;
}

.banner-img2 {
    height: 40px !important;
    margin-top: 23px;
}

.banner-img3 {
    height: 45px !important;
    margin-top: 21px;
}

.banner-img4 {
    height: 45px !important;
    margin-top: 23px;
}

.banner-img5 {
    height: 70px !important;
    margin-top: 5px;
    margin-bottom: -5px;
}

.segment-three-a {
    border-radius: 10px !important;
    width: 45px !important;
    height: 45px !important;
}

.footer-icon {
    height: 38px !important;
    margin-top: 4px;
    margin-left: 1px;
}

.Footer-bg {
    background-color: #221f1f !important;
}

.cs-paadind {
    padding-left: 0px !important;
}

@media only screen and (min-width: 1200px) {
    .Footer-bg {
        background-image: url(/images/Footer-bg-web.png) !important;
        background-size: cover;
        padding-top: 30px;
        padding-bottom: 55px;
        background-color: #fff !important;
    }

    .margin-footer {
        margin-top: 47px;
        margin-bottom: -47px;
        color: #fff;
    }

    .cs-paadind {
        padding-left: 70px !important;
    }
}

@media only screen and (min-width: 992px) {
    #topSearchBar {
        max-width: 630px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .Footer-bg {
        background-image: none;
        padding-top: 10px;
        background-color: #221f1f;
    }

    #topSearchBar {
        max-width: 630px;
        width: auto;
    }
}

.margin-footer {
    color: #fff !important;
}

    .margin-footer a {
        color: #fff !important;
    }

    .margin-footer:hover a {
        color: #fff !important;
    }

.topbrandsIcons {
    display: none;
}

.logo-site {
    height: 37px !important;
}

.searchbar-mobiles-view {
    display: none;
}

@media only screen and (max-width: 825px) {
    #topSearchBar {
        display: none;
    }
    .site-navbar {
        margin-bottom: 137px !important;
    }
    .searchbar-mobiles-view {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        margin-bottom: 10px;
        padding-bottom: 5px;
        position: fixed;
        top: 65px;
        width: 100%;
        background-color: #fff;
        z-index: 1000;
    }

    .input-group-append {
        position: absolute;
        right: 1px;
        top: 4px;
    }

       

    #divSearchType {
        width: 121px;
    }

    .input-group-append .btnspan {
        padding-left: 10px;
    }

    .Menu-Flex {
        box-shadow: none;
        padding-bottom: 0px;
        border-bottom: 1px solid #eee;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 572px) {
    header {
        width: 100% !important;
        margin-left: 0;
    }
}

@media only screen and (max-width: 572px) {
    header {
        width: 100% !important;
        margin-left: 0;
    }
}

.hide-on-mob {
    display: block;
}

@media (max-width: 1166px) {
    .hide-on-mob {
        display: none !important;
    }

    .logo-site {
        height: 37px !important;
    }
}

.site-mobile-menu::-webkit-scrollbar {
    width: 6px
}

.site-mobile-menu::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 2px
}

.site-mobile-menu::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 2px
}

.sb-user-box {
    display: flex;
    background: #f90;
    padding: calc(20px*2) 20px;
    border-bottom: 0px solid #333;
}
.user-logout {
    font-size: 1rem;
    color: #fff;
    display: flex;
    padding-top: 15px;
    font-family: 'Roboto-Bold';
}
.user-logout:hover {   
    color: #fff;    
}

.searchbar-mobiles-view .input-group-append .btnspan {
    margin-top: 4px;
}

.primary-dropdown span {
    align-self: flex-end;
    border: none;
    cursor: pointer;
    color: #000;
    font-family: 'Roboto-Bold';
    width: 100px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.primary-dropdown span {
    align-self: flex-end;
    border: none;
    cursor: pointer;
    color: #000;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    /* margin-top: 21px; */
}

.user-login:hover {
    color: #000 !important;
}

.user-logout:hover {
    color: #000 !important;
}

.primary-dropdown {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #9aba3b !important;
    border-color: #9aba3b !important;
}
.btn-primary {
    color: #fff;
    background-color: #9aba3b !important;
    border-color: #9aba3b !important;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #F90 !important;
        border-color: #F90 !important;
    }
