.fixed {
    position: fixed;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    box-shadow: 0 0 22px -4px rgb(0 0 0 / 17%);
    -webkit-animation: fixedheader 600ms ease 0ms 1 forwards;
    animation: fixedheader 600ms ease 0ms 1 forwards;
}
.top-navbar{
    background: white;
    z-index: 9999;
}

.top-navbar-title{
    margin-left: auto;
    margin-right: auto;
}
.top-navbar_full{
    display: flex;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    justify-content: space-between;
    padding: 10px 0px;
}
.top-navbar-title h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2953E8;
}
.top-navbar-title p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2953E8;
}
.navbar-boder {
    background: rgb(30 41 59 / 10%);
    height: 1px;
    width: 100%;
}
.homepage-cart-sec li{
    display: inline;
    position: relative;
}
.pf-16 {
    padding-left: 16px;
}
span.cart-item {
    color: #ffffff;
    position: absolute;
    top: 0px;
    right: 0;
    width: 14px;
    height: 14px;
    font-family: 'Poppins';
    border-radius: 8px;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2953E8;
}

.navigation-icons.active svg path {
    stroke: #2953E8;
}

.right-icon {
    position: relative;
}

.left-icon {
    position: relative;
    left: 25px;
}

.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}