.card-container{
    width : 100%;
    height : auto;
    background: #fff;
    margin-bottom: 40px;
}



.card-container-header{
    width: 100%;
    height: 60px;
    padding: 12px 20px;
    border-bottom : 1px solid #CACACA;
}

.card-container-products{
    width: 100%;
    height: auto;
    padding : 10px 10px;
    position: relative;
}

.card-container-packages{
    padding : 0px 50px;
    width: 100%;
}

.card-package{
    padding : 10px;
    background: #E1E1E1;
    border-radius: 8px;
    width: fit-content;
    margin-right: 10px;
}

.card-package-header{
    padding : 0px 10px 5px 10px;
}

.card-package-footer{
    padding : 10px 10px 0px 10px;
}

.card-product-container{
    padding : 4px 4px;
}

.card-product{
    /* height: 100%; */
    margin-top: 5px;
    height: 280px;
    width: 220px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

.card-product-img{
    width: 100%;
    height: 180px;
    border-radius: 8px 8px 0px 0px;
}

.card-product-img > img{
    width: 100%;
    height: 180px;
    border-radius: 8px 8px 0px 0px;
    object-fit : cover;
}

.card-product-body{
    height: 65px;
    padding : 0px 7px;
    width: 100%;
}

.card-product-name{
    height: 40px;
    max-width: 100%;
}

.card-product-rating{
    height: 25px;
    display: inline-flex;
    vertical-align: top;
}

.card-product-price{
    height: 35px;
}

.btn-add-cart, .btn-add-cart-package{
    background: #4CAF50;
    width: 50px!important;
    padding-top:2px;
    display: inline-flex;
    vertical-align: top;
    height: 100%;
}

.btn-add-cart{
    border-bottom-right-radius: 8px;
}

.btn-add-cart:hover, .btn-add-cart-package:hover{
    background: #81c784;
}

.badge-promo{
    background: #FF3E3E;
    border-radius: 8px 0px 8px 0px;
    position: absolute;
    padding : 2px 10px;
    /* width: 63px;
    height: 33px; */
}

.stars{
    color : #FFB800;
    width: 22px;
}

.btn-arrow{
    line-height: 18px!important;
    border-radius: 50%!important;
    background-color: white!important;
}

.btn-arrow:hover{
    background-color: #f2f2f2!important;
}

.arrow-color{
    color: black;
}

.glide__arrow{
    padding: 9px 0px !important;
}

.glide__arrow--right{
    right: -2em!important;
}
.glide__arrow--left{
    left: -2em!important;
}

.pr-25px{
    padding-right: 25px;
}

/* mobile devices  */
@media only screen and (min-width: 250px) and (max-width:767px) {
    /* .card-container:first-child{
        margin-top: 40px;
    } */

    .pr-25px{
        padding-right: 0px;
    }

    .card-container-packages{
        padding:0px;
    }

    .card-product{
        margin-top: 5px;
        height: 190px;
        width: 140px;
        border-radius: 8px;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    }
    
    .card-product-img{
        width: 100%;
        height: 95px;
        border-radius: 8px 8px 0px 0px;
    }

    .card-product-img > img{
        width: 100%;
        height: 95px;
        border-radius: 8px 8px 0px 0px;
        object-fit : cover;
    }

    .card-product-body{
        height: 65px;
        padding : 0px 7px;
        width: 100%;
    }
    
    .card-product-name{
        max-width: 100%;
    }
    
    .card-product-rating{
        display: inline-flex;
        vertical-align: top;
    }
    
    .card-product-price{
        height: 30px;
    }

    .stars{
        color : #FFB800;
        width: 18px;
        font-size: 18px;
    }

    .btn-add-cart{
        background: #4CAF50;
        width: 50px!important;
        height: 100%;
        padding-top:2px;
        display: inline-flex;
        vertical-align: top;
    }

    .badge-text{
        font-size: 1.2rem;
    }
    
    .biggest-text{
        font-size: 1.2rem;
    }
    
    .bigger-text{
        font-size: .8rem;
    }
    
    .filter-kat{
        font-size: .6rem;
    }

    .kategori{
        font-weight: 600;
    }

    .subkategori{
        font-weight: 400;
    }
}

