body {
    font-family: "Noto Sans JP", sans-serif;
}

.main-header-section {
    width: 100%;
    left: 0px;
    height: 95px;
    z-index: 99;
}

.main-header-logo-section {
    width: 150px;
}

.main-header-logo-section img {
    width: 100%;
    height: 100%;
}

.inquiry-btn-section {
    height: auto;
    padding: 0px !important;
    border-radius: 10px;
    border: 3px solid #BFDBFF;
    background: #FFF;
}

.border-gradient {
    border: 3px solid rgba(122, 122, 122, 0.2);
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, #2575fc, #ff0844) border-box;
}

.inquiry-btn-section a {
    padding: 12px 15px !important;
}

.inquiry-btn-section .user-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: unset;
}

.inquiry-btn-section .user-info p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.main-header-section .navbar.navbar-expand.gap-3 {
    justify-content: space-between;
}

.main-header-title-section h1 {
    font-size: 35px;
    font-weight: 800;
    margin: 0px;
    background: linear-gradient(180deg, #004EA2 0%, #E60012 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-main-other-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.custom-inquiry-btn-section .user-info p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.custom-main-header-section {
    z-index: 99999;
}



.main-new-header-section {
    border-bottom: 1px solid #DFE9FE;
    background: linear-gradient(90deg, #84FAB0 0%, #8FD3F4 100%);
    padding: 20px 30px;
    margin-top: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.main-new-header-section .yamada-biz-text {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: black;
    text-transform: uppercase;
}

.new-header-dropdown {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);
    padding: 14px 20px;
    gap: 13px;
    border: unset;
}

.new-header-dropdown.dropdown-toggle::after {
    display: inline-block;
    content: "";
    background: url(../../../custom-assets/img/angle-right.png);
    width: 25px;
    height: 25px;
    margin: 0px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    border: unset !important;
    transform: rotate(90deg);
}

.new-header-dropdown.dropdown-toggle::before {}

.new-header-img-section {
    width: 20px;
    height: 20px;
}

.new-header-img-section img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: unset;
}

.dropdown-title-menu {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    min-width: 330px;
    text-align: left;
}

.main-product-category-dropdown {
    margin-top: -2px !important;
}

.other-product-category-dropdown {
    margin-left: 18px !important;
    padding: 20px 0px !important;
}

.main-new-header-section a.dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0px;
}

.other-product-category-dropdown li {
    padding: 0px 20px;
}

.main-new-header-section a.dropdown-item:active,
.main-new-header-section a.dropdown-item:hover {
    background-color: unset !important;
    color: inherit !important;
}

.all-product-category-title {
    display: flex;
    align-items: center;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 15px;
}

.new-header-dropdown.btn:focus-visible {
    box-shadow: unset !important;
}

.dropdown-menu li:last-child {
    margin-bottom: 0;
}

.main-new-header-section .dropdown-item .dropdown-menu-list-icon {
    width: 30px;
    height: 30px;
}

.main-new-header-section .dropdown-menu li .all-product-list-dropdown {
    padding: 0px 20px;
}

.main-new-header-section .dropdown-menu li .dropdown-other-menu-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
    transform: rotate(180deg);
}

.all-category-search-section {
    border-radius: 10px;
    background: linear-gradient(0deg, #F9F9F9 0%, #F9F9F9 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #EBF5FF;
    display: flex;
    padding: 8px 6px 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}

.all-category-search-section input {
    border: unset;
    background: unset;
    outline: unset;
    width: 680px;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px;
}

.all-category-search-section button {
    border: unset;
    outline: unset;
    margin: 0px;
    background: unset;
}

.all-category-search-section button img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.all-product-list-dropdown {
    padding: 0;
    background-color: unset !important;
    color: initial !important;
}

.all-product-list-dropdown a.dropdown-toggle {
    display: flex;
    align-items: center;
}

.all-product-list-dropdown .dropdown-toggle::after {
    display: none;
}

.other-product-category-dropdown li a.dropdown-item,
.other-product-category-dropdown li {
    display: inline;
}

.other-product-category-dropdown li label {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-bottom: 10px;
    border-radius: 5px;
    border-bottom: 1px solid #E7EEFD;
}

.other-dropdown-main-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    border-bottom: 1px solid #E7EEFD;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.new-page-header-section {
    display: flex;
    align-items: center;
    gap: 30px;
}

