* {
    box-sizing: border-box;
}

.logo {
    width: 100px;
    object-fit: contain;
}

.nav-link {
    color: #1b256d;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #67dfb9;
}

.item_wlabel {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.item {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.owl-carousel {
    margin-top: 20px;
}

.cstm-position {
    position: absolute;
    top: 32px;
    right: 20px;
}

.btn-67dfb9 {
    background-color: #67dfb9;
    color: #FFF;
}

.btn-67dfb9:hover {
    background-color: #4fac8e;
    color: #FFF;
}

.carousel-item {
    transition: transform 1s ease, opacity 1s ease;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: none;
}

.card .card-img-top {
    height: 150px;
    object-fit: cover;
}

.margin-bottom-remover {
    margin-bottom: 0px !important;
}

.product-category {
    font-size: 12px;
}

.price {
    font-weight: bold;
}

.product-card {
    transition: all .3s ease-in-out;
}

.product-card:hover {
    border: 1px solid #0b5ed7;
    cursor: pointer;
}

.cstm-card-width {
    width: 12rem;
}

.list-group-item {
    border: 0px solid #c7c8c9;

}

.link-categories {
    text-decoration: none;
    color: #101b66;
    margin-left: 10px;
    cursor: pointer;
    transition: all .1s;
}

.link-categories:hover {
    color: #67dfb9 !important;
}

.link-categories::before {
    /* content: "\21B3"; */
    /* Unicode for arrow return right */
    margin-right: 5px;
}

.link-categories:visited {
    color: #101b66;
}

.li-title {
    font-weight: bold;
    margin-left: 0px !important;
    text-decoration: none;
    color: #101b66;

}

li.list-group-item {
    padding: 0px 5px;
}

.filter-drop-shadow {
    filter: drop-shadow(0px 4px 1px rgba(0, 0, 0, .3));
}

@media (min-width: 0px) and (max-width: 576px) {
    .search-form {
        display: none !important;
    }

    .logo {
        width: 100px;
        object-fit: contain;
    }

    .item {
        width: 100px;
    }

    .cstm-card-width {
        width: 9rem;
    }

    .add-cart {
        font-size: 11px;
        padding: 5px;
    }

    .price {
        font-size: 11px;
    }

    .card-title {
        font-size: 13px;
    }

    .cstm-hide {
        display: none;
    }
}

/* Tablets (≥ 576px and < 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo {
        width: 100px;
        object-fit: contain;
    }

    .item {
        width: 100px;
    }

    .search-form {
        display: none !important;
    }

    li.nav-item {
        font-size: 12px;
    }

    form.search-form.d-flex {
        width: 40%;
    }

    .cstm-hide {
        display: none;
    }
}

/* Small laptops/tablets (≥ 768px and < 1440px) */
@media (min-width: 768px) and (max-width: 1439.98px) {
    .logo {
        width: 100px;
        object-fit: contain;
    }

    .item {
        width: 100px;
    }

    li.nav-item {
        font-size: 12px;
    }

    form.search-form.d-flex {
        width: 40%;
    }
}

/* Large screens (≥ 1440px) */
@media (min-width: 1440px) {
    .logo {
        width: 100px;
        object-fit: contain;
    }

    .item {
        width: 100px;
    }
}