body {
    font-family: Montserrat, sans-serif !important;
}

.card{
    border-radius: 4px;
    border: none;
    background: #fff;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.card .btn {
    z-index: 2;
    position: relative;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1600px;
    }
}

.card:hover{
    box-shadow: 0 4px 8px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.bg-gray-100{background-color:#f8f9fa!important}

/**
* Nested dropdown menu
*/

.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

.img-hover-zoom:hover .img-category-icon {
    transform: scale(1);
}

.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 20px;
    border-radius: 100%;
    color: white;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
}

.noUi-target {
    width: 100%;
}
.noUi-connect {
    background: #266313;
}
.noUi-horizontal .noUi-handle {
    height: 18px;
    right: -13px;
    top: -6px;
    width: 18px;
}
.noUi-handle {
    background: white;
    border: transparent;
    border-radius: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    cursor: default;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-target {
    background-color: gray;
    border: none;
    border-radius: .5rem;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.mobile-nav {
    background: #F1F1F1;
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    display: flex;
    border-radius: 20px 20px 0 0;
    justify-content: space-around;
    z-index: 10;
}

.top-20 {
    top: 20% !important;
}

.bloc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-icon i {
    width: 30px;
}

@media screen and (min-width: 600px) {
    .mobile-nav {
        display: none;
    }
}

.img-category-icon {
    height: 32px;
    width: 32px;
    object-fit: contain;
}

.img-payment-type {
    height: 32px;
    width: 20%;
    object-fit: contain;
}

.product-image-small {
    height: 70px;
    width: 70px;
    max-height: 70px;
    max-width: 70px;
}

.cart-product-image {
    height: 70px;
    width: 70px;
    max-height: 70px;
    max-width: 70px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 20px;
}

.swiper-pagination-bullet {
    position: relative;
    width: 64px;
    height: auto;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    margin-right: 20px;
    background-color: transparent;
}
.swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background-color:  #e6e6e6;
    border-radius: 20px;
}
.swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 4px;
    background-color: #000;
    border-radius: 20px;
}

.swiper-pagination-bullet-active {
    background-color: transparent;
}
.swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes countingBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.btn-fab:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0.1s;
}

.swiper-slide {
    height: auto
}

.swiper-wrapper {
    align-items: stretch
}

/*.swiper-container{*/
/*    position: relative;*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*}*/
/*.swiper-container .swiper-button-prev{*/
/*    left: -40px;*/
/*}*/
/*.swiper-container .swiper-button-next{*/
/*    right: -40px;*/
/*}*/
/*.swiper-container .swiper-pagination{*/
/*    bottom: -30px!important;*/
/*}*/

footer {
    background-image: url('/img/ljubim-domace/footer_cover.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
}

footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.9));
}

.btn-hover-transparent:hover {
    background-color: transparent;
    border: none;
}

.growl-notification--success {
    background-color: #266313;
    color: white;
}

[data-bs-toggle="collapse"].collapsed .if-not-collapsed {
    display: none;
}
[data-bs-toggle="collapse"]:not(.collapsed) .if-collapsed {
    display: none;
}


/* icon-text has size 9px on mobile and 11px on desktop */
.icon-text {
    font-size: 9px;
}

@media screen and (min-width: 600px) {
    .icon-text {
        font-size: 11px;
    }
}

.text-justify {
    text-align: justify;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: all;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*on mobile sidenav 100% width*/
@media screen and (max-width: 600px) {
    #sidenav_categories, #sidenav_cart, #sidenav_auth, #sidenav_wishlist {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .vh-20 {
        height: 20vh;
    }
}

@media screen and (min-width: 768px) {
    .vh-md-30 {
        height: 30vh;
    }

    .read-more-btn {
        display: none;
    }
}

.grecaptcha-badge { visibility: hidden; }

 .horizontal-nav-tabs-container {
     width: 100%; /* Ensures the container takes full width */
     overflow-x: auto; /* Enables horizontal scrolling */
     overflow-y: hidden; /* Prevents vertical scrolling */
     white-space: nowrap; /* Prevents wrapping of the list items */
 }

.horizontal-list {
    display: inline-flex; /* Inline-flex to prevent list from taking extra vertical space */
    padding: 0;
    margin: 0;
    list-style: none; /* Removes the default bullet points */
}

.horizontal-list li {
    flex: 0 0 auto; /* Prevents the items from stretching */
    padding: 10px;
}