.new-page-header-section span {
    color: rgba(38, 50, 56, 1);
}

.new-page-header-section .header-home-btn span {
    color: rgba(255, 255, 255, 1)
}

.header-home-btn {
    border-radius: 5px;
    background: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);
    padding: 10px 12px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    outline: unset;
    border: unset;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-home-btn img {
    width: 20px;
}

.header-notification-btn {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    outline: unset;
    border: unset;
    display: flex;
    align-items: center;
    gap: 5px;
    background: unset;
    position: relative;
}

.header-traced-btn {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    outline: unset;
    border: unset;
    display: flex;
    align-items: center;
    gap: 5px;
    background: unset;
}

.header-traced-btn img {
    width: 30px;
}

.header-notification-btn sup {
    border-radius: 20px;
    background: #0D386A;
    min-width: 17px;
    min-height: 17px;
    line-height: inherit;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    left: 20px;
    transform: translate(-0px, -0px);
}


.main-dropdown-category-section {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.main-dropdown-category-section-one {
    min-width: 100%;
}

.main-dropdown-category-data {
    width: 100%;
    padding: 20px 0px;
    border-radius: 15px;
    border: 1px solid #004ea2;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.25);
    height: 100%;
}

.main-dropdown-category-data a:hover {
    background: aliceblue;
}

.main-dropdown-category-scroll-data {
    overflow-y: auto;
    max-height: 600px;
}

.main-dropdown-category-data ul {
    margin: 0px;
    padding: 0px;
}

.main-dropdown-category-data ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-bottom: 0px;
    list-style: none;
}

.main-dropdown-category-data ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
    padding: 10px 20px;
}

.main-dropdown-category-data ul li a .all-product-category-title img {
    width: 25px;
    height: 25px;
}

.main-dropdown-category-data ul li a .all-product-category-title {
    display: flex;
    align-items: center;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    gap: 12px;
    width: 220px;
}

.main-dropdown-category-data a:hover .all-product-category-title {
    text-decoration: underline;
}

.main-dropdown-category-data ul li a .dropdown-other-menu-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
    transform: rotate(180deg);
}

.other-dropdown-main-title img {
    width: 30px;
    height: 30px;
}

.other-dropdown-main-title {
    margin: 0px 20px 10px;
    padding: 0px 0px 10px;
}

/* .main-dropdown-category-section-two .main-dropdown-category-data ul li a {
    border-radius: 5px;
    border-bottom: 1px solid #E7EEFD;
} */

.dropdown-menu-list-bg {
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(253, 219, 146, 0.42) 0%, rgba(209, 253, 255, 0.42) 100%);
    padding: 6px;
}

.all-category-dropdowm-section {
    background: #fff;
    width: 100%;
    height: auto;
    position: absolute;
    top: 55px;
    left: 0px;
    transform: translate(0px, 0px);
    border-radius: 10px;
}

.all-category-dropdowm-section:has(.all-category-dropdowm-data) {
    border: 1px solid #004ea2;
}

.all-category-dropdowm-data {
    padding: 15px 0;
}

.all-category-dropdowm-data ul {
    margin: 0px;
    padding: 0 15px;
    max-height: 325px;
    overflow: auto;
}

