.search-icon {
    border: unset;
    font-size: 12px;
    height: 45px;
    padding: 0px 20px 0px 30px;
    margin: 0 !important;
}

.search-icon:focus {
    border-color: #000 !important;
    outline: 1px #000 !important;
    box-shadow: unset !important;
}
.header-icons .navbar-expand-lg{
    justify-content: flex-end;

}
.header-icons{
    margin-bottom: 15px;
}

.old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #888888;
}

.new-price {
    font-size: 16px;
}

/* cart popup */

.add-to-cart {
    width: 100%;
}

.update-cart {
    display: none !important;
    width: 0;
    background: white !important;
    border: none !important;
}

/* header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 9999999999999;
  } */
.search-dropdown {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    width: 100%;
    top: 45px;
    max-height: 500px;
    overflow-y: scroll;
}

.search-dropdown li:nth-child(n) {
    border-bottom: 1px #e5e3e3 solid;
}

.search-dropdown li:last-child {
    border-bottom: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f6f6f6;
}

.search-item {
    display: flex;
    white-space: unset;
}

.search-item img {
    width: 24%;
}

.search-data {
    align-self: center;
}

.search-data p {
    margin-top: 4px;
    color: #8b8b8b;
    font-size: 12px;
}

.mega-menu-dropdown {
    background: #febb16;
    margin: 10px 0 0 0;
}

.ads-banner {
    max-height: 50px;
}

.topbar {
    background-color: #f3f3f3;
}

.topbar__links {
    margin-left: 20px;
    line-height: 42px;
    font-weight: 700;
    text-align: end;
}

.topbar__links a {
    text-decoration: none;
    color: #5d5e5d;
    padding-inline-start: 20px;
    font-size: 13px;
    font-weight: 400;
}

.topbar__links a:hover {
    text-decoration: underline;
}

.logo-section {
    padding-top: 25px;
    background-color: rgb(248, 248, 248);
}
#prod-search{
    background-color: rgb(248, 248, 248);

}
.input-group {
    width: 80%;
    margin: auto;
}

.search-btn {
    text-align: center;
    font-size: 15px;
    background-color: #555;
    border-color: #555;
}

.search-input {
    font-size: 12px;
}

.header-icons-link {
    margin-inline-start: 10px;
    cursor: pointer;
    outline: none;
    text-decoration: unset;
}

.header-icons-link span.icon {
    color: #4688d7;
    border: 1px solid #4688d7;
    text-align: center;
    height: 36px;
    width: 50px;
    margin: 0 auto;
    font-family: Montserrat;
}

.header-icons-link:hover {
    text-decoration: underline;
}

.header-icons-link:hover span.icon {
    color: #fff;
    border: 1px solid #4688d7;
    background-color: #4688d7;
}

.header-icons-link span i {
    font-size: 24px;
}

.header-icons-link span.text {
    font-size: 11px;
    color: #333;
    text-align: center;
}

.button-count {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 700;
    min-width: 1.125rem;
    height: 1.125rem;
    color: #fff;
    background-color: #4688d7;
    border-radius: 50%;
    margin: -9px 5px 0;
}

.flex-end {
    justify-content: flex-end;
}

.menu .nav-item a.nav-link {
    display: block;
    padding: 10px 10px;
    color: #000;
    position: relative;
    text-decoration: none !important;
    font-size: 14px;
    margin: 0 16px;
    font-weight: 500;

}

.menu .nav-item a::after {
    display: none !important;
}

.menu .nav-item:hover {
    background: #fff;

}

.menu .nav-item:hover>a {
    background: #fff;
    border-radius: 10px;
}

.menu .new-product:hover>a {
    background: #3278ce;
}

.header-campaigns {
    background-color: #efefef;
    text-align: center;
    padding: 10px 0;
}

.header-campaigns .col-12 {
    justify-content: center;
    flex-wrap: wrap;
}

.campaign-item {
    color: #858383;
}

.header-campaigns a {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: #8b8989;
    font-size: 14px;
}

.dropdown-menu {
    background: #eaeaea;
    z-index: 999999;
}

.navigation-submenu-item-title {
    margin-bottom: 6px;
    cursor: pointer;
}

.navigation-submenu-item-title a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #393939;
}

ul.navigation-submenu-links {
    list-style-type: none;
    padding: 0;
}

ul.navigation-submenu-links li {
    margin-bottom: 6px;
}

ul.navigation-submenu-links a {
    color: #333;
    font-size: 14px;
}

.dropdown-extra-content a {
    color: #333;
}

