@import url("top-navbar-2ztNIwg.css");
@import url("sub-navbar-KKI1Kft.css");
@import url("product-Jm5_fUJ.css");
@import url("catalog-EhKbLEs.css");
@import url("category-66gejJd.css");
@import url("footer-FRmx0HW.css");
@import url("cart-PyjcB2D.css");
@import url("profile-o_lKYE4.css");
@import url("brands-LMI42-C.css");
@import url("warehouse-4aRmdA0.css");

@font-face {
    font-family: 'Nunito';
    src: url("../fonts/Nunito/Nunito-VariableFont_wght-57keeUB.ttf");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
}

:root {
    --ui-blue: #0081FE;
    --ui-dark-blue: #125488;
    --ui-dark-blue-darghter: #062d49;
    --ui-gradient: linear-gradient(88.93deg, #2A82EB 18.91%, #288BEE 79.91%);
    --ui-dark-red: #c1000f;
    --ui-light-red: #ff7878;
    --light-gray: #efefef;
    --dark-gray: #979797;
    --light-gray-lighter: #fafafa;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

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

button,
a,
input {
    -webkit-tap-highlight-color: transparent;
}

.extra-small {
    font-size: .775em;
}

.select2-selection {
    box-shadow: none !important;
    outline: none !important;
    border-color: #86b7fe;
}

.input-group .btn.toggle-password {
    border-color: #ced4da;
}

.input-group .btn.toggle-password:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.splide__pagination {
    bottom: -30px !important;
}

.splide__pagination__page.is-active {
    background: #125488;
}

a {
    text-decoration: none;
}

hr {
    /*color: var(--light-gray);*/
}

.hidden {
    display: none;
}

.c-shadow {
    -webkit-box-shadow: 5px 10px 40px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 10px 40px 0 rgba(0,0,0,0.3);
    box-shadow: 5px 10px 40px 0 rgba(0,0,0,0.3);
}

.btn {
    padding: 7px 25px;
    border-radius: 10px;
}

.input-group .btn {
    padding: 7px 12px;
}

.btn.btn-primary {
    background-color: var(--ui-dark-blue);
    transition: all .3s;
}

.btn.btn-primary:hover {
    background-color: var(--ui-dark-blue-darghter);
}

.btn.btn-outline-primary {
    color: var(--ui-dark-blue);
    border-color: var(--ui-dark-blue);
}

.btn.btn-outline-primary:hover {
    background-color: var(--ui-dark-blue);
    color: white;
}

.text-bg-primary {
    background-color: var(--ui-dark-blue) !important;
}

.card {
    border: 1px solid #ffffff;
    border-radius: 25px;
}

.nav-underline .nav-link, .nav-underline .nav-link.active, .nav-underline .show>.nav-link {
    font-weight: 300;
}

#main-banner-slider img {
    border-radius: 15px;
    max-width: 100%;
}

.aside-menu a {
    color: black;
    font-weight: 300;
}

.aside-menu a:hover, .aside-menu a:hover > .icon {
    color: var(--ui-dark-blue);
}

.aside-menu .menu-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 5px;
    border: 1px solid var(--light-gray);
    border-bottom: none;
}

.aside-menu .menu-item:hover {
    background-color: var(--light-gray-lighter);
}

.aside-menu:nth-child(1) {
    border-top: none;
}

.aside-menu:nth-last-child(n) {
    border-bottom: 1px solid var(--light-gray);
}

.breadcrumbs a {
    color: var(--ui-dark-blue);
    transition: all .3s;
}

.breadcrumbs a:hover {
    color: var(--ui-dark-blue-darghter);
}

.popular-brands {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.popular-brands .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    height: 90px;
    width: 150px;
    border-radius: 10px;
}
.popular-brands .brand img {
    max-height: 100%;
    max-width: 100%;
}

.about-img {
    max-width: 100%;
}

.banner-wrapper {
    max-height: 480px;
    overflow: hidden;
    border-radius: 15px;
}
.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-wrapper img {
    min-height: 100%;
    min-width: 100%;
}

/* Spinner */
.action-add-to-cart {
    position: relative;
}
.spinner-wrapper {
    text-align: center;
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    /* vertical-align: super; */
    align-items: center;
    overflow: hidden;
    background: rgb(255 255 255 / 50%);
    z-index: 9999999;
}
.spinner {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3.8px solid var(--ui-dark-blue);
    animation: spinner-bulqg1 0.96s infinite linear alternate,
    spinner-oaa3wk 1.92s infinite linear;
}

.form-skeleton {
    height: 250px;
    background: linear-gradient(90deg, #eee, #ddd, #eee);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 15px;
}

.dropdown-toggle.sort-dropdown {
    white-space: normal;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes spinner-bulqg1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
}

@keyframes spinner-oaa3wk {
    0% {
        transform: scaleY(1) rotate(0deg);
    }

    49.99% {
        transform: scaleY(1) rotate(135deg);
    }

    50% {
        transform: scaleY(-1) rotate(0deg);
    }

    100% {
        transform: scaleY(-1) rotate(-135deg);
    }
}

@media all and (max-width: 950px) {
    .popular-brands .brand {
        height: 70px;
        padding: 10px;
    }
}