@font-face {
    font-family: 'Prompt';
    src: url('/fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

main {
    display: none;
}

.base-vsl-color {
    color: #4DCBA3;
}

.base-vsl-background-color {
    background-color: #4DCBA3;
}

.logout-btn,
.user-action button {
    background-color: #383838;
    color: white;
    border: none;
    padding: 0;
}

#logo_image {
    width: 100px;
}

#electrical4u_logo,
#industrial_mart_logo {
    width: 75px;
    height: 25px;
}

/* #electrical4u_logo,
#industrial_mart_logo {
    width: 60px;
} */

#mobile_search_form {
    position: relative;
}

.mobile-submit-search-button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}

.user-action button:hover {
    text-decoration: underline;
}

.user-action a:hover {
    background-color: rgb(236, 236, 236);
}

.logout-wrapper {
    cursor: pointer;
}

.user-dropdown-info .user-dropdown-name,
.user-dropdown-info .user-dropdown-email {
    font-size: 16px;
}

.user-dropdown-link a:hover {
    background-color: #4DCBA3;
    transition: all .25s ease-out;
}

.user-dropdown-link a.active {
    border-left: 2px solid #51a48a;
    background-color: #9cdfca;
}

.user-dropdown-info .icon i {
    font-size: 60px;
}

.slick-dots li.slick-active button:before {
    color: #4DCBA3;
    content: url('../../images/local/active_dot.png');
}

.slick-dots li.slick-active {
    width: 50px;
    transform: translateY(-30%);
}

.filter-dropdown {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    border: 1px solid lightgray;
    max-height: 300px;
    overflow: auto;
    display: none;
}

.filter-image-wrapper {
    width: 80px;
    padding: 5px;
    object-fit: contain;
}

.filter-name {
    color: black;
}

.filter-price .full-price {
    text-decoration: line-through;
    font-weight: normal;
    color: #383838;
    opacity: 0.50;
}

.filter-price .final-price {
    font-weight: bold;
    color: #F46B5B;
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 70px;
    height: 26px;
    background: #19427D;
    border-radius: 50px;
    --c: no-repeat radial-gradient(farthest-side, #000 92%, #0000);
    --s: 18px 18px;
    -webkit-mask:
        var(--c) left 4px top 50%,
        var(--c) center,
        var(--c) right 4px top 50%,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: l1 1.5s infinite;
}

@keyframes l1 {
    0% {
        -webkit-mask-size: 0 0, 0 0, 0 0, auto
    }

    16.67% {
        -webkit-mask-size: var(--s), 0 0, 0 0, auto
    }

    33.33% {
        -webkit-mask-size: var(--s), var(--s), 0 0, auto
    }

    50% {
        -webkit-mask-size: var(--s), var(--s), var(--s), auto
    }

    66.67% {
        -webkit-mask-size: 0 0, var(--s), var(--s), auto
    }

    83.33% {
        -webkit-mask-size: 0 0, 0 0, var(--s), auto
    }

    100% {
        -webkit-mask-size: 0 0, 0 0, 0 0, auto
    }
}

.ck-editor__editable_inline {
    min-height: 214px;
}

body {
    font-family: 'Prompt', sans-serif;
}

.default-page-item {
    cursor: pointer;
    color: #383838;
    background-color: white;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 8px;
    transition: all 0.1s ease;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
}

.default-page-item-arrow {
    cursor: pointer;
    color: #A7A7A7;
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
}

.default-page-item-arrow.disabled {
    color: #b5b4b4;
    opacity: .6;
    cursor: default;
}

.default-page-item.active {
    color: white;
    background-color: #4DCBA3;
}

.default-page-item:not(.disabled):hover {
    color: white !important;
    background-color: #4DCBA3;
}

.default-page-item.disabled {
    color: gray;
    background-color: lightgray;
    pointer-events: none;
}

#page {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.py-6rem {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-35rem {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py-4rem {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.w-5 {
    width: 5%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-85 {
    width: 85%;
}

.breadcrumb-item a {
    color: black !important;
}

.breadcrumb-item a:hover {
    color: #549883 !important;
}

.breadcrumb-item.active {
    color: #4DCBA3;
}

.breadcrumb {
    font-size: .6rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: " > " !important;
}

#navbarNav ul {
    overflow: auto;
    max-height: 100dvh;
}

