﻿.owl-carousel {
    display: flex !important;
    flex-direction: column-reverse !important;
}

.owl-theme {
    background: white !important;
    background-color: #edf4f9 !important;
}

#calendar {
    margin-top: 10px !important;
}

.owl-stage {
    /*height: 315px;*/
    border-radius: 15px !important;
    margin-top: 20px;
}

.owl-stage-outer {
    border-radius: 15px !important;
    width: 100%;
}

.owl-item {
    /* border-radius: 15px;
        border: 1px solid #C1DEF8;
        height: 285px;
        z-index: 999; */
}
    .owl-item.active {
        height: auto;
    }

    .owl-item .item {
        border-radius: 15px;
        /*border: 1px solid #C1DEF8;*/
        /*height: 315px !important;*/
        z-index: 999;
    }

.owl-nav {
    /*background-color: #DFEBF3;*/
}

.owl-dots {
    /*background-color: #DFEBF3;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: -60px;*/
}

.owl-dot {
    width: 175px;
    margin: 3px 5px;
}

    .owl-dot button {
        border-radius: 7px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 1px solid #C1DEF8;
        color: #7b7b7b;
        background-color: white;
        font-family: "poppins";
        width: 150px;
        display: block;
        width: 100%;
    }

        .owl-dot button:hover {
            background-color: #33A5F5;
            color: white;
        }

    .owl-dot.active button {
        background-color: white;
        border: 1px solid #0067B0;
        color: #0067B0;
        font-weight: 700;
    }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white !important;
}

.owl-carousel .item {
    background: white !important;
}

.row-odd {
    background-color: #EDF4F9;
}

.row-even {
    background-color: white;
}

h4-filter {
    color: black !important;
    font-size: 21px !important;
}

.btn-filter-blue {
    padding: 4px 10px;
    width: 60px;
    height: 32px;
}

.btn-filter-white {
    border: 1px solid #ced4da;
    padding: 4px 10px;
    width: 60px;
    height: 32px;
}

    .btn-filter-white:hover {
        background-color: #33A5F5;
        color: white;
    }

.btn-filter-white-soldout {
    background: #ffffff;
    border-radius: 90px;
    color: #cccccc !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif;
    border: 0px;
    border: 1px solid #ced4da;
    padding: 5px;
    /*width: 90px;*/
    width: 60px;
    height: 32px;
    cursor: not-allowed;
}

    .btn-filter-white-soldout::after {
        content: "Sold Out";
        background-color: #ff516f;
        color: white;
        position: relative;
        /*top: -4px;*/
        top: -25px;
        left: 0px;
        padding: 3px;
        border-radius: 5px;
        display: inline-block;
        font-size: 8px;
        transform: rotateZ(-30deg);
    }


/*@media (max-width: 767px) {
    .owl-item .item {
        height: 825px !important;
    }

}*/
