header .container {
    max-width: 1600px;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media only screen and (max-width:1600px) {
    .aiz-category-menu .sub-cat-menu {
        width: calc(90%);
        left: 5%;
        height: calc(65vh);
        top: 90%;
    }
}

.fs-10 {
    font-size: 10px;
}

.profile-dropdown-btn {
    padding: 2px !important;
    margin-top: 4px;
}

.buy-it-again {
    color: #0058B3;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.view-all {
    color: #5F5F5F;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dropdown-product-price {
    color: #D22C2C;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.manage-profile .dummy-profile{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.whoIsShopping {
    color: rgba(50, 50, 50, 1);
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.manage-profile-text {
    color: #0058B3;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bi-chevron-right {
    color: #0058B3;
}

.your-account {
    color: #0058B3;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.manage-profile-list {
    color: rgba(50, 50, 50, 1);
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.returnAndOrders {
    color: var(--text-color-1, #222);
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    width: 70px;
}


.isChild::after {

    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: bold !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f282";
    padding-left: 4px;
}

.menu-name {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: 1s;
}

.menu-name:hover {
    border-top: 2px solid transparent;
    color: #0058B3 !important;
    border-bottom: 2px solid #0058B3;
}

.menu-name:hover.isChild::after {

    content: "\f286";
}


/* .aiz-category-menu {
    background: #eef3f994;
} */

/* .search_header {
    background: #f5f8fc;
} */

#countrynumberinp {
    border-left: 0px !important;
}

#dropdown-link:hover {
    scale: 1.1;
}

.manage-profile-list:hover {
    background: #fafafa;
}

.sub-main-menu-lists:hover {
    background-color: #fafafa;
}

.lh-8 {
    line-height: 8px;
}

.br-5 {
    border-radius: 5px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media only screen and (max-width:767px) {

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 40px !important;
}

}

.header-bg {
    background: #ECF5FF !important;
}

.py-14px {
    padding-top: 14px;
    padding-bottom: 14px;
}

.mobile-hor-swipe {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
}
/* .modal-dialog-centered {
    max-width: 400px;
} */
.title-popup {
    font-size : 18px;
    font-family : "Inter", sans-serif !important;
}
.inter {
    font-family : "Inter", sans-serif !important;
}
header.header-new-bg {
    background: rgba(11, 18, 43, 1);
}
.profile-icon {
    width: 18px;
    height: 18px;
}
.marginend15{
 margin-right: 15px !important;
 
}  

.front-header-search .input-group{
    width: -webkit-fill-available;
}
#category-sidebar {
    background: rgba(17, 28, 67, 1);
}
.manage-profile a.login_btn {
    padding: 6px 50px;
    background: #0058b3;
    color: white;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
}
.manage-profile-list-icons {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
img.exit-icon {
    width: 20px;
    height: 20px;
}
#dropdown-hover {
    background: rgba(249, 252, 255, 1);
}
#dropdown-hover .recently-viewed {
    height: 63px;
    width: 63px;
    object-fit: contain;
}
#dropdown-hover .sign-out-btn {
    padding: 6px 50px;
    background: #0058b3;
    color: white;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
}













@media only screen and (max-width:1199px) {
    .container {
        max-width: 1150px;
    }

    .search_bar {
        /* margin-right: 6%; */
    }

    .mobile-hor-swipe {
        overflow-x: auto;
        white-space: nowrap;
    }

    .card-columns {
        display: flex !important;
        flex-direction: column !important;
    }

    .categories::-webkit-scrollbar {
        height: 0px !important;
    }

    .search_header {
        padding-left: 20px !important;
    }

    .select_address img {
        width: 14px !important;
        height: 14px !important;
        color: #929292 !important;
        /* margin-left: 10px !important; */
    }

    .h-md-210px,
    .size-md-210px {
        height: 170px;
        object-fit: contain;
    }
}

@media only screen and (min-width:1499px) {
.front-header-search {
    width: 980px !important;
}

}