.floating-cart {
    position: fixed;
    bottom: 30px;
    left: 15px;
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 1rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-content {
    position: relative;
}

.count {
    opacity: 0.95;
    position: absolute;
    top: -15px;
    right: -10px;
    background-color: #4DCBA3;
    color: #fff;
    font-size: 10px;
    /* padding: 0.1rem 0.4rem; */
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-cart i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -60%);
}

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

.content {
    min-height: 43vh;
}

.slick-arrow,
.slick-dots {
    display: none !important;
}

.sticky-header {
    position: sticky;  /* or fixed if you want it always visible */
    top: 0;
    z-index: 10;     /* above other content */
    width: 100%;
}

#first_head {
    display: none;
}

#first_head .filter-form {
    position: relative;
    width: 35%;
    height: 40px;
    background-color: white;
}

#first_head input[name="search_text"] {
    position: absolute;
    top: 3px;
    width: 53%;
    background-color: white;
    border: none;
    left: 34%;
}

#first_head input[name="search_text"]:focus {
    border: 1px solid white;
}

#first_head select[name="search_by"] {
    position: absolute;
    padding: 4.5px 5px 4.5px 10px;
    top: 3px;
    left: 10px;
    width: 30%;
    background-color: #D0D0D2;
}

#first_head .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
}

#first_head .main-menu .tel {
    font-weight: 500;
    margin-right: 2.5rem;
    font-size: 18px;
}

#first_head .main-menu .social-media {
    font-size: 18px;
    margin-top: 3px;
}

#first_head .register-btn {
    color: #4DCBA3;
    background: white;
    font-weight: 500;
}

#first_head .signin-btn {
    background: #4DCBA3;
    color: white;
    font-weight: 500;
}

#second_head .mobile-signin-btn {
    background: #4DCBA3;
    color: white;
    font-size: 8px;
    padding: 5px 4px;
}

.layout-button {
    width: 140px;
    height: 40px;
}

.me-1125rem {
    margin-right: 1.125rem;
}

.me-25rem {
    margin-right: 2.5rem;
}

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

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

#second_head .favourite,
#second_head .cart-added {
    position: relative;
    z-index: 1;
}

#second_head .favourite .count-desktop,
#second_head .cart-added .count-desktop {
    color: white;
    background-color: #4DCBA3;
    position: absolute;
    padding-top: 5%;
    top: 10%;
    right: -20%;
    font-size: 12px;
    border-radius: 100%;
    font-weight: 500;
    width: 24px;
    height: 24px;
    text-align: center;
}

#first_foot,
#first_head {
    background: #383838;
}

#second_head .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

#second_head .navbar-nav .nav-link {
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 0;
}

#second_head .container-fluid {
    padding: 0.5rem 0;
}

#second_head .navbar-nav .nav-link {
    transition: transform 0.08s ease;
}

.nav-item-active {
    border-bottom: 3px solid #4DCBA3;
}

#second_foot {
    background: #4DCBA3;
}

.footer-topic {
    font-size: 24px;
    color: #4DCBA3;
}

.footer-name {
    font-size: 36px
}

.cookie-consent .cc-detail a {
    color: #4DCBA3 !important;
    text-decoration: underline;
}

.nav-item-active {
    background: rgb(212, 212, 212);
    border-bottom: none;
}

.nav-item-active a {
    font-weight: 600 !important;
}

/* .floating-social {
    position: fixed;
    bottom: 40px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
}

.floating-social img {
    width: 45px;
    height: 45px;
    opacity: .9;
}

.floating-phone {
    bottom: 125px;
}

.floating-line {
    bottom: 75px;
}

.floating-messenger {
    bottom: 25px;
} */



.floating-social {
    position: fixed;
    bottom: 40px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
}

.floating-social img,
.text-round {
    width: 45px;
    height: 45px;
    opacity: .9;
}


.floating-warranty {
    bottom: 125px;
}

.floating-phone {
    bottom: 75px;
}

.floating-line {
    bottom: 25px;
}