nav.navbar ul.navbar-nav {
    width: 100%;
    -webkit-justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-product {
    align-self: center;
    cursor: pointer;
}

.new-product a {
    text-transform: uppercase;
    background-color: #4788d7;
    color: #fff !important;
    padding: 2px 5px !important;
}

.auth-account li {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: start;
}

.auth-account li:hover a {
    color: #3d7dd1;
}

.auth-account p {
    color: #666;
    background-color: #eee;
    padding: 15px;
}

.auth-account a:hover {
    background-color: #fff !important;
}

.auth-account a {
    padding: 0.5rem 1rem;
    font-size: 14px;
    text-align: start;
}

.div-menu-icon {
    display: inline !important;
}

.div-menu-icon ul.ul-menu-icon {
    flex-direction: row;
    display: flex !important;
}

.header-search .input-group {
    border-bottom: 2px solid #7e7b7b !important;
    width: 100% !important;
}

.header-top-dropdown .dropdown-toggle{
    border: 0px !important;
}

.header-search i.fa-search {
    align-self: center;
    color: #7e7b7b;
}

.header-search,
.header-logo {
    align-self: center;
    text-align: center;
    margin-bottom: 15px;
}

.header-search-mobile div.input-group {
    width: 100% !important;
}

.burger-menu-modal .modal-dialog .modal-header {
    background-color: #f6f4ee;
    display: flex;
    padding: 10px;
}

.burger-menu-modal .modal-dialog .modal-header .close-btn {
    font-size: 16px;
    padding: 0 12px;
}

.burger-menu-modal .modal-dialog .modal-header .close-btn button {
    color: #002b5c !important;
    background: unset;
    opacity: 1;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}

/* .burger-menu-modal .modal-dialog .modal-header .extra-link a {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #002b5c;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
}
.burger-menu-modal .modal-dialog .modal-header .extra-link i {
    font-size: 20px;
}
.burger-menu-modal .modal-dialog .modal-header .extra-link span {
    font-size: 16px;
    font-weight: 700;
    margin-inline-start: 10px;
} */
.burger-menu-modal .modal-dialog .modal-body .menu-item {
    font-size: 16px;
    padding: 16px;
    border-top: 1px solid #ebebeb;
    display: flex;
    align-items: center;
}

.burger-menu-modal .modal-dialog .modal-body .menu-item a {
    color: #002b5c;
}

.burger-menu-modal .modal-dialog .modal-body .menu-item:first-child {
    border-top: unset;
}

.modal.left.fade .modal-dialog {
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out !important;
}

/*
 */
.nav-mega-menu {
    z-index: 2;
    display: block;
    width: 100%;
    background-color: #ffbb17;
    box-shadow: 0 7px 20px 0 rgb(0 0 0 / 12%);
}

.dropdown-mega {
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nav-mega-menu .nav-links {
    width: 100%;
}

.nav-mega-menu .nav-link {
    padding: 20px 0;
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    line-height: .85rem;
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
    transition: all .3s ease;
    color: #2f2f2f;
    font-size: .7rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.dropdown-mega .nav-links:hover,
.dropdown-mega .nav-links:hover a {
    background-color: #58585a;
    color: #fff;
}

.nav-links:hover .dropdown-list {
    display: block !important;
    overflow-x: visible;
    height: auto !important;
    width: 100%;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    left: 0;
    background: #58585a;
    position: absolute;
    z-index: 9999;
    min-height: 325px;
    max-height: 325px;
    padding: 10px 0;
}

.dropdown-mega .dropdown-list {
    display: none;
}

.dropdown-mega .main-category {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem;
    padding-inline-end: 30px;
    padding-bottom: 5px;
    line-height: 3;
}
.dropdown-mega .main-category:hover, .dropdown-mega .subcategory-link:hover {
    color: #ffbb17 !important;
}
.dropdown-inner-wrap {
    width: 100%;
}

.dropdown-inner-wrap {
    display: block;
    width: 100%;
    text-align: start;
}

.mega-div-wrap {
    padding-left: 5rem;
    padding-right: 5rem;
}

.subcateogry-div {
    max-height: 300px;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
}

.dropdown-mega .subcategory-link {
    padding: 0rem 0.5rem 0.4rem 0.75rem;
    color: #e4e2e2 !important;
    font-size: 0.8rem;
}



.v-center {
    align-self: center;
}

.burger-menu:focus,
.burger-menu:hover {
    box-shadow: unset;
    border: unset;
}

a.accordion-link {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 12px;
    color: #212529;
    text-align: start;
    background-color: #fff;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button {
    width: 16%;
}

.select-language {
    padding: 1rem 1.25rem;
    font-size: 1.4rem;
    color: #212529;
}

.lang-btn {
    margin: auto;
    width: 50%;
    display: flex;
}

.accordion-body {
    display: grid;
    border-top: 1px solid #dfdfdf;
    max-height: 200px;
    overflow-x: auto;
}

a.accordion-sublink {
    color: #4d4c4c;
    font-weight: 200;
    padding-inline-start: 10px;
    font-size: .6rem;
}

a.accordion-mainlink {
    color: #2f2f2f;
    font-size: 10px;
    font-weight: 500;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #ffffff;
    box-shadow: unset;
}

.extra-data {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 0.7rem 1.25rem;
    font-size: 12px;
    color: #212529;
    text-align: start;
}

.extra-data a:hover {
    font-weight: 900;
    color: #212529;
}

.extra-data i {
    border: 1px solid #aea6a6;
    padding: 4px 6px;
    border-radius: 50%;
}

.extra-lable {
    padding: 1rem 1.25rem;
    font-size: 12px;
    color: #212529;
}

.bordert-0 {
    border-top: 0px;
}

.dropdown-item i {
    padding-inline-end: 5px;
}
.burger-search{
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin: 0 0 15px 0;
    width: 100%;
}
.burger-search i{
    align-self: center;
    padding-inline-start: 15px;
    color: #aaa7a7;
}


.empty-header-search{
    text-align: center;
    font-size: 14px;
}
.empty-header-search p{
    font-size: 12px;
    margin: 0;
    color: #3c3c3c;

}
.empty-header-search p:last-child{
    color: #7e7b7b;
    font-size: 10px;
}

