::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    width: 6px;
    background-color: #101f1c1a;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .5);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .3s;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}

.input-none-box-shadow:focus {
    border: var(--bs-border-width) solid var(--bs-border-color);
    --webkit-box-shadow: none;
    box-shadow: none;
}

.cursor-pointer {
    cursor: pointer;
}

/* SharpSans Bold */
@font-face {
    font-family: 'Sharp Sans';
    src: url('/storage/assets/fonts/SharpSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* SharpSans Bold Italic */
@font-face {
    font-family: 'Sharp Sans';
    src: url('/storage/assets/fonts/SharpSans-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* SharpSans Medium */
@font-face {
    font-family: 'Sharp Sans';
    src: url('/storage/assets/fonts/SharpSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* SharpSans Medium Italic */
@font-face {
    font-family: 'Sharp Sans';
    src: url('/storage/assets/fonts/SharpSans-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* SharpSans Semibold */
@font-face {
    font-family: 'Sharp Sans';
    src: url('/storage/assets/fonts/SharpSans-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

html, body {
    font-size: 16px;
    font-family: SharpSans, Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.86);
}

h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem
}

h6 {
    color: rgba(0, 0, 0, 0.86);
    font-weight: bold;
    font-family: SharpSans, Helvetica, Arial, "Trebuchet MS", sans-serif;
    line-height: 1.2
}

h6 {
    color: rgba(0, 0, 0, 0.86);
    font-weight: bold;
    font-family: SharpSans, Helvetica, Arial, "Trebuchet MS", sans-serif;
    line-height: 1.2;
    font-size: 12.6px
}

@media (min-width: 43.75em) {
    h6 {
        font-size: 12.6px
    }
}

@media (min-width: 64em) {
    h6 {
        font-size: 12.6px
    }
}

p, ul {
    font-size: 1rem;
    line-height: 1.5
}

strong {
    font-weight: bold
}

a {
    text-decoration: none;
    color: #1e39d2;
    cursor: pointer
}

a:visited {
    color: #1e39d2
}

a:hover {
    color: #0e1b62
}

a:active {
    color: #1e39d2
}

/**
 * nav classes
 */
.g-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-out;
    z-index: 9998;
}

.top-box {
    background: white;
    border-bottom: 1px solid #e3e3e3;
    --fill-text: #4a4a4a;
}

.top-title {
    margin: auto;
    padding: 0 16px;
    color: var(--fill-text, #ffffff);
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    justify-content: space-between;
    box-sizing: content-box;
}

.logo-box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    box-sizing: border-box;
}

.middle-box {
    height: 63px;
    display: grid;
    grid-template-areas: "logo search help";
    grid-template-columns: auto 1fr auto;
    justify-content: center;
    align-items: center;
    z-index: 100;
    padding: 0 16px;
    margin: auto;
    box-sizing: border-box;
    column-gap: 16px;
    grid-template-rows: 64px;
}

.search-box {
    align-items: center;
    gap: 0;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 999px;
    line-height: 1em;
    margin: 0;
    position: relative;
    width: 100%;
    border: none;
}

.help-box {
    display: flex;
    gap: 16px;
    grid-area: help;
    width: 100%;
}

.help-item {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
}

.help-info {
    display: flex;
    gap: 2px;
    flex-direction: column;
    font-size: 12px;
    color: #4a4a4a;
    white-space: nowrap;
}

.help-info a {
    font-size: 14px;
    margin: 0;
    color: #125f90;
    text-decoration: none;
    white-space: nowrap;
}

.help-info a:hover {
    color: #125f90;
}

.header-nav-box {
    height: 50px;
    padding: 4px 0;
    border-bottom: 1px solid #e3e3e3;
}

.header-nav-box .nav-item {
    display: inline-block;
    font-size: 16px;
    line-height: 125%;
    padding: 4px 12px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    height: 100%;
    align-content: center;
    box-sizing: border-box;
}

.header-nav-box .nav-link {
    color: #4a4a4a;
}

.header-nav-box .nav-item:hover {
    background: rgba(30, 57, 210, 0.05);
    color: #1e39d2;
}

.header-nav-box .nav-item:hover a.nav-link {
    color: #1e39d2;
}

.header-nav-box .nav-item:hover .nav-child-box {
    display: flex !important;
}

.nav-child-item-1-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 16px 16px 16px;
}

.nav-child-item-1-box svg {
    width: 16px;
    fill: #4a4a4a;
}

.sign-in-btn {
    width: max-content;
    display: inline-block;
    height: max-content;
    padding: calc(1.5px + 0.5rem) 12px;
    border-radius: 6px;
    overflow: visible;
}

.accounts-box:hover {
    background: rgba(30, 57, 210, 0.05);
    color: #1e39d2;
}

.accounts-box:hover .header-accounts-btn-text {
    color: #1e39d2;
}

.accounts-box:hover .sc-ci-header {
    fill: #1e39d2;
}

.header-accounts-btn-text {
    font-size: 12px;
    color: #4a4a4a;
}

.accounts-box:hover .accounts-menu-box,
.accounts-menu-box:hover {
    display: block;
    opacity: 1;
    visibility: visible;
}

.accounts-menu-box {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 307px;
    height: auto;
    top: 45px;
    right: 0;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.21) 0 13px 37px;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 1rem;
    z-index: 9999;
}

.accounts-menu-box::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 52px;
    background: transparent;
}

.accounts-menu-title {
    font-family: SharpSans, Sharp Sans, Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
}

.accounts-menu-msg {
    font-size: 14px;
    font-family: SharpSans, Sharp Sans, Helvetica, Arial, "Trebuchet MS", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    line-height: normal;
    padding: 16px 0;
}

.accounts-menu-btn-box {
    gap: 8px;
}

.accounts-menu-btn {
    border-radius: 6px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 125%;
    font-family: SharpSans, Sharp Sans, Helvetica, Arial, "Trebuchet MS", sans-serif;
    border: 1px solid #1e39d2;
    color: #1e39d2;
    background-color: #ffffff;
    cursor: pointer;
}

.accounts-menu-login {
    background: #1e39d2;
    color: white !important;
}

.accounts-menu .dialog-action {
    font-size: 14px;
    padding: 0 0.5rem;
    color: #4a4a4a;
    overflow: hidden;
    display: flex;
    height: 2.25rem;
    align-items: center;
    border-radius: 0.25rem;
    line-height: 1.285;
    text-decoration-line: none;
    border: none;
    background: none;
}

.accounts-menu .dialog-action:hover {
    color: #1e39d2;
    background: rgba(30, 57, 210, 0.05);
}

.accounts-menu hr {
    color: #4a4a4a;
}

.logout-svg {
    fill: #4a4a4a;
}

.accounts-menu .dialog-action:hover .logout-svg {
    fill: #1e39d2;
}

.accounts-menu svg {
    height: 17.93px;
    width: 16.25px;
    padding: 1.67px 2.5px 0.4px 1.25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.nav-child-box {
    top: 42px;
    left: 0;
    padding: 16px 0 0 0;
    display: none !important;
    background: white;
    z-index: 9999;
    border-radius: 0 0 1rem 1rem;
}

.nav-child-item-box {
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    padding: 0 16px 16px 16px;
}

.nav-child-item {
    display: contents;
}

.nav-child-item a {
    padding: 0.5rem;
    color: #2c2c2c !important;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.cart-num {
    font-size: 10px;
    border-radius: 45px;
    padding: 2px;
    top: -10px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-collapse {
    top: 45px;
    left: 0;
    z-index: 999;
}

#products-tab-box {
    max-height: 600px;
    overflow: auto;
}

.products-collapse .nav-item {
    display: block;
}

/**
 * nav classes
 */

/**
 * footer classes
 */
@media (min-width: 43.75em) {
    .footer-wrapper {
        width: 42.75rem;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 64em) {
    .footer-wrapper {
        width: 63rem;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 81.25em) {
    .footer-wrapper {
        width: 80.25rem;
        margin-right: auto;
        margin-left: auto
    }
}

.footer-box {
    padding-top: 3rem
}

@media (min-width: 64em) {
    .footer-box {
        padding-top: 4rem
    }
}

.footer-box a {
    text-decoration: none
}

.footer-top-padding {
    height: 20px;
    background-color: #125f90
}

.footer-body {
    padding-bottom: 2rem;
    background-color: white
}

.footer-body-header {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem
}

@media (min-width: 64em) {
    .footer-body {
        padding-top: 3rem
    }
}

.footer-body-layout-col-1 .footer-body-list:first-child {
    padding-top: 1rem;
    margin-top: 0
}

.footer-body-layout-col-2 {
    margin-bottom: 2rem
}

@media (min-width: 64em) {
    .footer-body-layout {
        display: flex
    }

    .footer-body-layout-col-1 {
        order: 3;
        flex-grow: 1;
        flex-basis: 33%;
        max-width: 33%;
        padding-left: 2rem
    }

    .footer-body-layout-col-1 .footer-body-list:first-child {
        padding-top: 0;
        margin-top: 0
    }

    .footer-body-layout-col-2 {
        order: 4;
        flex-grow: 1;
        flex-basis: 32%;
        max-width: 32%;
        padding-left: 1.5rem
    }

    .footer-body-layout-col-3 {
        order: 2;
        flex-grow: 1;
        flex-basis: 35%;
        max-width: 35%;
        padding-right: 1rem
    }
}

@media (min-width: 81.25em) {
    .footer-body-layout-col-1 {
        padding-left: 3rem
    }

    .footer-body-layout-col-2 {
        padding-left: 3rem
    }

    .footer-body-layout-col-3 {
        padding-right: 3rem
    }
}

.footer-body-commercial {
    display: none;
    margin-bottom: 2.5rem
}

@media (min-width: 64em) {
    .footer-body-commercial {
        display: block
    }
}

.footer-body-commercial-img {
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    margin-bottom: .5rem
}

@media (min-width: 64em) {
    .footer-body-commercial-img {
        height: 185px;
        background-size: cover
    }
}

@media (min-width: 81.25em) {
    .footer-body-commercial-img {
        height: 218px
    }
}

.footer-body-list {
    margin: 1rem;
}

@media (min-width: 64em) {
    .footer-body-list {
        margin: 0;
    }
}

@media (min-width: 0em) and (max-width: 64em) {
    .footer-body-list .footer-body-header {
        text-transform: none;
        letter-spacing: normal;
        position: relative;
        cursor: pointer;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    .footer-body-list .footer-body-header:before, .footer-body-list .footer-body-header:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 14px;
        height: 2px;
        margin-top: -2px;
        background-color: rgba(0, 0, 0, .2);
        transform-origin: 50% 50%;
        transition: all 0.25s
    }

    .footer-body-list .footer-body-header[aria-expanded="true"]:before {
        background-color: white;
    }

    .footer-body-list .footer-body-header:before {
        transform: rotate(-90deg)
    }
}

.footer-body-list-ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 64em) {
    .footer-body-list-ul {
        display: block !important;
        margin-top: 0;
        margin-bottom: 2.5rem;
        padding-left: 0 !important
    }
}

.footer-body-list-ul li {
    font-size: 1rem;
    line-height: 2.5rem
}

.footer-body-list-ul li a:hover, .footer-body-list-ul li a:active {
    color: #1e39d2 !important
}

@media (min-width: 64em) {
    .footer-body-list-ul li {
        line-height: 1.75rem
    }
}

.footer-body-list-item-phone, .footer-body-list-item-email {
    height: 3rem;
    cursor: pointer
}

.footer-body-list-item-phone > *, .footer-body-list-item-email > * {
    vertical-align: middle
}

.footer-body-list-item-phone > svg, .footer-body-list-item-email > svg {
    display: inline-block;
    width: 2rem;
    margin-right: 0.5rem
}

.footer-body-list-item-phone > svg g, .footer-body-list-item-email > svg g {
    fill: #125f90
}

.footer-body-list-item-phone > a, .footer-body-list-item-email > a {
    line-height: 3rem
}

.footer-body-list-item-phone {
    margin-top: 1rem
}

.footer-body-list-item-phone svg {
    height: 24px;
    width: 24px;
    margin-left: 3px;
    margin-right: 12px
}

.footer-body-list-item-email {
    margin-bottom: 1rem
}

.footer-spacer {
    display: none
}

@media (min-width: 64em) {
    .footer-spacer {
        display: block;
        width: 2rem;
        border-top: 1px solid rgba(0, 0, 0, 0.11)
    }

    .footer-spacer-top {
        margin-top: 1rem
    }

    .footer-spacer-footer-spacer-top {
        margin-bottom: 1rem
    }
}

.footer-body-list-contact .footer-body-list-item-header {
    display: none
}

@media (min-width: 64em) {
    .footer-body-list-contact .footer-body-list-item-header {
        display: block;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 1rem
    }
}

@media (min-width: 64em) {
    .footer-body-list-contact .footer-body-list-header {
        display: none
    }
}

.footer-body-split {
    height: 1px;
    margin-right: -1rem;
    margin-left: -1rem;
    margin-bottom: 1rem;
    background-color: #e3e3e3
}

@media (min-width: 64em) {
    .footer-body-split {
        display: none
    }
}

.footer-body-survey {
    margin-top: 3rem;
    text-align: center
}

@media (min-width: 64em) {
    .footer-body-survey {
        text-align: left
    }
}

.footer-body-survey * {
    vertical-align: middle
}

.footer-body-survey-link {
    cursor: pointer;
    color: #1e39d2;
    font-size: .9rem
}

.footer-body-survey-link span, .footer-body-survey-link strong {
    vertical-align: middle
}

.footer-body-survey-link:visited {
    color: #1e39d2
}

.footer-body-survey-link:hover {
    color: #0e1b62
}

.footer-body-survey-link:active {
    color: #1e39d2
}

.footer-body-follow-us ul {
    text-align: center
}

@media (min-width: 64em) {
    .footer-body-follow-us ul {
        text-align: left
    }
}

.footer-body-follow-us-icon {
    display: inline-block;
    padding: 0 5px;
}

.footer-body-follow-us-icon svg {
    height: 28px;
    width: 28px
}

.footer-body-follow-us-icon svg g {
    fill: #125f90
}

.footer-body-follow-us-icon span {
    display: none
}

.footer-body-follow-us .footer-body-header {
    text-align: center
}

@media (min-width: 64em) {
    .footer-body-follow-us .footer-body-header {
        text-align: left
    }
}

.list-nav {
    padding-left: 1rem;
    list-style: none outside none;
    font-size: 0.85rem
}

.list-nav a, .list-nav a:visited {
    color: rgba(0, 0, 0, 0.86)
}

.list-nav a:hover, .list-nav a:active, .list-nav a:visited:hover, .list-nav a:visited:active {
    color: #182ea8
}

.util-plain-list {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

@media (max-width: 1025px) {
    .footer-body-list {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .footer-body-list {
        width: auto !important;
    }
}

/**
 * footer classes
 */


/**
 * working-time classes
 */

.working-time-box {
    padding: 3rem 0 2rem;
}

.working-time-title {
    font-size: 12.6px;
    color: rgba(0, 0, 0, 0.86);
    line-height: 1.2;
}

.working-time-list {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.working-time-list div {
    border-right: 1px solid rgba(0, 0, 0, 0.11);
    padding: 0 1rem;
}

.working-time-list div:first-child {
    padding-left: 0;
}

.working-time-list div:last-child {
    border-right: 0;
}

/**
 * working-time classes
 */

/**
 * footer classes
 */

.footer-copyright-box a {
    text-decoration: none !important;
}

.footer-wrapper {
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width: 43.75em) {
    .footer-wrapper {
        width: 42.75rem;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 64em) {
    .footer-wrapper {
        width: 63rem;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width: 81.25em) {
    .footer-wrapper {
        width: 80.25rem;
        margin-right: auto;
        margin-left: auto
    }
}

.footer-copyright-box {
    background-color: #f5f5f5;
    font-size: 13px;
    text-align: center;
    padding: 1rem 0;
    color: #242424;
    line-height: 1.5rem
}

.footer-copyright-box a {
    color: #242424
}

.footer-copyright-box a:visited {
    color: #242424
}

.footer-copyright-box a:hover, .footer-copyright-box a:active {
    color: #1e39d2
}

.footer-horizontal-list {
    margin-bottom: 0;
    padding: 0;
    display: inline;
    font-size: 13px
}

.footer-horizontal-list li {
    display: inline;
    list-style-type: none;
    font-size: 13px;
    white-space: nowrap
}

.footer-horizontal-list li + li::before {
    content: ' | '
}

@media (min-width: 43.75em) {
    .footer-links {
        margin-bottom: 1rem
    }
}

.cookie-settings {
    color: #242424 !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.5rem !important;
    display: inline !important;
    cursor: pointer !important
}

.cookie-settings:hover {
    background: transparent !important;
    color: #1e39d2 !important
}

/**
 * footer classes
 */