.all-category-dropdowm-data ul li {
    list-style: none;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.all-category-dropdowm-data ul li:hover {
    background: aliceblue;
}

.all-category-dropdowm-data ul li:hover a {
    text-decoration: underline;
}

.all-category-dropdowm-data ul li:hover a .category {
    text-decoration: none;
}

.all-category-dropdowm-data ul li a {
    list-style: none;
    color: #252525;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.all-category-dropdowm-data ul li:last-child {
    border-bottom: unset;
}

.new-sidebar-responsive-section {
    width: 100%;
    height: calc(100% - 150px);
    min-height: 100px;
    max-height: 100%;
    overflow: auto;
}

.sidebar-logout-btn {
    border: 1px solid #BFDBFF !important;
}

.sidebar-logout-btn .user-info p {
    color: #fff;
    font-size: 15px;
}

.customer-user-logout-btn .sidebar-logout-btn {
    position: fixed;
    bottom: 15px;
    width: 200px;
}

.customer-user-logout-btn {
    display: none;
}

.categories-close-icon {
    position: absolute !important;
    right: 65px !important;
}

.media-highlight-border {
    border-width: 2px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, #2575FC, #FF0844) border-box;
}

.active-highlight-border {
    border-width: 2px !important;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, #2575FC, #FF0844) border-box !important;
    border: 2px solid transparent !important;
    border-radius: 10px !important;
}

.active-highlight-border .header-notification-btn {
    padding: 5px 20px;
}

.active-highlight-border .header-notification-btn sup {
    top: -10px !important;
    left: 50px !important;
    transform: translate(-50%, -0px) !important;
}

.active-highlight-border .header-traced-btn {
    padding: 5px 20px;
}

.active-highlight-border .header-traced-btn sup {
    top: -10px !important;
    left: 50px !important;
    transform: translate(-50%, -0px) !important;
}

.main-dropdown-category-section.cliclshow {
    display: flex;
}

@media(max-width:1910px) {
    .main-dropdown-category-section.d-none {
        display: none;
    }

    .main-dropdown-category-section {
        display: none;
    }
}

@media(max-width:1399px) {
    .all-category-search-section input {
        width: 500px;
    }

    .main-new-header-section {
        padding: 15px 20px;
    }

    .main-header-title-section h1 {
        display: none;
    }

    .active-highlight-border .header-traced-btn,
    .active-highlight-border .header-notification-btn {
        padding: 5px 10px !important;
    }

    .active-highlight-border .header-notification-btn sup,
    .active-highlight-border .header-traced-btn sup {
        left: 40px !important;
    }
}

@media(max-width:1199px) {
    .main-header-title-section h1 {
        display: none;
    }

    .dropdown-title-menu {
        min-width: 250px;
    }

    .all-category-search-section input {
        width: 400px;
    }

    .new-page-header-section {
        gap: 10px;
    }
}

@media(max-width:991px) {
    .dropdown-title-menu {
        min-width: 250px;
        font-size: 16px;
    }

    .all-category-search-section input {
        width: 260px;
    }

    .header-home-btn span,
    .header-traced-btn span,
    .header-notification-btn span {
        display: none;
    }

    .new-page-header-section {
        gap: 25px;
    }

    .header-home-btn {
        padding: 10px;
    }

    .header-home-btn img {
        width: 25px;
    }

    .active-highlight-border .header-notification-btn sup,
    .active-highlight-border .header-traced-btn sup {
        left: 35px !important;
    }

    .all-category-search-section {
        padding: 6px 6px 6px 20px;
    }
}

@media(max-width:767px) {
    .inquiry-btn-section a {
        padding: 10px !important;
    }

    .main-new-header-section {
        flex-flow: column;
    }

    .main-new-header-section .dropdown {
        width: 100%;
        margin-bottom: 10px;
    }

    .new-header-dropdown {
        width: 100%;
    }

    .all-category-search-section,
    .all-category-search-section input {
        width: 100%;
    }

    .dropdown-title-menu {
        flex: 1;
        min-width: auto;
    }

    .new-page-header-section {
        gap: 15px;
    }

    .main-new-header-section .yamada-biz-text {
        font-size: 24px;
    }

    .main-dropdown-category-scroll-data {
        max-height: 500px;
    }
}

@media(max-width:575px) {

    .active-highlight-border .header-traced-btn,
    .active-highlight-border .header-notification-btn {
        padding: 5px 5px !important;
    }

    .active-highlight-border .header-notification-btn sup,
    .active-highlight-border .header-traced-btn sup {
        left: 35px !important;
    }

    .main-dropdown-category-scroll-data {
        max-height: 400px;
    }
}

@media(max-width:425px) {
    .new-page-header-section {
        gap: 5px;
    }

    .header-traced-btn img,
    .header-notification-btn img {
        width: 22px;
    }

    .header-home-btn {
        padding: 5px;
    }

    .header-notification-btn sup {
        left: 10px;
    }

    .active-highlight-border .header-notification-btn sup,
    .active-highlight-border .header-traced-btn sup {
        left: 25px !important;
    }

    .custom-main-header-section .header-traced-btn img {
        width: 30px;
    }
}