.floating-messenger {
    bottom: 25px;
}

.floating-tax {
    bottom: 175px;
}

.text-round {
    background-color: #ffc18e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #3a3a3a;
    font-size: 9px;
}

.text-round.warranty {
    background-color: #afc5ff;
}

.text-shadow {
    text-shadow: 2px 2px 0px #000000;
}


.floating-menu-group {
    position: fixed;
    bottom: 127px;
    right: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    width: 45px;
}

.floating-main-btn {
    background-color: #555cbb;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
}

.floating-main-btn:hover {
    background-color: #4249b3;
}


.floating-sub-btn {
    background-color: #ffffff;
    color: #333;
    color: transparent;
    height: 0;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    background-color: transparent;
}

.floating-sub-btn:hover {
    background-color: rgb(231, 231, 255);
}

.floating-menu-group:hover .floating-sub-btn {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    cursor: pointer;
    padding: 8px 12px;
    margin-bottom: 10px;
    height: auto;
    color: black;
    background-color: white;
}

@media screen and (min-width: 500px) {
    #logo_image {
        width: 140px;
    }

    #electrical4u_logo,
    #industrial_mart_logo {
        width: 110px;
        height: 40px;
    }

    #second_head .mobile-signin-btn {
        font-size: 13px;
        padding: 9px 8px;
    }
}

/* for-tablet-landscape-up col-lg */
@media (min-width: 992px) {
    #navbarNav ul {
        overflow: visible;
    }

    #second_head .navbar-nav .nav-item a {
        font-size: 10px;
    }

    #second_head .navbar-nav .nav-link:not(button):hover {
        transform: scale(1.08);
    }

    #second_head .container-fluid {
        padding: 0 0;
    }

    .nav-item-active {
        background: white;
        border-bottom: 3px solid #4DCBA3;
    }

    .nav-item-active a {
        font-weight: 200 !important;
    }

    #first_head .main-menu i,
    #first_head .main-menu span {
        font-size: 0.75rem;
    }

    .floating-cart {
        display: none;
    }

    .me-lg-2rem {
        margin-right: 2rem !important;
    }

    .border-lg-right {
        border-right: 1px solid rgb(222, 222, 222);
    }

    .floating-social {
        right: 25px;
    }

    .floating-social img {
        width: 60px;
        height: 60px;
    }

    .floating-menu-group {
        bottom: 225px;
        right: 25px;
    }

    .floating-main-btn {
        width: 60px;
        height: 60px;
    }

    .floating-phone {
        bottom: 155px;
    }

    .floating-line {
        bottom: 85px;
    }

    .slide-image img {
        height: 600px;
    }

    .floating-menu-group {
        width: 60px;
    }

}

/* for-desktop-up */
@media (min-width: 1200px) {

    #first_head .main-menu i,
    #first_head .main-menu span {
        font-size: 1.125rem;
    }

    .breadcrumb {
        font-size: 16px;
    }

    .default-page-item,
    .default-page-item-arrow {
        font-size: 18px;
        width: 50px;
        height: 50px;
        margin: 0px 20px;
    }

    .floating-social {
        right: 35px;
    }

    .floating-social img {
        width: 89px;
        height: 89px;
    }

    .floating-phone {
        bottom: 225px;
    }

    .floating-line {
        bottom: 125px;
    }

    #second_head .navbar-nav .nav-item a {
        font-size: 18px;
    }

    .text-round {
        width: 89px;
        height: 89px;
        font-size: 1rem;
    }

    .floating-social {
        right: 35px;
    }

    .floating-social img {
        width: 89px;
        height: 89px;
    }

    .floating-tax {
        bottom: 325px;
    }

    .floating-menu-group {
        bottom: 230px;
        right: 35px;
        width: 89px;
    }

    .floating-main-btn {
        width: 89px;
        height: 89px;
        font-size: 1rem;
    }


    .floating-warranty {
        bottom: 225px;
    }

    .floating-phone {
        bottom: 125px;
    }

    .floating-line {
        bottom: 25px;
    }
}


/* for-medium-desktop-up */
@media (min-width: 1400px) {}


/* for-big-desktop-up */
@media (min-width: 1800px) {}